Trace number 3740861

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.08 919.058

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-137.opb
MD5SUM395b6779bc0f993a1d1357b59c2e4536
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3740861-1338760300.opb
0.08/0.11	c reading problem ... 
11.48/7.88	c ... done. Wall clock time 7.763s.
11.48/7.88	c #vars     48411
11.48/7.88	c #constraints  1123290
11.48/7.88	c constraints type 
11.48/7.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
11.48/7.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
11.48/7.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
11.48/7.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
11.48/7.88	c constraints type 
11.48/7.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
11.48/7.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
11.48/7.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
11.48/7.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
23.80/13.33	c cleaning 0 clauses out of 5000 with flag 0/5000
35.02/19.12	c cleaning 0 clauses out of 11000 with flag 0/11000
48.49/26.14	c cleaning 0 clauses out of 18000 with flag 0/18000
56.50/30.50	c cleaning 2491 clauses out of 5000 with flag 5000/5000
67.51/36.49	c cleaning 0 clauses out of 26000 with flag 0/26000
75.01/40.52	c cleaning 4232 clauses out of 8509 with flag 11000/11000
89.58/48.20	c cleaning 0 clauses out of 35002 with flag 0/35002
93.23/50.35	c cleaning 5619 clauses out of 11278 with flag 18001/18001
113.08/60.75	c cleaning 6803 clauses out of 13665 with flag 26007/26007
116.94/63.02	c cleaning 0 clauses out of 45001 with flag 0/45001
132.64/71.22	c cleaning 7913 clauses out of 15860 with flag 35005/35005
149.53/80.09	c cleaning 0 clauses out of 56000 with flag 0/56000
153.15/82.41	c cleaning 8968 clauses out of 17942 with flag 45000/45000
178.27/95.30	c cleaning 9983 clauses out of 19974 with flag 56000/56000
187.10/100.11	c cleaning 0 clauses out of 68000 with flag 0/68000
208.65/111.21	c cleaning 10993 clauses out of 21992 with flag 68001/68001
232.76/123.83	c cleaning 0 clauses out of 81002 with flag 0/81002
242.19/128.91	c cleaning 11996 clauses out of 23998 with flag 81000/81000
272.17/144.29	c cleaning 12999 clauses out of 26005 with flag 95003/95003
279.79/148.44	c cleaning 0 clauses out of 95001 with flag 0/95001
303.80/160.95	c cleaning 13998 clauses out of 28003 with flag 110000/110000
335.50/177.12	c cleaning 15000 clauses out of 30005 with flag 126000/126000
342.12/180.80	c cleaning 0 clauses out of 110002 with flag 0/110002
370.03/195.12	c cleaning 15999 clauses out of 32005 with flag 143000/143000
410.37/215.82	c cleaning 16999 clauses out of 34009 with flag 161003/161003
423.42/222.71	c cleaning 0 clauses out of 126001 with flag 0/126001
453.08/237.93	c cleaning 17992 clauses out of 36008 with flag 180001/180001
500.72/262.05	c cleaning 19004 clauses out of 38016 with flag 200001/200001
520.24/272.36	c cleaning 0 clauses out of 143001 with flag 0/143001
572.12/298.59	c cleaning 19999 clauses out of 40012 with flag 221001/221001
613.71/319.41	c cleaning 0 clauses out of 161001 with flag 0/161001
646.86/336.31	c cleaning 21001 clauses out of 42017 with flag 243005/243005
719.13/372.83	c cleaning 0 clauses out of 180000 with flag 0/180000
733.33/380.20	c cleaning 21997 clauses out of 44011 with flag 266000/266000
815.07/421.19	c cleaning 22912 clauses out of 46014 with flag 290000/290000
854.32/440.95	c cleaning 0 clauses out of 200001 with flag 0/200001
890.21/459.48	c cleaning 24030 clauses out of 48102 with flag 315000/315000
965.73/497.30	c cleaning 24992 clauses out of 50074 with flag 341002/341002
981.98/505.78	c cleaning 0 clauses out of 221000 with flag 0/221000
1037.46/533.84	c cleaning 26027 clauses out of 52086 with flag 368006/368006
1114.04/572.48	c cleaning 0 clauses out of 243000 with flag 0/243000
1146.41/588.72	c cleaning 27017 clauses out of 54052 with flag 396000/396000
1222.27/626.80	c cleaning 28012 clauses out of 56033 with flag 425001/425001
1282.68/657.39	c cleaning 0 clauses out of 266001 with flag 0/266001
1327.79/680.48	c cleaning 28979 clauses out of 58019 with flag 455001/455001
1426.85/730.07	c cleaning 29995 clauses out of 60040 with flag 486001/486001
1489.79/761.51	c cleaning 0 clauses out of 290000 with flag 0/290000
1497.74/765.93	c cleaning 30890 clauses out of 62044 with flag 518000/518000
1581.24/808.11	c cleaning 32063 clauses out of 64159 with flag 551005/551005
1678.54/856.99	c cleaning 33004 clauses out of 66090 with flag 585000/585000
1688.32/862.26	c cleaning 0 clauses out of 315000 with flag 0/315000
1777.19/906.90	c cleaning 33970 clauses out of 68086 with flag 620000/620000
1800.08/919.01	c starts		: 153
1800.08/919.01	c conflicts		: 633058
1800.08/919.01	c decisions		: 10184920
1800.08/919.01	c propagations		: 1151068867
1800.08/919.01	c inspects		: 5427610598
1800.08/919.01	c learnt literals	: 7
1800.08/919.01	c learnt binary clauses	: 293
1800.08/919.01	c learnt ternary clauses	: 1030
1800.08/919.01	c learnt clauses	: 633051
1800.08/919.01	c ignored clauses	: 0
1800.08/919.01	c root simplifications	: 0
1800.08/919.01	c removed literals (reason simplification)	: 14812092
1800.08/919.01	c reason swapping (by a shorter reason)	: 0
1800.08/919.01	c Calls to reduceDB	: 31
1800.08/919.01	c number of reductions to clauses (during analyze)	: 0
1800.08/919.01	c number of learned constraints concerned by reduction	: 0
1800.08/919.01	c number of learning phase by resolution	: 0
1800.08/919.01	c number of learning phase by cutting planes	: 0
1800.08/919.01	c speed (assignments/second)	: 1263338.555402998
1800.08/919.01	c non guided choices	3717835
1800.08/919.04	c learnt constraints type 
1800.08/919.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 46904
1800.08/919.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 293
1800.08/919.04	c constraints type 
1800.08/919.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
1800.08/919.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.08/919.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.08/919.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.08/919.04	c constraints type 
1800.08/919.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
1800.08/919.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
1800.08/919.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.08/919.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.08/919.04	s UNKNOWN
1800.08/919.04	c Total wall clock time (in seconds): 918.924

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

