Trace number 3739629

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.05 899.146

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12048_4-unsat.opb
MD5SUMe20086c85095d65afe65e19d07ad3aeb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.9148
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28798
Total number of constraints99736
Number of constraints which are clauses99264
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint1
Maximum length of a constraint69
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 397
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3739629-1338757986.opb
0.10/0.11	c reading problem ... 
2.06/1.08	c ... done. Wall clock time 0.974s.
2.06/1.08	c #vars     28798
2.06/1.08	c #constraints  83116
2.06/1.08	c constraints type 
2.06/1.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
2.06/1.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
2.06/1.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
2.06/1.08	c constraints type 
2.06/1.08	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 66402
2.06/1.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9107
2.06/1.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
8.38/3.41	c cleaning 2495 clauses out of 5001 with flag 5002/5002
13.36/5.80	c cleaning 4245 clauses out of 8504 with flag 11000/11000
18.52/8.40	c cleaning 5625 clauses out of 11259 with flag 18000/18000
24.47/11.46	c cleaning 6805 clauses out of 13635 with flag 26001/26001
32.03/15.22	c cleaning 7912 clauses out of 15830 with flag 35001/35001
40.18/19.30	c cleaning 8954 clauses out of 17920 with flag 45003/45003
48.75/23.66	c cleaning 9976 clauses out of 19963 with flag 56000/56000
59.11/28.84	c cleaning 10979 clauses out of 21989 with flag 68002/68002
70.23/34.48	c cleaning 11997 clauses out of 24008 with flag 81000/81000
81.65/40.13	c cleaning 12996 clauses out of 26011 with flag 95000/95000
94.22/46.47	c cleaning 13994 clauses out of 28015 with flag 110000/110000
108.41/53.59	c cleaning 14998 clauses out of 30020 with flag 126000/126000
124.07/61.44	c cleaning 16010 clauses out of 32022 with flag 143001/143001
130.17/64.50	c cleaning 0 clauses out of 5000 with flag 0/5000
140.71/69.73	c cleaning 16996 clauses out of 34012 with flag 161001/161001
160.25/79.58	c cleaning 17989 clauses out of 36015 with flag 180000/180000
180.49/89.76	c cleaning 18991 clauses out of 38027 with flag 200001/200001
201.07/100.04	c cleaning 20010 clauses out of 40038 with flag 221003/221003
223.81/111.42	c cleaning 20999 clauses out of 42025 with flag 243000/243000
250.16/124.60	c cleaning 22003 clauses out of 44026 with flag 266000/266000
275.44/137.34	c cleaning 22997 clauses out of 46023 with flag 290000/290000
301.01/150.16	c cleaning 24003 clauses out of 48026 with flag 315000/315000
329.97/164.62	c cleaning 25004 clauses out of 50023 with flag 341000/341000
361.42/180.34	c cleaning 25998 clauses out of 52019 with flag 368000/368000
394.03/196.72	c cleaning 27008 clauses out of 54021 with flag 396000/396000
427.64/213.52	c cleaning 27995 clauses out of 56013 with flag 425000/425000
463.06/231.25	c cleaning 28998 clauses out of 58018 with flag 455000/455000
500.45/249.97	c cleaning 30001 clauses out of 60021 with flag 486001/486001
540.31/269.92	c cleaning 31004 clauses out of 62019 with flag 518000/518000
574.44/287.08	c cleaning 31985 clauses out of 64015 with flag 551000/551000
614.68/307.16	c cleaning 33014 clauses out of 66032 with flag 585002/585002
637.91/318.81	c cleaning 0 clauses out of 11000 with flag 0/11000
659.39/329.71	c cleaning 33998 clauses out of 68017 with flag 620001/620001
705.43/352.77	c cleaning 35004 clauses out of 70019 with flag 656001/656001
754.03/377.04	c cleaning 36002 clauses out of 72015 with flag 693001/693001
805.08/402.51	c cleaning 37002 clauses out of 74013 with flag 731001/731001
861.16/430.63	c cleaning 37978 clauses out of 76010 with flag 770000/770000
914.81/457.44	c cleaning 38992 clauses out of 78032 with flag 810000/810000
973.48/486.73	c cleaning 40018 clauses out of 80042 with flag 851002/851002
1029.98/514.96	c cleaning 41005 clauses out of 82021 with flag 893000/893000
1088.64/544.36	c cleaning 41989 clauses out of 84014 with flag 936000/936000
1152.56/576.21	c cleaning 43009 clauses out of 86026 with flag 980001/980001
1217.51/608.61	c cleaning 43997 clauses out of 88016 with flag 1025000/1025000
1287.52/643.56	c cleaning 44996 clauses out of 90020 with flag 1071001/1071001
1359.46/679.58	c cleaning 46002 clauses out of 92022 with flag 1118000/1118000
1435.14/717.21	c cleaning 47000 clauses out of 94019 with flag 1166000/1166000
1509.45/754.20	c cleaning 47984 clauses out of 96021 with flag 1215002/1215002
1582.97/790.87	c cleaning 48994 clauses out of 98035 with flag 1265000/1265000
1660.39/829.53	c cleaning 50020 clauses out of 100043 with flag 1316002/1316002
1739.97/869.16	c cleaning 50997 clauses out of 102021 with flag 1368000/1368000
1800.05/899.11	c starts		: 190
1800.05/899.11	c conflicts		: 1405603
1800.05/899.11	c decisions		: 1724128
1800.05/899.11	c propagations		: 950582410
1800.05/899.11	c inspects		: 5731181467
1800.05/899.11	c learnt literals	: 8
1800.05/899.11	c learnt binary clauses	: 88
1800.05/899.11	c learnt ternary clauses	: 705
1800.05/899.11	c learnt clauses	: 1405595
1800.05/899.11	c ignored clauses	: 0
1800.05/899.11	c root simplifications	: 0
1800.05/899.11	c removed literals (reason simplification)	: 36197721
1800.05/899.11	c reason swapping (by a shorter reason)	: 0
1800.05/899.11	c Calls to reduceDB	: 48
1800.05/899.11	c number of reductions to clauses (during analyze)	: 0
1800.05/899.11	c number of learned constraints concerned by reduction	: 0
1800.05/899.11	c number of learning phase by resolution	: 0
1800.05/899.11	c number of learning phase by cutting planes	: 0
1800.05/899.11	c speed (assignments/second)	: 1058522.0806032773
1800.05/899.11	c non guided choices	13
1800.05/899.14	c learnt constraints type 
1800.05/899.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 88552
1800.05/899.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88
1800.05/899.14	c constraints type 
1800.05/899.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
1800.05/899.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
1800.05/899.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
1800.05/899.14	c constraints type 
1800.05/899.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 66402
1800.05/899.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9107
1800.05/899.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
1800.05/899.14	s UNKNOWN
1800.05/899.14	c Total wall clock time (in seconds): 899.029

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-3739629-1338757986/watcher-3739629-1338757986 -o /tmp/evaluation-result-3739629-1338757986/solver-3739629-1338757986 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739629-1338757986.opb 

