Trace number 2662151

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.39 915.29

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-roll3000.opb
MD5SUM671dfb6ede3c120af748dc40a7daef68
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 variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662151-1276535781.opb
0.22/0.22	c reading problem ... 
3.27/1.88	c ... done. Wall clock time 1.653s.
3.27/1.88	c #vars     8902
3.27/1.88	c #constraints  6339
3.27/1.88	c constraints type 
3.27/1.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
3.27/1.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
3.27/1.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
3.27/1.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
3.27/1.88	c constraints type 
3.27/1.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 538
3.27/1.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
3.27/1.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
3.27/1.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
32.91/16.82	c cleaning 2493 clauses out of 5000 with flag 5002/5002
64.50/32.87	c cleaning 4248 clauses out of 8506 with flag 11001/11001
96.66/49.16	c cleaning 5625 clauses out of 11259 with flag 18002/18002
132.37/67.23	c cleaning 6810 clauses out of 13633 with flag 26001/26001
171.79/87.21	c cleaning 7907 clauses out of 15823 with flag 35001/35001
216.00/109.68	c cleaning 8947 clauses out of 17915 with flag 45000/45000
261.80/132.84	c cleaning 9476 clauses out of 18968 with flag 55000/55000
302.87/153.68	c cleaning 9744 clauses out of 19494 with flag 65002/65002
344.63/174.83	c cleaning 9871 clauses out of 19749 with flag 75001/75001
395.92/200.85	c cleaning 9932 clauses out of 19877 with flag 85000/85000
445.82/226.13	c cleaning 9962 clauses out of 19946 with flag 95001/95001
486.80/246.99	c cleaning 9983 clauses out of 19983 with flag 105000/105000
527.31/267.60	c cleaning 9997 clauses out of 20002 with flag 115002/115002
585.70/297.18	c cleaning 9994 clauses out of 20003 with flag 125000/125000
638.98/324.10	c cleaning 9989 clauses out of 20009 with flag 135000/135000
681.33/345.61	c cleaning 10004 clauses out of 20021 with flag 145001/145001
727.76/369.28	c cleaning 10004 clauses out of 20017 with flag 155001/155001
771.48/391.47	c cleaning 9995 clauses out of 20012 with flag 165000/165000
818.13/415.13	c cleaning 10000 clauses out of 20017 with flag 175000/175000
866.18/439.56	c cleaning 10002 clauses out of 20017 with flag 185000/185000
922.29/468.03	c cleaning 10000 clauses out of 20015 with flag 195000/195000
975.29/494.93	c cleaning 10001 clauses out of 20015 with flag 205000/205000
1025.89/520.67	c cleaning 9998 clauses out of 20015 with flag 215001/215001
1076.68/546.41	c cleaning 9996 clauses out of 20016 with flag 225000/225000
1123.16/570.16	c cleaning 9997 clauses out of 20021 with flag 235001/235001
1156.30/587.06	c cleaning 10005 clauses out of 20023 with flag 245000/245000
1177.56/597.95	c cleaning 0 clauses out of 5001 with flag 0/5001
1196.38/607.69	c cleaning 10003 clauses out of 20020 with flag 255002/255002
1244.07/631.96	c cleaning 10001 clauses out of 20016 with flag 265001/265001
1293.23/656.96	c cleaning 10001 clauses out of 20015 with flag 275001/275001
1343.59/682.54	c cleaning 10000 clauses out of 20014 with flag 285001/285001
1397.50/709.93	c cleaning 10001 clauses out of 20013 with flag 295000/295000
1442.78/733.00	c cleaning 9988 clauses out of 20012 with flag 305000/305000
1485.21/754.68	c cleaning 10006 clauses out of 20026 with flag 315002/315002
1530.39/777.62	c cleaning 10001 clauses out of 20018 with flag 325000/325000
1577.13/801.49	c cleaning 9999 clauses out of 20020 with flag 335003/335003
1620.40/823.56	c cleaning 9998 clauses out of 20018 with flag 345000/345000
1671.89/849.78	c cleaning 10003 clauses out of 20020 with flag 355000/355000
1720.00/874.30	c cleaning 9999 clauses out of 20017 with flag 365000/365000
1769.50/899.44	c cleaning 10002 clauses out of 20018 with flag 375000/375000
1800.07/915.13	c starts		: 136
1800.07/915.13	c conflicts		: 381289
1800.07/915.13	c decisions		: 721409
1800.07/915.13	c propagations		: 20289862
1800.07/915.13	c inspects		: 914330095
1800.07/915.13	c learnt literals	: 2
1800.07/915.13	c learnt binary clauses	: 15
1800.07/915.13	c learnt ternary clauses	: 48
1800.07/915.13	c learnt clauses	: 381287
1800.07/915.13	c ignored clauses	: 0
1800.07/915.13	c root simplifications	: 0
1800.07/915.13	c removed literals (reason simplification)	: 1769331
1800.07/915.13	c reason swapping (by a shorter reason)	: 0
1800.07/915.13	c Calls to reduceDB	: 39
1800.07/915.13	c number of reductions to clauses (during analyze)	: 0
1800.07/915.13	c number of learned constraints concerned by reduction	: 0
1800.07/915.13	c number of learning phase by resolution	: 0
1800.07/915.13	c number of learning phase by cutting planes	: 0
1800.07/915.13	c speed (assignments/second)	: 22217.30180039113
1800.07/915.13	c non guided choices	286
1800.28/915.22	c learnt constraints type 
1800.28/915.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16307
1800.28/915.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.28/915.22	c constraints type 
1800.28/915.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
1800.28/915.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
1800.28/915.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
1800.28/915.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
1800.28/915.22	c constraints type 
1800.28/915.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 538
1800.28/915.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
1800.28/915.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
1800.28/915.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
1800.28/915.24	s UNKNOWN
1800.28/915.24	c Total wall clock time (in seconds): 915.019

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-2662151-1276535781/watcher-2662151-1276535781 -o /tmp/evaluation-result-2662151-1276535781/solver-2662151-1276535781 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662151-1276535781.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: 1.00 1.00 1.00 3/106 31239
/proc/meminfo: memFree=1876236/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1832 CPUtime=0
/proc/31239/stat : 31239 (java6) R 31237 31239 30824 0 -1 4194304 225 0 0 0 0 0 0 0 16 0 1 0 27234417 1875968 128 1992294400 134512640 134550932 4291964832 18446744073709551615 5611216 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31239/statm: 458 132 96 10 0 63 0

