Trace number 3733344

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.03 910.746

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370a.opb
MD5SUM28d10e1d13e82e070b03ac2e5d475941
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10179070629
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4978502603
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29637219205243
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29637219205243
Number of bits of the biggest sum of numbers45
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3733344-1338742426.opb
0.10/0.10	c reading problem ... 
3.04/2.11	c ... done. Wall clock time 2.012s.
3.04/2.11	c #vars     155000
3.04/2.11	c #constraints  63804
3.04/2.11	c constraints type 
3.04/2.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
3.04/2.11	c constraints type 
3.04/2.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
76.35/37.19	c cleaning 2476 clauses out of 5000 with flag 5000/5000
109.75/53.81	c cleaning 4266 clauses out of 8534 with flag 11010/11010
138.65/68.44	c cleaning 5624 clauses out of 11258 with flag 18000/18000
161.70/80.11	c cleaning 6816 clauses out of 13634 with flag 26000/26000
195.97/97.42	c cleaning 7908 clauses out of 15818 with flag 35000/35000
223.44/111.30	c cleaning 8951 clauses out of 17910 with flag 45000/45000
259.94/129.73	c cleaning 9478 clauses out of 18959 with flag 55000/55000
294.17/146.92	c cleaning 9736 clauses out of 19481 with flag 65000/65000
333.05/166.61	c cleaning 9870 clauses out of 19746 with flag 75001/75001
362.25/181.49	c cleaning 9935 clauses out of 19876 with flag 85001/85001
392.82/196.87	c cleaning 9970 clauses out of 19940 with flag 95000/95000
425.94/213.64	c cleaning 9983 clauses out of 19971 with flag 105001/105001
459.98/230.95	c cleaning 9992 clauses out of 19988 with flag 115001/115001
496.50/249.44	c cleaning 9995 clauses out of 19995 with flag 125000/125000
533.86/268.33	c cleaning 9997 clauses out of 20000 with flag 135000/135000
568.58/285.93	c cleaning 9997 clauses out of 20004 with flag 145001/145001
603.74/303.77	c cleaning 9996 clauses out of 20006 with flag 155000/155000
635.90/320.05	c cleaning 10001 clauses out of 20011 with flag 165001/165001
666.08/335.33	c cleaning 10000 clauses out of 20009 with flag 175000/175000
699.27/352.19	c cleaning 10002 clauses out of 20009 with flag 185000/185000
726.88/366.22	c cleaning 10000 clauses out of 20007 with flag 195000/195000
754.90/380.41	c cleaning 10001 clauses out of 20008 with flag 205001/205001
788.50/397.48	c cleaning 10000 clauses out of 20007 with flag 215001/215001
825.77/416.30	c cleaning 9997 clauses out of 20006 with flag 225000/225000
863.49/435.49	c cleaning 10004 clauses out of 20010 with flag 235001/235001
900.48/454.13	c cleaning 9999 clauses out of 20006 with flag 245001/245001
944.97/476.60	c cleaning 9998 clauses out of 20007 with flag 255001/255001
983.07/495.81	c cleaning 9997 clauses out of 20008 with flag 265000/265000
1013.42/511.31	c cleaning 10002 clauses out of 20011 with flag 275000/275000
1043.53/526.65	c cleaning 9997 clauses out of 20009 with flag 285000/285000
1080.48/545.30	c cleaning 10001 clauses out of 20012 with flag 295000/295000
1099.03/554.87	c cleaning 10002 clauses out of 20011 with flag 305000/305000
1116.94/564.17	c cleaning 9991 clauses out of 20009 with flag 315000/315000
1133.02/572.42	c cleaning 10001 clauses out of 20020 with flag 325002/325002
1150.70/581.51	c cleaning 10002 clauses out of 20017 with flag 335000/335000
1164.61/588.75	c cleaning 9996 clauses out of 20016 with flag 345001/345001
1184.94/599.27	c cleaning 10000 clauses out of 20020 with flag 355001/355001
1212.08/612.90	c cleaning 10000 clauses out of 20019 with flag 365000/365000
1241.71/627.92	c cleaning 9991 clauses out of 20019 with flag 375000/375000
1322.68/668.66	c cleaning 9968 clauses out of 20028 with flag 385000/385000
1379.24/697.22	c cleaning 10025 clauses out of 20060 with flag 395000/395000
1397.91/706.85	c cleaning 10011 clauses out of 20036 with flag 405001/405001
1419.59/717.97	c cleaning 10002 clauses out of 20025 with flag 415001/415001
1497.70/756.92	c cleaning 9956 clauses out of 20022 with flag 425000/425000
1544.66/780.77	c cleaning 10016 clauses out of 20066 with flag 435000/435000
1602.45/809.87	c cleaning 10007 clauses out of 20055 with flag 445005/445005
1633.58/825.67	c cleaning 10028 clauses out of 20063 with flag 455020/455020
1659.14/838.60	c cleaning 10005 clauses out of 20020 with flag 465005/465005
1680.85/849.83	c cleaning 10014 clauses out of 20037 with flag 475027/475027
1705.32/862.25	c cleaning 9998 clauses out of 19999 with flag 485003/485003
1732.03/875.81	c cleaning 10002 clauses out of 20011 with flag 495013/495013
1758.94/889.59	c cleaning 9993 clauses out of 19998 with flag 505002/505002
1785.49/903.15	c cleaning 9999 clauses out of 20004 with flag 515001/515001
1800.18/910.72	c starts		: 153
1800.18/910.72	c conflicts		: 521692
1800.18/910.72	c decisions		: 1693126
1800.18/910.72	c propagations		: 21658034
1800.18/910.72	c inspects		: 271121747
1800.18/910.72	c learnt literals	: 0
1800.18/910.72	c learnt binary clauses	: 0
1800.18/910.72	c learnt ternary clauses	: 0
1800.18/910.72	c learnt clauses	: 521691
1800.18/910.72	c ignored clauses	: 0
1800.18/910.72	c root simplifications	: 0
1800.18/910.72	c removed literals (reason simplification)	: 7341754
1800.18/910.72	c reason swapping (by a shorter reason)	: 0
1800.18/910.72	c Calls to reduceDB	: 53
1800.18/910.72	c number of reductions to clauses (during analyze)	: 0
1800.18/910.72	c number of learned constraints concerned by reduction	: 0
1800.18/910.72	c number of learning phase by resolution	: 0
1800.18/910.72	c number of learning phase by cutting planes	: 0
1800.18/910.72	c speed (assignments/second)	: 23836.65381178159
1800.18/910.72	c non guided choices	580620
1800.18/910.73	c learnt constraints type 
1800.18/910.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16708
1800.18/910.73	c constraints type 
1800.18/910.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.18/910.73	c constraints type 
1800.18/910.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.18/910.73	s UNKNOWN
1800.18/910.73	c Total wall clock time (in seconds): 910.633

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-3733344-1338742426/watcher-3733344-1338742426 -o /tmp/evaluation-result-3733344-1338742426/solver-3733344-1338742426 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733344-1338742426.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.09 3.59 3.66 5/197 7612
/proc/meminfo: memFree=29114732/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/7612/stat : 7612 (java) R 7610 7612 31325 0 -1 4202496 978 0 0 0 0 0 0 0 20 0 1 0 340367144 23793664 705 33554432000 1073741824 1073778376 140736347941472 140736347930536 225435546576 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 5809 705 520 9 0 128 0

