Trace number 3741082

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-129.opb
MD5SUM67d021e5b92124566c71fb431934058c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48368
Total number of constraints1121286
Number of constraints which are clauses1007481
Number of constraints which are cardinality constraints (but not clauses)3534
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint1
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.08	c version 2.2.0.v20100531
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		1349517296
0.03/0.08	c Max memory 		1356595200
0.03/0.08	c Total memory 		1356595200
0.03/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3741082-1338761746.opb
0.09/0.11	c reading problem ... 
11.64/7.92	c ... done. Wall clock time 7.815s.
11.64/7.92	c #vars     48368
11.64/7.92	c #constraints  1117418
11.64/7.92	c constraints type 
11.64/7.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 767440
11.64/7.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 3523
11.64/7.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 236052
11.64/7.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
11.64/7.92	c constraints type 
11.64/7.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 236052
11.64/7.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 767440
11.64/7.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3523
11.64/7.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
33.46/17.59	c cleaning 0 clauses out of 5002 with flag 0/5002
44.54/23.20	c cleaning 0 clauses out of 11000 with flag 0/11000
58.27/30.36	c cleaning 0 clauses out of 18000 with flag 0/18000
63.23/33.18	c cleaning 2486 clauses out of 5001 with flag 5001/5001
77.75/40.83	c cleaning 0 clauses out of 26002 with flag 0/26002
98.45/51.48	c cleaning 4229 clauses out of 8514 with flag 11000/11000
101.50/53.33	c cleaning 0 clauses out of 35000 with flag 0/35000
133.54/69.55	c cleaning 0 clauses out of 45000 with flag 0/45000
140.05/73.30	c cleaning 5632 clauses out of 11286 with flag 18001/18001
169.95/88.51	c cleaning 0 clauses out of 56001 with flag 0/56001
174.20/91.09	c cleaning 6824 clauses out of 13654 with flag 26001/26001
211.72/109.91	c cleaning 0 clauses out of 68000 with flag 0/68000
236.04/122.58	c cleaning 7892 clauses out of 15829 with flag 35000/35000
254.47/132.04	c cleaning 0 clauses out of 81000 with flag 0/81000
287.80/148.91	c cleaning 8883 clauses out of 17937 with flag 45000/45000
315.49/163.02	c cleaning 0 clauses out of 95000 with flag 0/95000
350.85/181.19	c cleaning 10010 clauses out of 20054 with flag 56000/56000
380.87/196.44	c cleaning 0 clauses out of 110001 with flag 0/110001
387.12/199.98	c cleaning 10950 clauses out of 22045 with flag 68001/68001
447.11/230.05	c cleaning 12008 clauses out of 24094 with flag 81000/81000
470.43/242.14	c cleaning 0 clauses out of 126001 with flag 0/126001
499.65/257.07	c cleaning 12901 clauses out of 26086 with flag 95000/95000
547.73/281.24	c cleaning 0 clauses out of 143000 with flag 0/143000
563.99/289.79	c cleaning 14040 clauses out of 28185 with flag 110000/110000
632.75/324.31	c cleaning 15063 clauses out of 30146 with flag 126001/126001
637.59/327.19	c cleaning 0 clauses out of 161002 with flag 0/161002
665.73/341.55	c cleaning 16027 clauses out of 32082 with flag 143000/143000
714.73/366.27	c cleaning 16982 clauses out of 34055 with flag 161000/161000
759.43/389.12	c cleaning 0 clauses out of 180000 with flag 0/180000
771.70/395.68	c cleaning 18030 clauses out of 36074 with flag 180001/180001
821.68/420.73	c cleaning 18865 clauses out of 38043 with flag 200000/200000
867.41/443.72	c cleaning 20073 clauses out of 40178 with flag 221000/221000
880.18/450.72	c cleaning 0 clauses out of 200000 with flag 0/200000
950.71/485.99	c cleaning 21043 clauses out of 42104 with flag 243000/243000
1009.76/515.80	c cleaning 0 clauses out of 221002 with flag 0/221002
1026.50/524.43	c cleaning 22017 clauses out of 44061 with flag 266001/266001
1106.43/564.51	c cleaning 22991 clauses out of 46034 with flag 290000/290000
1167.22/595.20	c cleaning 24008 clauses out of 48043 with flag 315001/315001
1181.01/602.51	c cleaning 0 clauses out of 243002 with flag 0/243002
1243.22/633.80	c cleaning 24940 clauses out of 50033 with flag 341000/341000
1333.79/679.52	c cleaning 26032 clauses out of 52093 with flag 368000/368000
1384.27/705.10	c cleaning 0 clauses out of 266002 with flag 0/266002
1417.95/722.27	c cleaning 26975 clauses out of 54061 with flag 396001/396001
1525.06/775.79	c cleaning 27990 clauses out of 56082 with flag 425000/425000
1612.71/819.96	c cleaning 0 clauses out of 290001 with flag 0/290001
1637.30/832.60	c cleaning 29011 clauses out of 58092 with flag 455001/455001
1742.09/885.21	c cleaning 29957 clauses out of 60082 with flag 486002/486002
1800.15/914.51	c starts		: 151
1800.15/914.51	c conflicts		: 510168
1800.15/914.51	c decisions		: 17214297
1800.15/914.51	c propagations		: 1018857370
1800.15/914.51	c inspects		: 4906909680
1800.15/914.51	c learnt literals	: 19
1800.15/914.51	c learnt binary clauses	: 1037
1800.15/914.51	c learnt ternary clauses	: 1319
1800.15/914.51	c learnt clauses	: 510149
1800.15/914.51	c ignored clauses	: 0
1800.15/914.51	c root simplifications	: 0
1800.15/914.51	c removed literals (reason simplification)	: 6367768
1800.15/914.51	c reason swapping (by a shorter reason)	: 0
1800.15/914.51	c Calls to reduceDB	: 27
1800.15/914.51	c number of reductions to clauses (during analyze)	: 0
1800.15/914.51	c number of learned constraints concerned by reduction	: 0
1800.15/914.51	c number of learning phase by resolution	: 0
1800.15/914.51	c number of learning phase by cutting planes	: 0
1800.15/914.51	c speed (assignments/second)	: 1123838.4953677915
1800.15/914.51	c non guided choices	3236035
1800.15/914.54	c learnt constraints type 
1800.15/914.54	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 53264
1800.15/914.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1037
1800.15/914.54	c constraints type 
1800.15/914.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 767440
1800.15/914.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 3523
1800.15/914.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 236052
1800.15/914.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.15/914.54	c constraints type 
1800.15/914.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 236052
1800.15/914.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 767440
1800.15/914.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3523
1800.15/914.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.15/914.54	s UNKNOWN
1800.15/914.54	c Total wall clock time (in seconds): 914.431

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-3741082-1338761746/watcher-3741082-1338761746 -o /tmp/evaluation-result-3741082-1338761746/solver-3741082-1338761746 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741082-1338761746.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.88 3.84 3.60 4/197 29889
/proc/meminfo: memFree=29568364/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29889/stat : 29889 (java6) D 29887 29889 22552 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 342300580 9515008 183 33554432000 1073741824 1073778376 140736772789040 140736772780072 259112386229 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/29889/statm: 2323 183 140 9 0 71 0

