Trace number 2662142

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
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.47 931.71

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bienst2.opb
MD5SUM0af97c6a7a59a4d1015a4f591401bda7
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13736
Total number of constraints597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints592
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 13958659059
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662142-1276528646.opb
0.23/0.21	c reading problem ... 
3.03/1.70	c ... done. Wall clock time 1.49s.
3.03/1.70	c #vars     13736
3.03/1.70	c #constraints  5947
3.03/1.70	c constraints type 
3.03/1.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
3.03/1.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 715
3.03/1.71	c constraints type 
3.03/1.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
3.03/1.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 715
29.58/15.13	c cleaning 2491 clauses out of 4985 with flag 5000/5000
47.08/24.10	c cleaning 4239 clauses out of 8494 with flag 11000/11000
73.28/37.35	c cleaning 5617 clauses out of 11254 with flag 18000/18000
115.12/58.52	c cleaning 6807 clauses out of 13633 with flag 26001/26001
131.05/66.72	c cleaning 7906 clauses out of 15822 with flag 35001/35001
164.38/83.67	c cleaning 8926 clauses out of 17916 with flag 45003/45003
195.40/99.40	c cleaning 9485 clauses out of 18986 with flag 55001/55001
222.49/113.25	c cleaning 9721 clauses out of 19498 with flag 65000/65000
264.68/134.78	c cleaning 9884 clauses out of 19775 with flag 75001/75001
310.55/158.07	c cleaning 9931 clauses out of 19890 with flag 85000/85000
339.94/173.04	c cleaning 9969 clauses out of 19958 with flag 95000/95000
373.48/190.15	c cleaning 9983 clauses out of 19985 with flag 105000/105000
407.91/207.72	c cleaning 9978 clauses out of 20002 with flag 115000/115000
441.63/224.94	c cleaning 10001 clauses out of 20020 with flag 125001/125001
484.84/246.99	c cleaning 9993 clauses out of 20014 with flag 135000/135000
522.24/266.05	c cleaning 0 clauses out of 5001 with flag 0/5001
557.52/284.14	c cleaning 10001 clauses out of 20021 with flag 145000/145000
624.05/317.91	c cleaning 9992 clauses out of 20020 with flag 155000/155000
660.79/336.80	c cleaning 10009 clauses out of 20028 with flag 165000/165000
692.59/353.02	c cleaning 9994 clauses out of 20019 with flag 175000/175000
724.29/369.49	c cleaning 10008 clauses out of 20023 with flag 185000/185000
764.50/390.06	c cleaning 9972 clauses out of 20013 with flag 195000/195000
786.84/401.61	c cleaning 10000 clauses out of 20043 with flag 205003/205003
836.84/427.28	c cleaning 10012 clauses out of 20042 with flag 215002/215002
873.79/446.39	c cleaning 10004 clauses out of 20026 with flag 225000/225000
903.63/461.73	c cleaning 10005 clauses out of 20023 with flag 235001/235001
937.00/478.91	c cleaning 10000 clauses out of 20017 with flag 245000/245000
962.61/492.27	c cleaning 9994 clauses out of 20016 with flag 255000/255000
985.94/504.59	c cleaning 9986 clauses out of 20022 with flag 265000/265000
1005.95/515.01	c cleaning 9994 clauses out of 20037 with flag 275001/275001
1033.29/529.21	c cleaning 10009 clauses out of 20037 with flag 285001/285001
1037.42/531.78	c cleaning 0 clauses out of 11003 with flag 0/11003
1061.26/544.41	c cleaning 10001 clauses out of 20025 with flag 295001/295001
1097.49/563.09	c cleaning 10002 clauses out of 20023 with flag 305000/305000
1145.57/587.78	c cleaning 9975 clauses out of 20022 with flag 315001/315001
1171.81/601.49	c cleaning 10015 clauses out of 20047 with flag 325001/325001
1191.78/612.18	c cleaning 10003 clauses out of 20031 with flag 335000/335000
1212.87/623.25	c cleaning 9998 clauses out of 20029 with flag 345001/345001
1243.89/639.34	c cleaning 9990 clauses out of 20030 with flag 355000/355000
1271.71/653.84	c cleaning 9991 clauses out of 20040 with flag 365000/365000
1297.63/667.57	c cleaning 10006 clauses out of 20049 with flag 375001/375001
1332.17/685.46	c cleaning 10001 clauses out of 20042 with flag 385000/385000
1367.48/703.76	c cleaning 10001 clauses out of 20041 with flag 395000/395000
1404.93/723.14	c cleaning 10002 clauses out of 20040 with flag 405000/405000
1444.58/743.80	c cleaning 10018 clauses out of 20039 with flag 415001/415001
1472.88/758.63	c cleaning 10001 clauses out of 20024 with flag 425004/425004
1491.88/768.79	c cleaning 9992 clauses out of 20018 with flag 435000/435000
1516.19/781.50	c cleaning 9970 clauses out of 20024 with flag 445001/445001
1538.55/793.54	c cleaning 10009 clauses out of 20053 with flag 455000/455000
1557.70/803.71	c cleaning 9981 clauses out of 20044 with flag 465000/465000
1567.72/809.33	c cleaning 10026 clauses out of 20066 with flag 475003/475003
1576.54/814.36	c cleaning 10014 clauses out of 20037 with flag 485000/485000
1589.18/821.47	c cleaning 10002 clauses out of 20024 with flag 495001/495001
1623.75/839.46	c cleaning 9998 clauses out of 20022 with flag 505001/505001
1655.49/856.00	c cleaning 9985 clauses out of 20024 with flag 515001/515001
1689.44/873.75	c cleaning 9980 clauses out of 20038 with flag 525000/525000
1725.76/892.88	c cleaning 10001 clauses out of 20059 with flag 535001/535001
1756.51/908.90	c cleaning 9992 clauses out of 20057 with flag 545000/545000
1800.13/931.52	c starts		: 153
1800.13/931.52	c conflicts		: 552952
1800.13/931.52	c decisions		: 903405
1800.13/931.52	c propagations		: 29906091
1800.13/931.52	c inspects		: 190776867
1800.13/931.52	c learnt literals	: 71
1800.13/931.52	c learnt binary clauses	: 10
1800.13/931.52	c learnt ternary clauses	: 546
1800.13/931.52	c learnt clauses	: 552880
1800.13/931.52	c ignored clauses	: 0
1800.13/931.52	c root simplifications	: 0
1800.13/931.53	c removed literals (reason simplification)	: 9059184
1800.13/931.53	c reason swapping (by a shorter reason)	: 0
1800.13/931.53	c Calls to reduceDB	: 56
1800.13/931.53	c number of reductions to clauses (during analyze)	: 0
1800.13/931.53	c number of learned constraints concerned by reduction	: 0
1800.13/931.53	c number of learning phase by resolution	: 0
1800.13/931.53	c number of learning phase by cutting planes	: 0
1800.13/931.53	c speed (assignments/second)	: 32163.104709913467
1800.13/931.53	c non guided choices	68419
1800.35/931.62	c learnt constraints type 
1800.35/931.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18028
1800.35/931.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.35/931.62	c constraints type 
1800.35/931.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1800.35/931.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 715
1800.35/931.62	c constraints type 
1800.35/931.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
1800.35/931.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 715
1800.35/931.62	s UNKNOWN
1800.35/931.62	c Total wall clock time (in seconds): 931.406

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662142-1276528646/watcher-2662142-1276528646 -o /tmp/evaluation-result-2662142-1276528646/solver-2662142-1276528646 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662142-1276528646.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 29289
/proc/meminfo: memFree=1858180/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1832 CPUtime=0
/proc/29289/stat : 29289 (java6) S 29287 29289 28651 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 26520378 1875968 153 1992294400 134512640 134550932 4291961712 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/29289/statm: 458 153 116 10 0 63 0

