Trace number 3741121

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.13 895.151

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-31.opb
MD5SUM1231d9e508dc821e38b22e6db3fd2b2f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark203.957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.2.0.v20100531
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		1349517296
0.03/0.07	c Max memory 		1356595200
0.03/0.07	c Total memory 		1356595200
0.03/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3741121-1338762067.opb
0.10/0.10	c reading problem ... 
2.65/1.79	c ... done. Wall clock time 1.693s.
2.65/1.79	c #vars     9310
2.65/1.79	c #constraints  197032
2.65/1.79	c constraints type 
2.65/1.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 136037
2.65/1.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
2.65/1.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40073
2.65/1.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
2.65/1.79	c constraints type 
2.65/1.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40073
2.65/1.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 136037
2.65/1.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
2.65/1.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
13.17/6.15	c cleaning 0 clauses out of 5000 with flag 0/5000
15.54/7.35	c cleaning 2490 clauses out of 4995 with flag 5000/5000
23.13/11.18	c cleaning 4172 clauses out of 8503 with flag 11001/11001
29.84/14.57	c cleaning 5613 clauses out of 11329 with flag 18000/18000
32.90/16.12	c cleaning 0 clauses out of 11000 with flag 0/11000
38.03/18.72	c cleaning 6745 clauses out of 13718 with flag 26002/26002
46.63/23.05	c cleaning 7979 clauses out of 15971 with flag 35000/35000
56.76/28.14	c cleaning 8986 clauses out of 17994 with flag 45002/45002
64.28/31.94	c cleaning 9989 clauses out of 20007 with flag 56001/56001
71.75/35.74	c cleaning 10985 clauses out of 22018 with flag 68001/68001
80.28/40.08	c cleaning 12013 clauses out of 24033 with flag 81001/81001
85.15/42.59	c cleaning 0 clauses out of 18000 with flag 0/18000
87.68/43.94	c cleaning 13005 clauses out of 26019 with flag 95000/95000
99.44/49.88	c cleaning 13932 clauses out of 28014 with flag 110000/110000
110.92/55.61	c cleaning 15008 clauses out of 30084 with flag 126003/126003
123.45/61.97	c cleaning 15977 clauses out of 32073 with flag 143000/143000
136.11/68.34	c cleaning 16983 clauses out of 34096 with flag 161000/161000
152.04/76.34	c cleaning 17997 clauses out of 36112 with flag 180000/180000
170.59/85.62	c cleaning 18998 clauses out of 38116 with flag 200001/200001
190.38/95.50	c cleaning 20036 clauses out of 40118 with flag 221001/221001
210.70/105.74	c cleaning 21041 clauses out of 42083 with flag 243002/243002
223.66/112.22	c cleaning 0 clauses out of 26000 with flag 0/26000
234.13/117.51	c cleaning 21936 clauses out of 44041 with flag 266001/266001
254.73/127.85	c cleaning 22965 clauses out of 46104 with flag 290000/290000
274.48/137.71	c cleaning 24011 clauses out of 48141 with flag 315002/315002
305.59/153.24	c cleaning 25039 clauses out of 50130 with flag 341002/341002
335.34/168.08	c cleaning 25844 clauses out of 52089 with flag 368000/368000
368.68/184.60	c cleaning 27001 clauses out of 54247 with flag 396002/396002
401.52/201.08	c cleaning 28111 clauses out of 56244 with flag 425000/425000
432.66/216.50	c cleaning 29006 clauses out of 58133 with flag 455000/455000
464.11/232.14	c cleaning 29963 clauses out of 60128 with flag 486001/486001
494.07/247.06	c cleaning 30757 clauses out of 62164 with flag 518000/518000
496.74/248.55	c cleaning 0 clauses out of 35002 with flag 0/35002
528.04/264.11	c cleaning 32133 clauses out of 64407 with flag 551000/551000
582.31/291.08	c cleaning 32779 clauses out of 66274 with flag 585000/585000
622.68/311.01	c cleaning 34100 clauses out of 68495 with flag 620000/620000
665.69/332.43	c cleaning 34929 clauses out of 70396 with flag 656001/656001
716.54/357.61	c cleaning 35948 clauses out of 72467 with flag 693001/693001
760.36/379.37	c cleaning 37219 clauses out of 74518 with flag 731000/731000
804.76/401.40	c cleaning 37747 clauses out of 76300 with flag 770001/770001
855.01/426.39	c cleaning 39057 clauses out of 78553 with flag 810001/810001
857.56/427.74	c cleaning 0 clauses out of 45000 with flag 0/45000
918.17/457.77	c cleaning 39997 clauses out of 80495 with flag 851000/851000
973.01/484.94	c cleaning 41207 clauses out of 82498 with flag 893000/893000
1014.94/505.88	c cleaning 41945 clauses out of 84292 with flag 936001/936001
1098.62/547.32	c cleaning 43168 clauses out of 86352 with flag 980006/980006
1176.82/586.16	c cleaning 44011 clauses out of 88178 with flag 1025000/1025000
1251.53/623.17	c cleaning 44894 clauses out of 90168 with flag 1071001/1071001
1317.01/655.77	c cleaning 46122 clauses out of 92274 with flag 1118001/1118001
1386.50/690.18	c cleaning 46884 clauses out of 94151 with flag 1166000/1166000
1460.66/726.82	c cleaning 48076 clauses out of 96267 with flag 1215000/1215000
1524.82/758.52	c cleaning 48975 clauses out of 98191 with flag 1265000/1265000
1601.31/796.44	c cleaning 49817 clauses out of 100216 with flag 1316000/1316000
1653.82/822.47	c cleaning 0 clauses out of 56000 with flag 0/56000
1683.16/837.06	c cleaning 51180 clauses out of 102399 with flag 1368000/1368000
1785.04/887.56	c cleaning 52005 clauses out of 104220 with flag 1421001/1421001
1800.03/895.11	c starts		: 206
1800.03/895.11	c conflicts		: 1433336
1800.03/895.11	c decisions		: 11088071
1800.03/895.11	c propagations		: 377015990
1800.03/895.11	c inspects		: 3947592158
1800.03/895.11	c learnt literals	: 11
1800.03/895.11	c learnt binary clauses	: 1016
1800.03/895.11	c learnt ternary clauses	: 2390
1800.03/895.11	c learnt clauses	: 1433324
1800.03/895.11	c ignored clauses	: 0
1800.03/895.11	c root simplifications	: 0
1800.03/895.11	c removed literals (reason simplification)	: 27184312
1800.03/895.11	c reason swapping (by a shorter reason)	: 0
1800.03/895.11	c Calls to reduceDB	: 49
1800.03/895.11	c number of reductions to clauses (during analyze)	: 0
1800.03/895.11	c number of learned constraints concerned by reduction	: 0
1800.03/895.11	c number of learning phase by resolution	: 0
1800.03/895.11	c number of learning phase by cutting planes	: 0
1800.03/895.11	c speed (assignments/second)	: 422041.9583707409
1800.03/895.11	c non guided choices	553839
1800.03/895.14	c learnt constraints type 
1800.03/895.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 63563
1800.03/895.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1016
1800.03/895.14	c constraints type 
1800.03/895.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 136037
1800.03/895.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
1800.03/895.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40073
1800.03/895.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
1800.03/895.14	c constraints type 
1800.03/895.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40073
1800.03/895.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 136037
1800.03/895.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
1800.03/895.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
1800.03/895.14	s UNKNOWN
1800.03/895.14	c Total wall clock time (in seconds): 895.038

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-3741121-1338762067/watcher-3741121-1338762067 -o /tmp/evaluation-result-3741121-1338762067/solver-3741121-1338762067 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741121-1338762067.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.63 3.21 3.26 3/195 7886
/proc/meminfo: memFree=26928620/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (java) R 7884 7886 4574 0 -1 4202496 1032 0 0 0 0 0 0 0 20 0 1 0 342332640 23793664 760 33554432000 1073741824 1073778376 140736320002688 140736319991752 139812762202000 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 5809 779 576 9 0 128 0