[startup+0.0232289 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31239
/proc/meminfo: memFree=1876236/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1517068 CPUtime=0.01
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 2084 0 1 0 0 1 0 0 15 0 2 0 27234417 1553477632 1529 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 379267 1540 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.104313 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31239
/proc/meminfo: memFree=1876236/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1524180 CPUtime=0.08
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 3976 0 1 0 6 2 0 0 15 0 12 0 27234417 1560760320 3415 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 381045 3415 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301309 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31239
/proc/meminfo: memFree=1876236/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1526388 CPUtime=0.35
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 5469 0 1 0 32 3 0 0 15 0 12 0 27234417 1563021312 4906 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 381597 4906 1356 10 0 378900 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526388

[startup+0.7013 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31239
/proc/meminfo: memFree=1876236/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1529824 CPUtime=1.14
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 8411 0 1 0 109 5 0 0 15 0 12 0 27234417 1566539776 7692 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 382456 7692 1404 10 0 379759 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529824

[startup+1.50028 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 31251
/proc/meminfo: memFree=1835220/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1543876 CPUtime=2.72
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 22388 0 1 0 261 11 0 0 15 0 12 0 27234417 1580929024 19282 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 385969 19282 1406 10 0 383272 0
[pid=31239/tid=31241] ppid=31237 vsize=1543876 CPUtime=1.45
/proc/31239/task/31241/stat : 31241 (java) R 31237 31239 30824 0 -1 4202560 14061 0 1 0 137 8 0 0 25 0 12 0 27234419 1580929024 19282 1992294400 134512640 134550932 4291152192 18446744073709551615 4109890759 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=1543876 CPUtime=0
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30824 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 27234420 1580929024 19283 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=1543876 CPUtime=0
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30824 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 27234420 1580929024 19283 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=1543876 CPUtime=0
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27234422 1580929024 19283 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=1543876 CPUtime=0
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30824 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 27234423 1580929024 19283 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=1543876 CPUtime=0
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 27234423 1580929024 19283 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=1543876 CPUtime=0
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27234427 1580929024 19283 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=1543876 CPUtime=0.94
/proc/31239/task/31248/stat : 31248 (java) R 31237 31239 30824 0 -1 4202560 6264 0 0 0 93 1 0 0 18 0 12 0 27234427 1580929024 19283 1992294400 134512640 134550932 4291152192 18446744073709551615 103634701 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=1543876 CPUtime=0.3
/proc/31239/task/31249/stat : 31249 (java) R 31237 31239 30824 0 -1 4202560 998 0 0 0 30 0 0 0 23 0 12 0 27234427 1580929024 19283 1992294400 134512640 134550932 4291152192 18446744073709551615 103142688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=1543876 CPUtime=0
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27234427 1580929024 19283 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=1543876 CPUtime=0
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27234427 1580929024 19283 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1543876

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 6/122 31255
/proc/meminfo: memFree=1773312/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1544012 CPUtime=5.8
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 36473 0 1 0 561 19 0 0 15 0 16 0 27234417 1581068288 33159 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 386003 33159 1423 10 0 383306 0
[pid=31239/tid=31241] ppid=31237 vsize=1544012 CPUtime=1.83
/proc/31239/task/31241/stat : 31241 (java) S 31237 31239 30824 0 -1 4202560 20861 0 1 0 172 11 0 0 18 0 16 0 27234419 1581068288 33159 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=1544012 CPUtime=0
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30824 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 27234420 1581068288 33159 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=1544012 CPUtime=0
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30824 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 27234420 1581068288 33159 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=1544012 CPUtime=0
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 27234422 1581068288 33159 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=1544012 CPUtime=0
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30824 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 27234423 1581068288 33159 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=1544012 CPUtime=0
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 27234423 1581068288 33159 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=1544012 CPUtime=0
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 27234427 1581068288 33159 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=1544012 CPUtime=2.05
/proc/31239/task/31248/stat : 31248 (java) R 31237 31239 30824 0 -1 4202560 6373 0 0 0 203 2 0 0 16 0 16 0 27234427 1581068288 33159 1992294400 134512640 134550932 4291152192 18446744073709551615 103985786 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=1544012 CPUtime=0.62
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30824 0 -1 4202560 1188 0 0 0 62 0 0 0 23 0 16 0 27234427 1581068288 33160 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=1544012 CPUtime=0
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27234427 1581068288 33160 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=1544012 CPUtime=0
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 27234427 1581068288 33160 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=1544012 CPUtime=0.7
/proc/31239/task/31252/stat : 31252 (java) R 31237 31239 30824 0 -1 4202560 4493 0 0 0 68 2 0 0 25 0 16 0 27234606 1581068288 33160 1992294400 134512640 134550932 4291152192 18446744073709551615 4110185003 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=1544012 CPUtime=0.54
/proc/31239/task/31253/stat : 31253 (java) R 31237 31239 30824 0 -1 4202560 2485 0 0 0 53 1 0 0 25 0 16 0 27234606 1581068288 33160 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=1544012 CPUtime=0
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234623 1581068288 33161 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=1544012 CPUtime=0
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234627 1581068288 33162 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 1544012

[startup+6.30118 s]
/proc/loadavg: 1.08 1.02 1.01 3/122 31255
/proc/meminfo: memFree=1698912/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1543596 CPUtime=12.13
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 50818 0 1 0 1187 26 0 0 15 0 16 0 27234417 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 385899 46507 1439 10 0 383202 0
[pid=31239/tid=31241] ppid=31237 vsize=1543596 CPUtime=1.83
/proc/31239/task/31241/stat : 31241 (java) S 31237 31239 30824 0 -1 4202560 20861 0 1 0 172 11 0 0 15 0 16 0 27234419 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=1543596 CPUtime=0.36
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30824 0 -1 4202560 5102 0 0 0 35 1 0 0 16 0 16 0 27234420 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=1543596 CPUtime=0.36
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30824 0 -1 4202560 4092 0 0 0 34 2 0 0 16 0 16 0 27234420 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30824 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 16 0 27234422 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27234423 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27234423 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 27234427 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=1543596 CPUtime=2.94
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30824 0 -1 4202560 6432 0 0 0 292 2 0 0 15 0 16 0 27234427 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=1543596 CPUtime=1.03
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30824 0 -1 4202560 1980 0 0 0 103 0 0 0 15 0 16 0 27234427 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27234427 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 27234427 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=1543596 CPUtime=3.07
/proc/31239/task/31252/stat : 31252 (java) R 31237 31239 30824 0 -1 4202560 5989 0 0 0 304 3 0 0 25 0 16 0 27234606 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4110312970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=1543596 CPUtime=2.46
/proc/31239/task/31253/stat : 31253 (java) R 31237 31239 30824 0 -1 4202560 5265 0 0 0 243 3 0 0 25 0 16 0 27234606 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4109899993 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234623 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234627 1580642304 46507 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 1543596

[startup+12.701 s]
/proc/loadavg: 1.15 1.03 1.01 3/122 31255
/proc/meminfo: memFree=1673740/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1543596 CPUtime=24.78
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 56984 0 1 0 2449 29 0 0 15 0 16 0 27234417 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 385899 51800 1443 10 0 383202 0
[pid=31239/tid=31241] ppid=31237 vsize=1543596 CPUtime=1.83
/proc/31239/task/31241/stat : 31241 (java) S 31237 31239 30824 0 -1 4202560 20861 0 1 0 172 11 0 0 15 0 16 0 27234419 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=1543596 CPUtime=0.5
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30824 0 -1 4202560 8572 0 0 0 47 3 0 0 16 0 16 0 27234420 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=1543596 CPUtime=0.49
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30824 0 -1 4202560 6754 0 0 0 46 3 0 0 16 0 16 0 27234420 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=1543596 CPUtime=0.02
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30824 0 -1 4202560 26 0 0 0 2 0 0 0 15 0 16 0 27234422 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27234423 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27234423 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 27234427 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=1543596 CPUtime=3.12
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30824 0 -1 4202560 6439 0 0 0 310 2 0 0 16 0 16 0 27234427 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=1543596 CPUtime=1.03
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30824 0 -1 4202560 1980 0 0 0 103 0 0 0 15 0 16 0 27234427 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27234427 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 27234427 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=1543596 CPUtime=9.03
/proc/31239/task/31252/stat : 31252 (java) R 31237 31239 30824 0 -1 4202560 6004 0 0 0 900 3 0 0 25 0 16 0 27234606 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4109898988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=1543596 CPUtime=8.68
/proc/31239/task/31253/stat : 31253 (java) R 31237 31239 30824 0 -1 4202560 5277 0 0 0 865 3 0 0 25 0 16 0 27234606 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4110402970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234623 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=1543596 CPUtime=0
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234627 1580642304 51800 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0

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

/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234623 1585885184 77851 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234627 1585885184 77851 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1500.06
Current children cumulated vsize (KiB) 1548716

[startup+822.302 s]
/proc/loadavg: 2.17 2.00 1.60 3/122 31277
/proc/meminfo: memFree=1565984/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1548716 CPUtime=1618.03
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 88360 0 1 0 161665 138 0 0 15 0 16 0 27234417 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 387179 78363 1448 10 0 384482 0
[pid=31239/tid=31241] ppid=31237 vsize=1548716 CPUtime=1.83
/proc/31239/task/31241/stat : 31241 (java) S 31237 31239 30824 0 -1 4202560 20869 0 1 0 172 11 0 0 15 0 16 0 27234419 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=1548716 CPUtime=12.12
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30824 0 -1 4202560 22098 0 0 0 1192 20 0 0 16 0 16 0 27234420 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=1548716 CPUtime=12.11
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30824 0 -1 4202560 19983 0 0 0 1190 21 0 0 16 0 16 0 27234420 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=1548716 CPUtime=12.04
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30824 0 -1 4202560 484 0 0 0 1173 31 0 0 15 0 16 0 27234422 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27234423 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27234423 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 27234427 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=1548716 CPUtime=4.14
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30824 0 -1 4202560 9068 0 0 0 411 3 0 0 15 0 16 0 27234427 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=1548716 CPUtime=1.07
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30824 0 -1 4202560 1980 0 0 0 107 0 0 0 16 0 16 0 27234427 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27234427 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30824 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 27234427 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=1548716 CPUtime=789.83
/proc/31239/task/31252/stat : 31252 (java) R 31237 31239 30824 0 -1 4202560 6717 0 0 0 78954 29 0 0 25 0 16 0 27234606 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4109892462 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=1548716 CPUtime=784.79
/proc/31239/task/31253/stat : 31253 (java) R 31237 31239 30824 0 -1 4202560 6044 0 0 0 78461 18 0 0 25 0 16 0 27234606 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4109899005 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234623 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234627 1585885184 78363 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1618.03
Current children cumulated vsize (KiB) 1548716

[startup+882.302 s]
/proc/loadavg: 2.08 2.00 1.63 3/122 31279
/proc/meminfo: memFree=1554452/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1548716 CPUtime=1735.62
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 91422 0 1 0 173419 143 0 0 15 0 16 0 27234417 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 387179 81241 1448 10 0 384482 0
[pid=31239/tid=31241] ppid=31237 vsize=1548716 CPUtime=1.83
/proc/31239/task/31241/stat : 31241 (java) S 31237 31239 30824 0 -1 4202560 20871 0 1 0 172 11 0 0 15 0 16 0 27234419 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=1548716 CPUtime=13.23
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30824 0 -1 4202560 23660 0 0 0 1301 22 0 0 16 0 16 0 27234420 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=1548716 CPUtime=13.21
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30824 0 -1 4202560 21163 0 0 0 1299 22 0 0 15 0 16 0 27234420 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=1548716 CPUtime=13.39
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30824 0 -1 4202560 716 0 0 0 1308 31 0 0 15 0 16 0 27234422 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27234423 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27234423 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 27234427 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=1548716 CPUtime=4.14
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30824 0 -1 4202560 9068 0 0 0 411 3 0 0 15 0 16 0 27234427 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=1548716 CPUtime=1.07
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30824 0 -1 4202560 1980 0 0 0 107 0 0 0 16 0 16 0 27234427 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27234427 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30824 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 27234427 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=1548716 CPUtime=846.63
/proc/31239/task/31252/stat : 31252 (java) R 31237 31239 30824 0 -1 4202560 6764 0 0 0 84634 29 0 0 25 0 16 0 27234606 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4110320621 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=1548716 CPUtime=842.02
/proc/31239/task/31253/stat : 31253 (java) R 31237 31239 30824 0 -1 4202560 6079 0 0 0 84183 19 0 0 25 0 16 0 27234606 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4110312970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234623 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234627 1585885184 81241 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1735.62
Current children cumulated vsize (KiB) 1548716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.101 s]
/proc/loadavg: 2.11 2.01 1.64 3/122 31279
/proc/meminfo: memFree=1552220/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1548716 CPUtime=1800.07
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 91959 0 1 0 179861 146 0 0 15 0 16 0 27234417 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 387179 81726 1448 10 0 384482 0
[pid=31239/tid=31241] ppid=31237 vsize=1548716 CPUtime=1.83
/proc/31239/task/31241/stat : 31241 (java) S 31237 31239 30824 0 -1 4202560 20871 0 1 0 172 11 0 0 15 0 16 0 27234419 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=1548716 CPUtime=13.79
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30824 0 -1 4202560 24026 0 0 0 1357 22 0 0 16 0 16 0 27234420 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=1548716 CPUtime=13.78
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30824 0 -1 4202560 21285 0 0 0 1356 22 0 0 15 0 16 0 27234420 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=1548716 CPUtime=13.99
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30824 0 -1 4202560 718 0 0 0 1367 32 0 0 15 0 16 0 27234422 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27234423 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27234423 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 27234427 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=1548716 CPUtime=4.14
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30824 0 -1 4202560 9068 0 0 0 411 3 0 0 15 0 16 0 27234427 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=1548716 CPUtime=1.07
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30824 0 -1 4202560 1980 0 0 0 107 0 0 0 16 0 16 0 27234427 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27234427 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30824 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 27234427 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=1548716 CPUtime=878.15
/proc/31239/task/31252/stat : 31252 (java) R 31237 31239 30824 0 -1 4202560 6795 0 0 0 87785 30 0 0 25 0 16 0 27234606 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4110185003 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=1548716 CPUtime=873.21
/proc/31239/task/31253/stat : 31253 (java) R 31237 31239 30824 0 -1 4202560 6093 0 0 0 87302 19 0 0 25 0 16 0 27234606 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4109899005 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234623 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=1548716 CPUtime=0
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 27234627 1585885184 81726 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1548716

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

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

[startup+915.225 s]
/proc/loadavg: 2.11 2.01 1.64 3/122 31279
/proc/meminfo: memFree=1552220/2059040 swapFree=4140228/4192956
[pid=31239] ppid=31237 vsize=1549364 CPUtime=1800.28
/proc/31239/stat : 31239 (java) S 31237 31239 30824 0 -1 4202496 91980 0 1 0 179882 146 0 0 15 0 18 0 27234417 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31239/statm: 387341 81747 1450 10 0 384644 0
[pid=31239/tid=31241] ppid=31237 vsize=1549364 CPUtime=1.83
/proc/31239/task/31241/stat : 31241 (java) S 31237 31239 30824 0 -1 4202560 20871 0 1 0 172 11 0 0 15 0 18 0 27234419 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31242] ppid=31237 vsize=1549364 CPUtime=13.79
/proc/31239/task/31242/stat : 31242 (java) S 31237 31239 30824 0 -1 4202560 24026 0 0 0 1357 22 0 0 16 0 18 0 27234420 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31243] ppid=31237 vsize=1549364 CPUtime=13.78
/proc/31239/task/31243/stat : 31243 (java) S 31237 31239 30824 0 -1 4202560 21285 0 0 0 1356 22 0 0 15 0 18 0 27234420 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31244] ppid=31237 vsize=1549364 CPUtime=13.99
/proc/31239/task/31244/stat : 31244 (java) S 31237 31239 30824 0 -1 4202560 718 0 0 0 1367 32 0 0 15 0 18 0 27234422 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31245] ppid=31237 vsize=1549364 CPUtime=0
/proc/31239/task/31245/stat : 31245 (java) S 31237 31239 30824 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 27234423 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31246] ppid=31237 vsize=1549364 CPUtime=0
/proc/31239/task/31246/stat : 31246 (java) S 31237 31239 30824 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 27234423 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31247] ppid=31237 vsize=1549364 CPUtime=0
/proc/31239/task/31247/stat : 31247 (java) S 31237 31239 30824 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 27234427 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31248] ppid=31237 vsize=1549364 CPUtime=4.14
/proc/31239/task/31248/stat : 31248 (java) S 31237 31239 30824 0 -1 4202560 9070 0 0 0 411 3 0 0 15 0 18 0 27234427 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31249] ppid=31237 vsize=1549364 CPUtime=1.08
/proc/31239/task/31249/stat : 31249 (java) S 31237 31239 30824 0 -1 4202560 1980 0 0 0 108 0 0 0 16 0 18 0 27234427 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31250] ppid=31237 vsize=1549364 CPUtime=0
/proc/31239/task/31250/stat : 31250 (java) S 31237 31239 30824 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 27234427 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 0 0 0 0
[pid=31239/tid=31251] ppid=31237 vsize=1549364 CPUtime=0
/proc/31239/task/31251/stat : 31251 (java) S 31237 31239 30824 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 27234427 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31252] ppid=31237 vsize=1549364 CPUtime=878.23
/proc/31239/task/31252/stat : 31252 (java) R 31237 31239 30824 0 -1 4202560 6795 0 0 0 87793 30 0 0 25 0 18 0 27234606 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4110320449 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31239/tid=31253] ppid=31237 vsize=1549364 CPUtime=873.31
/proc/31239/task/31253/stat : 31253 (java) R 31237 31239 30824 0 -1 4202560 6093 0 0 0 87312 19 0 0 25 0 18 0 27234606 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4109899005 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31239/tid=31254] ppid=31237 vsize=1549364 CPUtime=0
/proc/31239/task/31254/stat : 31254 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 27234623 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
[pid=31239/tid=31255] ppid=31237 vsize=1549364 CPUtime=0
/proc/31239/task/31255/stat : 31255 (java) S 31237 31239 30824 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 27234627 1586548736 81747 1992294400 134512640 134550932 4291152192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831264448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1549364

Child status: 143
Real time (s): 915.29
CPU time (s): 1800.39
CPU user time (s): 1798.89
CPU system time (s): 1.49777
CPU usage (%): 196.701
Max. virtual memory (cumulated for all children) (KiB): 1551788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.49777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91984
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= 35712
involuntary context switches= 55927

runsolver used 4.41433 second user time and 10.9553 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-14 19:16:21
IDJOB=2662151
IDBENCH=2349
IDSOLVER=1166
FILE ID=node018/2662151-1276535781
PBS_JOBID= 11173457
Free space on /tmp= 62368 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/unibo/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662151-1276535781/watcher-2662151-1276535781 -o /tmp/evaluation-result-2662151-1276535781/solver-2662151-1276535781 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662151-1276535781.opb

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

MD5SUM BENCH= 671dfb6ede3c120af748dc40a7daef68
RANDOM SEED=1483678542

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1876756 kB
Buffers:         12724 kB
Cached:          82752 kB
SwapCached:       5636 kB
Active:          70024 kB
Inactive:        37824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1876756 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            1132 kB
Writeback:           0 kB
AnonPages:       11000 kB
Mapped:          12816 kB
Slab:            52384 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180096 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= 62368 MiB
End job on node018 at 2010-06-14 19:31:38