Trace number 3739932

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.91 909.269

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9045_1-sat.opb
MD5SUMd4d1ca36c8af6075d3c9b6c16eca4a6b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26754
Total number of constraints93164
Number of constraints which are clauses92580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints584
Minimum length of a constraint1
Maximum length of a constraint90
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 530
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.08	c version 2.3.1.v20110525
0.08/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.08	c java.vm.version	19.1-b02
0.08/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.08	c sun.arch.data.model	64
0.08/0.08	c java.version		1.6.0_24
0.08/0.08	c os.name		Linux
0.08/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.08	c os.arch		amd64
0.08/0.08	c Free memory 		9996466904
0.08/0.08	c Max memory 		10048897024
0.08/0.08	c Total memory 		10048897024
0.08/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 org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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	c solving HOME/instance-3739932-1338730317.opb
0.10/0.11	c reading problem ... 
1.92/1.10	c ... done. Wall clock time 0.988s.
1.92/1.10	c #vars     26754
1.92/1.10	c #constraints  82731
1.92/1.10	c constraints type 
1.92/1.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
1.92/1.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
1.92/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
1.92/1.10	c constraints type 
1.92/1.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 67656
1.92/1.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9978
1.92/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 584
6.85/2.91	c cleaning 2491 clauses out of 5000 with flag 5000/5000
10.76/4.64	c cleaning 4246 clauses out of 8509 with flag 11000/11000
14.50/6.54	c cleaning 5614 clauses out of 11264 with flag 18001/18001
19.03/8.84	c cleaning 6817 clauses out of 13651 with flag 26002/26002
23.93/11.30	c cleaning 7903 clauses out of 15831 with flag 35000/35000
29.22/14.04	c cleaning 8936 clauses out of 17930 with flag 45002/45002
35.92/17.47	c cleaning 9980 clauses out of 19992 with flag 56000/56000
43.64/21.38	c cleaning 10999 clauses out of 22013 with flag 68001/68001
52.07/25.66	c cleaning 11988 clauses out of 24014 with flag 81001/81001
61.18/30.20	c cleaning 12999 clauses out of 26025 with flag 95000/95000
70.05/34.77	c cleaning 14002 clauses out of 28027 with flag 110001/110001
80.12/39.83	c cleaning 14993 clauses out of 30024 with flag 126000/126000
90.32/45.09	c cleaning 15992 clauses out of 32032 with flag 143001/143001
102.60/51.21	c cleaning 17012 clauses out of 34039 with flag 161000/161000
113.45/56.77	c cleaning 0 clauses out of 5000 with flag 0/5000
115.80/57.80	c cleaning 17989 clauses out of 36027 with flag 180000/180000
129.09/64.54	c cleaning 19004 clauses out of 38039 with flag 200001/200001
143.94/72.04	c cleaning 19987 clauses out of 40036 with flag 221002/221002
161.18/80.71	c cleaning 20991 clauses out of 42047 with flag 243000/243000
175.81/88.17	c cleaning 21999 clauses out of 44056 with flag 266000/266000
192.09/96.45	c cleaning 23015 clauses out of 46057 with flag 290000/290000
209.91/105.40	c cleaning 24008 clauses out of 48042 with flag 315000/315000
226.27/113.80	c cleaning 25000 clauses out of 50034 with flag 341000/341000
247.10/124.29	c cleaning 26010 clauses out of 52034 with flag 368000/368000
268.38/135.01	c cleaning 26998 clauses out of 54024 with flag 396000/396000
290.97/146.43	c cleaning 28004 clauses out of 56026 with flag 425000/425000
313.99/158.05	c cleaning 28953 clauses out of 58023 with flag 455001/455001
337.42/169.85	c cleaning 30030 clauses out of 60070 with flag 486001/486001
361.25/182.00	c cleaning 31011 clauses out of 62040 with flag 518001/518001
367.98/185.50	c cleaning 0 clauses out of 11002 with flag 0/11002
385.48/194.37	c cleaning 32000 clauses out of 64028 with flag 551000/551000
413.45/208.49	c cleaning 32991 clauses out of 66028 with flag 585000/585000
438.28/221.06	c cleaning 34004 clauses out of 68037 with flag 620000/620000
462.61/233.33	c cleaning 35008 clauses out of 70034 with flag 656001/656001
491.92/248.11	c cleaning 35993 clauses out of 72027 with flag 693002/693002
522.45/263.51	c cleaning 37008 clauses out of 74032 with flag 731000/731000
554.78/279.99	c cleaning 38006 clauses out of 76031 with flag 770007/770007
588.12/296.77	c cleaning 38991 clauses out of 78020 with flag 810002/810002
622.06/313.88	c cleaning 39974 clauses out of 80028 with flag 851001/851001
656.59/331.28	c cleaning 41019 clauses out of 82053 with flag 893000/893000
691.87/349.17	c cleaning 41993 clauses out of 84034 with flag 936000/936000
728.34/367.57	c cleaning 42976 clauses out of 86041 with flag 980000/980000
766.06/386.54	c cleaning 43984 clauses out of 88066 with flag 1025001/1025001
806.91/407.16	c cleaning 44985 clauses out of 90081 with flag 1071000/1071000
845.53/426.74	c cleaning 46034 clauses out of 92097 with flag 1118001/1118001
885.97/447.12	c cleaning 46986 clauses out of 94063 with flag 1166001/1166001
892.38/450.51	c cleaning 0 clauses out of 18005 with flag 0/18005
932.59/470.81	c cleaning 48000 clauses out of 96076 with flag 1215000/1215000
984.95/497.32	c cleaning 48979 clauses out of 98076 with flag 1265000/1265000
1039.72/524.97	c cleaning 50026 clauses out of 100098 with flag 1316001/1316001
1082.75/546.61	c cleaning 51031 clauses out of 102071 with flag 1368000/1368000
1127.91/569.42	c cleaning 52010 clauses out of 104041 with flag 1421001/1421001
1175.80/593.73	c cleaning 52959 clauses out of 106033 with flag 1475003/1475003
1234.84/623.50	c cleaning 54024 clauses out of 108071 with flag 1530000/1530000
1291.48/651.99	c cleaning 55008 clauses out of 110048 with flag 1586001/1586001
1339.27/676.00	c cleaning 56001 clauses out of 112040 with flag 1643001/1643001
1386.34/699.95	c cleaning 56991 clauses out of 114038 with flag 1701000/1701000
1438.99/726.49	c cleaning 57989 clauses out of 116047 with flag 1760000/1760000
1495.55/754.94	c cleaning 58999 clauses out of 118058 with flag 1820000/1820000
1559.56/787.17	c cleaning 60005 clauses out of 120059 with flag 1881000/1881000
1619.03/817.24	c cleaning 61010 clauses out of 122055 with flag 1943001/1943001
1677.03/846.47	c cleaning 62012 clauses out of 124044 with flag 2006000/2006000
1736.82/876.58	c cleaning 62966 clauses out of 126033 with flag 2070001/2070001
1799.80/908.21	c cleaning 64009 clauses out of 128066 with flag 2135000/2135000
1800.91/909.22	c starts		: 227
1800.91/909.22	c conflicts		: 2135005
1800.91/909.22	c decisions		: 2722600
1800.91/909.22	c propagations		: 1154483852
1800.91/909.22	c inspects		: 6135300970
1800.91/909.22	c shortcuts		: 0
1800.91/909.22	c learnt literals	: 1
1800.91/909.22	c learnt binary clauses	: 65
1800.91/909.22	c learnt ternary clauses	: 1253
1800.91/909.22	c learnt constraints	: 2135004
1800.91/909.22	c ignored constraints	: 0
1800.91/909.22	c root simplifications	: 0
1800.91/909.22	c removed literals (reason simplification)	: 46730620
1800.91/909.22	c reason swapping (by a shorter reason)	: 0
1800.91/909.22	c Calls to reduceDB	: 61
1800.91/909.22	c number of reductions to clauses (during analyze)	: 0
1800.91/909.22	c number of learned constraints concerned by reduction	: 0
1800.91/909.22	c number of learning phase by resolution	: 0
1800.91/909.22	c number of learning phase by cutting planes	: 0
1800.91/909.22	c speed (assignments/second)	: 1271279.6984566052
1800.91/909.22	c non guided choices	928
1800.91/909.25	c learnt constraints type 
1800.91/909.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 65
1800.91/909.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64045
1800.91/909.25	c constraints type 
1800.91/909.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
1800.91/909.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
1800.91/909.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
1800.91/909.25	c constraints type 
1800.91/909.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 67656
1800.91/909.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9978
1800.91/909.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 584
1800.91/909.25	s UNKNOWN
1800.91/909.25	c Total wall clock time (in seconds): 909.142

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-3739932-1338730317/watcher-3739932-1338730317 -o /tmp/evaluation-result-3739932-1338730317/solver-3739932-1338730317 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739932-1338730317.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.71 3.89 3.81 4/197 31521
/proc/meminfo: memFree=24453120/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=20596 CPUtime=0 cores=1,3,5,7
/proc/31521/stat : 31521 (java) R 31519 31521 25219 0 -1 4202496 461 0 0 0 0 0 0 0 20 0 1 0 339156210 21090304 189 33554432000 1073741824 1073778376 140735432555264 140735432544328 212064103719 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 5165 194 150 9 0 128 0