running on 4 cores: 1,3,5,7

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: 3.92 3.78 3.57 4/197 27357
/proc/meminfo: memFree=29654540/32873648 swapFree=6860/6860
[pid=27357] ppid=27355 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27357/stat : 27357 (java6) D 27355 27357 22552 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 341924513 9515008 183 33554432000 1073741824 1073778376 140736156206128 140736156197160 259112386229 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/27357/statm: 2323 183 140 9 0 71 0

[startup+0.0828811 s]
/proc/loadavg: 3.92 3.78 3.57 4/197 27357
/proc/meminfo: memFree=29654540/32873648 swapFree=6860/6860
[pid=27357] ppid=27355 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/27357/stat : 27357 (java) S 27355 27357 22552 0 -1 4202496 3901 0 1 0 5 1 0 0 20 0 18 0 341924513 2764726272 5619 33554432000 1073741824 1073778376 140733686866768 140733686857904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27357/statm: 674982 5619 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100237 s]
/proc/loadavg: 3.92 3.78 3.57 4/197 27357
/proc/meminfo: memFree=29654540/32873648 swapFree=6860/6860
[pid=27357] ppid=27355 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/27357/stat : 27357 (java) S 27355 27357 22552 0 -1 4202496 4761 0 1 0 8 2 0 0 20 0 18 0 341924513 2764726272 6447 33554432000 1073741824 1073778376 140733686866768 140733686857904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27357/statm: 674982 6451 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300231 s]
/proc/loadavg: 3.92 3.78 3.57 4/197 27357
/proc/meminfo: memFree=29654540/32873648 swapFree=6860/6860
[pid=27357] ppid=27355 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/27357/stat : 27357 (java) S 27355 27357 22552 0 -1 4202496 6474 0 1 0 47 2 0 0 20 0 18 0 341924513 2764726272 10220 33554432000 1073741824 1073778376 140733686866768 140733686857904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27357/statm: 674982 10229 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2699928