[startup+0.022961 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 29289
/proc/meminfo: memFree=1858180/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=13980 CPUtime=0.01
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 1247 0 1 0 0 1 0 0 18 0 2 0 26520378 14315520 693 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 3495 693 355 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13980

[startup+0.104344 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 29289
/proc/meminfo: memFree=1858180/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1525204 CPUtime=0.09
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 3972 0 1 0 6 3 0 0 18 0 12 0 26520378 1561808896 3410 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 381301 3411 1077 10 0 378604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525204

[startup+0.300338 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 29289
/proc/meminfo: memFree=1858180/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1526236 CPUtime=0.37
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 5538 0 1 0 33 4 0 0 18 0 12 0 26520378 1562865664 4974 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 381559 4975 1362 10 0 378862 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526236

[startup+0.700327 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 29289
/proc/meminfo: memFree=1858180/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1540036 CPUtime=1.16
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 10487 0 1 0 110 6 0 0 18 0 12 0 26520378 1576996864 9251 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 385009 9252 1393 10 0 382312 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1540036

[startup+1.50131 s]
/proc/loadavg: 0.92 0.98 0.99 4/119 29301
/proc/meminfo: memFree=1817724/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1542420 CPUtime=2.76
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 20834 0 1 0 265 11 0 0 18 0 12 0 26520378 1579438080 18023 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 385605 18027 1405 10 0 382908 0
[pid=29289/tid=29291] ppid=29287 vsize=1542420 CPUtime=1.47
/proc/29289/task/29291/stat : 29291 (java) R 29287 29289 28651 0 -1 4202560 13008 0 1 0 140 7 0 0 18 0 12 0 26520380 1579438080 18029 1992294400 134512640 134550932 4294426208 18446744073709551615 4109846559 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29289/tid=29292] ppid=29287 vsize=1542420 CPUtime=0
/proc/29289/task/29292/stat : 29292 (java) S 29287 29289 28651 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 26520381 1579438080 18030 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29293] ppid=29287 vsize=1542420 CPUtime=0
/proc/29289/task/29293/stat : 29293 (java) S 29287 29289 28651 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 26520381 1579438080 18030 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29294] ppid=29287 vsize=1542420 CPUtime=0
/proc/29289/task/29294/stat : 29294 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 26520383 1579438080 18030 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29295] ppid=29287 vsize=1542420 CPUtime=0
/proc/29289/task/29295/stat : 29295 (java) S 29287 29289 28651 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 26520384 1579438080 18033 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29296] ppid=29287 vsize=1542420 CPUtime=0
/proc/29289/task/29296/stat : 29296 (java) S 29287 29289 28651 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 26520384 1579438080 18036 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29297] ppid=29287 vsize=1542420 CPUtime=0
/proc/29289/task/29297/stat : 29297 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 26520388 1579438080 18038 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29298] ppid=29287 vsize=1542420 CPUtime=1.06
/proc/29289/task/29298/stat : 29298 (java) S 29287 29289 28651 0 -1 4202560 5535 0 0 0 104 2 0 0 25 0 12 0 26520388 1579438080 18040 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=1542420 CPUtime=0.19
/proc/29289/task/29299/stat : 29299 (java) R 29287 29289 28651 0 -1 4202560 1233 0 0 0 19 0 0 0 25 0 12 0 26520388 1579438080 18040 1992294400 134512640 134550932 4294426208 18446744073709551615 104164019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29289/tid=29300] ppid=29287 vsize=1542420 CPUtime=0
/proc/29289/task/29300/stat : 29300 (java) S 29287 29289 28651 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 26520388 1579438080 18040 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29301] ppid=29287 vsize=1542420 CPUtime=0
/proc/29289/task/29301/stat : 29301 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26520388 1579438080 18043 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1542420