[startup+0.0853889 s]
/proc/loadavg: 3.71 3.89 3.81 4/197 31521
/proc/meminfo: memFree=24453120/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/31521/stat : 31521 (java) S 31519 31521 25219 0 -1 4202496 4559 0 1 0 7 1 0 0 20 0 18 0 339156210 11864465408 13420 33554432000 1073741824 1073778376 140735432555264 140735432546400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 2896598 13420 2043 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.100289 s]
/proc/loadavg: 3.71 3.89 3.81 4/197 31521
/proc/meminfo: memFree=24453120/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/31521/stat : 31521 (java) S 31519 31521 25219 0 -1 4202496 4798 0 1 0 9 1 0 0 20 0 18 0 339156210 11864465408 13653 33554432000 1073741824 1073778376 140735432555264 140735432546400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 2896598 13653 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300175 s]
/proc/loadavg: 3.71 3.89 3.81 4/197 31521
/proc/meminfo: memFree=24453120/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=11586392 CPUtime=0.49 cores=1,3,5,7
/proc/31521/stat : 31521 (java) S 31519 31521 25219 0 -1 4202496 6493 0 1 0 48 1 0 0 20 0 18 0 339156210 11864465408 17384 33554432000 1073741824 1073778376 140735432555264 140735432546400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 2896598 17384 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11586392