running on 4 cores: 0,2,4,6

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: 2.70 3.07 3.43 3/193 29662
/proc/meminfo: memFree=28605752/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/29662/stat : 29662 (runsolver) D 29660 29662 22552 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 342155998 12095488 51 33554432000 4194304 5436572 140733318323344 140733318319640 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/29662/statm: 2953 51 31 304 0 2645 0

[startup+0.0345711 s]
/proc/loadavg: 2.70 3.07 3.43 3/193 29662
/proc/meminfo: memFree=28605752/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/29662/stat : 29662 (java) S 29660 29662 22552 0 -1 4202496 3480 0 1 0 0 0 0 0 20 0 10 0 342155998 2209931264 4178 33554432000 1073741824 1073778376 140733740116864 140733740108000 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29662/statm: 539534 4178 1539 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100262 s]
/proc/loadavg: 2.70 3.07 3.43 3/193 29662
/proc/meminfo: memFree=28605752/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/29662/stat : 29662 (java) S 29660 29662 22552 0 -1 4202496 4692 0 1 0 8 0 0 0 20 0 18 0 342155998 2764726272 6391 33554432000 1073741824 1073778376 140733740116864 140733740108000 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29662/statm: 674982 6391 2100 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300229 s]
/proc/loadavg: 2.70 3.07 3.43 3/193 29662
/proc/meminfo: memFree=28605752/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/29662/stat : 29662 (java) S 29660 29662 22552 0 -1 4202496 6104 0 1 0 46 1 0 0 20 0 18 0 342155998 2764726272 10769 33554432000 1073741824 1073778376 140733740116864 140733740108000 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29662/statm: 674982 10769 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700245 s]
/proc/loadavg: 2.70 3.07 3.43 3/193 29662
/proc/meminfo: memFree=28605752/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=2699928 CPUtime=1.24 cores=0,2,4,6
/proc/29662/stat : 29662 (java) S 29660 29662 22552 0 -1 4202496 11726 0 1 0 119 5 0 0 20 0 18 0 342155998 2764726272 60056 33554432000 1073741824 1073778376 140733740116864 140733740108000 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29662/statm: 674982 60056 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 2.70 3.07 3.43 3/211 29680
/proc/meminfo: memFree=28205948/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=2699928 CPUtime=2.31 cores=0,2,4,6
/proc/29662/stat : 29662 (java) S 29660 29662 22552 0 -1 4202496 12002 0 1 0 216 15 0 0 20 0 18 0 342155998 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140733740108000 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29662/statm: 674982 112316 2248 9 0 665676 0
[pid=29662/tid=29664] ppid=29660 vsize=2699928 CPUtime=1.38 cores=0,2,4,6
/proc/29662/task/29664/stat : 29664 (java) R 29660 29662 22552 0 -1 4202560 2953 0 1 0 131 7 0 0 20 0 18 0 342156000 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105280757272 140105138741170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29665] ppid=29660 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/29662/task/29665/stat : 29665 (java) S 29660 29662 22552 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 342156001 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105265039656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29666] ppid=29660 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/29662/task/29666/stat : 29666 (java) S 29660 29662 22552 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 342156001 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105263986856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29667] ppid=29660 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/29662/task/29667/stat : 29667 (java) S 29660 29662 22552 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 342156001 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105262934568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29668] ppid=29660 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/29662/task/29668/stat : 29668 (java) S 29660 29662 22552 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 342156001 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105261881768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29669] ppid=29660 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/29662/task/29669/stat : 29669 (java) S 29660 29662 22552 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 342156001 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105260829480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29670] ppid=29660 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/29662/task/29670/stat : 29670 (java) S 29660 29662 22552 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 342156001 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105259776680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29671] ppid=29660 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/29662/task/29671/stat : 29671 (java) S 29660 29662 22552 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 342156001 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105258724392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29672] ppid=29660 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/29662/task/29672/stat : 29672 (java) S 29660 29662 22552 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 342156001 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105257671592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29673] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29673/stat : 29673 (java) S 29660 29662 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342156002 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105126942952 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29674] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29674/stat : 29674 (java) S 29660 29662 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342156003 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105125889016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29675] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29675/stat : 29675 (java) S 29660 29662 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342156003 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105124836616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29676] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29676/stat : 29676 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342156005 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105123785104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29677] ppid=29660 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/29662/task/29677/stat : 29677 (java) S 29660 29662 22552 0 -1 4202560 3504 0 0 0 30 0 0 0 20 0 18 0 342156005 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140105122732728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29678] ppid=29660 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/29662/task/29678/stat : 29678 (java) S 29660 29662 22552 0 -1 4202560 4212 0 0 0 30 0 0 0 20 0 18 0 342156005 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140104249109048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29679] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29679/stat : 29679 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342156005 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140104248056952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29680] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29680/stat : 29680 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342156005 2764726272 112316 33554432000 1073741824 1073778376 140733740116864 140104247004360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 2699928