[startup+3.10126 s]
/proc/loadavg: 0.92 0.98 0.99 6/122 29304
/proc/meminfo: memFree=1765620/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1543716 CPUtime=5.82
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 31730 0 1 0 566 16 0 0 18 0 16 0 26520378 1580765184 28917 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 385929 28917 1425 10 0 383232 0
[pid=29289/tid=29291] ppid=29287 vsize=1543716 CPUtime=1.67
/proc/29289/task/29291/stat : 29291 (java) S 29287 29289 28651 0 -1 4202560 17491 0 1 0 158 9 0 0 18 0 16 0 26520380 1580765184 28917 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29292] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29292/stat : 29292 (java) S 29287 29289 28651 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 26520381 1580765184 28917 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29293] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29293/stat : 29293 (java) S 29287 29289 28651 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 26520381 1580765184 28917 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29294] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29294/stat : 29294 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 26520383 1580765184 28918 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29295] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29295/stat : 29295 (java) S 29287 29289 28651 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 26520384 1580765184 28918 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29296] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29296/stat : 29296 (java) S 29287 29289 28651 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 26520384 1580765184 28919 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29297] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29297/stat : 29297 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 28919 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29298] ppid=29287 vsize=1543716 CPUtime=1.61
/proc/29289/task/29298/stat : 29298 (java) R 29287 29289 28651 0 -1 4202560 5633 0 0 0 159 2 0 0 25 0 16 0 26520388 1580765184 28919 1992294400 134512640 134550932 4294426208 18446744073709551615 105873456 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=1543716 CPUtime=0.76
/proc/29289/task/29299/stat : 29299 (java) R 29287 29289 28651 0 -1 4202560 1312 0 0 0 76 0 0 0 25 0 16 0 26520388 1580765184 28919 1992294400 134512640 134550932 4294426208 18446744073709551615 105749486 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29289/tid=29300] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29300/stat : 29300 (java) S 29287 29289 28651 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 28919 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29301] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29301/stat : 29301 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 26520388 1580765184 28919 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=1543716 CPUtime=1.14
/proc/29289/task/29302/stat : 29302 (java) R 29287 29289 28651 0 -1 4202560 3280 0 0 0 113 1 0 0 18 0 16 0 26520550 1580765184 28920 1992294400 134512640 134550932 4294426208 18446744073709551615 4109914928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29289/tid=29303] ppid=29287 vsize=1543716 CPUtime=0.58
/proc/29289/task/29303/stat : 29303 (java) R 29287 29289 28651 0 -1 4202560 2944 0 0 0 57 1 0 0 17 0 16 0 26520550 1580765184 28920 1992294400 134512640 134550932 4294426208 18446744073709551615 4109707840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29304/stat : 29304 (java) S 29287 29289 28651 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 26520583 1580765184 28920 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 1543716

