Trace number 3689723

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.01 1786.17

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K67.opb
MD5SUM9e951304b89652b8f827a6527d1495c5
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark29.5175
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3685
Total number of constraints3821
Number of constraints which are clauses3754
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint67
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 68
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689723-1337892871.opb
0.10/0.10	c reading problem ... 
0.61/0.32	c ... done. Wall clock time 0.224s.
0.61/0.32	c declared #vars     3685
0.61/0.32	c #constraints  3821
0.61/0.32	c constraints type 
0.61/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3092
0.61/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 67
0.61/0.32	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.61/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 660
0.61/0.32	c 3821 constraints processed.
1.63/1.03	c cleaning 2470 clauses out of 4969 with flag 5002/5002
2.40/1.76	c cleaning 4233 clauses out of 8483 with flag 11002/11002
3.31/2.61	c cleaning 5580 clauses out of 11246 with flag 18000/18000
4.23/3.56	c cleaning 6752 clauses out of 13666 with flag 26000/26000
5.39/4.68	c cleaning 7907 clauses out of 15912 with flag 35000/35000
6.69/5.96	c cleaning 8990 clauses out of 18003 with flag 45003/45003
8.10/7.36	c cleaning 9893 clauses out of 20009 with flag 56000/56000
9.72/8.96	c cleaning 10960 clauses out of 22116 with flag 68000/68000
11.93/11.17	c cleaning 12000 clauses out of 24155 with flag 81000/81000
13.99/13.15	c cleaning 12982 clauses out of 26157 with flag 95005/95005
16.22/15.35	c cleaning 13979 clauses out of 28164 with flag 110000/110000
18.53/17.64	c cleaning 15012 clauses out of 30185 with flag 126000/126000
21.03/20.13	c cleaning 15963 clauses out of 32173 with flag 143000/143000
23.84/22.95	c cleaning 16949 clauses out of 34209 with flag 161000/161000
26.75/25.87	c cleaning 18020 clauses out of 36262 with flag 180002/180002
30.27/29.36	c cleaning 19085 clauses out of 38241 with flag 200001/200001
33.92/32.91	c cleaning 19995 clauses out of 40155 with flag 221000/221000
37.63/36.70	c cleaning 20856 clauses out of 42161 with flag 243001/243001
42.16/41.15	c cleaning 21907 clauses out of 44305 with flag 266001/266001
46.49/45.45	c cleaning 23123 clauses out of 46400 with flag 290003/290003
51.21/50.16	c cleaning 24058 clauses out of 48274 with flag 315000/315000
55.54/54.48	c cleaning 24983 clauses out of 50215 with flag 341000/341000
61.58/60.47	c cleaning 26065 clauses out of 52232 with flag 368000/368000
69.24/68.01	c cleaning 26937 clauses out of 54168 with flag 396001/396001
75.88/74.66	c cleaning 27971 clauses out of 56234 with flag 425004/425004
81.71/80.41	c cleaning 28927 clauses out of 58259 with flag 455000/455000
88.14/86.81	c cleaning 30029 clauses out of 60333 with flag 486001/486001
94.96/93.64	c cleaning 31000 clauses out of 62303 with flag 518001/518001
102.00/100.67	c cleaning 32012 clauses out of 64302 with flag 551000/551000
109.53/108.10	c cleaning 32915 clauses out of 66290 with flag 585000/585000
117.55/116.11	c cleaning 33931 clauses out of 68377 with flag 620002/620002
125.83/124.31	c cleaning 35149 clauses out of 70444 with flag 656000/656000
134.08/132.58	c cleaning 35948 clauses out of 72300 with flag 693005/693005
143.52/141.96	c cleaning 36842 clauses out of 74349 with flag 731002/731002
154.27/152.65	c cleaning 37957 clauses out of 76508 with flag 770003/770003
164.12/162.48	c cleaning 39117 clauses out of 78551 with flag 810003/810003
174.45/172.73	c cleaning 40112 clauses out of 80432 with flag 851001/851001
187.71/185.98	c cleaning 40991 clauses out of 82320 with flag 893001/893001
201.11/199.25	c cleaning 42056 clauses out of 84334 with flag 936006/936006
210.90/208.98	c cleaning 42995 clauses out of 86272 with flag 980000/980000
222.05/220.07	c cleaning 43937 clauses out of 88277 with flag 1025000/1025000
235.69/233.66	c cleaning 45071 clauses out of 90340 with flag 1071000/1071000
249.97/247.88	c cleaning 46009 clauses out of 92271 with flag 1118002/1118002
263.44/261.21	c cleaning 46939 clauses out of 94261 with flag 1166001/1166001
277.59/275.37	c cleaning 47816 clauses out of 96322 with flag 1215001/1215001
294.67/292.36	c cleaning 49099 clauses out of 98507 with flag 1265002/1265002
314.27/311.80	c cleaning 49991 clauses out of 100407 with flag 1316001/1316001
331.77/329.21	c cleaning 51019 clauses out of 102415 with flag 1368000/1368000
347.23/344.67	c cleaning 51879 clauses out of 104398 with flag 1421003/1421003
365.92/363.29	c cleaning 52789 clauses out of 106516 with flag 1475000/1475000
385.70/382.91	c cleaning 54301 clauses out of 108727 with flag 1530000/1530000
402.48/399.67	c cleaning 55082 clauses out of 110427 with flag 1586001/1586001
424.28/421.35	c cleaning 56098 clauses out of 112344 with flag 1643000/1643000
444.10/440.97	c cleaning 56914 clauses out of 114247 with flag 1701001/1701001
466.64/463.37	c cleaning 57992 clauses out of 116334 with flag 1760002/1760002
492.89/489.46	c cleaning 58906 clauses out of 118340 with flag 1820000/1820000
512.61/509.13	c cleaning 60161 clauses out of 120435 with flag 1881001/1881001
537.38/533.72	c cleaning 60893 clauses out of 122275 with flag 1943002/1943002
562.81/559.08	c cleaning 62169 clauses out of 124384 with flag 2006004/2006004
584.28/580.29	c cleaning 62777 clauses out of 126211 with flag 2070000/2070000
607.69/603.47	c cleaning 64172 clauses out of 128435 with flag 2135001/2135001
629.66/625.28	c cleaning 64940 clauses out of 130263 with flag 2201001/2201001
655.13/650.51	c cleaning 65923 clauses out of 132323 with flag 2268001/2268001
681.48/676.75	c cleaning 66965 clauses out of 134399 with flag 2336000/2336000
705.88/700.92	c cleaning 68058 clauses out of 136434 with flag 2405000/2405000
733.29/728.16	c cleaning 69092 clauses out of 138377 with flag 2475001/2475001
760.00/754.66	c cleaning 70031 clauses out of 140286 with flag 2546002/2546002
789.59/784.00	c cleaning 70983 clauses out of 142253 with flag 2618000/2618000
823.67/817.92	c cleaning 71939 clauses out of 144271 with flag 2691001/2691001
856.09/850.15	c cleaning 72921 clauses out of 146331 with flag 2765000/2765000
889.87/883.76	c cleaning 73885 clauses out of 148410 with flag 2840000/2840000
923.54/917.27	c cleaning 75225 clauses out of 150529 with flag 2916004/2916004
953.64/947.15	c cleaning 75986 clauses out of 152299 with flag 2993000/2993000
987.00/980.14	c cleaning 77063 clauses out of 154313 with flag 3071000/3071000
1020.62/1013.42	c cleaning 78047 clauses out of 156254 with flag 3150004/3150004
1054.98/1047.50	c cleaning 79049 clauses out of 158203 with flag 3230000/3230000
1095.94/1088.20	c cleaning 80026 clauses out of 160153 with flag 3311000/3311000
1131.65/1123.69	c cleaning 81010 clauses out of 162126 with flag 3393000/3393000
1174.05/1165.63	c cleaning 81989 clauses out of 164117 with flag 3476001/3476001
1222.31/1213.59	c cleaning 83032 clauses out of 166130 with flag 3560003/3560003
1265.70/1256.55	c cleaning 83938 clauses out of 168094 with flag 3645000/3645000
1306.96/1297.46	c cleaning 84963 clauses out of 170155 with flag 3731000/3731000
1353.21/1343.39	c cleaning 85919 clauses out of 172192 with flag 3818001/3818001
1395.53/1385.34	c cleaning 87065 clauses out of 174273 with flag 3906001/3906001
1435.19/1424.69	c cleaning 88001 clauses out of 176209 with flag 3995002/3995002
1480.03/1469.14	c cleaning 88901 clauses out of 178206 with flag 4085000/4085000
1521.49/1510.25	c cleaning 90077 clauses out of 180305 with flag 4176000/4176000
1560.26/1548.65	c cleaning 91032 clauses out of 182228 with flag 4268000/4268000
1603.32/1591.29	c cleaning 92024 clauses out of 184196 with flag 4361000/4361000
1645.24/1632.87	c cleaning 93041 clauses out of 186172 with flag 4455000/4455000
1699.89/1687.06	c cleaning 93838 clauses out of 188132 with flag 4550001/4550001
1752.24/1738.86	c cleaning 94887 clauses out of 190293 with flag 4646000/4646000
1800.01/1786.11	c starts		: 251
1800.01/1786.11	c conflicts		: 4740686
1800.01/1786.11	c decisions		: 14900660
1800.01/1786.11	c propagations		: 1274721202
1800.01/1786.11	c inspects		: 14715979054
1800.01/1786.11	c shortcuts		: 0
1800.01/1786.11	c learnt literals	: 80
1800.01/1786.11	c learnt binary clauses	: 60906
1800.01/1786.11	c learnt ternary clauses	: 56160
1800.01/1786.11	c learnt constraints	: 4740606
1800.01/1786.11	c ignored constraints	: 0
1800.01/1786.11	c root simplifications	: 0
1800.01/1786.11	c removed literals (reason simplification)	: 0
1800.01/1786.11	c reason swapping (by a shorter reason)	: 0
1800.01/1786.11	c Calls to reduceDB	: 92
1800.01/1786.11	c number of reductions to clauses (during analyze)	: 0
1800.01/1786.11	c number of learned constraints concerned by reduction	: 0
1800.01/1786.11	c number of learning phase by resolution	: 0
1800.01/1786.11	c number of learning phase by cutting planes	: 0
1800.01/1786.11	c speed (assignments/second)	: 713818.8827608374
1800.01/1786.11	c non guided choices	378
1800.01/1786.16	c learnt constraints type 
1800.01/1786.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 60906
1800.01/1786.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129238
1800.01/1786.16	c constraints type 
1800.01/1786.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3092
1800.01/1786.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 67
1800.01/1786.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.01/1786.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 660
1800.01/1786.16	c 3821 constraints processed.
1800.01/1786.16	s UNKNOWN
1800.01/1786.16	c Total wall clock time (in seconds): 1786.061

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689723-1337892871/watcher-3689723-1337892871 -o /tmp/evaluation-result-3689723-1337892871/solver-3689723-1337892871 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689723-1337892871.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.04 2.00 3/192 24406
/proc/meminfo: memFree=29039624/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24406/stat : 24406 (java) R 24404 24406 21495 0 -1 4202496 1101 0 0 0 0 0 0 0 20 0 1 0 255412578 23793664 828 33554432000 1073741824 1073778376 140734662769216 140734662758280 140522043739760 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 5809 843 635 9 0 128 0