[startup+0.70019 s]
/proc/loadavg: 3.71 3.89 3.81 4/197 31521
/proc/meminfo: memFree=24453120/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=11586392 CPUtime=1.32 cores=1,3,5,7
/proc/31521/stat : 31521 (java) S 31519 31521 25219 0 -1 4202496 10242 0 1 0 127 5 0 0 20 0 18 0 339156210 11864465408 48138 33554432000 1073741824 1073778376 140735432555264 140735432546400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 2896598 48138 2245 9 0 2887285 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 11586392

[startup+1.50064 s]
/proc/loadavg: 3.71 3.89 3.81 6/215 31539
/proc/meminfo: memFree=24163784/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=11852648 CPUtime=3.68 cores=1,3,5,7
/proc/31521/stat : 31521 (java) S 31519 31521 25219 0 -1 4202496 20659 0 1 0 358 10 0 0 20 0 22 0 339156210 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140735432546400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 2963162 100615 2262 9 0 2953849 0
[pid=31521/tid=31523] ppid=31519 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/31521/task/31523/stat : 31523 (java) S 31519 31521 25219 0 -1 4202560 2985 0 1 0 102 5 0 0 20 0 22 0 339156211 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140072003695768 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31524] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31524/stat : 31524 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071972105128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31525] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31525/stat : 31525 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071971052584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31526] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31526/stat : 31526 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071838649000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31527] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31527/stat : 31527 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071837596456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31528] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31528/stat : 31528 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071634201000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31529] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31529/stat : 31529 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071633148456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31530] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31530/stat : 31530 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071632095400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31531] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31531/stat : 31531 (java) S 31519 31521 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071631042856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31532] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31532/stat : 31532 (java) S 31519 31521 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071618845544 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31533] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31533/stat : 31533 (java) S 31519 31521 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071617791864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31534] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31534/stat : 31534 (java) S 31519 31521 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071616738696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31535] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31535/stat : 31535 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071615687440 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31536] ppid=31519 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/31521/task/31536/stat : 31536 (java) R 31519 31521 25219 0 -1 4202560 5136 0 0 0 85 1 0 0 20 0 22 0 339156216 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071614634136 212076650933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31537] ppid=31519 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/31521/task/31537/stat : 31537 (java) R 31519 31521 25219 0 -1 4202560 11207 0 0 0 89 3 0 0 20 0 22 0 339156216 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071613569152 140072009657622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31538] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31538/stat : 31538 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071612528888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31539] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31539/stat : 31539 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 100615 33554432000 1073741824 1073778376 140735432555264 140071611476552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 11852648