[startup+0.00761791 s]
/proc/loadavg: 3.09 3.59 3.66 5/197 7612
/proc/meminfo: memFree=29114732/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/7612/stat : 7612 (java) S 7610 7612 31325 0 -1 4202496 1197 0 0 0 0 0 0 0 20 0 2 0 340367144 94019584 908 33554432000 1073741824 1073778376 140736347941472 140736347932608 225448067133 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 22954 915 695 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100215 s]
/proc/loadavg: 3.09 3.59 3.66 5/197 7612
/proc/meminfo: memFree=29114732/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/7612/stat : 7612 (java) S 7610 7612 31325 0 -1 4202496 4769 0 1 0 9 1 0 0 20 0 18 0 340367144 2764726272 6464 33554432000 1073741824 1073778376 140736347941472 140736347932608 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 674982 6483 2124 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300225 s]
/proc/loadavg: 3.09 3.59 3.66 5/197 7612
/proc/meminfo: memFree=29114732/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/7612/stat : 7612 (java) S 7610 7612 31325 0 -1 4202496 6474 0 1 0 46 2 0 0 20 0 18 0 340367144 2764726272 16137 33554432000 1073741824 1073778376 140736347941472 140736347932608 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 674982 16137 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700284 s]
/proc/loadavg: 3.09 3.59 3.66 5/197 7612
/proc/meminfo: memFree=29114732/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=2699928 CPUtime=1.04 cores=1,3,5,7
/proc/7612/stat : 7612 (java) S 7610 7612 31325 0 -1 4202496 7084 0 1 0 98 6 0 0 20 0 18 0 340367144 2764726272 47405 33554432000 1073741824 1073778376 140736347941472 140736347932608 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 674982 47405 2221 9 0 665676 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 2699928