[startup+3.10065 s]
/proc/loadavg: 2.70 3.07 3.43 3/211 29680
/proc/meminfo: memFree=28135376/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=2699928 CPUtime=4.64 cores=0,2,4,6
/proc/29662/stat : 29662 (java) S 29660 29662 22552 0 -1 4202496 12278 0 1 0 437 27 0 0 20 0 18 0 342155998 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140733740108000 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29662/statm: 674982 134934 2248 9 0 665676 0
[pid=29662/tid=29664] ppid=29660 vsize=2699928 CPUtime=2.75 cores=0,2,4,6
/proc/29662/task/29664/stat : 29664 (java) S 29660 29662 22552 0 -1 4202560 2955 0 1 0 268 7 0 0 20 0 18 0 342156000 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105280756984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29665] ppid=29660 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/29662/task/29665/stat : 29665 (java) R 29660 29662 22552 0 -1 4202560 48 0 0 0 8 2 0 0 20 0 18 0 342156001 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105265039784 259112340615 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29666] ppid=29660 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/29662/task/29666/stat : 29666 (java) R 29660 29662 22552 0 -1 4202560 55 0 0 0 8 2 0 0 20 0 18 0 342156001 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105263986736 259112340615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29667] ppid=29660 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/29662/task/29667/stat : 29667 (java) R 29660 29662 22552 0 -1 4202560 55 0 0 0 13 2 0 0 20 0 18 0 342156001 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105262934744 140105283229369 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29668] ppid=29660 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/29662/task/29668/stat : 29668 (java) R 29660 29662 22552 0 -1 4202560 86 0 0 0 17 4 0 0 20 0 18 0 342156001 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105261881896 259112340615 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29669] ppid=29660 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/29662/task/29669/stat : 29669 (java) R 29660 29662 22552 0 -1 4202560 50 0 0 0 10 2 0 0 20 0 18 0 342156001 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105260829656 140105284933895 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29670] ppid=29660 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/29662/task/29670/stat : 29670 (java) R 29660 29662 22552 0 -1 4202560 43 0 0 0 11 2 0 0 20 0 18 0 342156001 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105259776856 259112340615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29671] ppid=29660 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/29662/task/29671/stat : 29671 (java) R 29660 29662 22552 0 -1 4202560 41 0 0 0 14 2 0 0 20 0 18 0 342156001 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105258724520 140105288803490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29672] ppid=29660 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/29662/task/29672/stat : 29672 (java) R 29660 29662 22552 0 -1 4202560 43 0 0 0 9 1 0 0 20 0 18 0 342156001 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105257671720 259112340615 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29673] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29673/stat : 29673 (java) S 29660 29662 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342156002 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105126941832 259115758652 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29674] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29674/stat : 29674 (java) S 29660 29662 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342156003 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105125889016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29675] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29675/stat : 29675 (java) S 29660 29662 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342156003 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105124836616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29676] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29676/stat : 29676 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342156005 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105123785104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29677] ppid=29660 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/29662/task/29677/stat : 29677 (java) S 29660 29662 22552 0 -1 4202560 3507 0 0 0 33 0 0 0 20 0 18 0 342156005 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140105122732728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29678] ppid=29660 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/29662/task/29678/stat : 29678 (java) S 29660 29662 22552 0 -1 4202560 4212 0 0 0 31 0 0 0 20 0 18 0 342156005 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140104249109048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29679] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29679/stat : 29679 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342156005 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140104248056952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29680] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29680/stat : 29680 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342156005 2764726272 134934 33554432000 1073741824 1073778376 140733740116864 140104247004360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 2699928