[startup+3.10075 s]
/proc/loadavg: 3.73 3.89 3.81 5/219 31543
/proc/meminfo: memFree=23762676/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=11854520 CPUtime=7.35 cores=1,3,5,7
/proc/31521/stat : 31521 (java) S 31519 31521 25219 0 -1 4202496 24119 0 1 0 709 26 0 0 20 0 22 0 339156210 12139028480 301888 33554432000 1073741824 1073778376 140735432555264 140735432546400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 2963630 301922 2290 9 0 2954317 0
[pid=31521/tid=31523] ppid=31519 vsize=11854520 CPUtime=1.07 cores=1,3,5,7
/proc/31521/task/31523/stat : 31523 (java) S 31519 31521 25219 0 -1 4202560 2985 0 1 0 102 5 0 0 20 0 22 0 339156211 12139028480 301939 33554432000 1073741824 1073778376 140735432555264 140072003695768 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31524] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31524/stat : 31524 (java) S 31519 31521 25219 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 339156212 12139028480 301955 33554432000 1073741824 1073778376 140735432555264 140071972105128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31525] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31525/stat : 31525 (java) S 31519 31521 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339156212 12139028480 301972 33554432000 1073741824 1073778376 140735432555264 140071971052584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31526] ppid=31519 vsize=11854520 CPUtime=0.01 cores=1,3,5,7
/proc/31521/task/31526/stat : 31526 (java) S 31519 31521 25219 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 339156212 12139028480 301989 33554432000 1073741824 1073778376 140735432555264 140071838649000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31527] ppid=31519 vsize=11854520 CPUtime=0.02 cores=1,3,5,7
/proc/31521/task/31527/stat : 31527 (java) S 31519 31521 25219 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 339156212 12139028480 302004 33554432000 1073741824 1073778376 140735432555264 140071837596456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31528] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31528/stat : 31528 (java) S 31519 31521 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339156212 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071634201000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31529] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31529/stat : 31529 (java) S 31519 31521 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339156212 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071633148456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31530] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31530/stat : 31530 (java) S 31519 31521 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339156212 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071632095400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31531] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31531/stat : 31531 (java) S 31519 31521 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339156212 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071631042856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31532] ppid=31519 vsize=11854520 CPUtime=0.08 cores=1,3,5,7
/proc/31521/task/31532/stat : 31532 (java) S 31519 31521 25219 0 -1 4202560 45 0 0 0 8 0 0 0 20 0 22 0 339156214 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071618845544 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31533] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31533/stat : 31533 (java) S 31519 31521 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339156214 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071617791864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31534] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31534/stat : 31534 (java) S 31519 31521 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339156214 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071616738696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31535] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31535/stat : 31535 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071615687440 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31536] ppid=31519 vsize=11854520 CPUtime=1.11 cores=1,3,5,7
/proc/31521/task/31536/stat : 31536 (java) R 31519 31521 25219 0 -1 4202560 5144 0 0 0 109 2 0 0 20 0 22 0 339156216 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071614634296 140072007219510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31537] ppid=31519 vsize=11854520 CPUtime=1.17 cores=1,3,5,7
/proc/31521/task/31537/stat : 31537 (java) R 31519 31521 25219 0 -1 4202560 14295 0 0 0 114 3 0 0 20 0 22 0 339156216 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071613559112 140072007274236 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31538] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31538/stat : 31538 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071612528888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31539] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31539/stat : 31539 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071611476552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31540] ppid=31519 vsize=11854520 CPUtime=1.83 cores=1,3,5,7
/proc/31521/task/31540/stat : 31540 (java) R 31519 31521 25219 0 -1 4202560 31 0 0 0 183 0 0 0 20 0 22 0 339156320 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071610422184 140071853390435 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31541] ppid=31519 vsize=11854520 CPUtime=1.85 cores=1,3,5,7
/proc/31521/task/31541/stat : 31541 (java) R 31519 31521 25219 0 -1 4202560 460 0 0 0 174 11 0 0 20 0 22 0 339156320 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071609367832 140071853055552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31542] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31542/stat : 31542 (java) S 31519 31521 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156325 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071608317224 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31543] ppid=31519 vsize=11854520 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31543/stat : 31543 (java) S 31519 31521 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156325 12139028480 302006 33554432000 1073741824 1073778376 140735432555264 140071607264680 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 11854520