[startup+6.30118 s]
/proc/loadavg: 1.41 1.08 1.03 5/123 29305
/proc/meminfo: memFree=1680424/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1543716 CPUtime=12.15
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 48520 0 1 0 1191 24 0 0 18 0 16 0 26520378 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 385929 45583 1434 10 0 383232 0
[pid=29289/tid=29291] ppid=29287 vsize=1543716 CPUtime=1.67
/proc/29289/task/29291/stat : 29291 (java) S 29287 29289 28651 0 -1 4202560 17491 0 1 0 158 9 0 0 15 0 16 0 26520380 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29292] ppid=29287 vsize=1543716 CPUtime=0.18
/proc/29289/task/29292/stat : 29292 (java) S 29287 29289 28651 0 -1 4202560 4491 0 0 0 16 2 0 0 16 0 16 0 26520381 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29293] ppid=29287 vsize=1543716 CPUtime=0.18
/proc/29289/task/29293/stat : 29293 (java) S 29287 29289 28651 0 -1 4202560 3845 0 0 0 16 2 0 0 16 0 16 0 26520381 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29294] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29294/stat : 29294 (java) S 29287 29289 28651 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 16 0 26520383 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29295] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29295/stat : 29295 (java) S 29287 29289 28651 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 26520384 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29296] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29296/stat : 29296 (java) S 29287 29289 28651 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 26520384 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29297] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29297/stat : 29297 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29298] ppid=29287 vsize=1543716 CPUtime=1.63
/proc/29289/task/29298/stat : 29298 (java) R 29287 29289 28651 0 -1 4202560 5635 0 0 0 161 2 0 0 25 0 16 0 26520388 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 103229981 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=1543716 CPUtime=1.12
/proc/29289/task/29299/stat : 29299 (java) R 29287 29289 28651 0 -1 4202560 1357 0 0 0 112 0 0 0 23 0 16 0 26520388 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 103148019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29289/tid=29300] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29300/stat : 29300 (java) S 29287 29289 28651 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29301] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29301/stat : 29301 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 26520388 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=1543716 CPUtime=4.11
/proc/29289/task/29302/stat : 29302 (java) R 29287 29289 28651 0 -1 4202560 4527 0 0 0 410 1 0 0 19 0 16 0 26520550 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4109915163 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29289/tid=29303] ppid=29287 vsize=1543716 CPUtime=3.17
/proc/29289/task/29303/stat : 29303 (java) R 29287 29289 28651 0 -1 4202560 10087 0 0 0 313 4 0 0 19 0 16 0 26520550 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4109404921 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29304/stat : 29304 (java) S 29287 29289 28651 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 26520583 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29305] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29305/stat : 29305 (java) S 29287 29289 28651 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 26520590 1580765184 45583 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 1543716