[startup+6.30071 s]
/proc/loadavg: 2.64 3.05 3.42 3/211 29680
/proc/meminfo: memFree=27966768/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=2699928 CPUtime=9.4 cores=0,2,4,6
/proc/29662/stat : 29662 (java) S 29660 29662 22552 0 -1 4202496 13239 0 1 0 896 44 0 0 20 0 18 0 342155998 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140733740108000 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29662/statm: 674982 178378 2248 9 0 665676 0
[pid=29662/tid=29664] ppid=29660 vsize=2699928 CPUtime=5.4 cores=0,2,4,6
/proc/29662/task/29664/stat : 29664 (java) R 29660 29662 22552 0 -1 4202560 2965 0 1 0 532 8 0 0 20 0 18 0 342156000 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105280757256 140105138806138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29665] ppid=29660 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/29662/task/29665/stat : 29665 (java) S 29660 29662 22552 0 -1 4202560 92 0 0 0 28 4 0 0 20 0 18 0 342156001 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105265039656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29666] ppid=29660 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/29662/task/29666/stat : 29666 (java) S 29660 29662 22552 0 -1 4202560 228 0 0 0 29 5 0 0 20 0 18 0 342156001 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105263986856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29667] ppid=29660 vsize=2699928 CPUtime=0.38 cores=0,2,4,6
/proc/29662/task/29667/stat : 29667 (java) S 29660 29662 22552 0 -1 4202560 133 0 0 0 34 4 0 0 20 0 18 0 342156001 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105262934568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29668] ppid=29660 vsize=2699928 CPUtime=0.49 cores=0,2,4,6
/proc/29662/task/29668/stat : 29668 (java) S 29660 29662 22552 0 -1 4202560 175 0 0 0 42 7 0 0 20 0 18 0 342156001 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105261881768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29669] ppid=29660 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/29662/task/29669/stat : 29669 (java) S 29660 29662 22552 0 -1 4202560 134 0 0 0 41 5 0 0 20 0 18 0 342156001 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105260829480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29670] ppid=29660 vsize=2699928 CPUtime=0.4 cores=0,2,4,6
/proc/29662/task/29670/stat : 29670 (java) S 29660 29662 22552 0 -1 4202560 287 0 0 0 36 4 0 0 20 0 18 0 342156001 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105259776680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29671] ppid=29660 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/29662/task/29671/stat : 29671 (java) S 29660 29662 22552 0 -1 4202560 188 0 0 0 43 5 0 0 20 0 18 0 342156001 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105258724392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29672] ppid=29660 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/29662/task/29672/stat : 29672 (java) S 29660 29662 22552 0 -1 4202560 135 0 0 0 30 4 0 0 20 0 18 0 342156001 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105257671592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29673] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29673/stat : 29673 (java) S 29660 29662 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342156002 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105126942952 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29674] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29674/stat : 29674 (java) S 29660 29662 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342156003 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105125889016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29675] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29675/stat : 29675 (java) S 29660 29662 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342156003 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105124836616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29676] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29676/stat : 29676 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342156005 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105123785104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29677] ppid=29660 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/29662/task/29677/stat : 29677 (java) S 29660 29662 22552 0 -1 4202560 3507 0 0 0 33 0 0 0 20 0 18 0 342156005 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140105122732728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29678] ppid=29660 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/29662/task/29678/stat : 29678 (java) S 29660 29662 22552 0 -1 4202560 4212 0 0 0 31 0 0 0 20 0 18 0 342156005 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140104249109048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29679] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29679/stat : 29679 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342156005 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140104248056952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29680] ppid=29660 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29680/stat : 29680 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342156005 2764726272 178378 33554432000 1073741824 1073778376 140733740116864 140104247004360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 2.67 3.05 3.42 4/215 29684
/proc/meminfo: memFree=27802124/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=2966184 CPUtime=22.54 cores=0,2,4,6
/proc/29662/stat : 29662 (java) S 29660 29662 22552 0 -1 4202496 14315 0 1 0 2201 53 0 0 20 0 22 0 342155998 3037372416 202847 33554432000 1073741824 1073778376 140733740116864 140733740108000 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29662/statm: 741546 202847 2268 9 0 732240 0
[pid=29662/tid=29664] ppid=29660 vsize=2966184 CPUtime=6.78 cores=0,2,4,6

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