[startup+0.049928 s]
/proc/loadavg: 3.88 3.84 3.60 4/197 29889
/proc/meminfo: memFree=29568364/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/29889/stat : 29889 (java) S 29887 29889 22552 0 -1 4202496 3734 0 1 0 2 1 0 0 20 0 13 0 342300580 2423889920 4941 33554432000 1073741824 1073778376 140735431356896 140735431348032 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29889/statm: 591770 4941 1705 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100263 s]
/proc/loadavg: 3.88 3.84 3.60 4/197 29889
/proc/meminfo: memFree=29568364/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/29889/stat : 29889 (java) S 29887 29889 22552 0 -1 4202496 4717 0 1 0 8 1 0 0 20 0 18 0 342300580 2764726272 6425 33554432000 1073741824 1073778376 140735431356896 140735431348032 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29889/statm: 674982 6425 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300231 s]
/proc/loadavg: 3.88 3.84 3.60 4/197 29889
/proc/meminfo: memFree=29568364/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/29889/stat : 29889 (java) S 29887 29889 22552 0 -1 4202496 5760 0 1 0 45 2 0 0 20 0 18 0 342300580 2764726272 10586 33554432000 1073741824 1073778376 140735431356896 140735431348032 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29889/statm: 674982 10586 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700196 s]
/proc/loadavg: 3.88 3.84 3.60 4/197 29889
/proc/meminfo: memFree=29568364/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=2699928 CPUtime=1.23 cores=1,3,5,7
/proc/29889/stat : 29889 (java) S 29887 29889 22552 0 -1 4202496 11456 0 1 0 117 6 0 0 20 0 18 0 342300580 2764726272 62314 33554432000 1073741824 1073778376 140735431356896 140735431348032 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29889/statm: 674982 62314 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 3.88 3.84 3.60 4/215 29907
/proc/meminfo: memFree=29169320/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=2699928 CPUtime=2.33 cores=1,3,5,7
/proc/29889/stat : 29889 (java) S 29887 29889 22552 0 -1 4202496 11688 0 1 0 218 15 0 0 20 0 18 0 342300580 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140735431348032 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29889/statm: 674982 112531 2248 9 0 665676 0
[pid=29889/tid=29891] ppid=29887 vsize=2699928 CPUtime=1.37 cores=1,3,5,7
/proc/29889/task/29891/stat : 29891 (java) R 29887 29889 22552 0 -1 4202560 2963 0 1 0 131 6 0 0 20 0 18 0 342300581 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655709117960 259115771149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29892] ppid=29887 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/29889/task/29892/stat : 29892 (java) S 29887 29889 22552 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 342300582 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655693401000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29893] ppid=29887 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/29889/task/29893/stat : 29893 (java) S 29887 29889 22552 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 18 0 342300582 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655692348456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29894] ppid=29887 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/29889/task/29894/stat : 29894 (java) S 29887 29889 22552 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 342300582 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655691295400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29895] ppid=29887 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/29889/task/29895/stat : 29895 (java) S 29887 29889 22552 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 18 0 342300582 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655690242856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29896] ppid=29887 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/29889/task/29896/stat : 29896 (java) S 29887 29889 22552 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 342300582 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655689189800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29897] ppid=29887 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/29889/task/29897/stat : 29897 (java) S 29887 29889 22552 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 342300582 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655688137256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29898] ppid=29887 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/29889/task/29898/stat : 29898 (java) S 29887 29889 22552 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 342300582 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655687084200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29899] ppid=29887 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/29889/task/29899/stat : 29899 (java) S 29887 29889 22552 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 342300582 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655686031656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29900] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29900/stat : 29900 (java) S 29887 29889 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342300583 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655555730280 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29901] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29901/stat : 29901 (java) S 29887 29889 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342300584 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655554676600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29902] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29902/stat : 29902 (java) S 29887 29889 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342300584 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655553623432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29903] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29903/stat : 29903 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342300586 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655552572176 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29904] ppid=29887 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/29889/task/29904/stat : 29904 (java) S 29887 29889 22552 0 -1 4202560 2854 0 0 0 26 0 0 0 20 0 18 0 342300586 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655551519032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29905] ppid=29887 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/29889/task/29905/stat : 29905 (java) S 29887 29889 22552 0 -1 4202560 4546 0 0 0 30 1 0 0 20 0 18 0 342300586 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140655550466488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29906] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29906/stat : 29906 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342300586 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140654676011256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29907] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29907/stat : 29907 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342300586 2764726272 112531 33554432000 1073741824 1073778376 140735431356896 140654674958920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 2699928