[startup+0.0487769 s]
/proc/loadavg: 3.63 3.21 3.26 3/195 7886
/proc/meminfo: memFree=26928620/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/7886/stat : 7886 (java) S 7884 7886 4574 0 -1 4202496 3745 0 1 0 2 1 0 0 20 0 13 0 342332640 2423889920 4954 33554432000 1073741824 1073778376 140736320002688 140736319993824 273451876413 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 591770 4954 1709 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100237 s]
/proc/loadavg: 3.63 3.21 3.26 3/195 7886
/proc/meminfo: memFree=26928620/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/7886/stat : 7886 (java) S 7884 7886 4574 0 -1 4202496 4783 0 1 0 8 2 0 0 20 0 18 0 342332640 2764726272 6477 33554432000 1073741824 1073778376 140736320002688 140736319993824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 674982 6477 2124 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300199 s]
/proc/loadavg: 3.63 3.21 3.26 3/195 7886
/proc/meminfo: memFree=26928620/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=2699928 CPUtime=0.51 cores=1,3,5,7
/proc/7886/stat : 7886 (java) S 7884 7886 4574 0 -1 4202496 6151 0 1 0 48 3 0 0 20 0 18 0 342332640 2764726272 9770 33554432000 1073741824 1073778376 140736320002688 140736319993824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 674982 9770 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700262 s]
/proc/loadavg: 3.63 3.21 3.26 3/195 7886
/proc/meminfo: memFree=26928620/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=2699928 CPUtime=1.27 cores=1,3,5,7
/proc/7886/stat : 7886 (java) S 7884 7886 4574 0 -1 4202496 11556 0 1 0 119 8 0 0 20 0 18 0 342332640 2764726272 52734 33554432000 1073741824 1073778376 140736320002688 140736319993824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 674982 52734 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 2699928