/proc/29662/statm: 741546 282405 2282 9 0 732240 0
[pid=29662/tid=29664] ppid=29660 vsize=2966184 CPUtime=6.8 cores=0,2,4,6
/proc/29662/task/29664/stat : 29664 (java) S 29660 29662 22552 0 -1 4202560 3023 0 1 0 671 9 0 0 20 0 22 0 342156000 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105280758936 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29665] ppid=29660 vsize=2966184 CPUtime=4.29 cores=0,2,4,6
/proc/29662/task/29665/stat : 29665 (java) S 29660 29662 22552 0 -1 4202560 388 0 0 0 419 10 0 0 20 0 22 0 342156001 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105265039656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29666] ppid=29660 vsize=2966184 CPUtime=4.5 cores=0,2,4,6
/proc/29662/task/29666/stat : 29666 (java) S 29660 29662 22552 0 -1 4202560 393 0 0 0 441 9 0 0 20 0 22 0 342156001 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105263986856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29667] ppid=29660 vsize=2966184 CPUtime=4.62 cores=0,2,4,6
/proc/29662/task/29667/stat : 29667 (java) S 29660 29662 22552 0 -1 4202560 410 0 0 0 450 12 0 0 20 0 22 0 342156001 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105262934568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29668] ppid=29660 vsize=2966184 CPUtime=4.58 cores=0,2,4,6
/proc/29662/task/29668/stat : 29668 (java) S 29660 29662 22552 0 -1 4202560 436 0 0 0 445 13 0 0 20 0 22 0 342156001 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105261881768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29669] ppid=29660 vsize=2966184 CPUtime=4.53 cores=0,2,4,6
/proc/29662/task/29669/stat : 29669 (java) S 29660 29662 22552 0 -1 4202560 427 0 0 0 441 12 0 0 20 0 22 0 342156001 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105260829480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29670] ppid=29660 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/29662/task/29670/stat : 29670 (java) S 29660 29662 22552 0 -1 4202560 382 0 0 0 474 11 0 0 20 0 22 0 342156001 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105259776680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29671] ppid=29660 vsize=2966184 CPUtime=4.55 cores=0,2,4,6
/proc/29662/task/29671/stat : 29671 (java) S 29660 29662 22552 0 -1 4202560 410 0 0 0 443 12 0 0 20 0 22 0 342156001 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105258724392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29672] ppid=29660 vsize=2966184 CPUtime=4.65 cores=0,2,4,6
/proc/29662/task/29672/stat : 29672 (java) S 29660 29662 22552 0 -1 4202560 395 0 0 0 454 11 0 0 20 0 22 0 342156001 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105257671592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29673] ppid=29660 vsize=2966184 CPUtime=47.62 cores=0,2,4,6
/proc/29662/task/29673/stat : 29673 (java) S 29660 29662 22552 0 -1 4202560 178308 0 0 0 4707 55 0 0 20 0 22 0 342156002 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105126942952 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29674] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29674/stat : 29674 (java) S 29660 29662 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342156003 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105125889016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29675] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29675/stat : 29675 (java) S 29660 29662 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342156003 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105124836616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29676] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29676/stat : 29676 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342156005 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105123785104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29677] ppid=29660 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/29662/task/29677/stat : 29677 (java) S 29660 29662 22552 0 -1 4202560 3754 0 0 0 106 0 0 0 20 0 22 0 342156005 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140105122732728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29678] ppid=29660 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/29662/task/29678/stat : 29678 (java) S 29660 29662 22552 0 -1 4202560 4257 0 0 0 77 0 0 0 20 0 22 0 342156005 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140104249109048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29679] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29679/stat : 29679 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342156005 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140104248056952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29680] ppid=29660 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/29662/task/29680/stat : 29680 (java) S 29660 29662 22552 0 -1 4202560 50 0 0 0 15 17 0 0 20 0 22 0 342156005 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140104247004360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29681] ppid=29660 vsize=2966184 CPUtime=815.3 cores=0,2,4,6
/proc/29662/task/29681/stat : 29681 (java) R 29660 29662 22552 0 -1 4202560 208 0 0 0 81517 13 0 0 20 0 22 0 342156786 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140104245946928 140105139212209 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29682] ppid=29660 vsize=2966184 CPUtime=815.18 cores=0,2,4,6
/proc/29662/task/29682/stat : 29682 (java) R 29660 29662 22552 0 -1 4202560 354 0 0 0 81504 14 0 0 20 0 22 0 342156787 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140104244894784 140105139212836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29683] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29683/stat : 29683 (java) S 29660 29662 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342156789 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140104243844264 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29684] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29684/stat : 29684 (java) S 29660 29662 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342156789 3037372416 282405 33554432000 1073741824 1073778376 140733740116864 140104242791464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.76
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.002 s]
/proc/loadavg: 3.90 3.63 3.42 5/219 29784
/proc/meminfo: memFree=28499904/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=2966184 CPUtime=1800.08 cores=0,2,4,6
/proc/29662/stat : 29662 (java) S 29660 29662 22552 0 -1 4202496 199447 0 1 0 179841 167 0 0 20 0 22 0 342155998 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140733740108000 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29662/statm: 741546 284964 2282 9 0 732240 0
[pid=29662/tid=29664] ppid=29660 vsize=2966184 CPUtime=6.8 cores=0,2,4,6
/proc/29662/task/29664/stat : 29664 (java) S 29660 29662 22552 0 -1 4202560 3024 0 1 0 671 9 0 0 20 0 22 0 342156000 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105280758936 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29665] ppid=29660 vsize=2966184 CPUtime=4.37 cores=0,2,4,6
/proc/29662/task/29665/stat : 29665 (java) S 29660 29662 22552 0 -1 4202560 388 0 0 0 427 10 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105265039656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29666] ppid=29660 vsize=2966184 CPUtime=4.6 cores=0,2,4,6
/proc/29662/task/29666/stat : 29666 (java) S 29660 29662 22552 0 -1 4202560 394 0 0 0 451 9 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105263986856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29667] ppid=29660 vsize=2966184 CPUtime=4.71 cores=0,2,4,6
/proc/29662/task/29667/stat : 29667 (java) S 29660 29662 22552 0 -1 4202560 412 0 0 0 459 12 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105262934568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29668] ppid=29660 vsize=2966184 CPUtime=4.69 cores=0,2,4,6
/proc/29662/task/29668/stat : 29668 (java) S 29660 29662 22552 0 -1 4202560 439 0 0 0 456 13 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105261881768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29669] ppid=29660 vsize=2966184 CPUtime=4.61 cores=0,2,4,6
/proc/29662/task/29669/stat : 29669 (java) S 29660 29662 22552 0 -1 4202560 429 0 0 0 449 12 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105260829480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29670] ppid=29660 vsize=2966184 CPUtime=4.96 cores=0,2,4,6
/proc/29662/task/29670/stat : 29670 (java) S 29660 29662 22552 0 -1 4202560 384 0 0 0 485 11 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105259776680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29671] ppid=29660 vsize=2966184 CPUtime=4.68 cores=0,2,4,6
/proc/29662/task/29671/stat : 29671 (java) S 29660 29662 22552 0 -1 4202560 412 0 0 0 456 12 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105258724392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29672] ppid=29660 vsize=2966184 CPUtime=4.78 cores=0,2,4,6
/proc/29662/task/29672/stat : 29672 (java) S 29660 29662 22552 0 -1 4202560 397 0 0 0 467 11 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105257671592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29673] ppid=29660 vsize=2966184 CPUtime=49.03 cores=0,2,4,6
/proc/29662/task/29673/stat : 29673 (java) S 29660 29662 22552 0 -1 4202560 183344 0 0 0 4847 56 0 0 20 0 22 0 342156002 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105126942952 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29674] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29674/stat : 29674 (java) S 29660 29662 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342156003 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105125889016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29675] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29675/stat : 29675 (java) S 29660 29662 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342156003 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105124836616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29676] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29676/stat : 29676 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342156005 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105123785104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29677] ppid=29660 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/29662/task/29677/stat : 29677 (java) S 29660 29662 22552 0 -1 4202560 3754 0 0 0 106 0 0 0 20 0 22 0 342156005 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105122732728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29678] ppid=29660 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/29662/task/29678/stat : 29678 (java) S 29660 29662 22552 0 -1 4202560 4257 0 0 0 77 0 0 0 20 0 22 0 342156005 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104249109048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29679] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29679/stat : 29679 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342156005 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104248056952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29680] ppid=29660 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/29662/task/29680/stat : 29680 (java) S 29660 29662 22552 0 -1 4202560 52 0 0 0 16 17 0 0 20 0 22 0 342156005 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104247004360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29681] ppid=29660 vsize=2966184 CPUtime=850.26 cores=0,2,4,6
/proc/29662/task/29681/stat : 29681 (java) R 29660 29662 22552 0 -1 4202560 209 0 0 0 85013 13 0 0 20 0 22 0 342156786 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104245946928 140105139258509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29682] ppid=29660 vsize=2966184 CPUtime=850.13 cores=0,2,4,6
/proc/29662/task/29682/stat : 29682 (java) R 29660 29662 22552 0 -1 4202560 363 0 0 0 84999 14 0 0 20 0 22 0 342156787 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104244894768 140105139078737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29683] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29683/stat : 29683 (java) S 29660 29662 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342156789 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104243844264 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29684] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29684/stat : 29684 (java) S 29660 29662 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342156789 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104242791464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+919.002 s]
/proc/loadavg: 3.90 3.63 3.42 5/219 29784
/proc/meminfo: memFree=28499904/32873648 swapFree=6860/6860
[pid=29662] ppid=29660 vsize=2966184 CPUtime=1800.08 cores=0,2,4,6
/proc/29662/stat : 29662 (java) S 29660 29662 22552 0 -1 4202496 199447 0 1 0 179841 167 0 0 20 0 22 0 342155998 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140733740108000 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29662/statm: 741546 284964 2282 9 0 732240 0
[pid=29662/tid=29664] ppid=29660 vsize=2966184 CPUtime=6.8 cores=0,2,4,6
/proc/29662/task/29664/stat : 29664 (java) S 29660 29662 22552 0 -1 4202560 3024 0 1 0 671 9 0 0 20 0 22 0 342156000 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105280758936 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29665] ppid=29660 vsize=2966184 CPUtime=4.37 cores=0,2,4,6
/proc/29662/task/29665/stat : 29665 (java) S 29660 29662 22552 0 -1 4202560 388 0 0 0 427 10 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105265039656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29666] ppid=29660 vsize=2966184 CPUtime=4.6 cores=0,2,4,6
/proc/29662/task/29666/stat : 29666 (java) S 29660 29662 22552 0 -1 4202560 394 0 0 0 451 9 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105263986856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29667] ppid=29660 vsize=2966184 CPUtime=4.71 cores=0,2,4,6
/proc/29662/task/29667/stat : 29667 (java) S 29660 29662 22552 0 -1 4202560 412 0 0 0 459 12 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105262934568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29668] ppid=29660 vsize=2966184 CPUtime=4.69 cores=0,2,4,6
/proc/29662/task/29668/stat : 29668 (java) S 29660 29662 22552 0 -1 4202560 439 0 0 0 456 13 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105261881768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29669] ppid=29660 vsize=2966184 CPUtime=4.61 cores=0,2,4,6
/proc/29662/task/29669/stat : 29669 (java) S 29660 29662 22552 0 -1 4202560 429 0 0 0 449 12 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105260829480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29670] ppid=29660 vsize=2966184 CPUtime=4.96 cores=0,2,4,6
/proc/29662/task/29670/stat : 29670 (java) S 29660 29662 22552 0 -1 4202560 384 0 0 0 485 11 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105259776680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29671] ppid=29660 vsize=2966184 CPUtime=4.68 cores=0,2,4,6
/proc/29662/task/29671/stat : 29671 (java) S 29660 29662 22552 0 -1 4202560 412 0 0 0 456 12 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105258724392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29672] ppid=29660 vsize=2966184 CPUtime=4.78 cores=0,2,4,6
/proc/29662/task/29672/stat : 29672 (java) S 29660 29662 22552 0 -1 4202560 397 0 0 0 467 11 0 0 20 0 22 0 342156001 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105257671592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29673] ppid=29660 vsize=2966184 CPUtime=49.03 cores=0,2,4,6
/proc/29662/task/29673/stat : 29673 (java) S 29660 29662 22552 0 -1 4202560 183344 0 0 0 4847 56 0 0 20 0 22 0 342156002 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105126942952 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29674] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29674/stat : 29674 (java) S 29660 29662 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342156003 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105125889016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29675] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29675/stat : 29675 (java) S 29660 29662 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342156003 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105124836616 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29676] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29676/stat : 29676 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342156005 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105123785104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29677] ppid=29660 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/29662/task/29677/stat : 29677 (java) S 29660 29662 22552 0 -1 4202560 3754 0 0 0 106 0 0 0 20 0 22 0 342156005 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140105122732728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29678] ppid=29660 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/29662/task/29678/stat : 29678 (java) S 29660 29662 22552 0 -1 4202560 4257 0 0 0 77 0 0 0 20 0 22 0 342156005 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104249109048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29679] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29679/stat : 29679 (java) S 29660 29662 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342156005 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104248056952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29680] ppid=29660 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/29662/task/29680/stat : 29680 (java) S 29660 29662 22552 0 -1 4202560 52 0 0 0 16 17 0 0 20 0 22 0 342156005 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104247004360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29662/tid=29681] ppid=29660 vsize=2966184 CPUtime=850.26 cores=0,2,4,6
/proc/29662/task/29681/stat : 29681 (java) R 29660 29662 22552 0 -1 4202560 209 0 0 0 85013 13 0 0 20 0 22 0 342156786 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104245946928 140105139258509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29662/tid=29682] ppid=29660 vsize=2966184 CPUtime=850.13 cores=0,2,4,6
/proc/29662/task/29682/stat : 29682 (java) R 29660 29662 22552 0 -1 4202560 363 0 0 0 84999 14 0 0 20 0 22 0 342156787 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104244894768 140105139078737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29662/tid=29683] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29683/stat : 29683 (java) S 29660 29662 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342156789 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104243844264 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29662/tid=29684] ppid=29660 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29662/task/29684/stat : 29684 (java) S 29660 29662 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342156789 3037372416 284964 33554432000 1073741824 1073778376 140733740116864 140104242791464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29662 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=29266
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=151672
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 919.058
CPU time (s): 1800.08
CPU user time (s): 1798.41
CPU system time (s): 1.67
CPU usage (%): 195.861
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 2.15167
maximum resident set size= 1159996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199488
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37567
involuntary context switches= 74071

runsolver used 3.99139 second user time and 7.50486 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 23:51:41
IDJOB=3740861
IDBENCH=89649
IDSOLVER=2324
FILE ID=node124/3740861-1338760300
RUNJOBID= node124-1338748776-22568
PBS_JOBID= 14636791
Free space on /tmp= 70404 MiB

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

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

MD5SUM BENCH= 395b6779bc0f993a1d1357b59c2e4536
RANDOM SEED=2068944218

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:        28606132 kB
Buffers:          224640 kB
Cached:          1816116 kB
SwapCached:         8268 kB
Active:          2183016 kB
Inactive:        1302252 kB
Active(anon):    1438568 kB
Inactive(anon):     8240 kB
Active(file):     744448 kB
Inactive(file):  1294012 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:             49944 kB
Writeback:             0 kB
AnonPages:       1445936 kB
Mapped:            17176 kB
Shmem:                 0 kB
Slab:             642236 kB
SReclaimable:      86112 kB
SUnreclaim:       556124 kB
KernelStack:        1584 kB
PageTables:         7048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1569172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 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= 70652 MiB
End job on node124 at 2012-06-04 00:07:02