[startup+12.701 s]
/proc/loadavg: 1.45 1.10 1.03 3/123 29307
/proc/meminfo: memFree=1648432/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1543716 CPUtime=24.82
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 58190 0 1 0 2453 29 0 0 18 0 16 0 26520378 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 385929 53847 1443 10 0 383232 0
[pid=29289/tid=29291] ppid=29287 vsize=1543716 CPUtime=1.67
/proc/29289/task/29291/stat : 29291 (java) S 29287 29289 28651 0 -1 4202560 17492 0 1 0 158 9 0 0 15 0 16 0 26520380 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29292] ppid=29287 vsize=1543716 CPUtime=0.49
/proc/29289/task/29292/stat : 29292 (java) S 29287 29289 28651 0 -1 4202560 8850 0 0 0 46 3 0 0 16 0 16 0 26520381 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29293] ppid=29287 vsize=1543716 CPUtime=0.49
/proc/29289/task/29293/stat : 29293 (java) S 29287 29289 28651 0 -1 4202560 8902 0 0 0 45 4 0 0 16 0 16 0 26520381 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29294] ppid=29287 vsize=1543716 CPUtime=0.01
/proc/29289/task/29294/stat : 29294 (java) S 29287 29289 28651 0 -1 4202560 22 0 0 0 1 0 0 0 16 0 16 0 26520383 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29295] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29295/stat : 29295 (java) S 29287 29289 28651 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 26520384 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29296] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29296/stat : 29296 (java) S 29287 29289 28651 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 26520384 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29297] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29297/stat : 29297 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29298] ppid=29287 vsize=1543716 CPUtime=2.57
/proc/29289/task/29298/stat : 29298 (java) S 29287 29289 28651 0 -1 4202560 5820 0 0 0 255 2 0 0 18 0 16 0 26520388 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=1543716 CPUtime=1.98
/proc/29289/task/29299/stat : 29299 (java) S 29287 29289 28651 0 -1 4202560 1410 0 0 0 198 0 0 0 24 0 16 0 26520388 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29300] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29300/stat : 29300 (java) S 29287 29289 28651 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29301] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29301/stat : 29301 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 26520388 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=1543716 CPUtime=9.25
/proc/29289/task/29302/stat : 29302 (java) R 29287 29289 28651 0 -1 4202560 4527 0 0 0 923 2 0 0 25 0 16 0 26520550 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4110011268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29289/tid=29303] ppid=29287 vsize=1543716 CPUtime=8.27
/proc/29289/task/29303/stat : 29303 (java) R 29287 29289 28651 0 -1 4202560 10095 0 0 0 823 4 0 0 25 0 16 0 26520550 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4110011128 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29304/stat : 29304 (java) S 29287 29289 28651 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 26520583 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29305] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29305/stat : 29305 (java) S 29287 29289 28651 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 26520590 1580765184 53847 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 1543716

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

Current children cumulated vsize (KiB) 1543716

[startup+822.301 s]
/proc/loadavg: 1.87 1.91 1.58 2/123 29327
/proc/meminfo: memFree=1337192/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1543716 CPUtime=1590.17
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 148013 0 1 0 158879 138 0 0 18 0 16 0 26520378 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 385929 130804 1448 10 0 383232 0
[pid=29289/tid=29291] ppid=29287 vsize=1543716 CPUtime=1.68
/proc/29289/task/29291/stat : 29291 (java) S 29287 29289 28651 0 -1 4202560 17523 0 1 0 158 10 0 0 15 0 16 0 26520380 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29292] ppid=29287 vsize=1543716 CPUtime=11.44
/proc/29289/task/29292/stat : 29292 (java) S 29287 29289 28651 0 -1 4202560 55322 0 0 0 1105 39 0 0 16 0 16 0 26520381 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29293] ppid=29287 vsize=1543716 CPUtime=11.46
/proc/29289/task/29293/stat : 29293 (java) S 29287 29289 28651 0 -1 4202560 50938 0 0 0 1105 41 0 0 15 0 16 0 26520381 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29294] ppid=29287 vsize=1543716 CPUtime=39.94
/proc/29289/task/29294/stat : 29294 (java) R 29287 29289 28651 0 -1 4202560 601 0 0 0 3987 7 0 0 16 0 16 0 26520383 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 104187738 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=29289/tid=29295] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29295/stat : 29295 (java) S 29287 29289 28651 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 26520384 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29296] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29296/stat : 29296 (java) S 29287 29289 28651 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 26520384 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29297] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29297/stat : 29297 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29298] ppid=29287 vsize=1543716 CPUtime=3.77
/proc/29289/task/29298/stat : 29298 (java) S 29287 29289 28651 0 -1 4202560 5877 0 0 0 375 2 0 0 15 0 16 0 26520388 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=1543716 CPUtime=2.9
/proc/29289/task/29299/stat : 29299 (java) S 29287 29289 28651 0 -1 4202560 1471 0 0 0 290 0 0 0 16 0 16 0 26520388 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29300] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29300/stat : 29300 (java) S 29287 29289 28651 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29301] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29301/stat : 29301 (java) S 29287 29289 28651 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 26520388 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=1543716 CPUtime=757.52
/proc/29289/task/29302/stat : 29302 (java) S 29287 29289 28651 0 -1 4202560 4797 0 0 0 75740 12 0 0 25 0 16 0 26520550 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29303] ppid=29287 vsize=1543716 CPUtime=761.37
/proc/29289/task/29303/stat : 29303 (java) S 29287 29289 28651 0 -1 4202560 10366 0 0 0 76115 22 0 0 25 0 16 0 26520550 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29304/stat : 29304 (java) S 29287 29289 28651 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 26520583 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29305] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29305/stat : 29305 (java) S 29287 29289 28651 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 26520590 1580765184 130804 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1590.17
Current children cumulated vsize (KiB) 1543716

