Trace number 3689881

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.07 1796.55

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null10mast_rapportOE1.0_TMAX60_K67_cod1.opb
MD5SUM45095495cbc234ce584c9f2f0e8c1a12
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9842
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 25674
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 14379486
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 14379486
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689881-1337893967.opb
0.08/0.12	c reading problem ... 
1.48/0.87	c ... done. Wall clock time 0.752s.
1.48/0.87	c declared #vars     40451
1.48/0.87	c #constraints  40949
1.48/0.87	c constraints type 
1.48/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.48/0.88	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.48/0.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.48/0.88	c ignored satisfied constraints => 1
1.48/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.48/0.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.48/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.48/0.88	c 40950 constraints processed.
1.48/0.88	c objective function length is 25674 literals
6.96/5.79	c cleaning 2485 clauses out of 4969 with flag 5001/5001
11.73/10.33	c cleaning 4239 clauses out of 8484 with flag 11001/11001
16.84/15.47	c cleaning 5622 clauses out of 11245 with flag 18001/18001
22.76/21.30	c cleaning 6809 clauses out of 13622 with flag 26000/26000
28.41/26.98	c cleaning 7901 clauses out of 15810 with flag 35000/35000
34.43/32.93	c cleaning 8955 clauses out of 17910 with flag 45001/45001
41.52/40.01	c cleaning 9971 clauses out of 19955 with flag 56001/56001
49.24/47.71	c cleaning 10984 clauses out of 21984 with flag 68001/68001
57.14/55.69	c cleaning 11996 clauses out of 23999 with flag 81000/81000
65.87/64.39	c cleaning 12995 clauses out of 26005 with flag 95002/95002
75.91/74.36	c cleaning 14001 clauses out of 28008 with flag 110000/110000
87.46/85.82	c cleaning 15000 clauses out of 30004 with flag 126000/126000
100.16/98.51	c cleaning 15995 clauses out of 32005 with flag 143001/143001
113.66/112.08	c cleaning 17002 clauses out of 34009 with flag 161000/161000
129.60/127.98	c cleaning 17990 clauses out of 35991 with flag 180000/180000
142.31/140.64	c cleaning 18995 clauses out of 37999 with flag 200000/200000
155.13/153.46	c cleaning 19997 clauses out of 40005 with flag 221001/221001
169.05/167.30	c cleaning 20990 clauses out of 42008 with flag 243001/243001
182.97/181.22	c cleaning 22006 clauses out of 44018 with flag 266001/266001
197.78/196.04	c cleaning 22997 clauses out of 46008 with flag 290000/290000
214.30/212.58	c cleaning 24001 clauses out of 48011 with flag 315000/315000
230.53/228.74	c cleaning 25005 clauses out of 50011 with flag 341001/341001
246.40/244.51	c cleaning 26002 clauses out of 52006 with flag 368001/368001
263.13/261.21	c cleaning 26994 clauses out of 54004 with flag 396001/396001
279.15/277.29	c cleaning 27999 clauses out of 56009 with flag 425000/425000
295.59/293.68	c cleaning 28998 clauses out of 58010 with flag 455000/455000
312.60/310.69	c cleaning 30001 clauses out of 60014 with flag 486002/486002
329.32/327.33	c cleaning 31001 clauses out of 62011 with flag 518000/518000
347.14/345.11	c cleaning 32001 clauses out of 64010 with flag 551000/551000
365.96/363.92	c cleaning 32992 clauses out of 66009 with flag 585000/585000
385.99/383.93	c cleaning 34002 clauses out of 68017 with flag 620000/620000
406.70/404.61	c cleaning 35004 clauses out of 70016 with flag 656001/656001
426.32/424.21	c cleaning 35999 clauses out of 72012 with flag 693001/693001
448.06/445.91	c cleaning 37000 clauses out of 74013 with flag 731001/731001
471.17/469.07	c cleaning 37998 clauses out of 76013 with flag 770001/770001
493.50/491.32	c cleaning 39006 clauses out of 78014 with flag 810000/810000
516.13/513.93	c cleaning 40001 clauses out of 80008 with flag 851000/851000
539.57/537.32	c cleaning 41000 clauses out of 82007 with flag 893000/893000
564.10/561.88	c cleaning 41997 clauses out of 84008 with flag 936001/936001
590.81/588.58	c cleaning 42995 clauses out of 86011 with flag 980001/980001
618.03/615.73	c cleaning 44008 clauses out of 88016 with flag 1025001/1025001
648.96/646.69	c cleaning 44995 clauses out of 90008 with flag 1071001/1071001
683.09/680.73	c cleaning 45994 clauses out of 92012 with flag 1118000/1118000
716.61/714.22	c cleaning 47003 clauses out of 94018 with flag 1166001/1166001
751.47/749.04	c cleaning 48002 clauses out of 96014 with flag 1215000/1215000
786.29/783.81	c cleaning 48998 clauses out of 98014 with flag 1265002/1265002
817.30/814.82	c cleaning 50001 clauses out of 100002 with flag 1316002/1316002
846.37/843.84	c cleaning 50998 clauses out of 102000 with flag 1368001/1368001
876.39/873.86	c cleaning 52000 clauses out of 104001 with flag 1421000/1421000
907.12/904.51	c cleaning 52986 clauses out of 106001 with flag 1475000/1475000
943.84/941.25	c cleaning 53999 clauses out of 108015 with flag 1530000/1530000
977.08/974.44	c cleaning 54998 clauses out of 110016 with flag 1586000/1586000
1012.04/1009.30	c cleaning 56004 clauses out of 112019 with flag 1643001/1643001
1048.47/1045.73	c cleaning 57006 clauses out of 114015 with flag 1701001/1701001
1083.73/1080.94	c cleaning 57999 clauses out of 116008 with flag 1760000/1760000
1119.84/1117.07	c cleaning 59001 clauses out of 118009 with flag 1820000/1820000
1156.40/1153.59	c cleaning 59997 clauses out of 120008 with flag 1881000/1881000
1200.41/1197.59	c cleaning 60995 clauses out of 122011 with flag 1943000/1943000
1241.38/1238.45	c cleaning 62001 clauses out of 124013 with flag 2006000/2006000
1283.75/1280.77	c cleaning 63002 clauses out of 126013 with flag 2070001/2070001
1325.30/1322.29	c cleaning 63999 clauses out of 128010 with flag 2135000/2135000
1365.83/1362.79	c cleaning 65002 clauses out of 130011 with flag 2201000/2201000
1408.17/1405.05	c cleaning 66001 clauses out of 132009 with flag 2268000/2268000
1451.20/1448.02	c cleaning 66993 clauses out of 134010 with flag 2336002/2336002
1493.82/1490.61	c cleaning 68000 clauses out of 136015 with flag 2405000/2405000
1539.47/1536.20	c cleaning 68999 clauses out of 138015 with flag 2475000/2475000
1582.66/1579.32	c cleaning 70003 clauses out of 140016 with flag 2546000/2546000
1629.38/1626.10	c cleaning 70999 clauses out of 142013 with flag 2618000/2618000
1671.37/1667.96	c cleaning 72004 clauses out of 144014 with flag 2691000/2691000
1713.39/1709.93	c cleaning 73003 clauses out of 146010 with flag 2765000/2765000
1757.93/1754.43	c cleaning 73997 clauses out of 148008 with flag 2840001/2840001
1800.07/1796.51	c starts		: 231
1800.07/1796.51	c conflicts		: 2905355
1800.07/1796.51	c decisions		: 4000725
1800.07/1796.51	c propagations		: 1398784497
1800.07/1796.51	c inspects		: 2159029967
1800.07/1796.51	c shortcuts		: 0
1800.07/1796.51	c learnt literals	: 77
1800.07/1796.51	c learnt binary clauses	: 1171
1800.07/1796.51	c learnt ternary clauses	: 723
1800.07/1796.51	c learnt constraints	: 2905278
1800.07/1796.51	c ignored constraints	: 0
1800.07/1796.51	c root simplifications	: 0
1800.07/1796.51	c removed literals (reason simplification)	: 0
1800.07/1796.51	c reason swapping (by a shorter reason)	: 0
1800.07/1796.51	c Calls to reduceDB	: 71
1800.07/1796.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.51	c number of learned constraints concerned by reduction	: 0
1800.07/1796.51	c number of learning phase by resolution	: 0
1800.07/1796.51	c number of learning phase by cutting planes	: 0
1800.07/1796.51	c speed (assignments/second)	: 779022.3751422951
1800.07/1796.51	c non guided choices	209
1800.07/1796.53	c learnt constraints type 
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1171
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138236
1800.07/1796.53	c constraints type 
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.07/1796.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1800.07/1796.53	c ignored satisfied constraints => 1
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1800.07/1796.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.07/1796.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.07/1796.53	c 40950 constraints processed.
1800.07/1796.53	s UNKNOWN
1800.07/1796.53	c Total wall clock time (in seconds): 1796.411

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-3689881-1337893967/watcher-3689881-1337893967 -o /tmp/evaluation-result-3689881-1337893967/solver-3689881-1337893967 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689881-1337893967.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.00 2.00 2.00 3/194 25183
/proc/meminfo: memFree=28012200/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/25183/stat : 25183 (java) D 25181 25183 22635 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255523515 2560000 46 33554432000 1073741824 1073778376 140736345218176 140736345215304 213183982887 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 625 46 37 9 0 29 0