[startup+0.0645001 s]
/proc/loadavg: 2.06 2.04 2.00 3/192 24406
/proc/meminfo: memFree=29039624/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24406/stat : 24406 (java) S 24404 24406 21495 0 -1 4202496 3293 0 1 0 4 0 0 0 20 0 18 0 255412578 9787813888 4501 33554432000 1073741824 1073778376 140734662769216 140734662760352 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 2389603 4502 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100237 s]
/proc/loadavg: 2.06 2.04 2.00 3/192 24406
/proc/meminfo: memFree=29039624/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/24406/stat : 24406 (java) S 24404 24406 21495 0 -1 4202496 4447 0 1 0 9 1 0 0 20 0 18 0 255412578 9787813888 6110 33554432000 1073741824 1073778376 140734662769216 140734662760352 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 2389603 6111 2137 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300162 s]
/proc/loadavg: 2.06 2.04 2.00 3/192 24406
/proc/meminfo: memFree=29039624/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=9558412 CPUtime=0.61 cores=0,2,4,6
/proc/24406/stat : 24406 (java) S 24404 24406 21495 0 -1 4202496 8325 0 1 0 59 2 0 0 20 0 18 0 255412578 9787813888 10142 33554432000 1073741824 1073778376 140734662769216 140734662760352 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 2389603 10142 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558412