[startup+1.50077 s]
/proc/loadavg: 3.09 3.59 3.66 4/215 7630
/proc/meminfo: memFree=28807820/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=2699928 CPUtime=2.3 cores=1,3,5,7
/proc/7612/stat : 7612 (java) S 7610 7612 31325 0 -1 4202496 7425 0 1 0 202 28 0 0 20 0 18 0 340367144 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 140736347932608 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 674982 120141 2237 9 0 665676 0
[pid=7612/tid=7614] ppid=7610 vsize=2699928 CPUtime=1.32 cores=1,3,5,7
/proc/7612/task/7614/stat : 7614 (java) R 7610 7612 31325 0 -1 4202560 2952 0 1 0 123 9 0 0 20 0 18 0 340367145 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746638187784 139746509058072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7615] ppid=7610 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/7612/task/7615/stat : 7615 (java) S 7610 7612 31325 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 18 0 340367146 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746627250728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7616] ppid=7610 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/7612/task/7616/stat : 7616 (java) S 7610 7612 31325 0 -1 4202560 32 0 0 0 4 3 0 0 20 0 18 0 340367146 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746503752104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7617] ppid=7610 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/7612/task/7617/stat : 7617 (java) S 7610 7612 31325 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 18 0 340367146 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746502699304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7618] ppid=7610 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/7612/task/7618/stat : 7618 (java) S 7610 7612 31325 0 -1 4202560 62 0 0 0 10 4 0 0 20 0 18 0 340367146 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746501646504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7619] ppid=7610 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/7612/task/7619/stat : 7619 (java) S 7610 7612 31325 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 18 0 340367146 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746500594728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7620] ppid=7610 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/7612/task/7620/stat : 7620 (java) S 7610 7612 31325 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 18 0 340367146 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746499541928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7621] ppid=7610 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/7612/task/7621/stat : 7621 (java) S 7610 7612 31325 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 18 0 340367146 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746498489128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7622] ppid=7610 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/7612/task/7622/stat : 7622 (java) S 7610 7612 31325 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 18 0 340367146 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746497436328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7623] ppid=7610 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7623/stat : 7623 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340367147 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746014624232 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7624] ppid=7610 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7624/stat : 7624 (java) S 7610 7612 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340367147 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746013570296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7625] ppid=7610 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7625/stat : 7625 (java) S 7610 7612 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340367147 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746012517384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7626] ppid=7610 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7626/stat : 7626 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340367149 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746011465872 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7627] ppid=7610 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/7612/task/7627/stat : 7627 (java) S 7610 7612 31325 0 -1 4202560 1438 0 0 0 17 0 0 0 20 0 18 0 340367149 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746010414008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7628] ppid=7610 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/7612/task/7628/stat : 7628 (java) S 7610 7612 31325 0 -1 4202560 1603 0 0 0 15 0 0 0 20 0 18 0 340367149 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746009361208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7629] ppid=7610 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7629/stat : 7629 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340367149 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746008308600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7630] ppid=7610 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7630/stat : 7630 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340367149 2764726272 120141 33554432000 1073741824 1073778376 140736347941472 139746007256008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 2699928