[startup+0.70024 s]
/proc/loadavg: 3.92 3.78 3.57 4/197 27357
/proc/meminfo: memFree=29654540/32873648 swapFree=6860/6860
[pid=27357] ppid=27355 vsize=2699928 CPUtime=1.66 cores=1,3,5,7
/proc/27357/stat : 27357 (java) S 27355 27357 22552 0 -1 4202496 16649 0 1 0 162 4 0 0 20 0 18 0 341924513 2764726272 33304 33554432000 1073741824 1073778376 140733686866768 140733686857904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27357/statm: 674982 33304 2241 9 0 665676 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 3.92 3.78 3.57 6/215 27375
/proc/meminfo: memFree=29397876/32873648 swapFree=6860/6860
[pid=27357] ppid=27355 vsize=2966184 CPUtime=3.93 cores=1,3,5,7
/proc/27357/stat : 27357 (java) S 27355 27357 22552 0 -1 4202496 21147 0 1 0 386 7 0 0 20 0 22 0 341924513 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140733686857904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27357/statm: 741546 85280 2254 9 0 732240 0
[pid=27357/tid=27359] ppid=27355 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/27357/task/27359/stat : 27359 (java) S 27355 27357 22552 0 -1 4202560 2922 0 1 0 101 4 0 0 20 0 22 0 341924514 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140676118205592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27360] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27360/stat : 27360 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924515 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140676102486440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27361] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27361/stat : 27361 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924515 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140676101433896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27362] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27362/stat : 27362 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924515 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140676100380840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27363] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27363/stat : 27363 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924515 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140676099328296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27364] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27364/stat : 27364 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924515 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140676098276264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27365] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27365/stat : 27365 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924515 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140676097223720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27366] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27366/stat : 27366 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924515 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140676096170664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27367] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27367/stat : 27367 (java) S 27355 27357 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341924515 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140676095118120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27368] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27368/stat : 27368 (java) S 27355 27357 22552 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341924516 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140675965245800 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27369] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27369/stat : 27369 (java) S 27355 27357 22552 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140675964192120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27370] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27370/stat : 27370 (java) S 27355 27357 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140675963138952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27371] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27371/stat : 27371 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140675962087696 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27372] ppid=27355 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/27357/task/27372/stat : 27372 (java) R 27355 27357 22552 0 -1 4202560 9340 0 0 0 100 1 0 0 20 0 22 0 341924519 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140675961022864 140676124048319 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27373] ppid=27355 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/27357/task/27373/stat : 27373 (java) R 27355 27357 22552 0 -1 4202560 7566 0 0 0 100 0 0 0 20 0 22 0 341924519 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140675959983032 259115770293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27374] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27374/stat : 27374 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140675958930168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27375] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27375/stat : 27375 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 85280 33554432000 1073741824 1073778376 140733686866768 140675957877832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 2966184

