Trace number 3687330

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.16 904.757

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark817.196
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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-2012 Artois University and CNRS
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.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3687330-1337871900.opb
0.10/0.12	c reading problem ... 
1.51/1.00	c ... done. Wall clock time 0.886s.
1.51/1.00	c declared #vars     1440
1.51/1.00	c #constraints  86400
1.51/1.00	c constraints type 
1.51/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1.51/1.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1.51/1.00	c 86400 constraints processed.
1.51/1.00	c constraints type 
1.51/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
1.51/1.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
1.51/1.00	c 86400 constraints processed.
4.50/1.85	c cleaning 2496 clauses out of 5002 with flag 5002/5002
6.23/2.61	c cleaning 4247 clauses out of 8504 with flag 11000/11000
7.77/3.43	c cleaning 5619 clauses out of 11257 with flag 18000/18000
9.77/4.41	c cleaning 6815 clauses out of 13638 with flag 26000/26000
11.55/5.31	c cleaning 0 clauses out of 5000 with flag 0/5000
12.72/5.82	c cleaning 7906 clauses out of 15826 with flag 35003/35003
15.62/7.23	c cleaning 8951 clauses out of 17917 with flag 45000/45000
18.34/8.69	c cleaning 9979 clauses out of 19966 with flag 56000/56000
21.82/10.43	c cleaning 10987 clauses out of 21988 with flag 68001/68001
25.33/12.24	c cleaning 11993 clauses out of 24001 with flag 81001/81001
29.24/14.23	c cleaning 12984 clauses out of 26008 with flag 95001/95001
34.15/16.72	c cleaning 14005 clauses out of 28025 with flag 110002/110002
38.61/19.01	c cleaning 15007 clauses out of 30021 with flag 126003/126003
40.50/20.04	c cleaning 0 clauses out of 11001 with flag 0/11001
44.01/21.83	c cleaning 15997 clauses out of 32012 with flag 143001/143001
50.11/24.97	c cleaning 16994 clauses out of 34014 with flag 161000/161000
56.16/28.00	c cleaning 18006 clauses out of 36020 with flag 180000/180000
62.05/31.08	c cleaning 19000 clauses out of 38015 with flag 200001/200001
69.33/34.76	c cleaning 19991 clauses out of 40016 with flag 221002/221002
77.40/38.82	c cleaning 20998 clauses out of 42023 with flag 243000/243000
85.43/42.94	c cleaning 22000 clauses out of 44025 with flag 266000/266000
93.29/46.97	c cleaning 23008 clauses out of 46028 with flag 290003/290003
102.58/51.61	c cleaning 23989 clauses out of 48022 with flag 315005/315005
112.22/56.52	c cleaning 0 clauses out of 18001 with flag 0/18001
113.03/57.10	c cleaning 25007 clauses out of 50029 with flag 341001/341001
123.50/62.34	c cleaning 25996 clauses out of 52023 with flag 368002/368002
134.15/67.75	c cleaning 27010 clauses out of 54026 with flag 396001/396001
144.00/72.77	c cleaning 28001 clauses out of 56016 with flag 425001/425001
155.37/78.50	c cleaning 29002 clauses out of 58014 with flag 455000/455000
168.03/84.94	c cleaning 29995 clauses out of 60012 with flag 486000/486000
183.51/92.76	c cleaning 30995 clauses out of 62018 with flag 518001/518001
199.16/100.61	c cleaning 32005 clauses out of 64023 with flag 551001/551001
215.54/108.98	c cleaning 32997 clauses out of 66018 with flag 585001/585001
227.37/114.91	c cleaning 33997 clauses out of 68021 with flag 620001/620001
241.61/122.15	c cleaning 34997 clauses out of 70023 with flag 656000/656000
257.03/129.99	c cleaning 35997 clauses out of 72027 with flag 693001/693001
274.98/139.00	c cleaning 36998 clauses out of 74030 with flag 731001/731001
277.41/140.36	c cleaning 0 clauses out of 26000 with flag 0/26000
294.27/148.82	c cleaning 38006 clauses out of 76033 with flag 770002/770002
309.91/156.74	c cleaning 38996 clauses out of 78025 with flag 810000/810000
329.29/166.52	c cleaning 39995 clauses out of 80029 with flag 851000/851000
347.52/175.76	c cleaning 41002 clauses out of 82034 with flag 893000/893000
363.82/183.98	c cleaning 42004 clauses out of 84032 with flag 936000/936000
383.46/193.81	c cleaning 42998 clauses out of 86028 with flag 980000/980000
406.82/205.61	c cleaning 44000 clauses out of 88030 with flag 1025000/1025000
431.67/218.10	c cleaning 44996 clauses out of 90031 with flag 1071001/1071001
455.15/229.95	c cleaning 46011 clauses out of 92035 with flag 1118001/1118001
483.76/244.40	c cleaning 46996 clauses out of 94025 with flag 1166002/1166002
508.28/256.74	c cleaning 48004 clauses out of 96027 with flag 1215000/1215000
540.55/272.98	c cleaning 48997 clauses out of 98024 with flag 1265001/1265001
572.21/288.84	c cleaning 49986 clauses out of 100026 with flag 1316000/1316000
592.86/299.24	c cleaning 50998 clauses out of 102040 with flag 1368000/1368000
595.72/300.87	c cleaning 0 clauses out of 35001 with flag 0/35001
620.13/313.15	c cleaning 52012 clauses out of 104043 with flag 1421001/1421001
648.20/327.21	c cleaning 53008 clauses out of 106030 with flag 1475000/1475000
686.10/346.25	c cleaning 54004 clauses out of 108025 with flag 1530003/1530003
725.05/365.87	c cleaning 54996 clauses out of 110021 with flag 1586003/1586003
758.32/382.54	c cleaning 55996 clauses out of 112022 with flag 1643000/1643000
795.19/401.01	c cleaning 57002 clauses out of 114029 with flag 1701003/1701003
834.92/420.93	c cleaning 57987 clauses out of 116024 with flag 1760000/1760000
874.34/440.78	c cleaning 58999 clauses out of 118038 with flag 1820001/1820001
910.34/458.76	c cleaning 59995 clauses out of 120038 with flag 1881000/1881000
954.91/481.06	c cleaning 61005 clauses out of 122043 with flag 1943000/1943000
990.46/498.84	c cleaning 62010 clauses out of 124039 with flag 2006001/2006001
1020.99/514.29	c cleaning 62998 clauses out of 126030 with flag 2070002/2070002
1056.82/532.22	c cleaning 63998 clauses out of 128032 with flag 2135002/2135002
1095.87/551.82	c cleaning 65008 clauses out of 130033 with flag 2201001/2201001
1138.80/573.30	c cleaning 65991 clauses out of 132027 with flag 2268003/2268003
1166.09/587.10	c cleaning 0 clauses out of 45000 with flag 0/45000
1182.02/595.26	c cleaning 66985 clauses out of 134034 with flag 2336001/2336001
1230.26/619.33	c cleaning 67996 clauses out of 136049 with flag 2405001/2405001
1279.27/643.82	c cleaning 69009 clauses out of 138052 with flag 2475000/2475000
1333.28/670.98	c cleaning 70002 clauses out of 140043 with flag 2546000/2546000
1391.13/699.82	c cleaning 71000 clauses out of 142041 with flag 2618000/2618000
1436.46/722.59	c cleaning 72005 clauses out of 144044 with flag 2691003/2691003
1493.19/750.92	c cleaning 72992 clauses out of 146038 with flag 2765002/2765002
1549.40/779.16	c cleaning 73997 clauses out of 148047 with flag 2840003/2840003
1617.26/813.03	c cleaning 75013 clauses out of 150047 with flag 2916000/2916000
1679.49/844.15	c cleaning 76010 clauses out of 152034 with flag 2993000/2993000
1718.53/863.75	c cleaning 77004 clauses out of 154026 with flag 3071002/3071002
1767.48/888.37	c cleaning 77986 clauses out of 156020 with flag 3150000/3150000
1800.16/904.71	c starts		: 249
1800.16/904.71	c conflicts		: 3210213
1800.16/904.71	c decisions		: 3981180
1800.16/904.71	c propagations		: 381741361
1800.16/904.71	c inspects		: 7514269515
1800.16/904.71	c shortcuts		: 0
1800.16/904.71	c learnt literals	: 0
1800.16/904.71	c learnt binary clauses	: 0
1800.16/904.71	c learnt ternary clauses	: 0
1800.16/904.71	c learnt constraints	: 3210213
1800.16/904.71	c ignored constraints	: 0
1800.16/904.71	c root simplifications	: 0
1800.16/904.71	c removed literals (reason simplification)	: 92599213
1800.16/904.71	c reason swapping (by a shorter reason)	: 0
1800.16/904.71	c Calls to reduceDB	: 75
1800.16/904.71	c number of reductions to clauses (during analyze)	: 0
1800.16/904.71	c number of learned constraints concerned by reduction	: 0
1800.16/904.71	c number of learning phase by resolution	: 0
1800.16/904.71	c number of learning phase by cutting planes	: 0
1800.16/904.71	c speed (assignments/second)	: 422418.7134282907
1800.16/904.71	c non guided choices	214
1800.16/904.74	c learnt constraints type 
1800.16/904.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138313
1800.16/904.74	c constraints type 
1800.16/904.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1800.16/904.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1800.16/904.74	c 86400 constraints processed.
1800.16/904.74	c constraints type 
1800.16/904.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
1800.16/904.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
1800.16/904.74	c 86400 constraints processed.
1800.16/904.74	s UNKNOWN
1800.16/904.74	c Total wall clock time (in seconds): 904.627

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-3687330-1337871900/watcher-3687330-1337871900 -o /tmp/evaluation-result-3687330-1337871900/solver-3687330-1337871900 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687330-1337871900.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: 0.00 0.00 0.00 2/171 24231
/proc/meminfo: memFree=28852056/32873844 swapFree=7616/7616
[pid=24231] ppid=24229 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24231/stat : 24231 (java) D 24229 24231 24080 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 253314397 9515008 185 33554432000 1073741824 1073778376 140733852128656 140733852119880 209883655607 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24231/statm: 2323 185 142 9 0 71 0