[startup+6.30088 s]
/proc/loadavg: 3.73 3.89 3.81 5/219 31543
/proc/meminfo: memFree=23188508/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=11852648 CPUtime=14.08 cores=1,3,5,7
/proc/31521/stat : 31521 (java) S 31519 31521 25219 0 -1 4202496 25894 0 1 0 1381 27 0 0 20 0 22 0 339156210 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140735432546400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 2963162 317469 2290 9 0 2953849 0
[pid=31521/tid=31523] ppid=31519 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/31521/task/31523/stat : 31523 (java) S 31519 31521 25219 0 -1 4202560 2985 0 1 0 102 5 0 0 20 0 22 0 339156211 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140072003695768 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31524] ppid=31519 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/31521/task/31524/stat : 31524 (java) S 31519 31521 25219 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 339156212 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071972105128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31525] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31525/stat : 31525 (java) S 31519 31521 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071971052584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31526] ppid=31519 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/31521/task/31526/stat : 31526 (java) S 31519 31521 25219 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 339156212 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071838649000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31527] ppid=31519 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/31521/task/31527/stat : 31527 (java) S 31519 31521 25219 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 339156212 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071837596456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31528] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31528/stat : 31528 (java) S 31519 31521 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071634201000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31529] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31529/stat : 31529 (java) S 31519 31521 25219 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071633148456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31530] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31530/stat : 31530 (java) S 31519 31521 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339156212 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071632095400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31531] ppid=31519 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/31521/task/31531/stat : 31531 (java) S 31519 31521 25219 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 339156212 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071631042856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31532] ppid=31519 vsize=11852648 CPUtime=0.17 cores=1,3,5,7
/proc/31521/task/31532/stat : 31532 (java) S 31519 31521 25219 0 -1 4202560 48 0 0 0 17 0 0 0 20 0 22 0 339156214 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071618845544 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31533] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31533/stat : 31533 (java) S 31519 31521 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071617791864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31534] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31534/stat : 31534 (java) S 31519 31521 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071616738696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31535] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31535/stat : 31535 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071615687440 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31536] ppid=31519 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/31521/task/31536/stat : 31536 (java) S 31519 31521 25219 0 -1 4202560 5144 0 0 0 114 2 0 0 20 0 22 0 339156216 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071614634296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31537] ppid=31519 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/31521/task/31537/stat : 31537 (java) S 31519 31521 25219 0 -1 4202560 15894 0 0 0 153 4 0 0 20 0 22 0 339156216 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071613581752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31538] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31538/stat : 31538 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071612528888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31539] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31539/stat : 31539 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071611476552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31540] ppid=31519 vsize=11852648 CPUtime=4.89 cores=1,3,5,7
/proc/31521/task/31540/stat : 31540 (java) R 31519 31521 25219 0 -1 4202560 31 0 0 0 489 0 0 0 20 0 22 0 339156320 12137111552 317469 33554432000 1073741824 1073778376 140735432555264 140071610420440 140071853288391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

Sleeping 2 seconds

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