[startup+3.10074 s]
/proc/loadavg: 3.92 3.78 3.57 7/219 27379
/proc/meminfo: memFree=29244928/32873648 swapFree=6860/6860
[pid=27357] ppid=27355 vsize=2966184 CPUtime=7.78 cores=1,3,5,7
/proc/27357/stat : 27357 (java) S 27355 27357 22552 0 -1 4202496 21823 0 1 0 763 15 0 0 20 0 22 0 341924513 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140733686857904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27357/statm: 741546 113321 2271 9 0 732240 0
[pid=27357/tid=27359] ppid=27355 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/27357/task/27359/stat : 27359 (java) S 27355 27357 22552 0 -1 4202560 2922 0 1 0 101 4 0 0 20 0 22 0 341924514 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140676118205592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27360] ppid=27355 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/27357/task/27360/stat : 27360 (java) S 27355 27357 22552 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 341924515 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140676102486440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27361] ppid=27355 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/27357/task/27361/stat : 27361 (java) S 27355 27357 22552 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 341924515 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140676101433896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27362] ppid=27355 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/27357/task/27362/stat : 27362 (java) S 27355 27357 22552 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 341924515 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140676100380840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27363] ppid=27355 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/27357/task/27363/stat : 27363 (java) S 27355 27357 22552 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 341924515 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140676099328296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27364] ppid=27355 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/27357/task/27364/stat : 27364 (java) S 27355 27357 22552 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 341924515 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140676098276264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27365] ppid=27355 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/27357/task/27365/stat : 27365 (java) S 27355 27357 22552 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341924515 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140676097223720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27366] ppid=27355 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/27357/task/27366/stat : 27366 (java) S 27355 27357 22552 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 22 0 341924515 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140676096170664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27367] ppid=27355 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/27357/task/27367/stat : 27367 (java) S 27355 27357 22552 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 341924515 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140676095118120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27368] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27368/stat : 27368 (java) S 27355 27357 22552 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341924516 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675965245800 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27369] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27369/stat : 27369 (java) S 27355 27357 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675964192120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27370] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27370/stat : 27370 (java) S 27355 27357 22552 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675963138952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27371] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27371/stat : 27371 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675962087696 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27372] ppid=27355 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/27357/task/27372/stat : 27372 (java) S 27355 27357 22552 0 -1 4202560 9342 0 0 0 119 1 0 0 20 0 22 0 341924519 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675961035576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27373] ppid=27355 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/27357/task/27373/stat : 27373 (java) S 27355 27357 22552 0 -1 4202560 8058 0 0 0 127 0 0 0 20 0 22 0 341924519 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675959983032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27374] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27374/stat : 27374 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675958930168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27375] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27375/stat : 27375 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675957877832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27376] ppid=27355 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/27357/task/27376/stat : 27376 (java) R 27355 27357 22552 0 -1 4202560 30 0 0 0 188 0 0 0 20 0 22 0 341924622 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675956822696 140675967780300 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27377] ppid=27355 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/27357/task/27377/stat : 27377 (java) R 27355 27357 22552 0 -1 4202560 115 0 0 0 187 1 0 0 20 0 22 0 341924622 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675955768424 140675967515752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27378] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27378/stat : 27378 (java) S 27355 27357 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924628 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675954717480 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27379] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27379/stat : 27379 (java) S 27355 27357 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924629 3037372416 113321 33554432000 1073741824 1073778376 140733686866768 140675953664936 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 2966184

[startup+6.30081 s]
/proc/loadavg: 3.93 3.79 3.57 6/219 27379
/proc/meminfo: memFree=29177656/32873648 swapFree=6860/6860
[pid=27357] ppid=27355 vsize=2966184 CPUtime=14.28 cores=1,3,5,7
/proc/27357/stat : 27357 (java) S 27355 27357 22552 0 -1 4202496 21907 0 1 0 1412 16 0 0 20 0 22 0 341924513 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140733686857904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27357/statm: 741546 124419 2283 9 0 732240 0
[pid=27357/tid=27359] ppid=27355 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/27357/task/27359/stat : 27359 (java) S 27355 27357 22552 0 -1 4202560 2923 0 1 0 101 4 0 0 20 0 22 0 341924514 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140676118205592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27360] ppid=27355 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/27357/task/27360/stat : 27360 (java) S 27355 27357 22552 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 22 0 341924515 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140676102486440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27361] ppid=27355 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/27357/task/27361/stat : 27361 (java) S 27355 27357 22552 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 22 0 341924515 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140676101433896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27362] ppid=27355 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/27357/task/27362/stat : 27362 (java) S 27355 27357 22552 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 22 0 341924515 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140676100380840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27363] ppid=27355 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/27357/task/27363/stat : 27363 (java) S 27355 27357 22552 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 22 0 341924515 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140676099328296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27364] ppid=27355 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/27357/task/27364/stat : 27364 (java) S 27355 27357 22552 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 22 0 341924515 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140676098276264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27365] ppid=27355 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/27357/task/27365/stat : 27365 (java) S 27355 27357 22552 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 22 0 341924515 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140676097223720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27366] ppid=27355 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/27357/task/27366/stat : 27366 (java) S 27355 27357 22552 0 -1 4202560 24 0 0 0 5 1 0 0 20 0 22 0 341924515 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140676096170664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27367] ppid=27355 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/27357/task/27367/stat : 27367 (java) S 27355 27357 22552 0 -1 4202560 26 0 0 0 6 2 0 0 20 0 22 0 341924515 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140676095118120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27368] ppid=27355 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/27357/task/27368/stat : 27368 (java) S 27355 27357 22552 0 -1 4202560 52 0 0 0 17 0 0 0 20 0 22 0 341924516 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140675965245800 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27369] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27369/stat : 27369 (java) S 27355 27357 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140675964192120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27370] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27370/stat : 27370 (java) S 27355 27357 22552 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140675963138952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27371] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27371/stat : 27371 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140675962087696 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27372] ppid=27355 vsize=2966184 CPUtime=1.3 cores=1,3,5,7
/proc/27357/task/27372/stat : 27372 (java) S 27355 27357 22552 0 -1 4202560 9343 0 0 0 129 1 0 0 20 0 22 0 341924519 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140675961035576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27373] ppid=27355 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/27357/task/27373/stat : 27373 (java) S 27355 27357 22552 0 -1 4202560 8062 0 0 0 138 0 0 0 20 0 22 0 341924519 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140675959983032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27374] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27374/stat : 27374 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140675958930168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27375] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27375/stat : 27375 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140675957877832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27376] ppid=27355 vsize=2966184 CPUtime=4.79 cores=1,3,5,7
/proc/27357/task/27376/stat : 27376 (java) R 27355 27357 22552 0 -1 4202560 33 0 0 0 479 0 0 0 20 0 22 0 341924622 3037372416 124419 33554432000 1073741824 1073778376 140733686866768 140675956822352 140675967448098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