[startup+0.0101889 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 24231
/proc/meminfo: memFree=28852056/32873844 swapFree=7616/7616
[pid=24231] ppid=24229 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24229 24231 24080 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 2 0 253314397 24780800 867 33554432000 1073741824 1073778376 140734747499648 140734747490784 209887199293 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24231/statm: 6050 870 657 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24200

[startup+0.100261 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 24231
/proc/meminfo: memFree=28852056/32873844 swapFree=7616/7616
[pid=24231] ppid=24229 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24229 24231 24080 0 -1 4202496 4295 0 1 0 9 1 0 0 20 0 18 0 253314397 9787813888 5489 33554432000 1073741824 1073778376 140734747499648 140734747490784 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24231/statm: 2389603 5489 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300298 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 24231
/proc/meminfo: memFree=28852056/32873844 swapFree=7616/7616
[pid=24231] ppid=24229 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24229 24231 24080 0 -1 4202496 5582 0 1 0 46 1 0 0 20 0 18 0 253314397 9787813888 10186 33554432000 1073741824 1073778376 140734747499648 140734747490784 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24231/statm: 2389603 10186 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700325 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 24231
/proc/meminfo: memFree=28852056/32873844 swapFree=7616/7616
[pid=24231] ppid=24229 vsize=9558412 CPUtime=1.25 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24229 24231 24080 0 -1 4202496 10928 0 1 0 119 6 0 0 20 0 18 0 253314397 9787813888 43127 33554432000 1073741824 1073778376 140734747499648 140734747490784 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24231/statm: 2389603 43127 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 0.00 0.00 0.00 3/211 24280
/proc/meminfo: memFree=28653840/32873844 swapFree=7616/7616
[pid=24231] ppid=24229 vsize=9824668 CPUtime=3.49 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24229 24231 24080 0 -1 4202496 17521 0 1 0 340 9 0 0 20 0 22 0 253314397 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140734747490784 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24231/statm: 2456167 50002 2268 9 0 2446860 0
[pid=24231/tid=24233] ppid=24229 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/24231/task/24233/stat : 24233 (java) S 24229 24231 24080 0 -1 4202560 2518 0 1 0 88 4 0 0 20 0 22 0 253314398 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255935788024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24234] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24234/stat : 24234 (java) S 24229 24231 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314399 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255924848808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24235] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24235/stat : 24235 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314399 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255923796264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24236] ppid=24229 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24231/task/24236/stat : 24236 (java) S 24229 24231 24080 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 253314399 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255922743720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24237] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24237/stat : 24237 (java) S 24229 24231 24080 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253314399 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255921691176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24238] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24238/stat : 24238 (java) S 24229 24231 24080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253314399 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255920638632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24239] ppid=24229 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24231/task/24239/stat : 24239 (java) S 24229 24231 24080 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 253314399 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255919586088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24240] ppid=24229 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24231/task/24240/stat : 24240 (java) S 24229 24231 24080 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253314399 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255918533544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24241] ppid=24229 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24231/task/24241/stat : 24241 (java) S 24229 24231 24080 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253314399 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255917481000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24242] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24242/stat : 24242 (java) S 24229 24231 24080 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 253314400 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255760037992 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24243] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24243/stat : 24243 (java) S 24229 24231 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255758984312 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24244] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24244/stat : 24244 (java) S 24229 24231 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255757931656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24245] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24245/stat : 24245 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255756880400 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24246] ppid=24229 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/24231/task/24246/stat : 24246 (java) R 24229 24231 24080 0 -1 4202560 9329 0 0 0 66 2 0 0 20 0 22 0 253314403 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255755815056 140255938394201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24247] ppid=24229 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) R 24229 24231 24080 0 -1 4202560 4265 0 0 0 70 0 0 0 20 0 22 0 253314403 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255754775224 140255938342944 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24248] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255753722872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24249] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 50002 33554432000 1073741824 1073778376 140734747499648 140255752670536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9824668