[startup+1.50076 s]
/proc/loadavg: 3.63 3.21 3.26 4/213 7904
/proc/meminfo: memFree=26561604/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=2699928 CPUtime=2.28 cores=1,3,5,7
/proc/7886/stat : 7886 (java) S 7884 7886 4574 0 -1 4202496 11896 0 1 0 212 16 0 0 20 0 18 0 342332640 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 140736319993824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 674982 102448 2248 9 0 665676 0
[pid=7886/tid=7888] ppid=7884 vsize=2699928 CPUtime=1.42 cores=1,3,5,7
/proc/7886/task/7888/stat : 7888 (java) R 7884 7886 4574 0 -1 4202560 2957 0 1 0 133 9 0 0 20 0 18 0 342332641 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812754771952 273451902221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7889] ppid=7884 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7889/stat : 7889 (java) S 7884 7886 4574 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 342332642 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812739062056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7890] ppid=7884 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7886/task/7890/stat : 7890 (java) S 7884 7886 4574 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 342332642 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812738009256 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7891] ppid=7884 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7886/task/7891/stat : 7891 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 342332642 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812736956968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7892] ppid=7884 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/7886/task/7892/stat : 7892 (java) S 7884 7886 4574 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 18 0 342332642 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812735904168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7893] ppid=7884 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7886/task/7893/stat : 7893 (java) S 7884 7886 4574 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 342332642 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812734851880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7894] ppid=7884 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/7886/task/7894/stat : 7894 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 342332642 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812733799080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7895] ppid=7884 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7895/stat : 7895 (java) S 7884 7886 4574 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 342332642 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812732746792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7896] ppid=7884 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7896/stat : 7896 (java) S 7884 7886 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342332642 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812731693992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7897] ppid=7884 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7897/stat : 7897 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342332643 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812601288936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7898] ppid=7884 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7898/stat : 7898 (java) S 7884 7886 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342332643 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812600235000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7899] ppid=7884 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7899/stat : 7899 (java) S 7884 7886 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342332643 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812599182600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7900] ppid=7884 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7900/stat : 7900 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342332645 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812598131088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7901] ppid=7884 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/7886/task/7901/stat : 7901 (java) S 7884 7886 4574 0 -1 4202560 3963 0 0 0 30 0 0 0 20 0 18 0 342332645 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812597078712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7902] ppid=7884 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/7886/task/7902/stat : 7902 (java) S 7884 7886 4574 0 -1 4202560 3724 0 0 0 29 2 0 0 20 0 18 0 342332645 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139812596025912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7903] ppid=7884 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7903/stat : 7903 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342332645 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139811721571448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7904] ppid=7884 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7904/stat : 7904 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342332645 2764726272 102448 33554432000 1073741824 1073778376 140736320002688 139811720518856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 2699928