/proc/27357/statm: 741546 205822 2283 9 0 732240 0
[pid=27357/tid=27359] ppid=27355 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/27357/task/27359/stat : 27359 (java) S 27355 27357 22552 0 -1 4202560 2937 0 1 0 102 6 0 0 20 0 22 0 341924514 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140676118205592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27360] ppid=27355 vsize=2966184 CPUtime=4.05 cores=1,3,5,7
/proc/27357/task/27360/stat : 27360 (java) S 27355 27357 22552 0 -1 4202560 319 0 0 0 400 5 0 0 20 0 22 0 341924515 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140676102486440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27361] ppid=27355 vsize=2966184 CPUtime=4.16 cores=1,3,5,7
/proc/27357/task/27361/stat : 27361 (java) S 27355 27357 22552 0 -1 4202560 316 0 0 0 410 6 0 0 20 0 22 0 341924515 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140676101433896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27362] ppid=27355 vsize=2966184 CPUtime=4.17 cores=1,3,5,7
/proc/27357/task/27362/stat : 27362 (java) S 27355 27357 22552 0 -1 4202560 326 0 0 0 411 6 0 0 20 0 22 0 341924515 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140676100380840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27363] ppid=27355 vsize=2966184 CPUtime=4.13 cores=1,3,5,7
/proc/27357/task/27363/stat : 27363 (java) S 27355 27357 22552 0 -1 4202560 322 0 0 0 406 7 0 0 20 0 22 0 341924515 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140676099328296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27364] ppid=27355 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/27357/task/27364/stat : 27364 (java) S 27355 27357 22552 0 -1 4202560 326 0 0 0 418 6 0 0 20 0 22 0 341924515 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140676098276264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27365] ppid=27355 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/27357/task/27365/stat : 27365 (java) S 27355 27357 22552 0 -1 4202560 314 0 0 0 417 6 0 0 20 0 22 0 341924515 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140676097223720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27366] ppid=27355 vsize=2966184 CPUtime=4.1 cores=1,3,5,7
/proc/27357/task/27366/stat : 27366 (java) S 27355 27357 22552 0 -1 4202560 328 0 0 0 402 8 0 0 20 0 22 0 341924515 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140676096170664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27367] ppid=27355 vsize=2966184 CPUtime=4.38 cores=1,3,5,7
/proc/27357/task/27367/stat : 27367 (java) S 27355 27357 22552 0 -1 4202560 330 0 0 0 433 5 0 0 20 0 22 0 341924515 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140676095118120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27368] ppid=27355 vsize=2966184 CPUtime=15.19 cores=1,3,5,7
/proc/27357/task/27368/stat : 27368 (java) S 27355 27357 22552 0 -1 4202560 43894 0 0 0 1477 42 0 0 20 0 22 0 341924516 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675965245800 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27369] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27369/stat : 27369 (java) S 27355 27357 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675964192120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27370] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27370/stat : 27370 (java) S 27355 27357 22552 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675963138952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27371] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27371/stat : 27371 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675962087696 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27372] ppid=27355 vsize=2966184 CPUtime=1.78 cores=1,3,5,7
/proc/27357/task/27372/stat : 27372 (java) S 27355 27357 22552 0 -1 4202560 13753 0 0 0 176 2 0 0 20 0 22 0 341924519 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675961035576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27373] ppid=27355 vsize=2966184 CPUtime=1.43 cores=1,3,5,7
/proc/27357/task/27373/stat : 27373 (java) S 27355 27357 22552 0 -1 4202560 8062 0 0 0 143 0 0 0 20 0 22 0 341924519 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675959983032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27374] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27374/stat : 27374 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675958930168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27375] ppid=27355 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/27357/task/27375/stat : 27375 (java) S 27355 27357 22552 0 -1 4202560 51 0 0 0 14 20 0 0 20 0 22 0 341924519 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675957877832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27376] ppid=27355 vsize=2966184 CPUtime=854.12 cores=1,3,5,7
/proc/27357/task/27376/stat : 27376 (java) R 27355 27357 22552 0 -1 4202560 294 0 0 0 85398 14 0 0 20 0 22 0 341924622 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675956821440 140675967535608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27377] ppid=27355 vsize=2966184 CPUtime=854.15 cores=1,3,5,7
/proc/27357/task/27377/stat : 27377 (java) R 27355 27357 22552 0 -1 4202560 442 0 0 0 85400 15 0 0 20 0 22 0 341924622 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675955767952 140675967513948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27378] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27378/stat : 27378 (java) S 27355 27357 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924628 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675954717480 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27379] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27379/stat : 27379 (java) S 27355 27357 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924629 3037372416 205822 33554432000 1073741824 1073778376 140733686866768 140675953664936 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1766.15
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.102 s]
/proc/loadavg: 4.02 3.88 3.74 5/219 27986
/proc/meminfo: memFree=28858496/32873648 swapFree=6860/6860
[pid=27357] ppid=27355 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/27357/stat : 27357 (java) S 27355 27357 22552 0 -1 4202496 73227 0 1 0 179887 118 0 0 20 0 22 0 341924513 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140733686857904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27357/statm: 741546 207358 2283 9 0 732240 0
[pid=27357/tid=27359] ppid=27355 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/27357/task/27359/stat : 27359 (java) S 27355 27357 22552 0 -1 4202560 2937 0 1 0 102 6 0 0 20 0 22 0 341924514 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676118205592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27360] ppid=27355 vsize=2966184 CPUtime=4.13 cores=1,3,5,7
/proc/27357/task/27360/stat : 27360 (java) S 27355 27357 22552 0 -1 4202560 321 0 0 0 408 5 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676102486440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27361] ppid=27355 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/27357/task/27361/stat : 27361 (java) S 27355 27357 22552 0 -1 4202560 316 0 0 0 418 6 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676101433896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27362] ppid=27355 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/27357/task/27362/stat : 27362 (java) S 27355 27357 22552 0 -1 4202560 327 0 0 0 417 6 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676100380840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27363] ppid=27355 vsize=2966184 CPUtime=4.26 cores=1,3,5,7
/proc/27357/task/27363/stat : 27363 (java) S 27355 27357 22552 0 -1 4202560 324 0 0 0 419 7 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676099328296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27364] ppid=27355 vsize=2966184 CPUtime=4.35 cores=1,3,5,7
/proc/27357/task/27364/stat : 27364 (java) S 27355 27357 22552 0 -1 4202560 327 0 0 0 429 6 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676098276264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27365] ppid=27355 vsize=2966184 CPUtime=4.34 cores=1,3,5,7
/proc/27357/task/27365/stat : 27365 (java) S 27355 27357 22552 0 -1 4202560 316 0 0 0 428 6 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676097223720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27366] ppid=27355 vsize=2966184 CPUtime=4.19 cores=1,3,5,7
/proc/27357/task/27366/stat : 27366 (java) S 27355 27357 22552 0 -1 4202560 328 0 0 0 411 8 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676096170664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27367] ppid=27355 vsize=2966184 CPUtime=4.47 cores=1,3,5,7
/proc/27357/task/27367/stat : 27367 (java) S 27355 27357 22552 0 -1 4202560 331 0 0 0 442 5 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676095118120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27368] ppid=27355 vsize=2966184 CPUtime=15.2 cores=1,3,5,7
/proc/27357/task/27368/stat : 27368 (java) S 27355 27357 22552 0 -1 4202560 43896 0 0 0 1477 43 0 0 20 0 22 0 341924516 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675965245800 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27369] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27369/stat : 27369 (java) S 27355 27357 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675964192120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27370] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27370/stat : 27370 (java) S 27355 27357 22552 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675963138952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27371] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27371/stat : 27371 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675962087696 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27372] ppid=27355 vsize=2966184 CPUtime=1.78 cores=1,3,5,7
/proc/27357/task/27372/stat : 27372 (java) S 27355 27357 22552 0 -1 4202560 13753 0 0 0 176 2 0 0 20 0 22 0 341924519 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675961035576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27373] ppid=27355 vsize=2966184 CPUtime=1.43 cores=1,3,5,7
/proc/27357/task/27373/stat : 27373 (java) S 27355 27357 22552 0 -1 4202560 8062 0 0 0 143 0 0 0 20 0 22 0 341924519 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675959983032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27374] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27374/stat : 27374 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675958930168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27375] ppid=27355 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/27357/task/27375/stat : 27375 (java) S 27355 27357 22552 0 -1 4202560 53 0 0 0 14 21 0 0 20 0 22 0 341924519 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675957877832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27376] ppid=27355 vsize=2966184 CPUtime=870.66 cores=1,3,5,7
/proc/27357/task/27376/stat : 27376 (java) R 27355 27357 22552 0 -1 4202560 297 0 0 0 87051 15 0 0 20 0 22 0 341924622 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675956820544 140675967535195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27377] ppid=27355 vsize=2966184 CPUtime=870.67 cores=1,3,5,7
/proc/27357/task/27377/stat : 27377 (java) R 27355 27357 22552 0 -1 4202560 448 0 0 0 87051 16 0 0 20 0 22 0 341924622 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675955768880 140675967349755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27378] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27378/stat : 27378 (java) S 27355 27357 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924628 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675954717480 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27379] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27379/stat : 27379 (java) S 27355 27357 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924629 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675953664936 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

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

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