[startup+3.10076 s]
/proc/loadavg: 0.00 0.00 0.00 5/215 24284
/proc/meminfo: memFree=28391236/32873844 swapFree=7616/7616
[pid=24231] ppid=24229 vsize=9824668 CPUtime=7.18 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24229 24231 24080 0 -1 4202496 19280 0 1 0 705 13 0 0 20 0 22 0 253314397 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140734747490784 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24231/statm: 2456167 69248 2285 9 0 2446860 0
[pid=24231/tid=24233] ppid=24229 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/24231/task/24233/stat : 24233 (java) S 24229 24231 24080 0 -1 4202560 2518 0 1 0 88 4 0 0 20 0 22 0 253314398 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255935788024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24234] ppid=24229 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24231/task/24234/stat : 24234 (java) S 24229 24231 24080 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253314399 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255924848808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24235] ppid=24229 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24231/task/24235/stat : 24235 (java) S 24229 24231 24080 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 253314399 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255923796264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24236] ppid=24229 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24231/task/24236/stat : 24236 (java) S 24229 24231 24080 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253314399 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255922743720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24237] ppid=24229 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24231/task/24237/stat : 24237 (java) S 24229 24231 24080 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 253314399 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255921691176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24238] ppid=24229 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24231/task/24238/stat : 24238 (java) S 24229 24231 24080 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253314399 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255920638632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24239] ppid=24229 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24231/task/24239/stat : 24239 (java) S 24229 24231 24080 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 253314399 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255919586088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24240] ppid=24229 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24231/task/24240/stat : 24240 (java) S 24229 24231 24080 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 253314399 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255918533544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24241] ppid=24229 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24231/task/24241/stat : 24241 (java) S 24229 24231 24080 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253314399 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255917481000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24242] ppid=24229 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/24231/task/24242/stat : 24242 (java) S 24229 24231 24080 0 -1 4202560 102 0 0 0 12 0 0 0 20 0 22 0 253314400 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255760037992 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24243] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24243/stat : 24243 (java) S 24229 24231 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255758984312 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24244] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24244/stat : 24244 (java) S 24229 24231 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255757931656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24245] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24245/stat : 24245 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255756880400 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24246] ppid=24229 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24231/task/24246/stat : 24246 (java) S 24229 24231 24080 0 -1 4202560 9435 0 0 0 105 2 0 0 20 0 22 0 253314403 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255755827768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24247] ppid=24229 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) S 24229 24231 24080 0 -1 4202560 5821 0 0 0 88 2 0 0 20 0 22 0 253314403 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255754775224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24248] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255753722872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24249] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255752670536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24281] ppid=24229 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/24231/task/24281/stat : 24281 (java) R 24229 24231 24080 0 -1 4202560 23 0 0 0 190 0 0 0 20 0 22 0 253314498 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255751614560 140255798574622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24282] ppid=24229 vsize=9824668 CPUtime=1.88 cores=1,3,5,7
/proc/24231/task/24282/stat : 24282 (java) R 24229 24231 24080 0 -1 4202560 92 0 0 0 188 0 0 0 20 0 22 0 253314498 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255750561448 140255798724911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24283] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24283/stat : 24283 (java) S 24229 24231 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314498 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255749510184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24284] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24284/stat : 24284 (java) S 24229 24231 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314498 10060460032 69248 33554432000 1073741824 1073778376 140734747499648 140255748457640 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 9824668