[startup+0.700151 s]
/proc/loadavg: 2.06 2.04 2.00 3/192 24406
/proc/meminfo: memFree=29039624/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=9624976 CPUtime=1.31 cores=0,2,4,6
/proc/24406/stat : 24406 (java) S 24404 24406 21495 0 -1 4202496 8793 0 1 0 129 2 0 0 20 0 19 0 255412578 9855975424 12782 33554432000 1073741824 1073778376 140734662769216 140734662760352 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 2406244 12782 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9624976

[startup+1.50051 s]
/proc/loadavg: 2.06 2.04 2.00 3/211 24425
/proc/meminfo: memFree=28996696/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=9624976 CPUtime=2.17 cores=0,2,4,6
/proc/24406/stat : 24406 (java) S 24404 24406 21495 0 -1 4202496 9093 0 1 0 215 2 0 0 20 0 19 0 255412578 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140734662760352 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 2406244 15389 2275 9 0 2396937 0
[pid=24406/tid=24407] ppid=24404 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/24406/task/24407/stat : 24407 (java) R 24404 24406 21495 0 -1 4202560 2462 0 1 0 144 2 0 0 20 0 19 0 255412578 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140522040635544 140521884956537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24409] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24409/stat : 24409 (java) S 24404 24406 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521884346664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24410] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24410/stat : 24410 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521883293864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24411] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24411/stat : 24411 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521882241576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24412] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24412/stat : 24412 (java) S 24404 24406 21495 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521881188776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24413] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24413/stat : 24413 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521880136488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24414] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24414/stat : 24414 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521879083688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24415] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24415/stat : 24415 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521878031400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24416] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24416/stat : 24416 (java) S 24404 24406 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521876978600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24417] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24417/stat : 24417 (java) S 24404 24406 21495 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255412580 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521394649320 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24418] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24418/stat : 24418 (java) S 24404 24406 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521393595384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24419] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24419/stat : 24419 (java) S 24404 24406 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521392542984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24420] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24420/stat : 24420 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521391491472 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24421] ppid=24404 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/24406/task/24421/stat : 24421 (java) S 24404 24406 21495 0 -1 4202560 2454 0 0 0 32 0 0 0 20 0 19 0 255412583 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521390439096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24422] ppid=24404 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/24406/task/24422/stat : 24422 (java) S 24404 24406 21495 0 -1 4202560 2938 0 0 0 34 0 0 0 20 0 19 0 255412583 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521389386296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24423] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24423/stat : 24423 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521388334200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24424] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24424/stat : 24424 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521387281608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24425] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24425/stat : 24425 (java) S 24404 24406 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255412612 9855975424 15389 33554432000 1073741824 1073778376 140734662769216 140521386226600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9624976