[startup+3.10088 s]
/proc/loadavg: 3.63 3.21 3.26 7/217 7908
/proc/meminfo: memFree=26470564/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=2966184 CPUtime=6.59 cores=1,3,5,7
/proc/7886/stat : 7886 (java) S 7884 7886 4574 0 -1 4202496 15313 0 1 0 629 30 0 0 20 0 22 0 342332640 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 140736319993824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 741546 122908 2268 9 0 732240 0
[pid=7886/tid=7888] ppid=7884 vsize=2966184 CPUtime=1.65 cores=1,3,5,7
/proc/7886/task/7888/stat : 7888 (java) S 7884 7886 4574 0 -1 4202560 2970 0 1 0 155 10 0 0 20 0 22 0 342332641 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812754781336 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7889] ppid=7884 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/7886/task/7889/stat : 7889 (java) R 7884 7886 4574 0 -1 4202560 49 0 0 0 10 4 0 0 20 0 22 0 342332642 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812739062056 139812757251712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7890] ppid=7884 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7886/task/7890/stat : 7890 (java) S 7884 7886 4574 0 -1 4202560 19 0 0 0 4 2 0 0 20 0 22 0 342332642 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812738009256 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7891] ppid=7884 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/7886/task/7891/stat : 7891 (java) S 7884 7886 4574 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 22 0 342332642 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812736956968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7892] ppid=7884 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/7886/task/7892/stat : 7892 (java) R 7884 7886 4574 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 342332642 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812735904168 139812761289170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7893] ppid=7884 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7886/task/7893/stat : 7893 (java) R 7884 7886 4574 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 22 0 342332642 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812734851880 273451891768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7894] ppid=7884 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/7886/task/7894/stat : 7894 (java) S 7884 7886 4574 0 -1 4202560 25 0 0 0 6 2 0 0 20 0 22 0 342332642 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812733799080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7895] ppid=7884 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/7886/task/7895/stat : 7895 (java) S 7884 7886 4574 0 -1 4202560 25 0 0 0 5 2 0 0 20 0 22 0 342332642 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812732746792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7896] ppid=7884 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/7886/task/7896/stat : 7896 (java) R 7884 7886 4574 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 342332642 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812731693992 273451889724 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7897] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7897/stat : 7897 (java) S 7884 7886 4574 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812601287816 273451889724 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7898] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7898/stat : 7898 (java) S 7884 7886 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812600235000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7899] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7899/stat : 7899 (java) S 7884 7886 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812599182600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7900] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7900/stat : 7900 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812598131088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7901] ppid=7884 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/7886/task/7901/stat : 7901 (java) S 7884 7886 4574 0 -1 4202560 5372 0 0 0 100 0 0 0 20 0 22 0 342332645 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812597078712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7902] ppid=7884 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/7886/task/7902/stat : 7902 (java) S 7884 7886 4574 0 -1 4202560 5443 0 0 0 66 2 0 0 20 0 22 0 342332645 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139812596025912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7903] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7903/stat : 7903 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139811721571448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7904] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7904/stat : 7904 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139811720518856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7905] ppid=7884 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/7886/task/7905/stat : 7905 (java) S 7884 7886 4574 0 -1 4202560 28 0 0 0 122 0 0 0 20 0 22 0 342332820 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139811719462264 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7906] ppid=7884 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/7886/task/7906/stat : 7906 (java) S 7884 7886 4574 0 -1 4202560 65 0 0 0 122 0 0 0 20 0 22 0 342332820 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139811718408744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7907] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7907/stat : 7907 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342332822 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139811717358760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7908] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7908/stat : 7908 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342332822 3037372416 122908 33554432000 1073741824 1073778376 140736320002688 139811716305960 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 2966184