[startup+882.301 s]
/proc/loadavg: 1.88 1.91 1.59 3/123 29329
/proc/meminfo: memFree=1311648/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1543716 CPUtime=1704.96
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 155480 0 1 0 170350 146 0 0 18 0 16 0 26520378 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 385929 137162 1448 10 0 383232 0
[pid=29289/tid=29291] ppid=29287 vsize=1543716 CPUtime=1.68
/proc/29289/task/29291/stat : 29291 (java) S 29287 29289 28651 0 -1 4202560 17526 0 1 0 158 10 0 0 15 0 16 0 26520380 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29292] ppid=29287 vsize=1543716 CPUtime=12.36
/proc/29289/task/29292/stat : 29292 (java) S 29287 29289 28651 0 -1 4202560 58469 0 0 0 1195 41 0 0 16 0 16 0 26520381 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29293] ppid=29287 vsize=1543716 CPUtime=12.39
/proc/29289/task/29293/stat : 29293 (java) S 29287 29289 28651 0 -1 4202560 55221 0 0 0 1194 45 0 0 15 0 16 0 26520381 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29294] ppid=29287 vsize=1543716 CPUtime=44.12
/proc/29289/task/29294/stat : 29294 (java) S 29287 29289 28651 0 -1 4202560 605 0 0 0 4405 7 0 0 15 0 16 0 26520383 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29295] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29295/stat : 29295 (java) S 29287 29289 28651 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 26520384 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29296] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29296/stat : 29296 (java) S 29287 29289 28651 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 26520384 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29297] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29297/stat : 29297 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29298] ppid=29287 vsize=1543716 CPUtime=3.77
/proc/29289/task/29298/stat : 29298 (java) S 29287 29289 28651 0 -1 4202560 5877 0 0 0 375 2 0 0 15 0 16 0 26520388 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=1543716 CPUtime=2.9
/proc/29289/task/29299/stat : 29299 (java) S 29287 29289 28651 0 -1 4202560 1471 0 0 0 290 0 0 0 16 0 16 0 26520388 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29300] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29300/stat : 29300 (java) S 29287 29289 28651 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29301] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29301/stat : 29301 (java) S 29287 29289 28651 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 26520388 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=1543716 CPUtime=811.41
/proc/29289/task/29302/stat : 29302 (java) R 29287 29289 28651 0 -1 4202560 4811 0 0 0 81129 12 0 0 25 0 16 0 26520550 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4110011128 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29289/tid=29303] ppid=29287 vsize=1543716 CPUtime=816.24
/proc/29289/task/29303/stat : 29303 (java) R 29287 29289 28651 0 -1 4202560 10378 0 0 0 81600 24 0 0 25 0 16 0 26520550 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4110011190 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29304/stat : 29304 (java) S 29287 29289 28651 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 26520583 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29305] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29305/stat : 29305 (java) S 29287 29289 28651 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 26520590 1580765184 137162 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1704.96
Current children cumulated vsize (KiB) 1543716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+931.501 s]
/proc/loadavg: 1.90 1.91 1.61 3/123 29331
/proc/meminfo: memFree=1309292/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1543716 CPUtime=1800.13
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 156113 0 1 0 179863 150 0 0 18 0 16 0 26520378 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 385929 137722 1448 10 0 383232 0
[pid=29289/tid=29291] ppid=29287 vsize=1543716 CPUtime=1.68
/proc/29289/task/29291/stat : 29291 (java) S 29287 29289 28651 0 -1 4202560 17527 0 1 0 158 10 0 0 15 0 16 0 26520380 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29292] ppid=29287 vsize=1543716 CPUtime=13.09
/proc/29289/task/29292/stat : 29292 (java) S 29287 29289 28651 0 -1 4202560 58692 0 0 0 1268 41 0 0 15 0 16 0 26520381 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29293] ppid=29287 vsize=1543716 CPUtime=13.12
/proc/29289/task/29293/stat : 29293 (java) S 29287 29289 28651 0 -1 4202560 55605 0 0 0 1266 46 0 0 16 0 16 0 26520381 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29294] ppid=29287 vsize=1543716 CPUtime=46.51
/proc/29289/task/29294/stat : 29294 (java) S 29287 29289 28651 0 -1 4202560 607 0 0 0 4644 7 0 0 15 0 16 0 26520383 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29295] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29295/stat : 29295 (java) S 29287 29289 28651 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 26520384 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29296] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29296/stat : 29296 (java) S 29287 29289 28651 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 26520384 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29297] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29297/stat : 29297 (java) S 29287 29289 28651 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29298] ppid=29287 vsize=1543716 CPUtime=3.77
/proc/29289/task/29298/stat : 29298 (java) S 29287 29289 28651 0 -1 4202560 5877 0 0 0 375 2 0 0 15 0 16 0 26520388 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=1543716 CPUtime=2.9
/proc/29289/task/29299/stat : 29299 (java) S 29287 29289 28651 0 -1 4202560 1471 0 0 0 290 0 0 0 16 0 16 0 26520388 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29300] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29300/stat : 29300 (java) S 29287 29289 28651 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 26520388 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29301] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29301/stat : 29301 (java) S 29287 29289 28651 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 26520388 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=1543716 CPUtime=857.35
/proc/29289/task/29302/stat : 29302 (java) R 29287 29289 28651 0 -1 4202560 4823 0 0 0 85721 14 0 0 25 0 16 0 26520550 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4110011212 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29289/tid=29303] ppid=29287 vsize=1543716 CPUtime=861.62
/proc/29289/task/29303/stat : 29303 (java) R 29287 29289 28651 0 -1 4202560 10387 0 0 0 86138 24 0 0 25 0 16 0 26520550 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4110010112 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29304/stat : 29304 (java) S 29287 29289 28651 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 26520583 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29305] ppid=29287 vsize=1543716 CPUtime=0
/proc/29289/task/29305/stat : 29305 (java) S 29287 29289 28651 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 26520590 1580765184 137722 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1543716

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

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