[startup+3.10059 s]
/proc/loadavg: 2.06 2.04 2.00 3/211 24425
/proc/meminfo: memFree=28982360/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=9624976 CPUtime=3.83 cores=0,2,4,6
/proc/24406/stat : 24406 (java) S 24404 24406 21495 0 -1 4202496 9107 0 1 0 380 3 0 0 20 0 19 0 255412578 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140734662760352 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 2406244 16421 2275 9 0 2396937 0
[pid=24406/tid=24407] ppid=24404 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/24406/task/24407/stat : 24407 (java) R 24404 24406 21495 0 -1 4202560 2463 0 1 0 301 2 0 0 20 0 19 0 255412578 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140522040635680 140521884583439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24409] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24409/stat : 24409 (java) S 24404 24406 21495 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521884346664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24410] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24410/stat : 24410 (java) S 24404 24406 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521883293864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24411] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24411/stat : 24411 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521882241576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24412] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24412/stat : 24412 (java) S 24404 24406 21495 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521881188776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24413] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24413/stat : 24413 (java) S 24404 24406 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521880136488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24414] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24414/stat : 24414 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521879083688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24415] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24415/stat : 24415 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521878031400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24416] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24416/stat : 24416 (java) S 24404 24406 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521876978600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24417] ppid=24404 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24406/task/24417/stat : 24417 (java) S 24404 24406 21495 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 255412580 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521394649320 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24418] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24418/stat : 24418 (java) S 24404 24406 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521393595384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24419] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24419/stat : 24419 (java) S 24404 24406 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521392542984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24420] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24420/stat : 24420 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521391491472 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24421] ppid=24404 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/24406/task/24421/stat : 24421 (java) S 24404 24406 21495 0 -1 4202560 2454 0 0 0 33 0 0 0 20 0 19 0 255412583 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521390439096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24422] ppid=24404 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/24406/task/24422/stat : 24422 (java) S 24404 24406 21495 0 -1 4202560 2939 0 0 0 36 0 0 0 20 0 19 0 255412583 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521389386296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24423] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24423/stat : 24423 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521388334200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24424] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24424/stat : 24424 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521387281608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24425] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24425/stat : 24425 (java) S 24404 24406 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255412612 9855975424 16421 33554432000 1073741824 1073778376 140734662769216 140521386226600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9624976