[startup+3.10062 s]
/proc/loadavg: 3.88 3.84 3.60 4/215 29907
/proc/meminfo: memFree=29086428/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=2699928 CPUtime=4.55 cores=1,3,5,7
/proc/29889/stat : 29889 (java) S 29887 29889 22552 0 -1 4202496 11877 0 1 0 430 25 0 0 20 0 18 0 342300580 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140735431348032 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29889/statm: 674982 130492 2248 9 0 665676 0
[pid=29889/tid=29891] ppid=29887 vsize=2699928 CPUtime=2.77 cores=1,3,5,7
/proc/29889/task/29891/stat : 29891 (java) S 29887 29889 22552 0 -1 4202560 2965 0 1 0 270 7 0 0 20 0 18 0 342300581 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655709117864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29892] ppid=29887 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/29889/task/29892/stat : 29892 (java) R 29887 29889 22552 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 18 0 342300582 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655693401176 140655712875660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29893] ppid=29887 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/29889/task/29893/stat : 29893 (java) R 29887 29889 22552 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 18 0 342300582 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655692348632 140655713294511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29894] ppid=29887 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/29889/task/29894/stat : 29894 (java) R 29887 29889 22552 0 -1 4202560 51 0 0 0 12 3 0 0 20 0 18 0 342300582 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655691295576 140655713294511 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29895] ppid=29887 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/29889/task/29895/stat : 29895 (java) R 29887 29889 22552 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 18 0 342300582 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655690242736 140655716014862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29896] ppid=29887 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/29889/task/29896/stat : 29896 (java) R 29887 29889 22552 0 -1 4202560 39 0 0 0 11 2 0 0 20 0 18 0 342300582 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655689189976 140655716015020 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29897] ppid=29887 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/29889/task/29897/stat : 29897 (java) R 29887 29889 22552 0 -1 4202560 28 0 0 0 9 2 0 0 20 0 18 0 342300582 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655688137256 140655716015101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29898] ppid=29887 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/29889/task/29898/stat : 29898 (java) R 29887 29889 22552 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 18 0 342300582 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655687084376 140655712875660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29899] ppid=29887 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/29889/task/29899/stat : 29899 (java) R 29887 29889 22552 0 -1 4202560 50 0 0 0 13 2 0 0 20 0 18 0 342300582 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655686031832 140655712875717 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29900] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29900/stat : 29900 (java) S 29887 29889 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342300583 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655555729160 259115758652 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29901] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29901/stat : 29901 (java) S 29887 29889 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342300584 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655554676600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29902] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29902/stat : 29902 (java) S 29887 29889 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342300584 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655553623432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29903] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29903/stat : 29903 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342300586 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655552572176 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29904] ppid=29887 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/29889/task/29904/stat : 29904 (java) S 29887 29889 22552 0 -1 4202560 2854 0 0 0 27 0 0 0 20 0 18 0 342300586 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655551519032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29905] ppid=29887 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/29889/task/29905/stat : 29905 (java) S 29887 29889 22552 0 -1 4202560 4546 0 0 0 34 1 0 0 20 0 18 0 342300586 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140655550466488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29906] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29906/stat : 29906 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342300586 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140654676011256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29907] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29907/stat : 29907 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342300586 2764726272 130492 33554432000 1073741824 1073778376 140735431356896 140654674958920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 2699928