[startup+0.053672 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25183
/proc/meminfo: memFree=28012200/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25181 25183 22635 0 -1 4202496 3023 0 1 0 2 0 0 0 20 0 13 0 255523515 9446973440 3721 33554432000 1073741824 1073778376 140735370881280 140735370872416 213196505149 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 2306390 3721 1696 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100332 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25183
/proc/meminfo: memFree=28012200/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25181 25183 22635 0 -1 4202496 3922 0 1 0 7 1 0 0 20 0 18 0 255523515 9787813888 5122 33554432000 1073741824 1073778376 140735370881280 140735370872416 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 2389603 5122 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25183
/proc/meminfo: memFree=28012200/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25181 25183 22635 0 -1 4202496 6000 0 1 0 46 2 0 0 20 0 18 0 255523515 9787813888 10598 33554432000 1073741824 1073778376 140735370881280 140735370872416 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 2389603 10598 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700236 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25183
/proc/meminfo: memFree=28012200/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=9558412 CPUtime=1.31 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25181 25183 22635 0 -1 4202496 11178 0 1 0 124 7 0 0 20 0 18 0 255523515 9787813888 46344 33554432000 1073741824 1073778376 140735370881280 140735370872416 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 2389603 46344 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 25202
/proc/meminfo: memFree=27834776/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=9624976 CPUtime=2.69 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25181 25183 22635 0 -1 4202496 12502 0 1 0 262 7 0 0 20 0 19 0 255523515 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 140735370872416 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 2406244 46408 2264 9 0 2396937 0
[pid=25183/tid=25185] ppid=25181 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/25183/task/25185/stat : 25185 (java) R 25181 25183 22635 0 -1 4202560 2519 0 1 0 139 3 0 0 20 0 19 0 255523517 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139763434134840 139763286646424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25186] ppid=25181 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25183/task/25186/stat : 25186 (java) S 25181 25183 22635 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255523518 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139763406588072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25187] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25187/stat : 25187 (java) S 25181 25183 22635 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139763405535528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25188] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25188/stat : 25188 (java) S 25181 25183 22635 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139763404482984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25189] ppid=25181 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25183/task/25189/stat : 25189 (java) S 25181 25183 22635 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255523518 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139763274787368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25190] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25190/stat : 25190 (java) S 25181 25183 22635 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139763273734824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25191] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25191/stat : 25191 (java) S 25181 25183 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139763272682280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25192] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25192/stat : 25192 (java) S 25181 25183 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139763271629736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25193] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25193/stat : 25193 (java) S 25181 25183 22635 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139763270577192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25194] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25194/stat : 25194 (java) S 25181 25183 22635 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255523519 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139762788063336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25195] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25195/stat : 25195 (java) S 25181 25183 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139762787009656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25196] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25196/stat : 25196 (java) S 25181 25183 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139762785957000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25197] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25197/stat : 25197 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139762784905744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25198] ppid=25181 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25183/task/25198/stat : 25198 (java) S 25181 25183 22635 0 -1 4202560 4950 0 0 0 58 2 0 0 20 0 19 0 255523522 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139762783853112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25199] ppid=25181 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/25183/task/25199/stat : 25199 (java) R 25181 25183 22635 0 -1 4202560 3704 0 0 0 51 0 0 0 20 0 19 0 255523522 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139762782800568 139763440943945 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25200] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25200/stat : 25200 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139762781748216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25201] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25201/stat : 25201 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139762780695880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25202] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25202/stat : 25202 (java) S 25181 25183 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255523610 9855975424 46408 33554432000 1073741824 1073778376 140735370881280 139762779640616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9624976