[startup+931.616 s]
/proc/loadavg: 1.90 1.91 1.61 5/126 29334
/proc/meminfo: memFree=1309144/2059040 swapFree=4140108/4192956
[pid=29289] ppid=29287 vsize=1544364 CPUtime=1800.35
/proc/29289/stat : 29289 (java) S 29287 29289 28651 0 -1 4202496 156132 0 1 0 179885 150 0 0 18 0 18 0 26520378 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29289/statm: 386091 137741 1450 10 0 383394 0
[pid=29289/tid=29291] ppid=29287 vsize=1544364 CPUtime=1.68
/proc/29289/task/29291/stat : 29291 (java) S 29287 29289 28651 0 -1 4202560 17527 0 1 0 158 10 0 0 15 0 18 0 26520380 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29292] ppid=29287 vsize=1544364 CPUtime=13.09
/proc/29289/task/29292/stat : 29292 (java) S 29287 29289 28651 0 -1 4202560 58692 0 0 0 1268 41 0 0 15 0 18 0 26520381 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29293] ppid=29287 vsize=1544364 CPUtime=13.12
/proc/29289/task/29293/stat : 29293 (java) S 29287 29289 28651 0 -1 4202560 55605 0 0 0 1266 46 0 0 16 0 18 0 26520381 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29294] ppid=29287 vsize=1544364 CPUtime=46.51
/proc/29289/task/29294/stat : 29294 (java) S 29287 29289 28651 0 -1 4202560 607 0 0 0 4644 7 0 0 15 0 18 0 26520383 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 0 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29295] ppid=29287 vsize=1544364 CPUtime=0
/proc/29289/task/29295/stat : 29295 (java) S 29287 29289 28651 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 18 0 26520384 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29296] ppid=29287 vsize=1544364 CPUtime=0
/proc/29289/task/29296/stat : 29296 (java) S 29287 29289 28651 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 26520384 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29297] ppid=29287 vsize=1544364 CPUtime=0
/proc/29289/task/29297/stat : 29297 (java) S 29287 29289 28651 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 26520388 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29298] ppid=29287 vsize=1544364 CPUtime=3.82
/proc/29289/task/29298/stat : 29298 (java) S 29287 29289 28651 0 -1 4202560 5879 0 0 0 380 2 0 0 15 0 18 0 26520388 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29299] ppid=29287 vsize=1544364 CPUtime=2.9
/proc/29289/task/29299/stat : 29299 (java) S 29287 29289 28651 0 -1 4202560 1471 0 0 0 290 0 0 0 16 0 18 0 26520388 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29300] ppid=29287 vsize=1544364 CPUtime=0
/proc/29289/task/29300/stat : 29300 (java) S 29287 29289 28651 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 26520388 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29301] ppid=29287 vsize=1544364 CPUtime=0
/proc/29289/task/29301/stat : 29301 (java) S 29287 29289 28651 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 26520388 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29302] ppid=29287 vsize=1544364 CPUtime=857.39
/proc/29289/task/29302/stat : 29302 (java) R 29287 29289 28651 0 -1 4202560 4823 0 0 0 85725 14 0 0 25 0 18 0 26520550 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4110077999 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29289/tid=29303] ppid=29287 vsize=1544364 CPUtime=861.73
/proc/29289/task/29303/stat : 29303 (java) R 29287 29289 28651 0 -1 4202560 10387 0 0 0 86149 24 0 0 25 0 18 0 26520550 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4110011136 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29289/tid=29304] ppid=29287 vsize=1544364 CPUtime=0
/proc/29289/task/29304/stat : 29304 (java) S 29287 29289 28651 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 26520583 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29305] ppid=29287 vsize=1544364 CPUtime=0
/proc/29289/task/29305/stat : 29305 (java) S 29287 29289 28651 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 18 0 26520590 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 1 0 0 0
[pid=29289/tid=29333] ppid=29287 vsize=1544364 CPUtime=0
/proc/29289/task/29333/stat : 29333 (java) S 29287 29289 28651 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 18 0 26613530 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 4294960144 0 4 0 16800975 18446604437835065152 0 0 -1 0 0 0 0
[pid=29289/tid=29334] ppid=29287 vsize=1544364 CPUtime=0.02
/proc/29289/task/29334/stat : 29334 (java) R 29287 29289 28651 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 18 0 26613530 1581428736 137741 1992294400 134512640 134550932 4294426208 18446744073709551615 9817683 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 1544364