[startup+6.30058 s]
/proc/loadavg: 2.06 2.04 2.00 3/211 24425
/proc/meminfo: memFree=28980808/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=9624976 CPUtime=7.1 cores=0,2,4,6
/proc/24406/stat : 24406 (java) S 24404 24406 21495 0 -1 4202496 9134 0 1 0 707 3 0 0 20 0 19 0 255412578 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140734662760352 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 2406244 17214 2275 9 0 2396937 0
[pid=24406/tid=24407] ppid=24404 vsize=9624976 CPUtime=6.17 cores=0,2,4,6
/proc/24406/task/24407/stat : 24407 (java) R 24404 24406 21495 0 -1 4202560 2467 0 1 0 615 2 0 0 20 0 19 0 255412578 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140522040635680 140521884979865 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24409] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24409/stat : 24409 (java) S 24404 24406 21495 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521884346664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24410] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24410/stat : 24410 (java) S 24404 24406 21495 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521883293864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24411] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24411/stat : 24411 (java) S 24404 24406 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521882241576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24412] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24412/stat : 24412 (java) S 24404 24406 21495 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521881188776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24413] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24413/stat : 24413 (java) S 24404 24406 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521880136488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24414] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24414/stat : 24414 (java) S 24404 24406 21495 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521879083688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24415] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24415/stat : 24415 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521878031400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24416] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24416/stat : 24416 (java) S 24404 24406 21495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255412579 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521876978600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24417] ppid=24404 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24406/task/24417/stat : 24417 (java) S 24404 24406 21495 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 255412580 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521394649320 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24418] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24418/stat : 24418 (java) S 24404 24406 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521393595384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24419] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24419/stat : 24419 (java) S 24404 24406 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521392542984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24420] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24420/stat : 24420 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521391491472 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24421] ppid=24404 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/24406/task/24421/stat : 24421 (java) S 24404 24406 21495 0 -1 4202560 2455 0 0 0 34 0 0 0 20 0 19 0 255412583 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521390439096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24422] ppid=24404 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/24406/task/24422/stat : 24422 (java) S 24404 24406 21495 0 -1 4202560 2948 0 0 0 41 0 0 0 20 0 19 0 255412583 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521389386296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24423] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24423/stat : 24423 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521388334200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24424] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24424/stat : 24424 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521387281608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24425] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24425/stat : 24425 (java) S 24404 24406 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255412612 9855975424 17214 33554432000 1073741824 1073778376 140734662769216 140521386226600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

################
# More data... #
################