[startup+3.10069 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25202
/proc/meminfo: memFree=27834148/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=9624976 CPUtime=4.35 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25181 25183 22635 0 -1 4202496 12504 0 1 0 428 7 0 0 20 0 19 0 255523515 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 140735370872416 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 2406244 46409 2265 9 0 2396937 0
[pid=25183/tid=25185] ppid=25181 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/25183/task/25185/stat : 25185 (java) R 25181 25183 22635 0 -1 4202560 2520 0 1 0 299 3 0 0 20 0 19 0 255523517 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139763434135736 139763286628022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25186] ppid=25181 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25183/task/25186/stat : 25186 (java) S 25181 25183 22635 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255523518 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139763406588072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25187] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25187/stat : 25187 (java) S 25181 25183 22635 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139763405535528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25188] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25188/stat : 25188 (java) S 25181 25183 22635 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139763404482984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25189] ppid=25181 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25183/task/25189/stat : 25189 (java) S 25181 25183 22635 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255523518 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139763274787368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25190] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25190/stat : 25190 (java) S 25181 25183 22635 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139763273734824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25191] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25191/stat : 25191 (java) S 25181 25183 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139763272682280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25192] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25192/stat : 25192 (java) S 25181 25183 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139763271629736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25193] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25193/stat : 25193 (java) S 25181 25183 22635 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139763270577192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25194] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25194/stat : 25194 (java) S 25181 25183 22635 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255523519 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139762788063336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25195] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25195/stat : 25195 (java) S 25181 25183 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139762787009656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25196] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25196/stat : 25196 (java) S 25181 25183 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139762785957000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25197] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25197/stat : 25197 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139762784905744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25198] ppid=25181 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/25183/task/25198/stat : 25198 (java) S 25181 25183 22635 0 -1 4202560 4950 0 0 0 61 2 0 0 20 0 19 0 255523522 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139762783853112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25199] ppid=25181 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/25183/task/25199/stat : 25199 (java) S 25181 25183 22635 0 -1 4202560 3705 0 0 0 53 0 0 0 20 0 19 0 255523522 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139762782800568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25200] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25200/stat : 25200 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139762781748216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25201] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25201/stat : 25201 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139762780695880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25202] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25202/stat : 25202 (java) S 25181 25183 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255523610 9855975424 46409 33554432000 1073741824 1073778376 140735370881280 139762779640616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9624976