Child status: 143
Real time (s): 931.71
CPU time (s): 1800.47
CPU user time (s): 1798.91
CPU system time (s): 1.55576
CPU usage (%): 193.244
Max. virtual memory (cumulated for all children) (KiB): 1544364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.55576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156136
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26922
involuntary context switches= 51455

runsolver used 4.53031 second user time and 11.0593 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-14 17:17:26
IDJOB=2662142
IDBENCH=2322
IDSOLVER=1166
FILE ID=node025/2662142-1276528646
PBS_JOBID= 11173444
Free space on /tmp= 62572 MiB

SOLVER NAME= 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/milp/normalized-mps-v2-20-10-bienst2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662142-1276528646/watcher-2662142-1276528646 -o /tmp/evaluation-result-2662142-1276528646/solver-2662142-1276528646 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662142-1276528646.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0af97c6a7a59a4d1015a4f591401bda7
RANDOM SEED=2128630646

node025.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1858452 kB
Buffers:         19060 kB
Cached:          92780 kB
SwapCached:       6288 kB
Active:          78544 kB
Inactive:        46276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1858452 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:             956 kB
Writeback:           0 kB
AnonPages:       11416 kB
Mapped:          12828 kB
Slab:            53588 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62572 MiB
End job on node025 at 2010-06-14 17:33:00