[startup+6.30087 s]
/proc/loadavg: 4.14 3.33 3.29 5/217 7908
/proc/meminfo: memFree=26379124/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=2966184 CPUtime=13.46 cores=1,3,5,7
/proc/7886/stat : 7886 (java) S 7884 7886 4574 0 -1 4202496 15512 0 1 0 1305 41 0 0 20 0 22 0 342332640 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 140736319993824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 741546 139206 2280 9 0 732240 0
[pid=7886/tid=7888] ppid=7884 vsize=2966184 CPUtime=1.65 cores=1,3,5,7
/proc/7886/task/7888/stat : 7888 (java) S 7884 7886 4574 0 -1 4202560 2971 0 1 0 155 10 0 0 20 0 22 0 342332641 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812754781336 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7889] ppid=7884 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/7886/task/7889/stat : 7889 (java) S 7884 7886 4574 0 -1 4202560 71 0 0 0 22 5 0 0 20 0 22 0 342332642 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812739062056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7890] ppid=7884 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/7886/task/7890/stat : 7890 (java) S 7884 7886 4574 0 -1 4202560 52 0 0 0 16 4 0 0 20 0 22 0 342332642 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812738009256 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7891] ppid=7884 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/7886/task/7891/stat : 7891 (java) S 7884 7886 4574 0 -1 4202560 53 0 0 0 16 5 0 0 20 0 22 0 342332642 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812736956968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7892] ppid=7884 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/7886/task/7892/stat : 7892 (java) S 7884 7886 4574 0 -1 4202560 57 0 0 0 17 4 0 0 20 0 22 0 342332642 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812735904168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7893] ppid=7884 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/7886/task/7893/stat : 7893 (java) S 7884 7886 4574 0 -1 4202560 36 0 0 0 22 3 0 0 20 0 22 0 342332642 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812734851880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7894] ppid=7884 vsize=2966184 CPUtime=0.24 cores=1,3,5,7
/proc/7886/task/7894/stat : 7894 (java) S 7884 7886 4574 0 -1 4202560 35 0 0 0 21 3 0 0 20 0 22 0 342332642 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812733799080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7895] ppid=7884 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/7886/task/7895/stat : 7895 (java) S 7884 7886 4574 0 -1 4202560 48 0 0 0 17 4 0 0 20 0 22 0 342332642 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812732746792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7896] ppid=7884 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/7886/task/7896/stat : 7896 (java) S 7884 7886 4574 0 -1 4202560 48 0 0 0 14 3 0 0 20 0 22 0 342332642 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812731693992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7897] ppid=7884 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/7886/task/7897/stat : 7897 (java) R 7884 7886 4574 0 -1 4202560 27 0 0 0 13 0 0 0 20 0 22 0 342332643 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812601287792 139812761288776 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7898] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7898/stat : 7898 (java) S 7884 7886 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812600235000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7899] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7899/stat : 7899 (java) S 7884 7886 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812599182600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7900] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7900/stat : 7900 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812598131088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7901] ppid=7884 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/7886/task/7901/stat : 7901 (java) S 7884 7886 4574 0 -1 4202560 5376 0 0 0 102 0 0 0 20 0 22 0 342332645 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812597064584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7902] ppid=7884 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/7886/task/7902/stat : 7902 (java) S 7884 7886 4574 0 -1 4202560 5450 0 0 0 73 2 0 0 20 0 22 0 342332645 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139812596016056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7903] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7903/stat : 7903 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139811721571448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7904] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7904/stat : 7904 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139811720518856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7905] ppid=7884 vsize=2966184 CPUtime=3.99 cores=1,3,5,7
/proc/7886/task/7905/stat : 7905 (java) S 7884 7886 4574 0 -1 4202560 31 0 0 0 399 0 0 0 20 0 22 0 342332820 3037372416 139206 33554432000 1073741824 1073778376 140736320002688 139811719461544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=7886/tid=7906] ppid=7884 vsize=2966184 CPUtime=789.46 cores=1,3,5,7
/proc/7886/task/7906/stat : 7906 (java) S 7884 7886 4574 0 -1 4202560 518 0 0 0 78930 16 0 0 20 0 22 0 342332820 3037372416 177114 33554432000 1073741824 1073778376 140736320002688 139811718409560 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7907] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7907/stat : 7907 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342332822 3037372416 177114 33554432000 1073741824 1073778376 140736320002688 139811717358760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7908] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7908/stat : 7908 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342332822 3037372416 177114 33554432000 1073741824 1073778376 140736320002688 139811716305960 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1653.6
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.15 3.94 3.68 5/217 8046
/proc/meminfo: memFree=25984412/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=2966184 CPUtime=1774.55 cores=1,3,5,7
/proc/7886/stat : 7886 (java) S 7884 7886 4574 0 -1 4202496 104855 0 1 0 177265 190 0 0 20 0 22 0 342332640 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 140736319993824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 741546 177115 2284 9 0 732240 0
[pid=7886/tid=7888] ppid=7884 vsize=2966184 CPUtime=1.67 cores=1,3,5,7
/proc/7886/task/7888/stat : 7888 (java) S 7884 7886 4574 0 -1 4202560 2987 0 1 0 156 11 0 0 20 0 22 0 342332641 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812754781336 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7889] ppid=7884 vsize=2966184 CPUtime=7.27 cores=1,3,5,7
/proc/7886/task/7889/stat : 7889 (java) S 7884 7886 4574 0 -1 4202560 345 0 0 0 716 11 0 0 20 0 22 0 342332642 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812739062056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7890] ppid=7884 vsize=2966184 CPUtime=7.11 cores=1,3,5,7
/proc/7886/task/7890/stat : 7890 (java) S 7884 7886 4574 0 -1 4202560 330 0 0 0 701 10 0 0 20 0 22 0 342332642 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812738009256 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7891] ppid=7884 vsize=2966184 CPUtime=7.42 cores=1,3,5,7
/proc/7886/task/7891/stat : 7891 (java) S 7884 7886 4574 0 -1 4202560 336 0 0 0 730 12 0 0 20 0 22 0 342332642 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812736956968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7892] ppid=7884 vsize=2966184 CPUtime=7.52 cores=1,3,5,7
/proc/7886/task/7892/stat : 7892 (java) S 7884 7886 4574 0 -1 4202560 336 0 0 0 742 10 0 0 20 0 22 0 342332642 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812735904168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7893] ppid=7884 vsize=2966184 CPUtime=7.75 cores=1,3,5,7
/proc/7886/task/7893/stat : 7893 (java) S 7884 7886 4574 0 -1 4202560 312 0 0 0 766 9 0 0 20 0 22 0 342332642 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812734851880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7894] ppid=7884 vsize=2966184 CPUtime=7.63 cores=1,3,5,7
/proc/7886/task/7894/stat : 7894 (java) S 7884 7886 4574 0 -1 4202560 316 0 0 0 755 8 0 0 20 0 22 0 342332642 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812733799080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7895] ppid=7884 vsize=2966184 CPUtime=7.12 cores=1,3,5,7
/proc/7886/task/7895/stat : 7895 (java) S 7884 7886 4574 0 -1 4202560 329 0 0 0 703 9 0 0 20 0 22 0 342332642 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812732746792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7896] ppid=7884 vsize=2966184 CPUtime=7.54 cores=1,3,5,7
/proc/7886/task/7896/stat : 7896 (java) S 7884 7886 4574 0 -1 4202560 323 0 0 0 744 10 0 0 20 0 22 0 342332642 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812731693992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7897] ppid=7884 vsize=2966184 CPUtime=15.96 cores=1,3,5,7
/proc/7886/task/7897/stat : 7897 (java) S 7884 7886 4574 0 -1 4202560 83981 0 0 0 1530 66 0 0 20 0 22 0 342332643 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812601288936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7898] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7898/stat : 7898 (java) S 7884 7886 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812600235000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7899] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7899/stat : 7899 (java) S 7884 7886 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812599182600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7900] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7900/stat : 7900 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812598131088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7901] ppid=7884 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/7886/task/7901/stat : 7901 (java) S 7884 7886 4574 0 -1 4202560 5378 0 0 0 129 0 0 0 20 0 22 0 342332645 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812597078712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7902] ppid=7884 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/7886/task/7902/stat : 7902 (java) S 7884 7886 4574 0 -1 4202560 7652 0 0 0 94 3 0 0 20 0 22 0 342332645 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139812596025912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7903] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7903/stat : 7903 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139811721571448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7904] ppid=7884 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/7886/task/7904/stat : 7904 (java) S 7884 7886 4574 0 -1 4202560 50 0 0 0 19 24 0 0 20 0 22 0 342332645 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139811720518856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7905] ppid=7884 vsize=2966184 CPUtime=847.81 cores=1,3,5,7
/proc/7886/task/7905/stat : 7905 (java) R 7884 7886 4574 0 -1 4202560 449 0 0 0 84764 17 0 0 20 0 22 0 342332820 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139811719462128 139812611451448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7906] ppid=7884 vsize=2966184 CPUtime=847.74 cores=1,3,5,7
/proc/7886/task/7906/stat : 7906 (java) R 7884 7886 4574 0 -1 4202560 544 0 0 0 84757 17 0 0 20 0 22 0 342332820 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139811718408624 139812611568790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7907] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7907/stat : 7907 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342332822 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139811717358760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7908] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7908/stat : 7908 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342332822 3037372416 177115 33554432000 1073741824 1073778376 140736320002688 139811716305960 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1774.55
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.19 3.96 3.69 5/217 8046
/proc/meminfo: memFree=25982364/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=2966184 CPUtime=1800.03 cores=1,3,5,7
/proc/7886/stat : 7886 (java) S 7884 7886 4574 0 -1 4202496 106683 0 1 0 179811 192 0 0 20 0 22 0 342332640 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 140736319993824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 741546 177625 2284 9 0 732240 0
[pid=7886/tid=7888] ppid=7884 vsize=2966184 CPUtime=1.67 cores=1,3,5,7
/proc/7886/task/7888/stat : 7888 (java) S 7884 7886 4574 0 -1 4202560 2987 0 1 0 156 11 0 0 20 0 22 0 342332641 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812754781336 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7889] ppid=7884 vsize=2966184 CPUtime=7.38 cores=1,3,5,7
/proc/7886/task/7889/stat : 7889 (java) S 7884 7886 4574 0 -1 4202560 345 0 0 0 727 11 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812739062056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7890] ppid=7884 vsize=2966184 CPUtime=7.2 cores=1,3,5,7
/proc/7886/task/7890/stat : 7890 (java) S 7884 7886 4574 0 -1 4202560 331 0 0 0 710 10 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812738009256 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7891] ppid=7884 vsize=2966184 CPUtime=7.5 cores=1,3,5,7
/proc/7886/task/7891/stat : 7891 (java) S 7884 7886 4574 0 -1 4202560 336 0 0 0 737 13 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812736956968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7892] ppid=7884 vsize=2966184 CPUtime=7.64 cores=1,3,5,7
/proc/7886/task/7892/stat : 7892 (java) S 7884 7886 4574 0 -1 4202560 337 0 0 0 754 10 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812735904168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7893] ppid=7884 vsize=2966184 CPUtime=7.85 cores=1,3,5,7
/proc/7886/task/7893/stat : 7893 (java) S 7884 7886 4574 0 -1 4202560 313 0 0 0 775 10 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812734851880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7894] ppid=7884 vsize=2966184 CPUtime=7.73 cores=1,3,5,7
/proc/7886/task/7894/stat : 7894 (java) S 7884 7886 4574 0 -1 4202560 316 0 0 0 765 8 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812733799080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7895] ppid=7884 vsize=2966184 CPUtime=7.23 cores=1,3,5,7
/proc/7886/task/7895/stat : 7895 (java) S 7884 7886 4574 0 -1 4202560 329 0 0 0 714 9 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812732746792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7896] ppid=7884 vsize=2966184 CPUtime=7.63 cores=1,3,5,7
/proc/7886/task/7896/stat : 7896 (java) S 7884 7886 4574 0 -1 4202560 323 0 0 0 753 10 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812731693992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7897] ppid=7884 vsize=2966184 CPUtime=16.44 cores=1,3,5,7
/proc/7886/task/7897/stat : 7897 (java) S 7884 7886 4574 0 -1 4202560 85794 0 0 0 1577 67 0 0 20 0 22 0 342332643 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812601288936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7898] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7898/stat : 7898 (java) S 7884 7886 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812600235000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7899] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7899/stat : 7899 (java) S 7884 7886 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812599182600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7900] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7900/stat : 7900 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812598131088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7901] ppid=7884 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/7886/task/7901/stat : 7901 (java) S 7884 7886 4574 0 -1 4202560 5378 0 0 0 129 0 0 0 20 0 22 0 342332645 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812597078712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7902] ppid=7884 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/7886/task/7902/stat : 7902 (java) S 7884 7886 4574 0 -1 4202560 7652 0 0 0 94 3 0 0 20 0 22 0 342332645 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812596025912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7903] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7903/stat : 7903 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811721571448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7904] ppid=7884 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/7886/task/7904/stat : 7904 (java) S 7884 7886 4574 0 -1 4202560 52 0 0 0 19 25 0 0 20 0 22 0 342332645 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811720518856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7905] ppid=7884 vsize=2966184 CPUtime=859.92 cores=1,3,5,7
/proc/7886/task/7905/stat : 7905 (java) R 7884 7886 4574 0 -1 4202560 459 0 0 0 85974 18 0 0 20 0 22 0 342332820 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811719462128 139812611525689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7906] ppid=7884 vsize=2966184 CPUtime=859.84 cores=1,3,5,7
/proc/7886/task/7906/stat : 7906 (java) R 7884 7886 4574 0 -1 4202560 544 0 0 0 85966 18 0 0 20 0 22 0 342332820 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811718408632 139812611558185 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7907] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7907/stat : 7907 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342332822 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811717358760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7908] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7908/stat : 7908 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342332822 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811716305960 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2966184

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

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