[startup+6.30077 s]
/proc/loadavg: 0.24 0.05 0.02 3/195 24296
/proc/meminfo: memFree=28467384/32873844 swapFree=7616/7616
[pid=24231] ppid=24229 vsize=9824668 CPUtime=13.79 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24229 24231 24080 0 -1 4202496 19548 0 1 0 1363 16 0 0 20 0 22 0 253314397 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140734747490784 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24231/statm: 2456167 95698 2286 9 0 2446860 0
[pid=24231/tid=24233] ppid=24229 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/24231/task/24233/stat : 24233 (java) S 24229 24231 24080 0 -1 4202560 2518 0 1 0 88 4 0 0 20 0 22 0 253314398 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255935788024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24234] ppid=24229 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24231/task/24234/stat : 24234 (java) S 24229 24231 24080 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 22 0 253314399 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255924848808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24235] ppid=24229 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24231/task/24235/stat : 24235 (java) S 24229 24231 24080 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 253314399 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255923796264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24236] ppid=24229 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24231/task/24236/stat : 24236 (java) S 24229 24231 24080 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 22 0 253314399 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255922743720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24237] ppid=24229 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24231/task/24237/stat : 24237 (java) S 24229 24231 24080 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 253314399 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255921691176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24238] ppid=24229 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24231/task/24238/stat : 24238 (java) S 24229 24231 24080 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 22 0 253314399 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255920638632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24239] ppid=24229 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24231/task/24239/stat : 24239 (java) S 24229 24231 24080 0 -1 4202560 17 0 0 0 5 1 0 0 20 0 22 0 253314399 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255919586088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24240] ppid=24229 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24231/task/24240/stat : 24240 (java) S 24229 24231 24080 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 253314399 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255918533544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24241] ppid=24229 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24231/task/24241/stat : 24241 (java) S 24229 24231 24080 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 253314399 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255917481000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24242] ppid=24229 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/24231/task/24242/stat : 24242 (java) S 24229 24231 24080 0 -1 4202560 255 0 0 0 49 0 0 0 20 0 22 0 253314400 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255760037992 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24243] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24243/stat : 24243 (java) S 24229 24231 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255758984312 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24244] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24244/stat : 24244 (java) S 24229 24231 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255757931656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24245] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24245/stat : 24245 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255756880400 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24246] ppid=24229 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/24231/task/24246/stat : 24246 (java) S 24229 24231 24080 0 -1 4202560 9476 0 0 0 149 2 0 0 20 0 22 0 253314403 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255755827768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24247] ppid=24229 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) S 24229 24231 24080 0 -1 4202560 5827 0 0 0 98 2 0 0 20 0 22 0 253314403 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255754775224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24248] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255753722872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24249] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255752670536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24281] ppid=24229 vsize=9824668 CPUtime=4.65 cores=1,3,5,7
/proc/24231/task/24281/stat : 24281 (java) R 24229 24231 24080 0 -1 4202560 26 0 0 0 465 0 0 0 20 0 22 0 253314498 10060460032 95698 33554432000 1073741824 1073778376 140734747499648 140255751614560 140255798432999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0

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