[startup+6.3007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25202
/proc/meminfo: memFree=27834768/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=9624976 CPUtime=7.7 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25181 25183 22635 0 -1 4202496 12614 0 1 0 760 10 0 0 20 0 19 0 255523515 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 140735370872416 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 2406244 57972 2281 9 0 2396937 0
[pid=25183/tid=25185] ppid=25181 vsize=9624976 CPUtime=6.1 cores=0,2,4,6
/proc/25183/task/25185/stat : 25185 (java) R 25181 25183 22635 0 -1 4202560 2522 0 1 0 607 3 0 0 20 0 19 0 255523517 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139763434135840 139763285867041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25186] ppid=25181 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25183/task/25186/stat : 25186 (java) S 25181 25183 22635 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 255523518 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139763406588072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25187] ppid=25181 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/25183/task/25187/stat : 25187 (java) S 25181 25183 22635 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 255523518 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139763405535528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25188] ppid=25181 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25183/task/25188/stat : 25188 (java) S 25181 25183 22635 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 255523518 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139763404482984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25189] ppid=25181 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/25183/task/25189/stat : 25189 (java) S 25181 25183 22635 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 255523518 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139763274787368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25190] ppid=25181 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25183/task/25190/stat : 25190 (java) S 25181 25183 22635 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 255523518 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139763273734824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25191] ppid=25181 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25183/task/25191/stat : 25191 (java) S 25181 25183 22635 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 255523518 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139763272682280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25192] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25192/stat : 25192 (java) S 25181 25183 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255523518 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139763271629736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25193] ppid=25181 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/25183/task/25193/stat : 25193 (java) S 25181 25183 22635 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 19 0 255523518 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139763270577192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25194] ppid=25181 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/25183/task/25194/stat : 25194 (java) S 25181 25183 22635 0 -1 4202560 95 0 0 0 6 0 0 0 20 0 19 0 255523519 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139762788063336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25195] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25195/stat : 25195 (java) S 25181 25183 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139762787009656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25196] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25196/stat : 25196 (java) S 25181 25183 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139762785957000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25197] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25197/stat : 25197 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139762784905744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25198] ppid=25181 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/25183/task/25198/stat : 25198 (java) S 25181 25183 22635 0 -1 4202560 4960 0 0 0 66 2 0 0 20 0 19 0 255523522 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139762783853112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25199] ppid=25181 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25183/task/25199/stat : 25199 (java) S 25181 25183 22635 0 -1 4202560 3728 0 0 0 55 0 0 0 20 0 19 0 255523522 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139762782800568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25200] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25200/stat : 25200 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139762781748216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25201] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25201/stat : 25201 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139762780695880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25202] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25202/stat : 25202 (java) S 25181 25183 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255523610 9855975424 57972 33554432000 1073741824 1073778376 140735370881280 139762779640616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=25183/tid=25198] ppid=25181 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/25183/task/25198/stat : 25198 (java) S 25181 25183 22635 0 -1 4202560 4969 0 0 0 75 2 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762783853112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25199] ppid=25181 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25183/task/25199/stat : 25199 (java) S 25181 25183 22635 0 -1 4202560 3733 0 0 0 57 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762782800568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25200] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25200/stat : 25200 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762781748216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25201] ppid=25181 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/25183/task/25201/stat : 25201 (java) S 25181 25183 22635 0 -1 4202560 99 0 0 0 9 13 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762780695880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25202] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25202/stat : 25202 (java) S 25181 25183 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255523610 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762779640616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.81
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.11 2.14 2.06 3/214 25278
/proc/meminfo: memFree=19763360/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=9624976 CPUtime=1785.85 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25181 25183 22635 0 -1 4202496 13934 0 1 0 178542 43 0 0 20 0 19 0 255523515 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 140735370872416 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 2406244 96761 2282 9 0 2396937 0
[pid=25183/tid=25185] ppid=25181 vsize=9624976 CPUtime=1770.58 cores=0,2,4,6
/proc/25183/task/25185/stat : 25185 (java) R 25181 25183 22635 0 -1 4202560 2594 0 1 0 177026 32 0 0 20 0 19 0 255523517 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763434135840 139763286703293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25186] ppid=25181 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/25183/task/25186/stat : 25186 (java) S 25181 25183 22635 0 -1 4202560 136 0 0 0 37 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763406588072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25187] ppid=25181 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25183/task/25187/stat : 25187 (java) S 25181 25183 22635 0 -1 4202560 95 0 0 0 36 1 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763405535528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25188] ppid=25181 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25183/task/25188/stat : 25188 (java) S 25181 25183 22635 0 -1 4202560 97 0 0 0 35 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763404482984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25189] ppid=25181 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25183/task/25189/stat : 25189 (java) S 25181 25183 22635 0 -1 4202560 185 0 0 0 39 3 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763274787368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25190] ppid=25181 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25183/task/25190/stat : 25190 (java) S 25181 25183 22635 0 -1 4202560 70 0 0 0 41 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763273734824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25191] ppid=25181 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25183/task/25191/stat : 25191 (java) S 25181 25183 22635 0 -1 4202560 125 0 0 0 33 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763272682280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25192] ppid=25181 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/25183/task/25192/stat : 25192 (java) S 25181 25183 22635 0 -1 4202560 142 0 0 0 31 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763271629736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25193] ppid=25181 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/25183/task/25193/stat : 25193 (java) S 25181 25183 22635 0 -1 4202560 275 0 0 0 44 3 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763270577192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25194] ppid=25181 vsize=9624976 CPUtime=6.06 cores=0,2,4,6
/proc/25183/task/25194/stat : 25194 (java) S 25181 25183 22635 0 -1 4202560 230 0 0 0 604 2 0 0 20 0 19 0 255523519 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762788063336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25195] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25195/stat : 25195 (java) S 25181 25183 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762787009656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25196] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25196/stat : 25196 (java) S 25181 25183 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762785957000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25197] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25197/stat : 25197 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762784905744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25198] ppid=25181 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/25183/task/25198/stat : 25198 (java) S 25181 25183 22635 0 -1 4202560 4969 0 0 0 75 2 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762783853112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25199] ppid=25181 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25183/task/25199/stat : 25199 (java) S 25181 25183 22635 0 -1 4202560 3733 0 0 0 57 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762782800568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25200] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25200/stat : 25200 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762781748216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25201] ppid=25181 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/25183/task/25201/stat : 25201 (java) S 25181 25183 22635 0 -1 4202560 103 0 0 0 9 14 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762780695880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25202] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25202/stat : 25202 (java) S 25181 25183 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255523610 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762779640616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.85
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.08 2.13 2.06 3/213 25334
/proc/meminfo: memFree=27843872/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25181 25183 22635 0 -1 4202496 13934 0 1 0 179963 44 0 0 20 0 19 0 255523515 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 140735370872416 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 2406244 96761 2282 9 0 2396937 0
[pid=25183/tid=25185] ppid=25181 vsize=9624976 CPUtime=1784.75 cores=0,2,4,6
/proc/25183/task/25185/stat : 25185 (java) R 25181 25183 22635 0 -1 4202560 2594 0 1 0 178442 33 0 0 20 0 19 0 255523517 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763434135840 139763286628083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25186] ppid=25181 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/25183/task/25186/stat : 25186 (java) S 25181 25183 22635 0 -1 4202560 136 0 0 0 37 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763406588072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25187] ppid=25181 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25183/task/25187/stat : 25187 (java) S 25181 25183 22635 0 -1 4202560 95 0 0 0 36 1 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763405535528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25188] ppid=25181 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25183/task/25188/stat : 25188 (java) S 25181 25183 22635 0 -1 4202560 97 0 0 0 35 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763404482984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25189] ppid=25181 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25183/task/25189/stat : 25189 (java) S 25181 25183 22635 0 -1 4202560 185 0 0 0 39 3 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763274787368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25190] ppid=25181 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25183/task/25190/stat : 25190 (java) S 25181 25183 22635 0 -1 4202560 70 0 0 0 41 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763273734824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25191] ppid=25181 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25183/task/25191/stat : 25191 (java) S 25181 25183 22635 0 -1 4202560 125 0 0 0 33 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763272682280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25192] ppid=25181 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/25183/task/25192/stat : 25192 (java) S 25181 25183 22635 0 -1 4202560 142 0 0 0 31 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763271629736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25193] ppid=25181 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/25183/task/25193/stat : 25193 (java) S 25181 25183 22635 0 -1 4202560 275 0 0 0 44 3 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763270577192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25194] ppid=25181 vsize=9624976 CPUtime=6.06 cores=0,2,4,6
/proc/25183/task/25194/stat : 25194 (java) S 25181 25183 22635 0 -1 4202560 230 0 0 0 604 2 0 0 20 0 19 0 255523519 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762788063336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25195] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25195/stat : 25195 (java) S 25181 25183 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762787009656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25196] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25196/stat : 25196 (java) S 25181 25183 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762785957000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25197] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25197/stat : 25197 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762784905744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25198] ppid=25181 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/25183/task/25198/stat : 25198 (java) S 25181 25183 22635 0 -1 4202560 4969 0 0 0 75 2 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762783853112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25199] ppid=25181 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25183/task/25199/stat : 25199 (java) S 25181 25183 22635 0 -1 4202560 3733 0 0 0 57 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762782800568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25200] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25200/stat : 25200 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762781748216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25201] ppid=25181 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/25183/task/25201/stat : 25201 (java) S 25181 25183 22635 0 -1 4202560 103 0 0 0 9 14 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762780695880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25202] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25202/stat : 25202 (java) S 25181 25183 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255523610 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762779640616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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+1796.5 s]
/proc/loadavg: 2.08 2.13 2.06 3/213 25334
/proc/meminfo: memFree=27843872/32873648 swapFree=6848/6848
[pid=25183] ppid=25181 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25181 25183 22635 0 -1 4202496 13934 0 1 0 179963 44 0 0 20 0 19 0 255523515 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 140735370872416 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25183/statm: 2406244 96761 2282 9 0 2396937 0
[pid=25183/tid=25185] ppid=25181 vsize=9624976 CPUtime=1784.75 cores=0,2,4,6
/proc/25183/task/25185/stat : 25185 (java) R 25181 25183 22635 0 -1 4202560 2594 0 1 0 178442 33 0 0 20 0 19 0 255523517 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763434135840 139763286628083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25186] ppid=25181 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/25183/task/25186/stat : 25186 (java) S 25181 25183 22635 0 -1 4202560 136 0 0 0 37 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763406588072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25183/tid=25187] ppid=25181 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25183/task/25187/stat : 25187 (java) S 25181 25183 22635 0 -1 4202560 95 0 0 0 36 1 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763405535528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25188] ppid=25181 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/25183/task/25188/stat : 25188 (java) S 25181 25183 22635 0 -1 4202560 97 0 0 0 35 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763404482984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25189] ppid=25181 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25183/task/25189/stat : 25189 (java) S 25181 25183 22635 0 -1 4202560 185 0 0 0 39 3 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763274787368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25190] ppid=25181 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25183/task/25190/stat : 25190 (java) S 25181 25183 22635 0 -1 4202560 70 0 0 0 41 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763273734824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25191] ppid=25181 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25183/task/25191/stat : 25191 (java) S 25181 25183 22635 0 -1 4202560 125 0 0 0 33 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763272682280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25192] ppid=25181 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/25183/task/25192/stat : 25192 (java) S 25181 25183 22635 0 -1 4202560 142 0 0 0 31 2 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763271629736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25193] ppid=25181 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/25183/task/25193/stat : 25193 (java) S 25181 25183 22635 0 -1 4202560 275 0 0 0 44 3 0 0 20 0 19 0 255523518 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139763270577192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25194] ppid=25181 vsize=9624976 CPUtime=6.06 cores=0,2,4,6
/proc/25183/task/25194/stat : 25194 (java) S 25181 25183 22635 0 -1 4202560 230 0 0 0 604 2 0 0 20 0 19 0 255523519 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762788063336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25195] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25195/stat : 25195 (java) S 25181 25183 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762787009656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25196] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25196/stat : 25196 (java) S 25181 25183 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255523520 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762785957000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25197] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25197/stat : 25197 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762784905744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25198] ppid=25181 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/25183/task/25198/stat : 25198 (java) S 25181 25183 22635 0 -1 4202560 4969 0 0 0 75 2 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762783853112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25183/tid=25199] ppid=25181 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25183/task/25199/stat : 25199 (java) S 25181 25183 22635 0 -1 4202560 3733 0 0 0 57 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762782800568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25200] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25200/stat : 25200 (java) S 25181 25183 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762781748216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25183/tid=25201] ppid=25181 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/25183/task/25201/stat : 25201 (java) S 25181 25183 22635 0 -1 4202560 103 0 0 0 9 14 0 0 20 0 19 0 255523522 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762780695880 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25183/tid=25202] ppid=25181 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25183/task/25202/stat : 25202 (java) S 25181 25183 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255523610 9855975424 96761 33554432000 1073741824 1073778376 140735370881280 139762779640616 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25183 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=29114
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=830873
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.55
CPU time (s): 1800.07
CPU user time (s): 1799.63
CPU system time (s): 0.44
CPU usage (%): 100.196
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.03
system time used= 0.830873
maximum resident set size= 387188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13974
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40111
involuntary context switches= 19996