[startup+908.607 s]
/proc/loadavg: 3.85 3.90 3.83 4/220 31887
/proc/meminfo: memFree=20448276/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=11852648 CPUtime=1800.32 cores=1,3,5,7
/proc/31521/stat : 31521 (java) S 31519 31521 25219 0 -1 4202496 31851 0 1 0 179904 128 0 0 20 0 22 0 339156210 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140735432546400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 2963162 983753 2291 9 0 2953849 0
[pid=31521/tid=31523] ppid=31519 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/31521/task/31523/stat : 31523 (java) S 31519 31521 25219 0 -1 4202560 3016 0 1 0 104 7 0 0 20 0 22 0 339156211 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140072003695480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31524] ppid=31519 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/31521/task/31524/stat : 31524 (java) S 31519 31521 25219 0 -1 4202560 311 0 0 0 160 6 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071972105128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31525] ppid=31519 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/31521/task/31525/stat : 31525 (java) S 31519 31521 25219 0 -1 4202560 271 0 0 0 143 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071971052584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31526] ppid=31519 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/31521/task/31526/stat : 31526 (java) S 31519 31521 25219 0 -1 4202560 261 0 0 0 148 6 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071838649000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31527] ppid=31519 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/31521/task/31527/stat : 31527 (java) S 31519 31521 25219 0 -1 4202560 336 0 0 0 143 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071837596456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31528] ppid=31519 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/31521/task/31528/stat : 31528 (java) S 31519 31521 25219 0 -1 4202560 270 0 0 0 133 3 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071634201000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31529] ppid=31519 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/31521/task/31529/stat : 31529 (java) S 31519 31521 25219 0 -1 4202560 281 0 0 0 132 4 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071633148456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31530] ppid=31519 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/31521/task/31530/stat : 31530 (java) S 31519 31521 25219 0 -1 4202560 264 0 0 0 138 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071632095400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31531] ppid=31519 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/31521/task/31531/stat : 31531 (java) S 31519 31521 25219 0 -1 4202560 279 0 0 0 139 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071631042856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31532] ppid=31519 vsize=11852648 CPUtime=24.07 cores=1,3,5,7
/proc/31521/task/31532/stat : 31532 (java) R 31519 31521 25219 0 -1 4202560 200 0 0 0 2399 8 0 0 20 0 22 0 339156214 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071618844400 140072010549316 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31533] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31533/stat : 31533 (java) S 31519 31521 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071617791864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31534] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31534/stat : 31534 (java) S 31519 31521 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071616738696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31535] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31535/stat : 31535 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071615686984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31536] ppid=31519 vsize=11852648 CPUtime=1.64 cores=1,3,5,7
/proc/31521/task/31536/stat : 31536 (java) S 31519 31521 25219 0 -1 4202560 7524 0 0 0 162 2 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071614634296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31537] ppid=31519 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/31521/task/31537/stat : 31537 (java) S 31519 31521 25219 0 -1 4202560 15906 0 0 0 167 4 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071613581752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31538] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31538/stat : 31538 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071612528888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31539] ppid=31519 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/31521/task/31539/stat : 31539 (java) S 31519 31521 25219 0 -1 4202560 53 0 0 0 15 22 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071611476552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31540] ppid=31519 vsize=11852648 CPUtime=877.63 cores=1,3,5,7
/proc/31521/task/31540/stat : 31540 (java) S 31519 31521 25219 0 -1 4202560 91 0 0 0 87749 14 0 0 20 0 22 0 339156320 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071610421896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31541] ppid=31519 vsize=11852648 CPUtime=877.62 cores=1,3,5,7
/proc/31521/task/31541/stat : 31541 (java) S 31519 31521 25219 0 -1 4202560 1599 0 0 0 87703 59 0 0 20 0 22 0 339156320 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071609367816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31542] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31542/stat : 31542 (java) S 31519 31521 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156325 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071608317224 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31543] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31543/stat : 31543 (java) S 31519 31521 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156325 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071607264680 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 11852648