[startup+899.102 s]
/proc/loadavg: 4.02 3.88 3.74 5/219 27986
/proc/meminfo: memFree=28858496/32873648 swapFree=6860/6860
[pid=27357] ppid=27355 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/27357/stat : 27357 (java) S 27355 27357 22552 0 -1 4202496 73227 0 1 0 179887 118 0 0 20 0 22 0 341924513 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140733686857904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27357/statm: 741546 207358 2283 9 0 732240 0
[pid=27357/tid=27359] ppid=27355 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/27357/task/27359/stat : 27359 (java) S 27355 27357 22552 0 -1 4202560 2937 0 1 0 102 6 0 0 20 0 22 0 341924514 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676118205592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27360] ppid=27355 vsize=2966184 CPUtime=4.13 cores=1,3,5,7
/proc/27357/task/27360/stat : 27360 (java) S 27355 27357 22552 0 -1 4202560 321 0 0 0 408 5 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676102486440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27361] ppid=27355 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/27357/task/27361/stat : 27361 (java) S 27355 27357 22552 0 -1 4202560 316 0 0 0 418 6 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676101433896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27362] ppid=27355 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/27357/task/27362/stat : 27362 (java) S 27355 27357 22552 0 -1 4202560 327 0 0 0 417 6 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676100380840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27363] ppid=27355 vsize=2966184 CPUtime=4.26 cores=1,3,5,7
/proc/27357/task/27363/stat : 27363 (java) S 27355 27357 22552 0 -1 4202560 324 0 0 0 419 7 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676099328296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27364] ppid=27355 vsize=2966184 CPUtime=4.35 cores=1,3,5,7
/proc/27357/task/27364/stat : 27364 (java) S 27355 27357 22552 0 -1 4202560 327 0 0 0 429 6 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676098276264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27365] ppid=27355 vsize=2966184 CPUtime=4.34 cores=1,3,5,7
/proc/27357/task/27365/stat : 27365 (java) S 27355 27357 22552 0 -1 4202560 316 0 0 0 428 6 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676097223720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27366] ppid=27355 vsize=2966184 CPUtime=4.19 cores=1,3,5,7
/proc/27357/task/27366/stat : 27366 (java) S 27355 27357 22552 0 -1 4202560 328 0 0 0 411 8 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676096170664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27367] ppid=27355 vsize=2966184 CPUtime=4.47 cores=1,3,5,7
/proc/27357/task/27367/stat : 27367 (java) S 27355 27357 22552 0 -1 4202560 331 0 0 0 442 5 0 0 20 0 22 0 341924515 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140676095118120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27368] ppid=27355 vsize=2966184 CPUtime=15.2 cores=1,3,5,7
/proc/27357/task/27368/stat : 27368 (java) S 27355 27357 22552 0 -1 4202560 43896 0 0 0 1477 43 0 0 20 0 22 0 341924516 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675965245800 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27369] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27369/stat : 27369 (java) S 27355 27357 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675964192120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27370] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27370/stat : 27370 (java) S 27355 27357 22552 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341924517 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675963138952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27371] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27371/stat : 27371 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675962087696 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27372] ppid=27355 vsize=2966184 CPUtime=1.78 cores=1,3,5,7
/proc/27357/task/27372/stat : 27372 (java) S 27355 27357 22552 0 -1 4202560 13753 0 0 0 176 2 0 0 20 0 22 0 341924519 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675961035576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27357/tid=27373] ppid=27355 vsize=2966184 CPUtime=1.43 cores=1,3,5,7
/proc/27357/task/27373/stat : 27373 (java) S 27355 27357 22552 0 -1 4202560 8062 0 0 0 143 0 0 0 20 0 22 0 341924519 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675959983032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27374] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27374/stat : 27374 (java) S 27355 27357 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924519 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675958930168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27375] ppid=27355 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/27357/task/27375/stat : 27375 (java) S 27355 27357 22552 0 -1 4202560 53 0 0 0 14 21 0 0 20 0 22 0 341924519 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675957877832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27376] ppid=27355 vsize=2966184 CPUtime=870.66 cores=1,3,5,7
/proc/27357/task/27376/stat : 27376 (java) R 27355 27357 22552 0 -1 4202560 297 0 0 0 87051 15 0 0 20 0 22 0 341924622 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675956820544 140675967535195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27357/tid=27377] ppid=27355 vsize=2966184 CPUtime=870.67 cores=1,3,5,7
/proc/27357/task/27377/stat : 27377 (java) R 27355 27357 22552 0 -1 4202560 448 0 0 0 87051 16 0 0 20 0 22 0 341924622 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675955768880 140675967349755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27357/tid=27378] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27378/stat : 27378 (java) S 27355 27357 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924628 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675954717480 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27357/tid=27379] ppid=27355 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/27357/task/27379/stat : 27379 (java) S 27355 27357 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924629 3037372416 207358 33554432000 1073741824 1073778376 140733686866768 140675953664936 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 899.146
CPU time (s): 1800.05
CPU user time (s): 1798.87
CPU system time (s): 1.18
CPU usage (%): 200.195
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 1.68474
maximum resident set size= 829556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73260
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37495
involuntary context switches= 64691