[startup+895.101 s]
/proc/loadavg: 4.19 3.96 3.69 5/217 8046
/proc/meminfo: memFree=25982364/32873852 swapFree=6856/6856
[pid=7886] ppid=7884 vsize=2966184 CPUtime=1800.03 cores=1,3,5,7
/proc/7886/stat : 7886 (java) S 7884 7886 4574 0 -1 4202496 106683 0 1 0 179811 192 0 0 20 0 22 0 342332640 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 140736319993824 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7886/statm: 741546 177625 2284 9 0 732240 0
[pid=7886/tid=7888] ppid=7884 vsize=2966184 CPUtime=1.67 cores=1,3,5,7
/proc/7886/task/7888/stat : 7888 (java) S 7884 7886 4574 0 -1 4202560 2987 0 1 0 156 11 0 0 20 0 22 0 342332641 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812754781336 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7889] ppid=7884 vsize=2966184 CPUtime=7.38 cores=1,3,5,7
/proc/7886/task/7889/stat : 7889 (java) S 7884 7886 4574 0 -1 4202560 345 0 0 0 727 11 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812739062056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7890] ppid=7884 vsize=2966184 CPUtime=7.2 cores=1,3,5,7
/proc/7886/task/7890/stat : 7890 (java) S 7884 7886 4574 0 -1 4202560 331 0 0 0 710 10 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812738009256 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7891] ppid=7884 vsize=2966184 CPUtime=7.5 cores=1,3,5,7
/proc/7886/task/7891/stat : 7891 (java) S 7884 7886 4574 0 -1 4202560 336 0 0 0 737 13 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812736956968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7892] ppid=7884 vsize=2966184 CPUtime=7.64 cores=1,3,5,7
/proc/7886/task/7892/stat : 7892 (java) S 7884 7886 4574 0 -1 4202560 337 0 0 0 754 10 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812735904168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7893] ppid=7884 vsize=2966184 CPUtime=7.85 cores=1,3,5,7
/proc/7886/task/7893/stat : 7893 (java) S 7884 7886 4574 0 -1 4202560 313 0 0 0 775 10 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812734851880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7894] ppid=7884 vsize=2966184 CPUtime=7.73 cores=1,3,5,7
/proc/7886/task/7894/stat : 7894 (java) S 7884 7886 4574 0 -1 4202560 316 0 0 0 765 8 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812733799080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7895] ppid=7884 vsize=2966184 CPUtime=7.23 cores=1,3,5,7
/proc/7886/task/7895/stat : 7895 (java) S 7884 7886 4574 0 -1 4202560 329 0 0 0 714 9 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812732746792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7896] ppid=7884 vsize=2966184 CPUtime=7.63 cores=1,3,5,7
/proc/7886/task/7896/stat : 7896 (java) S 7884 7886 4574 0 -1 4202560 323 0 0 0 753 10 0 0 20 0 22 0 342332642 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812731693992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7897] ppid=7884 vsize=2966184 CPUtime=16.44 cores=1,3,5,7
/proc/7886/task/7897/stat : 7897 (java) S 7884 7886 4574 0 -1 4202560 85794 0 0 0 1577 67 0 0 20 0 22 0 342332643 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812601288936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7886/tid=7898] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7898/stat : 7898 (java) S 7884 7886 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812600235000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7899] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7899/stat : 7899 (java) S 7884 7886 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342332643 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812599182600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7900] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7900/stat : 7900 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812598131088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7901] ppid=7884 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/7886/task/7901/stat : 7901 (java) S 7884 7886 4574 0 -1 4202560 5378 0 0 0 129 0 0 0 20 0 22 0 342332645 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812597078712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7886/tid=7902] ppid=7884 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/7886/task/7902/stat : 7902 (java) S 7884 7886 4574 0 -1 4202560 7652 0 0 0 94 3 0 0 20 0 22 0 342332645 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139812596025912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7903] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7903/stat : 7903 (java) S 7884 7886 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342332645 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811721571448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7904] ppid=7884 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/7886/task/7904/stat : 7904 (java) S 7884 7886 4574 0 -1 4202560 52 0 0 0 19 25 0 0 20 0 22 0 342332645 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811720518856 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7905] ppid=7884 vsize=2966184 CPUtime=859.92 cores=1,3,5,7
/proc/7886/task/7905/stat : 7905 (java) R 7884 7886 4574 0 -1 4202560 459 0 0 0 85974 18 0 0 20 0 22 0 342332820 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811719462128 139812611525689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7906] ppid=7884 vsize=2966184 CPUtime=859.84 cores=1,3,5,7
/proc/7886/task/7906/stat : 7906 (java) R 7884 7886 4574 0 -1 4202560 544 0 0 0 85966 18 0 0 20 0 22 0 342332820 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811718408632 139812611558185 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7886/tid=7907] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7907/stat : 7907 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342332822 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811717358760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7886/tid=7908] ppid=7884 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7886/task/7908/stat : 7908 (java) S 7884 7886 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342332822 3037372416 177625 33554432000 1073741824 1073778376 140736320002688 139811716305960 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 895.151
CPU time (s): 1801.13
CPU user time (s): 1798.74
CPU system time (s): 2.39364
CPU usage (%): 201.21
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 2.39364
maximum resident set size= 717752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106714
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47054
involuntary context switches= 96957

runsolver used 3.2715 second user time and 9.02463 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 00:21:07
IDJOB=3741121
IDBENCH=89784
IDSOLVER=2324
FILE ID=node128/3741121-1338762067
RUNJOBID= node128-1338749491-4591
PBS_JOBID= 14636803
Free space on /tmp= 70388 MiB

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

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

MD5SUM BENCH= 1231d9e508dc821e38b22e6db3fd2b2f
RANDOM SEED=1025026595

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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.91
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.389
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:       32873852 kB
MemFree:        26928900 kB
Buffers:          555084 kB
Cached:          3823428 kB
SwapCached:          744 kB
Active:          2700020 kB
Inactive:        2347920 kB
Active(anon):     660672 kB
Inactive(anon):    11420 kB
Active(file):    2039348 kB
Inactive(file):  2336500 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             35268 kB
Writeback:             0 kB
AnonPages:        646796 kB
Mapped:            22200 kB
Shmem:               200 kB
Slab:             757776 kB
SReclaimable:     199500 kB
SUnreclaim:       558276 kB
KernelStack:        1608 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1575960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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= 70412 MiB
End job on node128 at 2012-06-04 00:36:04