[pid=24406/tid=24421] ppid=24404 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/24406/task/24421/stat : 24421 (java) S 24404 24406 21495 0 -1 4202560 2455 0 0 0 34 0 0 0 20 0 19 0 255412583 9855975424 100077 33554432000 1073741824 1073778376 140734662769216 140521390439096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24422] ppid=24404 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24406/task/24422/stat : 24422 (java) S 24404 24406 21495 0 -1 4202560 2976 0 0 0 43 0 0 0 20 0 19 0 255412583 9855975424 100077 33554432000 1073741824 1073778376 140734662769216 140521389386296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24423] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24423/stat : 24423 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 100077 33554432000 1073741824 1073778376 140734662769216 140521388334200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24424] ppid=24404 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/24406/task/24424/stat : 24424 (java) S 24404 24406 21495 0 -1 4202560 97 0 0 0 27 21 0 0 20 0 19 0 255412583 9855975424 100077 33554432000 1073741824 1073778376 140734662769216 140521387281608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24425] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24425/stat : 24425 (java) S 24404 24406 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255412612 9855975424 100077 33554432000 1073741824 1073778376 140734662769216 140521386226600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1735.57
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/211 24522
/proc/meminfo: memFree=26645048/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=9624976 CPUtime=1796.21 cores=0,2,4,6
/proc/24406/stat : 24406 (java) S 24404 24406 21495 0 -1 4202496 13241 0 1 0 179524 97 0 0 20 0 19 0 255412578 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140734662760352 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 2406244 102851 2276 9 0 2396937 0
[pid=24406/tid=24407] ppid=24404 vsize=9624976 CPUtime=1769.34 cores=0,2,4,6
/proc/24406/task/24407/stat : 24407 (java) R 24404 24406 21495 0 -1 4202560 2699 0 1 0 176903 31 0 0 20 0 19 0 255412578 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140522040634736 140521884944954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24409] ppid=24404 vsize=9624976 CPUtime=2.19 cores=0,2,4,6
/proc/24406/task/24409/stat : 24409 (java) S 24404 24406 21495 0 -1 4202560 349 0 0 0 213 6 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521884346664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24410] ppid=24404 vsize=9624976 CPUtime=2.13 cores=0,2,4,6
/proc/24406/task/24410/stat : 24410 (java) S 24404 24406 21495 0 -1 4202560 407 0 0 0 203 10 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521883293864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24411] ppid=24404 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/24406/task/24411/stat : 24411 (java) S 24404 24406 21495 0 -1 4202560 500 0 0 0 213 8 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521882241576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24412] ppid=24404 vsize=9624976 CPUtime=2.34 cores=0,2,4,6
/proc/24406/task/24412/stat : 24412 (java) S 24404 24406 21495 0 -1 4202560 414 0 0 0 224 10 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521881188776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24413] ppid=24404 vsize=9624976 CPUtime=2.26 cores=0,2,4,6
/proc/24406/task/24413/stat : 24413 (java) S 24404 24406 21495 0 -1 4202560 494 0 0 0 219 7 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521880136488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24414] ppid=24404 vsize=9624976 CPUtime=2.14 cores=0,2,4,6
/proc/24406/task/24414/stat : 24414 (java) S 24404 24406 21495 0 -1 4202560 383 0 0 0 206 8 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521879083688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24415] ppid=24404 vsize=9624976 CPUtime=2.15 cores=0,2,4,6
/proc/24406/task/24415/stat : 24415 (java) S 24404 24406 21495 0 -1 4202560 531 0 0 0 206 9 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521878031400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24416] ppid=24404 vsize=9624976 CPUtime=2.41 cores=0,2,4,6
/proc/24406/task/24416/stat : 24416 (java) S 24404 24406 21495 0 -1 4202560 380 0 0 0 233 8 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521876978600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24417] ppid=24404 vsize=9624976 CPUtime=3.26 cores=0,2,4,6
/proc/24406/task/24417/stat : 24417 (java) S 24404 24406 21495 0 -1 4202560 371 0 0 0 322 4 0 0 20 0 19 0 255412580 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521394649320 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24418] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24418/stat : 24418 (java) S 24404 24406 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521393595384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24419] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24419/stat : 24419 (java) S 24404 24406 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521392542984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24420] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24420/stat : 24420 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521391491472 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24421] ppid=24404 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/24406/task/24421/stat : 24421 (java) S 24404 24406 21495 0 -1 4202560 2455 0 0 0 34 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521390439096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24422] ppid=24404 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24406/task/24422/stat : 24422 (java) S 24404 24406 21495 0 -1 4202560 2976 0 0 0 43 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521389386296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24423] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24423/stat : 24423 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521388334200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24424] ppid=24404 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/24406/task/24424/stat : 24424 (java) S 24404 24406 21495 0 -1 4202560 101 0 0 0 27 22 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521387281608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24425] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24425/stat : 24425 (java) S 24404 24406 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255412612 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521386226600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1796.21
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.1 s]
/proc/loadavg: 2.06 2.00 2.00 3/211 24522
/proc/meminfo: memFree=26645048/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/24406/stat : 24406 (java) S 24404 24406 21495 0 -1 4202496 13241 0 1 0 179904 97 0 0 20 0 19 0 255412578 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140734662760352 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 2406244 102851 2276 9 0 2396937 0
[pid=24406/tid=24407] ppid=24404 vsize=9624976 CPUtime=1773.14 cores=0,2,4,6
/proc/24406/task/24407/stat : 24407 (java) R 24404 24406 21495 0 -1 4202560 2699 0 1 0 177283 31 0 0 20 0 19 0 255412578 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140522040634736 140521884945046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24409] ppid=24404 vsize=9624976 CPUtime=2.19 cores=0,2,4,6
/proc/24406/task/24409/stat : 24409 (java) S 24404 24406 21495 0 -1 4202560 349 0 0 0 213 6 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521884346664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24410] ppid=24404 vsize=9624976 CPUtime=2.13 cores=0,2,4,6
/proc/24406/task/24410/stat : 24410 (java) S 24404 24406 21495 0 -1 4202560 407 0 0 0 203 10 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521883293864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24411] ppid=24404 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/24406/task/24411/stat : 24411 (java) S 24404 24406 21495 0 -1 4202560 500 0 0 0 213 8 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521882241576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24412] ppid=24404 vsize=9624976 CPUtime=2.34 cores=0,2,4,6
/proc/24406/task/24412/stat : 24412 (java) S 24404 24406 21495 0 -1 4202560 414 0 0 0 224 10 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521881188776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24413] ppid=24404 vsize=9624976 CPUtime=2.26 cores=0,2,4,6
/proc/24406/task/24413/stat : 24413 (java) S 24404 24406 21495 0 -1 4202560 494 0 0 0 219 7 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521880136488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24414] ppid=24404 vsize=9624976 CPUtime=2.14 cores=0,2,4,6
/proc/24406/task/24414/stat : 24414 (java) S 24404 24406 21495 0 -1 4202560 383 0 0 0 206 8 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521879083688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24415] ppid=24404 vsize=9624976 CPUtime=2.15 cores=0,2,4,6
/proc/24406/task/24415/stat : 24415 (java) S 24404 24406 21495 0 -1 4202560 531 0 0 0 206 9 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521878031400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24416] ppid=24404 vsize=9624976 CPUtime=2.41 cores=0,2,4,6
/proc/24406/task/24416/stat : 24416 (java) S 24404 24406 21495 0 -1 4202560 380 0 0 0 233 8 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521876978600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24417] ppid=24404 vsize=9624976 CPUtime=3.26 cores=0,2,4,6
/proc/24406/task/24417/stat : 24417 (java) S 24404 24406 21495 0 -1 4202560 371 0 0 0 322 4 0 0 20 0 19 0 255412580 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521394649320 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24418] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24418/stat : 24418 (java) S 24404 24406 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521393595384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24419] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24419/stat : 24419 (java) S 24404 24406 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521392542984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24420] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24420/stat : 24420 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521391491472 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24421] ppid=24404 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/24406/task/24421/stat : 24421 (java) S 24404 24406 21495 0 -1 4202560 2455 0 0 0 34 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521390439096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24422] ppid=24404 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24406/task/24422/stat : 24422 (java) S 24404 24406 21495 0 -1 4202560 2976 0 0 0 43 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521389386296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24423] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24423/stat : 24423 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521388334200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24424] ppid=24404 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/24406/task/24424/stat : 24424 (java) S 24404 24406 21495 0 -1 4202560 101 0 0 0 27 22 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521387281608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24425] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24425/stat : 24425 (java) S 24404 24406 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255412612 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521386226600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1786.1 s]
/proc/loadavg: 2.06 2.00 2.00 3/211 24522
/proc/meminfo: memFree=26645048/32873624 swapFree=7104/7104
[pid=24406] ppid=24404 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/24406/stat : 24406 (java) S 24404 24406 21495 0 -1 4202496 13241 0 1 0 179904 97 0 0 20 0 19 0 255412578 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140734662760352 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24406/statm: 2406244 102851 2276 9 0 2396937 0
[pid=24406/tid=24407] ppid=24404 vsize=9624976 CPUtime=1773.14 cores=0,2,4,6
/proc/24406/task/24407/stat : 24407 (java) R 24404 24406 21495 0 -1 4202560 2699 0 1 0 177283 31 0 0 20 0 19 0 255412578 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140522040634736 140521884945046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24409] ppid=24404 vsize=9624976 CPUtime=2.19 cores=0,2,4,6
/proc/24406/task/24409/stat : 24409 (java) S 24404 24406 21495 0 -1 4202560 349 0 0 0 213 6 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521884346664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24410] ppid=24404 vsize=9624976 CPUtime=2.13 cores=0,2,4,6
/proc/24406/task/24410/stat : 24410 (java) S 24404 24406 21495 0 -1 4202560 407 0 0 0 203 10 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521883293864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24411] ppid=24404 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/24406/task/24411/stat : 24411 (java) S 24404 24406 21495 0 -1 4202560 500 0 0 0 213 8 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521882241576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24412] ppid=24404 vsize=9624976 CPUtime=2.34 cores=0,2,4,6
/proc/24406/task/24412/stat : 24412 (java) S 24404 24406 21495 0 -1 4202560 414 0 0 0 224 10 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521881188776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24413] ppid=24404 vsize=9624976 CPUtime=2.26 cores=0,2,4,6
/proc/24406/task/24413/stat : 24413 (java) S 24404 24406 21495 0 -1 4202560 494 0 0 0 219 7 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521880136488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24414] ppid=24404 vsize=9624976 CPUtime=2.14 cores=0,2,4,6
/proc/24406/task/24414/stat : 24414 (java) S 24404 24406 21495 0 -1 4202560 383 0 0 0 206 8 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521879083688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24415] ppid=24404 vsize=9624976 CPUtime=2.15 cores=0,2,4,6
/proc/24406/task/24415/stat : 24415 (java) S 24404 24406 21495 0 -1 4202560 531 0 0 0 206 9 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521878031400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24416] ppid=24404 vsize=9624976 CPUtime=2.41 cores=0,2,4,6
/proc/24406/task/24416/stat : 24416 (java) S 24404 24406 21495 0 -1 4202560 380 0 0 0 233 8 0 0 20 0 19 0 255412579 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521876978600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24406/tid=24417] ppid=24404 vsize=9624976 CPUtime=3.26 cores=0,2,4,6
/proc/24406/task/24417/stat : 24417 (java) S 24404 24406 21495 0 -1 4202560 371 0 0 0 322 4 0 0 20 0 19 0 255412580 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521394649320 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24418] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24418/stat : 24418 (java) S 24404 24406 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521393595384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24419] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24419/stat : 24419 (java) S 24404 24406 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255412581 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521392542984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24420] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24420/stat : 24420 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521391491472 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24421] ppid=24404 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/24406/task/24421/stat : 24421 (java) S 24404 24406 21495 0 -1 4202560 2455 0 0 0 34 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521390439096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24422] ppid=24404 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24406/task/24422/stat : 24422 (java) S 24404 24406 21495 0 -1 4202560 2976 0 0 0 43 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521389386296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24406/tid=24423] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24423/stat : 24423 (java) S 24404 24406 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521388334200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24406/tid=24424] ppid=24404 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/24406/task/24424/stat : 24424 (java) S 24404 24406 21495 0 -1 4202560 101 0 0 0 27 22 0 0 20 0 19 0 255412583 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521387281608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24406/tid=24425] ppid=24404 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24406/task/24425/stat : 24425 (java) S 24404 24406 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255412612 9855975424 102851 33554432000 1073741824 1073778376 140734662769216 140521386226600 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24406 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=508193
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=371791
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.17
CPU time (s): 1800.01
CPU user time (s): 1799.04
CPU system time (s): 0.97
CPU usage (%): 100.775
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 1.37179
maximum resident set size= 647140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13299
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43273
involuntary context switches= 36150

runsolver used 6.11007 second user time and 13.6239 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-24 22:54:31
IDJOB=3689723
IDBENCH=90223
IDSOLVER=2269
FILE ID=node121/3689723-1337892871
RUNJOBID= node121-1337871882-21511
PBS_JOBID= 14620083
Free space on /tmp= 71496 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K67.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689723-1337892871/watcher-3689723-1337892871 -o /tmp/evaluation-result-3689723-1337892871/solver-3689723-1337892871 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689723-1337892871.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9e951304b89652b8f827a6527d1495c5
RANDOM SEED=17280435

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873624 kB
MemFree:        29039632 kB
Buffers:          225740 kB
Cached:          2406584 kB
SwapCached:            0 kB
Active:          1095900 kB
Inactive:        1971076 kB
Active(anon):     437476 kB
Inactive(anon):        0 kB
Active(file):     658424 kB
Inactive(file):  1971076 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               528 kB
Writeback:             0 kB
AnonPages:        441548 kB
Mapped:            21568 kB
Shmem:               200 kB
Slab:             629444 kB
SReclaimable:      73440 kB
SUnreclaim:       556004 kB
KernelStack:        1616 kB
PageTables:         5124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     582068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71468 MiB
End job on node121 at 2012-05-24 23:24:19