/proc/24231/statm: 2456167 379968 2287 9 0 2446860 0
[pid=24231/tid=24233] ppid=24229 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/24231/task/24233/stat : 24233 (java) S 24229 24231 24080 0 -1 4202560 2550 0 1 0 91 6 0 0 20 0 22 0 253314398 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255935788024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24234] ppid=24229 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/24231/task/24234/stat : 24234 (java) S 24229 24231 24080 0 -1 4202560 357 0 0 0 266 6 0 0 20 0 22 0 253314399 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255924848808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24235] ppid=24229 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/24231/task/24235/stat : 24235 (java) S 24229 24231 24080 0 -1 4202560 387 0 0 0 250 5 0 0 20 0 22 0 253314399 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255923796264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24236] ppid=24229 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/24231/task/24236/stat : 24236 (java) S 24229 24231 24080 0 -1 4202560 200 0 0 0 252 5 0 0 20 0 22 0 253314399 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255922743720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24237] ppid=24229 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/24231/task/24237/stat : 24237 (java) S 24229 24231 24080 0 -1 4202560 283 0 0 0 253 6 0 0 20 0 22 0 253314399 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255921691176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24238] ppid=24229 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/24231/task/24238/stat : 24238 (java) S 24229 24231 24080 0 -1 4202560 308 0 0 0 265 7 0 0 20 0 22 0 253314399 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255920638632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24239] ppid=24229 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/24231/task/24239/stat : 24239 (java) S 24229 24231 24080 0 -1 4202560 281 0 0 0 262 6 0 0 20 0 22 0 253314399 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255919586088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24240] ppid=24229 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/24231/task/24240/stat : 24240 (java) S 24229 24231 24080 0 -1 4202560 332 0 0 0 245 6 0 0 20 0 22 0 253314399 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255918533544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24241] ppid=24229 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/24231/task/24241/stat : 24241 (java) S 24229 24231 24080 0 -1 4202560 243 0 0 0 256 5 0 0 20 0 22 0 253314399 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255917481000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24242] ppid=24229 vsize=9824668 CPUtime=19.85 cores=1,3,5,7
/proc/24231/task/24242/stat : 24242 (java) S 24229 24231 24080 0 -1 4202560 1409 0 0 0 1958 27 0 0 20 0 22 0 253314400 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255760037992 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24243] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24243/stat : 24243 (java) S 24229 24231 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255758984312 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24244] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24244/stat : 24244 (java) S 24229 24231 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255757931656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24245] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24245/stat : 24245 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255756880400 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24246] ppid=24229 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/24231/task/24246/stat : 24246 (java) S 24229 24231 24080 0 -1 4202560 9483 0 0 0 161 2 0 0 20 0 22 0 253314403 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255755827768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24247] ppid=24229 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) S 24229 24231 24080 0 -1 4202560 5827 0 0 0 100 2 0 0 20 0 22 0 253314403 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255754775224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24248] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255753722872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24249] ppid=24229 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) S 24229 24231 24080 0 -1 4202560 50 0 0 0 20 20 0 0 20 0 22 0 253314403 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255752670536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24281] ppid=24229 vsize=9824668 CPUtime=853.08 cores=1,3,5,7
/proc/24231/task/24281/stat : 24281 (java) R 24229 24231 24080 0 -1 4202560 268 0 0 0 85293 15 0 0 20 0 22 0 253314498 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255751612800 140255798326524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24282] ppid=24229 vsize=9824668 CPUtime=853.1 cores=1,3,5,7
/proc/24231/task/24282/stat : 24282 (java) R 24229 24231 24080 0 -1 4202560 1340 0 0 0 85251 59 0 0 20 0 22 0 253314498 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255750560976 140255798733507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24283] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24283/stat : 24283 (java) S 24229 24231 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314498 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255749510184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24284] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24284/stat : 24284 (java) S 24229 24231 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314498 10060460032 379968 33554432000 1073741824 1073778376 140734747499648 140255748457640 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1755.41
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.701 s]
/proc/loadavg: 4.22 3.86 2.47 5/220 24613
/proc/meminfo: memFree=24384564/32873844 swapFree=7616/7616
[pid=24231] ppid=24229 vsize=9824668 CPUtime=1800.16 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24229 24231 24080 0 -1 4202496 24542 0 1 0 179864 152 0 0 20 0 22 0 253314397 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140734747490784 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24231/statm: 2456167 369570 2287 9 0 2446860 0
[pid=24231/tid=24233] ppid=24229 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/24231/task/24233/stat : 24233 (java) S 24229 24231 24080 0 -1 4202560 2550 0 1 0 92 6 0 0 20 0 22 0 253314398 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255935788024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24234] ppid=24229 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/24231/task/24234/stat : 24234 (java) S 24229 24231 24080 0 -1 4202560 357 0 0 0 277 6 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255924848808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24235] ppid=24229 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/24231/task/24235/stat : 24235 (java) S 24229 24231 24080 0 -1 4202560 387 0 0 0 256 5 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255923796264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24236] ppid=24229 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/24231/task/24236/stat : 24236 (java) S 24229 24231 24080 0 -1 4202560 206 0 0 0 259 5 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255922743720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24237] ppid=24229 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/24231/task/24237/stat : 24237 (java) S 24229 24231 24080 0 -1 4202560 283 0 0 0 264 6 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255921691176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24238] ppid=24229 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/24231/task/24238/stat : 24238 (java) S 24229 24231 24080 0 -1 4202560 308 0 0 0 276 7 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255920638632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24239] ppid=24229 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/24231/task/24239/stat : 24239 (java) S 24229 24231 24080 0 -1 4202560 281 0 0 0 270 6 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255919586088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24240] ppid=24229 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/24231/task/24240/stat : 24240 (java) S 24229 24231 24080 0 -1 4202560 336 0 0 0 254 6 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255918533544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24241] ppid=24229 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/24231/task/24241/stat : 24241 (java) S 24229 24231 24080 0 -1 4202560 255 0 0 0 269 5 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255917481000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24242] ppid=24229 vsize=9824668 CPUtime=20.26 cores=1,3,5,7
/proc/24231/task/24242/stat : 24242 (java) S 24229 24231 24080 0 -1 4202560 1409 0 0 0 1997 29 0 0 20 0 22 0 253314400 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255760037992 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24243] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24243/stat : 24243 (java) S 24229 24231 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255758984312 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24244] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24244/stat : 24244 (java) S 24229 24231 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255757931656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24245] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24245/stat : 24245 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255756880400 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24246] ppid=24229 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/24231/task/24246/stat : 24246 (java) S 24229 24231 24080 0 -1 4202560 9483 0 0 0 161 2 0 0 20 0 22 0 253314403 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255755827768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24247] ppid=24229 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) S 24229 24231 24080 0 -1 4202560 5827 0 0 0 100 2 0 0 20 0 22 0 253314403 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255754775224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24248] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255753722872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24249] ppid=24229 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) S 24229 24231 24080 0 -1 4202560 52 0 0 0 21 21 0 0 20 0 22 0 253314403 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255752670536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24281] ppid=24229 vsize=9824668 CPUtime=874.8 cores=1,3,5,7
/proc/24231/task/24281/stat : 24281 (java) R 24229 24231 24080 0 -1 4202560 277 0 0 0 87464 16 0 0 20 0 22 0 253314498 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255751613600 140255798574717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24282] ppid=24229 vsize=9824668 CPUtime=874.83 cores=1,3,5,7
/proc/24231/task/24282/stat : 24282 (java) R 24229 24231 24080 0 -1 4202560 1343 0 0 0 87423 60 0 0 20 0 22 0 253314498 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255750560144 140255798724267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24283] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24283/stat : 24283 (java) S 24229 24231 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314498 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255749510184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24284] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24284/stat : 24284 (java) S 24229 24231 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314498 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255748457640 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

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

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