[startup+909.001 s]
/proc/loadavg: 3.85 3.90 3.83 4/220 31887
/proc/meminfo: memFree=20448276/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=11852648 CPUtime=1800.71 cores=1,3,5,7
/proc/31521/stat : 31521 (java) S 31519 31521 25219 0 -1 4202496 31851 0 1 0 179943 128 0 0 20 0 22 0 339156210 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140735432546400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 2963162 983753 2291 9 0 2953849 0
[pid=31521/tid=31523] ppid=31519 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/31521/task/31523/stat : 31523 (java) S 31519 31521 25219 0 -1 4202560 3016 0 1 0 104 7 0 0 20 0 22 0 339156211 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140072003695480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31524] ppid=31519 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/31521/task/31524/stat : 31524 (java) S 31519 31521 25219 0 -1 4202560 311 0 0 0 160 6 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071972105128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31525] ppid=31519 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/31521/task/31525/stat : 31525 (java) S 31519 31521 25219 0 -1 4202560 271 0 0 0 143 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071971052584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31526] ppid=31519 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/31521/task/31526/stat : 31526 (java) S 31519 31521 25219 0 -1 4202560 261 0 0 0 148 6 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071838649000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31527] ppid=31519 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/31521/task/31527/stat : 31527 (java) S 31519 31521 25219 0 -1 4202560 336 0 0 0 143 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071837596456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31528] ppid=31519 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/31521/task/31528/stat : 31528 (java) S 31519 31521 25219 0 -1 4202560 270 0 0 0 133 3 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071634201000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31529] ppid=31519 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/31521/task/31529/stat : 31529 (java) S 31519 31521 25219 0 -1 4202560 281 0 0 0 132 4 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071633148456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31530] ppid=31519 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/31521/task/31530/stat : 31530 (java) S 31519 31521 25219 0 -1 4202560 264 0 0 0 138 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071632095400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31531] ppid=31519 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/31521/task/31531/stat : 31531 (java) S 31519 31521 25219 0 -1 4202560 279 0 0 0 139 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071631042856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31532] ppid=31519 vsize=11852648 CPUtime=24.46 cores=1,3,5,7
/proc/31521/task/31532/stat : 31532 (java) R 31519 31521 25219 0 -1 4202560 200 0 0 0 2438 8 0 0 20 0 22 0 339156214 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071618844400 140072010203252 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31533] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31533/stat : 31533 (java) S 31519 31521 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071617791864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31534] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31534/stat : 31534 (java) S 31519 31521 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071616738696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31535] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31535/stat : 31535 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071615686984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31536] ppid=31519 vsize=11852648 CPUtime=1.64 cores=1,3,5,7
/proc/31521/task/31536/stat : 31536 (java) S 31519 31521 25219 0 -1 4202560 7524 0 0 0 162 2 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071614634296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31537] ppid=31519 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/31521/task/31537/stat : 31537 (java) S 31519 31521 25219 0 -1 4202560 15906 0 0 0 167 4 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071613581752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31538] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31538/stat : 31538 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071612528888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31539] ppid=31519 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/31521/task/31539/stat : 31539 (java) S 31519 31521 25219 0 -1 4202560 53 0 0 0 15 22 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071611476552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31540] ppid=31519 vsize=11852648 CPUtime=877.63 cores=1,3,5,7
/proc/31521/task/31540/stat : 31540 (java) S 31519 31521 25219 0 -1 4202560 91 0 0 0 87749 14 0 0 20 0 22 0 339156320 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071610421896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31541] ppid=31519 vsize=11852648 CPUtime=877.62 cores=1,3,5,7
/proc/31521/task/31541/stat : 31541 (java) S 31519 31521 25219 0 -1 4202560 1599 0 0 0 87703 59 0 0 20 0 22 0 339156320 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071609367816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31542] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31542/stat : 31542 (java) S 31519 31521 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156325 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071608317224 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31543] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31543/stat : 31543 (java) S 31519 31521 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156325 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071607264680 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 11852648