runsolver used 5.39118 second user time and 13.6229 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-24 23:12:47
IDJOB=3689881
IDBENCH=91523
IDSOLVER=2269
FILE ID=node113/3689881-1337893967
RUNJOBID= node113-1337871880-22652
PBS_JOBID= 14620091
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_20null10mast_rapportOE1.0_TMAX60_K67_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689881-1337893967/watcher-3689881-1337893967 -o /tmp/evaluation-result-3689881-1337893967/solver-3689881-1337893967 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689881-1337893967.opb

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

MD5SUM BENCH= 45095495cbc234ce584c9f2f0e8c1a12
RANDOM SEED=639782131

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.026
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.026
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.026
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	: 5331.92
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.026
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:       32873648 kB
MemFree:        28012092 kB
Buffers:          227668 kB
Cached:          3390100 kB
SwapCached:            0 kB
Active:          1017368 kB
Inactive:        3035476 kB
Active(anon):     437516 kB
Inactive(anon):        0 kB
Active(file):     579852 kB
Inactive(file):  3035476 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3168 kB
Writeback:             0 kB
AnonPages:        478288 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             633656 kB
SReclaimable:      77964 kB
SUnreclaim:       555692 kB
KernelStack:        1600 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     830020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 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= 71680 MiB
End job on node113 at 2012-05-24 23:42:45