[startup+3.1007 s]
/proc/loadavg: 3.09 3.59 3.66 5/215 7630
/proc/meminfo: memFree=28630772/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=2966184 CPUtime=6.01 cores=1,3,5,7
/proc/7612/stat : 7612 (java) S 7610 7612 31325 0 -1 4202496 13901 0 1 0 553 48 0 0 20 0 22 0 340367144 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 140736347932608 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 741546 150570 2272 9 0 732240 0
[pid=7612/tid=7614] ppid=7610 vsize=2966184 CPUtime=1.93 cores=1,3,5,7
/proc/7612/task/7614/stat : 7614 (java) S 7610 7612 31325 0 -1 4202560 2964 0 1 0 184 9 0 0 20 0 22 0 340367145 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746638189720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7615] ppid=7610 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/7612/task/7615/stat : 7615 (java) S 7610 7612 31325 0 -1 4202560 48 0 0 0 8 4 0 0 20 0 22 0 340367146 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746627250728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7616] ppid=7610 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/7612/task/7616/stat : 7616 (java) S 7610 7612 31325 0 -1 4202560 59 0 0 0 10 5 0 0 20 0 22 0 340367146 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746503752104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7617] ppid=7610 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/7612/task/7617/stat : 7617 (java) S 7610 7612 31325 0 -1 4202560 57 0 0 0 7 4 0 0 20 0 22 0 340367146 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746502699304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7618] ppid=7610 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/7612/task/7618/stat : 7618 (java) S 7610 7612 31325 0 -1 4202560 209 0 0 0 17 8 0 0 20 0 22 0 340367146 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746501646504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7619] ppid=7610 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/7612/task/7619/stat : 7619 (java) S 7610 7612 31325 0 -1 4202560 65 0 0 0 10 4 0 0 20 0 22 0 340367146 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746500594728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7620] ppid=7610 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/7612/task/7620/stat : 7620 (java) S 7610 7612 31325 0 -1 4202560 65 0 0 0 11 5 0 0 20 0 22 0 340367146 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746499541928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7621] ppid=7610 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/7612/task/7621/stat : 7621 (java) S 7610 7612 31325 0 -1 4202560 50 0 0 0 8 4 0 0 20 0 22 0 340367146 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746498489128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7622] ppid=7610 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/7612/task/7622/stat : 7622 (java) S 7610 7612 31325 0 -1 4202560 61 0 0 0 8 5 0 0 20 0 22 0 340367146 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746497436328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7623] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7623/stat : 7623 (java) S 7610 7612 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746014624232 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7624] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7624/stat : 7624 (java) S 7610 7612 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746013570296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7625] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7625/stat : 7625 (java) S 7610 7612 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746012517384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7626] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7626/stat : 7626 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746011465872 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7627] ppid=7610 vsize=2966184 CPUtime=0.59 cores=1,3,5,7
/proc/7612/task/7627/stat : 7627 (java) R 7610 7612 31325 0 -1 4202560 6050 0 0 0 57 2 0 0 20 0 22 0 340367149 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746010414008 139746642281844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7628] ppid=7610 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/7612/task/7628/stat : 7628 (java) R 7610 7612 31325 0 -1 4202560 2975 0 0 0 54 0 0 0 20 0 22 0 340367149 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746009348616 139746640796300 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7629] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7629/stat : 7629 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746008308600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7630] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7630/stat : 7630 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 150570 33554432000 1073741824 1073778376 140736347941472 139746007256008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 2966184

[startup+6.3009 s]
/proc/loadavg: 3.08 3.58 3.66 4/219 7634
/proc/meminfo: memFree=28506800/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=2966184 CPUtime=13.15 cores=1,3,5,7
/proc/7612/stat : 7612 (java) S 7610 7612 31325 0 -1 4202496 14448 0 1 0 1263 52 0 0 20 0 22 0 340367144 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 140736347932608 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 741546 155756 2272 9 0 732240 0
[pid=7612/tid=7614] ppid=7610 vsize=2966184 CPUtime=1.93 cores=1,3,5,7
/proc/7612/task/7614/stat : 7614 (java) S 7610 7612 31325 0 -1 4202560 2964 0 1 0 184 9 0 0 20 0 22 0 340367145 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746638189720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7615] ppid=7610 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/7612/task/7615/stat : 7615 (java) S 7610 7612 31325 0 -1 4202560 64 0 0 0 13 4 0 0 20 0 22 0 340367146 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746627250728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7616] ppid=7610 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/7612/task/7616/stat : 7616 (java) S 7610 7612 31325 0 -1 4202560 78 0 0 0 17 5 0 0 20 0 22 0 340367146 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746503752104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7617] ppid=7610 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/7612/task/7617/stat : 7617 (java) S 7610 7612 31325 0 -1 4202560 60 0 0 0 13 4 0 0 20 0 22 0 340367146 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746502699304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7618] ppid=7610 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/7612/task/7618/stat : 7618 (java) S 7610 7612 31325 0 -1 4202560 210 0 0 0 23 8 0 0 20 0 22 0 340367146 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746501646504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7619] ppid=7610 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/7612/task/7619/stat : 7619 (java) S 7610 7612 31325 0 -1 4202560 284 0 0 0 24 5 0 0 20 0 22 0 340367146 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746500594728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7620] ppid=7610 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/7612/task/7620/stat : 7620 (java) S 7610 7612 31325 0 -1 4202560 80 0 0 0 21 6 0 0 20 0 22 0 340367146 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746499541928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7621] ppid=7610 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/7612/task/7621/stat : 7621 (java) S 7610 7612 31325 0 -1 4202560 94 0 0 0 14 5 0 0 20 0 22 0 340367146 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746498489128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7622] ppid=7610 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/7612/task/7622/stat : 7622 (java) S 7610 7612 31325 0 -1 4202560 63 0 0 0 15 5 0 0 20 0 22 0 340367146 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746497436328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7623] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7623/stat : 7623 (java) S 7610 7612 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746014624232 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7624] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7624/stat : 7624 (java) S 7610 7612 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746013570296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7625] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7625/stat : 7625 (java) S 7610 7612 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746012517384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7626] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7626/stat : 7626 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746011465872 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7627] ppid=7610 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/7612/task/7627/stat : 7627 (java) S 7610 7612 31325 0 -1 4202560 6089 0 0 0 91 2 0 0 20 0 22 0 340367149 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746010414008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7628] ppid=7610 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/7612/task/7628/stat : 7628 (java) S 7610 7612 31325 0 -1 4202560 3160 0 0 0 68 0 0 0 20 0 22 0 340367149 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746009361208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7629] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7629/stat : 7629 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746008308600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7630] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7630/stat : 7630 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746007256008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7631] ppid=7610 vsize=2966184 CPUtime=3.81 cores=1,3,5,7
/proc/7612/task/7631/stat : 7631 (java) R 7610 7612 31325 0 -1 4202560 40 0 0 0 381 0 0 0 20 0 22 0 340367356 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746006200816 139746509323665 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7632] ppid=7610 vsize=2966184 CPUtime=3.81 cores=1,3,5,7
/proc/7612/task/7632/stat : 7632 (java) R 7610 7612 31325 0 -1 4202560 65 0 0 0 381 0 0 0 20 0 22 0 340367356 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746005146448 139746509601557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7633] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7633/stat : 7633 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340367406 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746004095912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7634] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7634/stat : 7634 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340367406 3037372416 155756 33554432000 1073741824 1073778376 140736347941472 139746003043112 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 2966184

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