[startup+6.30064 s]
/proc/loadavg: 4.37 3.94 3.64 4/215 29907
/proc/meminfo: memFree=28933276/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=2699928 CPUtime=9.48 cores=1,3,5,7
/proc/29889/stat : 29889 (java) S 29887 29889 22552 0 -1 4202496 13107 0 1 0 906 42 0 0 20 0 18 0 342300580 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140735431348032 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29889/statm: 674982 174930 2248 9 0 665676 0
[pid=29889/tid=29891] ppid=29887 vsize=2699928 CPUtime=5.37 cores=1,3,5,7
/proc/29889/task/29891/stat : 29891 (java) R 29887 29889 22552 0 -1 4202560 2974 0 1 0 529 8 0 0 20 0 18 0 342300581 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655709117480 259115771149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29892] ppid=29887 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/29889/task/29892/stat : 29892 (java) S 29887 29889 22552 0 -1 4202560 375 0 0 0 33 4 0 0 20 0 18 0 342300582 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655693401000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29893] ppid=29887 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/29889/task/29893/stat : 29893 (java) S 29887 29889 22552 0 -1 4202560 110 0 0 0 35 5 0 0 20 0 18 0 342300582 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655692348456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29894] ppid=29887 vsize=2699928 CPUtime=0.39 cores=1,3,5,7
/proc/29889/task/29894/stat : 29894 (java) S 29887 29889 22552 0 -1 4202560 113 0 0 0 34 5 0 0 20 0 18 0 342300582 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655691295400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29895] ppid=29887 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/29889/task/29895/stat : 29895 (java) S 29887 29889 22552 0 -1 4202560 154 0 0 0 29 3 0 0 20 0 18 0 342300582 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655690242856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29896] ppid=29887 vsize=2699928 CPUtime=0.43 cores=1,3,5,7
/proc/29889/task/29896/stat : 29896 (java) S 29887 29889 22552 0 -1 4202560 152 0 0 0 39 4 0 0 20 0 18 0 342300582 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655689189800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29897] ppid=29887 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/29889/task/29897/stat : 29897 (java) S 29887 29889 22552 0 -1 4202560 139 0 0 0 42 4 0 0 20 0 18 0 342300582 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655688137256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29898] ppid=29887 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/29889/task/29898/stat : 29898 (java) S 29887 29889 22552 0 -1 4202560 139 0 0 0 41 5 0 0 20 0 18 0 342300582 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655687084200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29899] ppid=29887 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/29889/task/29899/stat : 29899 (java) S 29887 29889 22552 0 -1 4202560 369 0 0 0 44 3 0 0 20 0 18 0 342300582 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655686031656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29900] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29900/stat : 29900 (java) S 29887 29889 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342300583 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655555730280 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29901] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29901/stat : 29901 (java) S 29887 29889 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342300584 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655554676600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29902] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29902/stat : 29902 (java) S 29887 29889 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342300584 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655553623432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29903] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29903/stat : 29903 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342300586 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655552572176 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29904] ppid=29887 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/29889/task/29904/stat : 29904 (java) S 29887 29889 22552 0 -1 4202560 2854 0 0 0 27 0 0 0 20 0 18 0 342300586 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655551519032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29905] ppid=29887 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/29889/task/29905/stat : 29905 (java) S 29887 29889 22552 0 -1 4202560 4546 0 0 0 34 1 0 0 20 0 18 0 342300586 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140655550466488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29906] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29906/stat : 29906 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342300586 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140654676011256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29907] ppid=29887 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29907/stat : 29907 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342300586 2764726272 174930 33554432000 1073741824 1073778376 140735431356896 140654674958920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 4.58 3.99 3.66 5/219 29911
/proc/meminfo: memFree=28755480/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=2966184 CPUtime=23.21 cores=1,3,5,7
/proc/29889/stat : 29889 (java) S 29887 29889 22552 0 -1 4202496 21127 0 1 0 2267 54 0 0 20 0 22 0 342300580 3037372416 205920 33554432000 1073741824 1073778376 140735431356896 140735431348032 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29889/statm: 741546 205920 2268 9 0 732240 0
[pid=29889/tid=29891] ppid=29887 vsize=2966184 CPUtime=6.81 cores=1,3,5,7

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