[startup+904.701 s]
/proc/loadavg: 4.22 3.86 2.47 5/220 24613
/proc/meminfo: memFree=24384564/32873844 swapFree=7616/7616
[pid=24231] ppid=24229 vsize=9824668 CPUtime=1800.16 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24229 24231 24080 0 -1 4202496 24542 0 1 0 179864 152 0 0 20 0 22 0 253314397 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140734747490784 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24231/statm: 2456167 369570 2287 9 0 2446860 0
[pid=24231/tid=24233] ppid=24229 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/24231/task/24233/stat : 24233 (java) S 24229 24231 24080 0 -1 4202560 2550 0 1 0 92 6 0 0 20 0 22 0 253314398 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255935788024 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24234] ppid=24229 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/24231/task/24234/stat : 24234 (java) S 24229 24231 24080 0 -1 4202560 357 0 0 0 277 6 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255924848808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24235] ppid=24229 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/24231/task/24235/stat : 24235 (java) S 24229 24231 24080 0 -1 4202560 387 0 0 0 256 5 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255923796264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24236] ppid=24229 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/24231/task/24236/stat : 24236 (java) S 24229 24231 24080 0 -1 4202560 206 0 0 0 259 5 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255922743720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24237] ppid=24229 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/24231/task/24237/stat : 24237 (java) S 24229 24231 24080 0 -1 4202560 283 0 0 0 264 6 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255921691176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24238] ppid=24229 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/24231/task/24238/stat : 24238 (java) S 24229 24231 24080 0 -1 4202560 308 0 0 0 276 7 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255920638632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24239] ppid=24229 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/24231/task/24239/stat : 24239 (java) S 24229 24231 24080 0 -1 4202560 281 0 0 0 270 6 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255919586088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24240] ppid=24229 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/24231/task/24240/stat : 24240 (java) S 24229 24231 24080 0 -1 4202560 336 0 0 0 254 6 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255918533544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24241] ppid=24229 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/24231/task/24241/stat : 24241 (java) S 24229 24231 24080 0 -1 4202560 255 0 0 0 269 5 0 0 20 0 22 0 253314399 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255917481000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24242] ppid=24229 vsize=9824668 CPUtime=20.26 cores=1,3,5,7
/proc/24231/task/24242/stat : 24242 (java) S 24229 24231 24080 0 -1 4202560 1409 0 0 0 1997 29 0 0 20 0 22 0 253314400 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255760037992 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24243] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24243/stat : 24243 (java) S 24229 24231 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255758984312 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24244] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24244/stat : 24244 (java) S 24229 24231 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314401 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255757931656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24245] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24245/stat : 24245 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255756880400 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24246] ppid=24229 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/24231/task/24246/stat : 24246 (java) S 24229 24231 24080 0 -1 4202560 9483 0 0 0 161 2 0 0 20 0 22 0 253314403 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255755827768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24247] ppid=24229 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) S 24229 24231 24080 0 -1 4202560 5827 0 0 0 100 2 0 0 20 0 22 0 253314403 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255754775224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24248] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) S 24229 24231 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314403 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255753722872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24249] ppid=24229 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) S 24229 24231 24080 0 -1 4202560 52 0 0 0 21 21 0 0 20 0 22 0 253314403 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255752670536 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24281] ppid=24229 vsize=9824668 CPUtime=874.8 cores=1,3,5,7
/proc/24231/task/24281/stat : 24281 (java) R 24229 24231 24080 0 -1 4202560 277 0 0 0 87464 16 0 0 20 0 22 0 253314498 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255751613600 140255798574717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24282] ppid=24229 vsize=9824668 CPUtime=874.83 cores=1,3,5,7
/proc/24231/task/24282/stat : 24282 (java) R 24229 24231 24080 0 -1 4202560 1343 0 0 0 87423 60 0 0 20 0 22 0 253314498 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255750560144 140255798724267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24283] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24283/stat : 24283 (java) S 24229 24231 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314498 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255749510184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24284] ppid=24229 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24284/stat : 24284 (java) S 24229 24231 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314498 10060460032 369570 33554432000 1073741824 1073778376 140734747499648 140255748457640 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 904.757
CPU time (s): 1800.16
CPU user time (s): 1798.64
CPU system time (s): 1.52
CPU usage (%): 198.966
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 1.9917
maximum resident set size= 2911120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24575
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= 32139
involuntary context switches= 49791

runsolver used 3.88041 second user time and 8.26374 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 17:05:01
IDJOB=3687330
IDBENCH=1372
IDSOLVER=2268
FILE ID=node141/3687330-1337871900
RUNJOBID= node141-1337871880-24098
PBS_JOBID= 14620063
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687330-1337871900/watcher-3687330-1337871900 -o /tmp/evaluation-result-3687330-1337871900/solver-3687330-1337871900 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687330-1337871900.opb

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=1767578218

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28852816 kB
Buffers:          208772 kB
Cached:          3033460 kB
SwapCached:            0 kB
Active:           405204 kB
Inactive:        2847520 kB
Active(anon):      13440 kB
Inactive(anon):        0 kB
Active(file):     391764 kB
Inactive(file):  2847520 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4024 kB
Writeback:             0 kB
AnonPages:         18436 kB
Mapped:            13664 kB
Shmem:               200 kB
Slab:             629324 kB
SReclaimable:      72020 kB
SUnreclaim:       557304 kB
KernelStack:        1408 kB
PageTables:         3944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node141 at 2012-05-24 17:20:07