[pid=7612/tid=7632] ppid=7610 vsize=2966184 CPUtime=785.52 cores=1,3,5,7
/proc/7612/task/7632/stat : 7632 (java) R 7610 7612 31325 0 -1 4202560 464 0 0 0 78537 15 0 0 20 0 22 0 340367356 3037372416 237043 33554432000 1073741824 1073778376 140736347941472 139746005146672 139746509434516 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7633] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7633/stat : 7633 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340367406 3037372416 237043 33554432000 1073741824 1073778376 140736347941472 139746004095912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7634] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7634/stat : 7634 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340367406 3037372416 237043 33554432000 1073741824 1073778376 140736347941472 139746003043112 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1626.95
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 1.98 2.16 2.71 3/217 7663
/proc/meminfo: memFree=28162208/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=2966184 CPUtime=1744.48 cores=1,3,5,7
/proc/7612/stat : 7612 (java) S 7610 7612 31325 0 -1 4202496 311958 0 1 0 174204 244 0 0 20 0 22 0 340367144 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 140736347932608 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 741546 237096 2285 9 0 732240 0
[pid=7612/tid=7614] ppid=7610 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/7612/task/7614/stat : 7614 (java) S 7610 7612 31325 0 -1 4202560 2990 0 1 0 186 10 0 0 20 0 22 0 340367145 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746638189720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7615] ppid=7610 vsize=2966184 CPUtime=3.19 cores=1,3,5,7
/proc/7612/task/7615/stat : 7615 (java) S 7610 7612 31325 0 -1 4202560 362 0 0 0 308 11 0 0 20 0 22 0 340367146 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746627250728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7616] ppid=7610 vsize=2966184 CPUtime=3.31 cores=1,3,5,7
/proc/7612/task/7616/stat : 7616 (java) S 7610 7612 31325 0 -1 4202560 300 0 0 0 320 11 0 0 20 0 22 0 340367146 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746503752104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7617] ppid=7610 vsize=2966184 CPUtime=3.52 cores=1,3,5,7
/proc/7612/task/7617/stat : 7617 (java) S 7610 7612 31325 0 -1 4202560 219 0 0 0 339 13 0 0 20 0 22 0 340367146 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746502699304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7618] ppid=7610 vsize=2966184 CPUtime=3.32 cores=1,3,5,7
/proc/7612/task/7618/stat : 7618 (java) S 7610 7612 31325 0 -1 4202560 282 0 0 0 319 13 0 0 20 0 22 0 340367146 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746501646504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7619] ppid=7610 vsize=2966184 CPUtime=3.51 cores=1,3,5,7
/proc/7612/task/7619/stat : 7619 (java) S 7610 7612 31325 0 -1 4202560 344 0 0 0 339 12 0 0 20 0 22 0 340367146 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746500594728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7620] ppid=7610 vsize=2966184 CPUtime=3.32 cores=1,3,5,7
/proc/7612/task/7620/stat : 7620 (java) S 7610 7612 31325 0 -1 4202560 305 0 0 0 319 13 0 0 20 0 22 0 340367146 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746499541928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7621] ppid=7610 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/7612/task/7621/stat : 7621 (java) S 7610 7612 31325 0 -1 4202560 325 0 0 0 299 12 0 0 20 0 22 0 340367146 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746498489128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7622] ppid=7610 vsize=2966184 CPUtime=3.35 cores=1,3,5,7
/proc/7612/task/7622/stat : 7622 (java) S 7610 7612 31325 0 -1 4202560 328 0 0 0 324 11 0 0 20 0 22 0 340367146 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746497436328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7623] ppid=7610 vsize=2966184 CPUtime=29.89 cores=1,3,5,7
/proc/7612/task/7623/stat : 7623 (java) S 7610 7612 31325 0 -1 4202560 290765 0 0 0 2882 107 0 0 20 0 22 0 340367147 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746014624232 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7624] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7624/stat : 7624 (java) S 7610 7612 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746013570296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7625] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7625/stat : 7625 (java) S 7610 7612 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746012517384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7626] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7626/stat : 7626 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746011465872 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7627] ppid=7610 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/7612/task/7627/stat : 7627 (java) S 7610 7612 31325 0 -1 4202560 8065 0 0 0 140 2 0 0 20 0 22 0 340367149 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746010414008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7628] ppid=7610 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/7612/task/7628/stat : 7628 (java) S 7610 7612 31325 0 -1 4202560 5491 0 0 0 88 2 0 0 20 0 22 0 340367149 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746009361208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7629] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7629/stat : 7629 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746008308600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7630] ppid=7610 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/7612/task/7630/stat : 7630 (java) S 7610 7612 31325 0 -1 4202560 51 0 0 0 19 23 0 0 20 0 22 0 340367149 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746007256008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7631] ppid=7610 vsize=2966184 CPUtime=841.86 cores=1,3,5,7
/proc/7612/task/7631/stat : 7631 (java) R 7610 7612 31325 0 -1 4202560 453 0 0 0 84169 17 0 0 20 0 22 0 340367356 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746006200784 139746509657791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7632] ppid=7610 vsize=2966184 CPUtime=841.85 cores=1,3,5,7
/proc/7612/task/7632/stat : 7632 (java) R 7610 7612 31325 0 -1 4202560 490 0 0 0 84169 16 0 0 20 0 22 0 340367356 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746005146192 139746509033141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7633] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7633/stat : 7633 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340367406 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746004095912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7634] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7634/stat : 7634 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340367406 3037372416 237096 33554432000 1073741824 1073778376 140736347941472 139746003043112 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1744.48
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.701 s]
/proc/loadavg: 1.99 2.14 2.69 3/217 7663
/proc/meminfo: memFree=28161772/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=2966184 CPUtime=1800.18 cores=1,3,5,7
/proc/7612/stat : 7612 (java) S 7610 7612 31325 0 -1 4202496 322597 0 1 0 179768 250 0 0 20 0 22 0 340367144 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 140736347932608 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 741546 237115 2285 9 0 732240 0
[pid=7612/tid=7614] ppid=7610 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/7612/task/7614/stat : 7614 (java) S 7610 7612 31325 0 -1 4202560 2991 0 1 0 186 10 0 0 20 0 22 0 340367145 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746638189720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7615] ppid=7610 vsize=2966184 CPUtime=3.27 cores=1,3,5,7
/proc/7612/task/7615/stat : 7615 (java) S 7610 7612 31325 0 -1 4202560 362 0 0 0 316 11 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746627250728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7616] ppid=7610 vsize=2966184 CPUtime=3.44 cores=1,3,5,7
/proc/7612/task/7616/stat : 7616 (java) S 7610 7612 31325 0 -1 4202560 300 0 0 0 333 11 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746503752104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7617] ppid=7610 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/7612/task/7617/stat : 7617 (java) S 7610 7612 31325 0 -1 4202560 220 0 0 0 350 13 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746502699304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7618] ppid=7610 vsize=2966184 CPUtime=3.44 cores=1,3,5,7
/proc/7612/task/7618/stat : 7618 (java) S 7610 7612 31325 0 -1 4202560 294 0 0 0 331 13 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746501646504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7619] ppid=7610 vsize=2966184 CPUtime=3.66 cores=1,3,5,7
/proc/7612/task/7619/stat : 7619 (java) S 7610 7612 31325 0 -1 4202560 344 0 0 0 353 13 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746500594728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7620] ppid=7610 vsize=2966184 CPUtime=3.44 cores=1,3,5,7
/proc/7612/task/7620/stat : 7620 (java) S 7610 7612 31325 0 -1 4202560 305 0 0 0 331 13 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746499541928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7621] ppid=7610 vsize=2966184 CPUtime=3.21 cores=1,3,5,7
/proc/7612/task/7621/stat : 7621 (java) S 7610 7612 31325 0 -1 4202560 333 0 0 0 308 13 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746498489128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7622] ppid=7610 vsize=2966184 CPUtime=3.46 cores=1,3,5,7
/proc/7612/task/7622/stat : 7622 (java) S 7610 7612 31325 0 -1 4202560 328 0 0 0 334 12 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746497436328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7623] ppid=7610 vsize=2966184 CPUtime=31.3 cores=1,3,5,7
/proc/7612/task/7623/stat : 7623 (java) S 7610 7612 31325 0 -1 4202560 301347 0 0 0 3019 111 0 0 20 0 22 0 340367147 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746014624232 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7624] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7624/stat : 7624 (java) S 7610 7612 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746013570296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7625] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7625/stat : 7625 (java) S 7610 7612 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746012517384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7626] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7626/stat : 7626 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746011465872 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7627] ppid=7610 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/7612/task/7627/stat : 7627 (java) S 7610 7612 31325 0 -1 4202560 8065 0 0 0 140 2 0 0 20 0 22 0 340367149 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746010414008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7628] ppid=7610 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/7612/task/7628/stat : 7628 (java) S 7610 7612 31325 0 -1 4202560 5491 0 0 0 88 2 0 0 20 0 22 0 340367149 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746009361208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7629] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7629/stat : 7629 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746008308600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7630] ppid=7610 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/7612/task/7630/stat : 7630 (java) S 7610 7612 31325 0 -1 4202560 53 0 0 0 19 24 0 0 20 0 22 0 340367149 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746007256008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7631] ppid=7610 vsize=2966184 CPUtime=868.55 cores=1,3,5,7
/proc/7612/task/7631/stat : 7631 (java) R 7610 7612 31325 0 -1 4202560 466 0 0 0 86837 18 0 0 20 0 22 0 340367356 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746006198992 139746509528972 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7632] ppid=7610 vsize=2966184 CPUtime=868.55 cores=1,3,5,7
/proc/7612/task/7632/stat : 7632 (java) R 7610 7612 31325 0 -1 4202560 510 0 0 0 86837 18 0 0 20 0 22 0 340367356 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746005146656 139746509063789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7633] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7633/stat : 7633 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340367406 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746004095912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7634] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7634/stat : 7634 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340367406 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746003043112 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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+910.701 s]
/proc/loadavg: 1.99 2.14 2.69 3/217 7663
/proc/meminfo: memFree=28161772/32873844 swapFree=7900/7900
[pid=7612] ppid=7610 vsize=2966184 CPUtime=1800.18 cores=1,3,5,7
/proc/7612/stat : 7612 (java) S 7610 7612 31325 0 -1 4202496 322597 0 1 0 179768 250 0 0 20 0 22 0 340367144 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 140736347932608 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7612/statm: 741546 237115 2285 9 0 732240 0
[pid=7612/tid=7614] ppid=7610 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/7612/task/7614/stat : 7614 (java) S 7610 7612 31325 0 -1 4202560 2991 0 1 0 186 10 0 0 20 0 22 0 340367145 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746638189720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7615] ppid=7610 vsize=2966184 CPUtime=3.27 cores=1,3,5,7
/proc/7612/task/7615/stat : 7615 (java) S 7610 7612 31325 0 -1 4202560 362 0 0 0 316 11 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746627250728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7616] ppid=7610 vsize=2966184 CPUtime=3.44 cores=1,3,5,7
/proc/7612/task/7616/stat : 7616 (java) S 7610 7612 31325 0 -1 4202560 300 0 0 0 333 11 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746503752104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7617] ppid=7610 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/7612/task/7617/stat : 7617 (java) S 7610 7612 31325 0 -1 4202560 220 0 0 0 350 13 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746502699304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7618] ppid=7610 vsize=2966184 CPUtime=3.44 cores=1,3,5,7
/proc/7612/task/7618/stat : 7618 (java) S 7610 7612 31325 0 -1 4202560 294 0 0 0 331 13 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746501646504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7619] ppid=7610 vsize=2966184 CPUtime=3.66 cores=1,3,5,7
/proc/7612/task/7619/stat : 7619 (java) S 7610 7612 31325 0 -1 4202560 344 0 0 0 353 13 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746500594728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7620] ppid=7610 vsize=2966184 CPUtime=3.44 cores=1,3,5,7
/proc/7612/task/7620/stat : 7620 (java) S 7610 7612 31325 0 -1 4202560 305 0 0 0 331 13 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746499541928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7621] ppid=7610 vsize=2966184 CPUtime=3.21 cores=1,3,5,7
/proc/7612/task/7621/stat : 7621 (java) S 7610 7612 31325 0 -1 4202560 333 0 0 0 308 13 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746498489128 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7622] ppid=7610 vsize=2966184 CPUtime=3.46 cores=1,3,5,7
/proc/7612/task/7622/stat : 7622 (java) S 7610 7612 31325 0 -1 4202560 328 0 0 0 334 12 0 0 20 0 22 0 340367146 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746497436328 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7623] ppid=7610 vsize=2966184 CPUtime=31.3 cores=1,3,5,7
/proc/7612/task/7623/stat : 7623 (java) S 7610 7612 31325 0 -1 4202560 301347 0 0 0 3019 111 0 0 20 0 22 0 340367147 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746014624232 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7624] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7624/stat : 7624 (java) S 7610 7612 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746013570296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7625] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7625/stat : 7625 (java) S 7610 7612 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340367147 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746012517384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7626] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7626/stat : 7626 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746011465872 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7627] ppid=7610 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/7612/task/7627/stat : 7627 (java) S 7610 7612 31325 0 -1 4202560 8065 0 0 0 140 2 0 0 20 0 22 0 340367149 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746010414008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7612/tid=7628] ppid=7610 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/7612/task/7628/stat : 7628 (java) S 7610 7612 31325 0 -1 4202560 5491 0 0 0 88 2 0 0 20 0 22 0 340367149 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746009361208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7629] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7629/stat : 7629 (java) S 7610 7612 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340367149 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746008308600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7612/tid=7630] ppid=7610 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/7612/task/7630/stat : 7630 (java) S 7610 7612 31325 0 -1 4202560 53 0 0 0 19 24 0 0 20 0 22 0 340367149 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746007256008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7631] ppid=7610 vsize=2966184 CPUtime=868.55 cores=1,3,5,7
/proc/7612/task/7631/stat : 7631 (java) R 7610 7612 31325 0 -1 4202560 466 0 0 0 86837 18 0 0 20 0 22 0 340367356 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746006198992 139746509528972 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7612/tid=7632] ppid=7610 vsize=2966184 CPUtime=868.55 cores=1,3,5,7
/proc/7612/task/7632/stat : 7632 (java) R 7610 7612 31325 0 -1 4202560 510 0 0 0 86837 18 0 0 20 0 22 0 340367356 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746005146656 139746509063789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7633] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7633/stat : 7633 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340367406 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746004095912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7612/tid=7634] ppid=7610 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7612/task/7634/stat : 7634 (java) S 7610 7612 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340367406 3037372416 237115 33554432000 1073741824 1073778376 140736347941472 139746003043112 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 910.746
CPU time (s): 1801.03
CPU user time (s): 1798.03
CPU system time (s): 3.00254
CPU usage (%): 197.753
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 3.00254
maximum resident set size= 979264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322630
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47273
involuntary context switches= 77809

runsolver used 3.40248 second user time and 9.38457 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 18:53:46
IDJOB=3733344
IDBENCH=2284
IDSOLVER=2324
FILE ID=node137/3733344-1338742426
RUNJOBID= node137-1338736827-6568
PBS_JOBID= 14636756
Free space on /tmp= 70312 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370a.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733344-1338742426/watcher-3733344-1338742426 -o /tmp/evaluation-result-3733344-1338742426/solver-3733344-1338742426 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733344-1338742426.opb

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

MD5SUM BENCH= 28d10e1d13e82e070b03ac2e5d475941
RANDOM SEED=1669396911

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29115004 kB
Buffers:          269552 kB
Cached:          1228096 kB
SwapCached:         5796 kB
Active:          2226556 kB
Inactive:         705152 kB
Active(anon):    1428956 kB
Inactive(anon):     7172 kB
Active(file):     797600 kB
Inactive(file):   697980 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              8696 kB
Writeback:             0 kB
AnonPages:       1432836 kB
Mapped:            17404 kB
Shmem:                 0 kB
Slab:             684396 kB
SReclaimable:     125328 kB
SUnreclaim:       559068 kB
KernelStack:        1792 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1384448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70312 MiB
End job on node137 at 2012-06-03 19:08:59