/proc/29889/statm: 741546 279592 2282 9 0 732240 0
[pid=29889/tid=29891] ppid=29887 vsize=2966184 CPUtime=6.83 cores=1,3,5,7
/proc/29889/task/29891/stat : 29891 (java) S 29887 29889 22552 0 -1 4202560 3025 0 1 0 675 8 0 0 20 0 22 0 342300581 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655709119640 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29892] ppid=29887 vsize=2966184 CPUtime=5.25 cores=1,3,5,7
/proc/29889/task/29892/stat : 29892 (java) S 29887 29889 22552 0 -1 4202560 441 0 0 0 514 11 0 0 20 0 22 0 342300582 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655693401000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29893] ppid=29887 vsize=2966184 CPUtime=5.45 cores=1,3,5,7
/proc/29889/task/29893/stat : 29893 (java) S 29887 29889 22552 0 -1 4202560 415 0 0 0 532 13 0 0 20 0 22 0 342300582 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655692348456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29894] ppid=29887 vsize=2966184 CPUtime=5.38 cores=1,3,5,7
/proc/29889/task/29894/stat : 29894 (java) S 29887 29889 22552 0 -1 4202560 414 0 0 0 527 11 0 0 20 0 22 0 342300582 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655691295400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29895] ppid=29887 vsize=2966184 CPUtime=5.36 cores=1,3,5,7
/proc/29889/task/29895/stat : 29895 (java) S 29887 29889 22552 0 -1 4202560 405 0 0 0 525 11 0 0 20 0 22 0 342300582 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655690242856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29896] ppid=29887 vsize=2966184 CPUtime=5.48 cores=1,3,5,7
/proc/29889/task/29896/stat : 29896 (java) S 29887 29889 22552 0 -1 4202560 396 0 0 0 537 11 0 0 20 0 22 0 342300582 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655689189800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29897] ppid=29887 vsize=2966184 CPUtime=5.35 cores=1,3,5,7
/proc/29889/task/29897/stat : 29897 (java) S 29887 29889 22552 0 -1 4202560 391 0 0 0 523 12 0 0 20 0 22 0 342300582 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655688137256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29898] ppid=29887 vsize=2966184 CPUtime=5.57 cores=1,3,5,7
/proc/29889/task/29898/stat : 29898 (java) S 29887 29889 22552 0 -1 4202560 400 0 0 0 545 12 0 0 20 0 22 0 342300582 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655687084200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29899] ppid=29887 vsize=2966184 CPUtime=5.29 cores=1,3,5,7
/proc/29889/task/29899/stat : 29899 (java) S 29887 29889 22552 0 -1 4202560 434 0 0 0 518 11 0 0 20 0 22 0 342300582 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655686031656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29900] ppid=29887 vsize=2966184 CPUtime=43.03 cores=1,3,5,7
/proc/29889/task/29900/stat : 29900 (java) S 29887 29889 22552 0 -1 4202560 235528 0 0 0 4234 69 0 0 20 0 22 0 342300583 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655555730280 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29901] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29901/stat : 29901 (java) S 29887 29889 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342300584 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655554676600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29902] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29902/stat : 29902 (java) S 29887 29889 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342300584 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655553623432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29903] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29903/stat : 29903 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342300586 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655552572176 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29904] ppid=29887 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/29889/task/29904/stat : 29904 (java) S 29887 29889 22552 0 -1 4202560 4733 0 0 0 108 1 0 0 20 0 22 0 342300586 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655551519032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29905] ppid=29887 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/29889/task/29905/stat : 29905 (java) S 29887 29889 22552 0 -1 4202560 9817 0 0 0 127 2 0 0 20 0 22 0 342300586 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140655550466488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29906] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29906/stat : 29906 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342300586 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140654676011256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29907] ppid=29887 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/29889/task/29907/stat : 29907 (java) S 29887 29889 22552 0 -1 4202560 50 0 0 0 12 22 0 0 20 0 22 0 342300586 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140654674958920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29908] ppid=29887 vsize=2966184 CPUtime=818.04 cores=1,3,5,7
/proc/29889/task/29908/stat : 29908 (java) R 29887 29889 22552 0 -1 4202560 313 0 0 0 81791 13 0 0 20 0 22 0 342301373 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140654673902768 140655566084370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29909] ppid=29887 vsize=2966184 CPUtime=818 cores=1,3,5,7
/proc/29889/task/29909/stat : 29909 (java) R 29887 29889 22552 0 -1 4202560 385 0 0 0 81786 14 0 0 20 0 22 0 342301373 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140654672850944 140655566366737 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29910] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29910/stat : 29910 (java) S 29887 29889 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342301376 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140654671799592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29911] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29911/stat : 29911 (java) S 29887 29889 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342301376 3037372416 279592 33554432000 1073741824 1073778376 140735431356896 140654670747048 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1736.27
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.501 s]
/proc/loadavg: 4.26 4.08 3.86 5/219 30043
/proc/meminfo: memFree=28455840/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=2966184 CPUtime=1800.15 cores=1,3,5,7
/proc/29889/stat : 29889 (java) S 29887 29889 22552 0 -1 4202496 263688 0 1 0 179811 204 0 0 20 0 22 0 342300580 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140735431348032 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29889/statm: 741546 280615 2282 9 0 732240 0
[pid=29889/tid=29891] ppid=29887 vsize=2966184 CPUtime=6.83 cores=1,3,5,7
/proc/29889/task/29891/stat : 29891 (java) S 29887 29889 22552 0 -1 4202560 3026 0 1 0 675 8 0 0 20 0 22 0 342300581 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655709119640 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29892] ppid=29887 vsize=2966184 CPUtime=5.34 cores=1,3,5,7
/proc/29889/task/29892/stat : 29892 (java) S 29887 29889 22552 0 -1 4202560 441 0 0 0 523 11 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655693401000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29893] ppid=29887 vsize=2966184 CPUtime=5.57 cores=1,3,5,7
/proc/29889/task/29893/stat : 29893 (java) S 29887 29889 22552 0 -1 4202560 417 0 0 0 544 13 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655692348456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29894] ppid=29887 vsize=2966184 CPUtime=5.49 cores=1,3,5,7
/proc/29889/task/29894/stat : 29894 (java) S 29887 29889 22552 0 -1 4202560 414 0 0 0 538 11 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655691295400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29895] ppid=29887 vsize=2966184 CPUtime=5.48 cores=1,3,5,7
/proc/29889/task/29895/stat : 29895 (java) S 29887 29889 22552 0 -1 4202560 406 0 0 0 537 11 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655690242856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29896] ppid=29887 vsize=2966184 CPUtime=5.57 cores=1,3,5,7
/proc/29889/task/29896/stat : 29896 (java) S 29887 29889 22552 0 -1 4202560 397 0 0 0 546 11 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655689189800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29897] ppid=29887 vsize=2966184 CPUtime=5.44 cores=1,3,5,7
/proc/29889/task/29897/stat : 29897 (java) S 29887 29889 22552 0 -1 4202560 391 0 0 0 532 12 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655688137256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29898] ppid=29887 vsize=2966184 CPUtime=5.7 cores=1,3,5,7
/proc/29889/task/29898/stat : 29898 (java) S 29887 29889 22552 0 -1 4202560 401 0 0 0 558 12 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655687084200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29899] ppid=29887 vsize=2966184 CPUtime=5.4 cores=1,3,5,7
/proc/29889/task/29899/stat : 29899 (java) S 29887 29889 22552 0 -1 4202560 436 0 0 0 529 11 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655686031656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29900] ppid=29887 vsize=2966184 CPUtime=43.95 cores=1,3,5,7
/proc/29889/task/29900/stat : 29900 (java) S 29887 29889 22552 0 -1 4202560 240860 0 0 0 4324 71 0 0 20 0 22 0 342300583 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655555730280 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29901] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29901/stat : 29901 (java) S 29887 29889 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342300584 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655554676600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29902] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29902/stat : 29902 (java) S 29887 29889 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342300584 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655553623432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29903] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29903/stat : 29903 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342300586 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655552572176 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29904] ppid=29887 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/29889/task/29904/stat : 29904 (java) S 29887 29889 22552 0 -1 4202560 4733 0 0 0 108 1 0 0 20 0 22 0 342300586 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655551519032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29905] ppid=29887 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/29889/task/29905/stat : 29905 (java) S 29887 29889 22552 0 -1 4202560 9817 0 0 0 127 2 0 0 20 0 22 0 342300586 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655550466488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29906] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29906/stat : 29906 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342300586 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654676011256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29907] ppid=29887 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/29889/task/29907/stat : 29907 (java) S 29887 29889 22552 0 -1 4202560 52 0 0 0 12 23 0 0 20 0 22 0 342300586 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654674958920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29908] ppid=29887 vsize=2966184 CPUtime=849.02 cores=1,3,5,7
/proc/29889/task/29908/stat : 29908 (java) R 29887 29889 22552 0 -1 4202560 320 0 0 0 84889 13 0 0 20 0 22 0 342301373 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654673902768 140655566084370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29909] ppid=29887 vsize=2966184 CPUtime=848.98 cores=1,3,5,7
/proc/29889/task/29909/stat : 29909 (java) R 29887 29889 22552 0 -1 4202560 389 0 0 0 84884 14 0 0 20 0 22 0 342301373 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654672850960 140655565975249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29910] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29910/stat : 29910 (java) S 29887 29889 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342301376 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654671799592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29911] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29911/stat : 29911 (java) S 29887 29889 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342301376 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654670747048 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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+914.501 s]
/proc/loadavg: 4.26 4.08 3.86 5/219 30043
/proc/meminfo: memFree=28455840/32873648 swapFree=6860/6860
[pid=29889] ppid=29887 vsize=2966184 CPUtime=1800.15 cores=1,3,5,7
/proc/29889/stat : 29889 (java) S 29887 29889 22552 0 -1 4202496 263688 0 1 0 179811 204 0 0 20 0 22 0 342300580 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140735431348032 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29889/statm: 741546 280615 2282 9 0 732240 0
[pid=29889/tid=29891] ppid=29887 vsize=2966184 CPUtime=6.83 cores=1,3,5,7
/proc/29889/task/29891/stat : 29891 (java) S 29887 29889 22552 0 -1 4202560 3026 0 1 0 675 8 0 0 20 0 22 0 342300581 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655709119640 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29892] ppid=29887 vsize=2966184 CPUtime=5.34 cores=1,3,5,7
/proc/29889/task/29892/stat : 29892 (java) S 29887 29889 22552 0 -1 4202560 441 0 0 0 523 11 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655693401000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29893] ppid=29887 vsize=2966184 CPUtime=5.57 cores=1,3,5,7
/proc/29889/task/29893/stat : 29893 (java) S 29887 29889 22552 0 -1 4202560 417 0 0 0 544 13 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655692348456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29894] ppid=29887 vsize=2966184 CPUtime=5.49 cores=1,3,5,7
/proc/29889/task/29894/stat : 29894 (java) S 29887 29889 22552 0 -1 4202560 414 0 0 0 538 11 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655691295400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29895] ppid=29887 vsize=2966184 CPUtime=5.48 cores=1,3,5,7
/proc/29889/task/29895/stat : 29895 (java) S 29887 29889 22552 0 -1 4202560 406 0 0 0 537 11 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655690242856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29896] ppid=29887 vsize=2966184 CPUtime=5.57 cores=1,3,5,7
/proc/29889/task/29896/stat : 29896 (java) S 29887 29889 22552 0 -1 4202560 397 0 0 0 546 11 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655689189800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29897] ppid=29887 vsize=2966184 CPUtime=5.44 cores=1,3,5,7
/proc/29889/task/29897/stat : 29897 (java) S 29887 29889 22552 0 -1 4202560 391 0 0 0 532 12 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655688137256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29898] ppid=29887 vsize=2966184 CPUtime=5.7 cores=1,3,5,7
/proc/29889/task/29898/stat : 29898 (java) S 29887 29889 22552 0 -1 4202560 401 0 0 0 558 12 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655687084200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29899] ppid=29887 vsize=2966184 CPUtime=5.4 cores=1,3,5,7
/proc/29889/task/29899/stat : 29899 (java) S 29887 29889 22552 0 -1 4202560 436 0 0 0 529 11 0 0 20 0 22 0 342300582 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655686031656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29900] ppid=29887 vsize=2966184 CPUtime=43.95 cores=1,3,5,7
/proc/29889/task/29900/stat : 29900 (java) S 29887 29889 22552 0 -1 4202560 240860 0 0 0 4324 71 0 0 20 0 22 0 342300583 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655555730280 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29901] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29901/stat : 29901 (java) S 29887 29889 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342300584 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655554676600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29902] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29902/stat : 29902 (java) S 29887 29889 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342300584 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655553623432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29903] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29903/stat : 29903 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342300586 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655552572176 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29904] ppid=29887 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/29889/task/29904/stat : 29904 (java) S 29887 29889 22552 0 -1 4202560 4733 0 0 0 108 1 0 0 20 0 22 0 342300586 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655551519032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29889/tid=29905] ppid=29887 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/29889/task/29905/stat : 29905 (java) S 29887 29889 22552 0 -1 4202560 9817 0 0 0 127 2 0 0 20 0 22 0 342300586 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140655550466488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29906] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29906/stat : 29906 (java) S 29887 29889 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342300586 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654676011256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29907] ppid=29887 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/29889/task/29907/stat : 29907 (java) S 29887 29889 22552 0 -1 4202560 52 0 0 0 12 23 0 0 20 0 22 0 342300586 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654674958920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29889/tid=29908] ppid=29887 vsize=2966184 CPUtime=849.02 cores=1,3,5,7
/proc/29889/task/29908/stat : 29908 (java) R 29887 29889 22552 0 -1 4202560 320 0 0 0 84889 13 0 0 20 0 22 0 342301373 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654673902768 140655566084370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29909] ppid=29887 vsize=2966184 CPUtime=848.98 cores=1,3,5,7
/proc/29889/task/29909/stat : 29909 (java) R 29887 29889 22552 0 -1 4202560 389 0 0 0 84884 14 0 0 20 0 22 0 342301373 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654672850960 140655565975249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29889/tid=29910] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29910/stat : 29910 (java) S 29887 29889 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342301376 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654671799592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29889/tid=29911] ppid=29887 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29889/task/29911/stat : 29911 (java) S 29887 29889 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342301376 3037372416 280615 33554432000 1073741824 1073778376 140735431356896 140654670747048 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29889 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=500346
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=401634
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 914.555
CPU time (s): 1800.15
CPU user time (s): 1798.11
CPU system time (s): 2.04
CPU usage (%): 196.834
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.5
system time used= 2.40163
maximum resident set size= 1140464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263734
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= 40974
involuntary context switches= 74459

runsolver used 3.51147 second user time and 8.25375 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 00:15:47
IDJOB=3741082
IDBENCH=89756
IDSOLVER=2324
FILE ID=node124/3741082-1338761746
RUNJOBID= node124-1338748776-22569
PBS_JOBID= 14636791
Free space on /tmp= 70648 MiB

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

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

MD5SUM BENCH= 67d021e5b92124566c71fb431934058c
RANDOM SEED=1048891139

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29568900 kB
Buffers:          225956 kB
Cached:          1568428 kB
SwapCached:         8268 kB
Active:          1216908 kB
Inactive:        1307328 kB
Active(anon):     724112 kB
Inactive(anon):     8240 kB
Active(file):     492796 kB
Inactive(file):  1299088 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:             50048 kB
Writeback:             0 kB
AnonPages:        733368 kB
Mapped:            17204 kB
Shmem:                 0 kB
Slab:             636452 kB
SReclaimable:      80296 kB
SUnreclaim:       556156 kB
KernelStack:        1608 kB
PageTables:         5600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    677888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70648 MiB
End job on node124 at 2012-06-04 00:31:04