runsolver used 4.39233 second user time and 7.18191 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 23:13:06
IDJOB=3739629
IDBENCH=73869
IDSOLVER=2324
FILE ID=node124/3739629-1338757986
RUNJOBID= node124-1338748776-22569
PBS_JOBID= 14636791
Free space on /tmp= 70700 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12048_4-unsat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739629-1338757986/watcher-3739629-1338757986 -o /tmp/evaluation-result-3739629-1338757986/solver-3739629-1338757986 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739629-1338757986.opb

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

MD5SUM BENCH= e20086c85095d65afe65e19d07ad3aeb
RANDOM SEED=562524749

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29654920 kB
Buffers:          221828 kB
Cached:          1478356 kB
SwapCached:         8268 kB
Active:          1170432 kB
Inactive:        1275196 kB
Active(anon):     739308 kB
Inactive(anon):     8240 kB
Active(file):     431124 kB
Inactive(file):  1266956 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:              2968 kB
Writeback:             0 kB
AnonPages:        744364 kB
Mapped:            17292 kB
Shmem:                 0 kB
Slab:             633716 kB
SReclaimable:      77744 kB
SUnreclaim:       555972 kB
KernelStack:        1624 kB
PageTables:         5356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 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= 70704 MiB
End job on node124 at 2012-06-03 23:28:08