[startup+909.201 s]
/proc/loadavg: 3.85 3.90 3.83 4/220 31887
/proc/meminfo: memFree=20448276/32873648 swapFree=7388/7388
[pid=31521] ppid=31519 vsize=11852648 CPUtime=1800.91 cores=1,3,5,7
/proc/31521/stat : 31521 (java) S 31519 31521 25219 0 -1 4202496 31851 0 1 0 179963 128 0 0 20 0 22 0 339156210 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140735432546400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31521/statm: 2963162 983753 2291 9 0 2953849 0
[pid=31521/tid=31523] ppid=31519 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/31521/task/31523/stat : 31523 (java) S 31519 31521 25219 0 -1 4202560 3016 0 1 0 104 7 0 0 20 0 22 0 339156211 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140072003695480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31524] ppid=31519 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/31521/task/31524/stat : 31524 (java) S 31519 31521 25219 0 -1 4202560 311 0 0 0 160 6 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071972105128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31525] ppid=31519 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/31521/task/31525/stat : 31525 (java) S 31519 31521 25219 0 -1 4202560 271 0 0 0 143 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071971052584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31526] ppid=31519 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/31521/task/31526/stat : 31526 (java) S 31519 31521 25219 0 -1 4202560 261 0 0 0 148 6 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071838649000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31527] ppid=31519 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/31521/task/31527/stat : 31527 (java) S 31519 31521 25219 0 -1 4202560 336 0 0 0 143 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071837596456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31528] ppid=31519 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/31521/task/31528/stat : 31528 (java) S 31519 31521 25219 0 -1 4202560 270 0 0 0 133 3 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071634201000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31529] ppid=31519 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/31521/task/31529/stat : 31529 (java) S 31519 31521 25219 0 -1 4202560 281 0 0 0 132 4 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071633148456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31530] ppid=31519 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/31521/task/31530/stat : 31530 (java) S 31519 31521 25219 0 -1 4202560 264 0 0 0 138 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071632095400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31531] ppid=31519 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/31521/task/31531/stat : 31531 (java) S 31519 31521 25219 0 -1 4202560 279 0 0 0 139 5 0 0 20 0 22 0 339156212 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071631042856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31532] ppid=31519 vsize=11852648 CPUtime=24.66 cores=1,3,5,7
/proc/31521/task/31532/stat : 31532 (java) R 31519 31521 25219 0 -1 4202560 200 0 0 0 2458 8 0 0 20 0 22 0 339156214 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071618844400 140072010550961 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31533] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31533/stat : 31533 (java) S 31519 31521 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071617791864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31534] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31534/stat : 31534 (java) S 31519 31521 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339156214 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071616738696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31521/tid=31535] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31535/stat : 31535 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071615686984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31536] ppid=31519 vsize=11852648 CPUtime=1.64 cores=1,3,5,7
/proc/31521/task/31536/stat : 31536 (java) S 31519 31521 25219 0 -1 4202560 7524 0 0 0 162 2 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071614634296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31521/tid=31537] ppid=31519 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/31521/task/31537/stat : 31537 (java) S 31519 31521 25219 0 -1 4202560 15906 0 0 0 167 4 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071613581752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31538] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31538/stat : 31538 (java) S 31519 31521 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071612528888 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31539] ppid=31519 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/31521/task/31539/stat : 31539 (java) S 31519 31521 25219 0 -1 4202560 53 0 0 0 15 22 0 0 20 0 22 0 339156216 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071611476552 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31540] ppid=31519 vsize=11852648 CPUtime=877.63 cores=1,3,5,7
/proc/31521/task/31540/stat : 31540 (java) S 31519 31521 25219 0 -1 4202560 91 0 0 0 87749 14 0 0 20 0 22 0 339156320 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071610421896 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31521/tid=31541] ppid=31519 vsize=11852648 CPUtime=877.62 cores=1,3,5,7
/proc/31521/task/31541/stat : 31541 (java) S 31519 31521 25219 0 -1 4202560 1599 0 0 0 87703 59 0 0 20 0 22 0 339156320 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071609367816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31542] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31542/stat : 31542 (java) S 31519 31521 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156325 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071608317224 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31521/tid=31543] ppid=31519 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31521/task/31543/stat : 31543 (java) S 31519 31521 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339156325 12137111552 983753 33554432000 1073741824 1073778376 140735432555264 140071607264680 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31521 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=188089
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=722738
# CPU time returned by wait4() is 1796.91
# while last known CPU time is 1800.91
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 909.269
CPU time (s): 1800.91
CPU user time (s): 1799.63
CPU system time (s): 1.28
CPU usage (%): 198.061
Max. virtual memory (cumulated for all children) (KiB): 11854520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.19
system time used= 1.72274
maximum resident set size= 3937180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31885
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24938
involuntary context switches= 31320

runsolver used 3.59145 second user time and 8.39372 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 15:31:57
IDJOB=3739932
IDBENCH=75548
IDSOLVER=2328
FILE ID=node148/3739932-1338730317
RUNJOBID= node148-1338713436-25236
PBS_JOBID= 14636734
Free space on /tmp= 71324 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9045_1-sat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739932-1338730317/watcher-3739932-1338730317 -o /tmp/evaluation-result-3739932-1338730317/solver-3739932-1338730317 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739932-1338730317.opb

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

MD5SUM BENCH= d4d1ca36c8af6075d3c9b6c16eca4a6b
RANDOM SEED=1057040543

node148.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.284
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.56
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.284
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.94
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.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24452748 kB
Buffers:          598960 kB
Cached:          2936160 kB
SwapCached:          628 kB
Active:          5385056 kB
Inactive:        2119332 kB
Active(anon):    3958636 kB
Inactive(anon):    10660 kB
Active(file):    1426420 kB
Inactive(file):  2108672 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              3576 kB
Writeback:             0 kB
AnonPages:       3977712 kB
Mapped:            19184 kB
Shmem:                36 kB
Slab:             768040 kB
SReclaimable:     211204 kB
SUnreclaim:       556836 kB
KernelStack:        1616 kB
PageTables:        11964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10463680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3911680 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= 71320 MiB
End job on node148 at 2012-06-03 15:47:07