Trace number 2662398

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.44 947.337

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-mod011.opb
MD5SUM7946286f4c1a7ac44cf771db2f48f590
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables309773
Total number of constraints5980
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints5964
Minimum length of a constraint6
Maximum length of a constraint24690
Number of terms in the objective function 212680
Biggest coefficient in the objective function 38252041742581760
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 82366741301042726133
Number of bits of the sum of numbers in the objective function 67
Biggest number in a constraint 38252041742581760
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 82366741301042726133
Number of bits of the biggest sum of numbers67
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2662398-1276567252.opb
0.22/0.23	c reading problem ... 
14.79/10.64	c ... done. Wall clock time 10.411s.
14.79/10.64	c #vars     309773
14.79/10.64	c #constraints  99284
14.79/10.64	c constraints type 
14.79/10.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
14.79/10.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10331
14.79/10.64	c constraints type 
14.79/10.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
14.79/10.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10331
257.58/134.85	c cleaning 2494 clauses out of 4999 with flag 5000/5000
330.12/172.01	c cleaning 4249 clauses out of 8505 with flag 11001/11001
362.54/188.92	c cleaning 5614 clauses out of 11254 with flag 18001/18001
386.02/201.35	c cleaning 6816 clauses out of 13640 with flag 26001/26001
400.22/209.27	c cleaning 7897 clauses out of 15822 with flag 35001/35001
414.00/216.73	c cleaning 8961 clauses out of 17924 with flag 45000/45000
430.36/225.58	c cleaning 9981 clauses out of 19964 with flag 56001/56001
447.50/234.79	c cleaning 10485 clauses out of 20983 with flag 67001/67001
484.43/254.03	c cleaning 10745 clauses out of 21496 with flag 78000/78000
528.32/276.73	c cleaning 10869 clauses out of 21750 with flag 89000/89000
537.32/281.88	c cleaning 10936 clauses out of 21881 with flag 100000/100000
566.51/297.10	c cleaning 10946 clauses out of 21945 with flag 111000/111000
578.96/304.12	c cleaning 10998 clauses out of 22000 with flag 122001/122001
590.16/310.39	c cleaning 10998 clauses out of 22002 with flag 133001/133001
609.28/320.59	c cleaning 10986 clauses out of 22005 with flag 144002/144002
628.41/330.75	c cleaning 11004 clauses out of 22017 with flag 155000/155000
635.16/334.84	c cleaning 11000 clauses out of 22013 with flag 166000/166000
655.22/345.58	c cleaning 11005 clauses out of 22013 with flag 177000/177000
660.66/348.87	c cleaning 11004 clauses out of 22008 with flag 188000/188000
666.49/352.35	c cleaning 11002 clauses out of 22004 with flag 199000/199000
694.28/367.05	c cleaning 10975 clauses out of 22003 with flag 210001/210001
717.79/379.48	c cleaning 10982 clauses out of 22028 with flag 221001/221001
747.74/395.13	c cleaning 11012 clauses out of 22045 with flag 232000/232000
769.58/406.77	c cleaning 10987 clauses out of 22034 with flag 243001/243001
781.46/413.49	c cleaning 10998 clauses out of 22047 with flag 254001/254001
821.17/434.02	c cleaning 11006 clauses out of 22049 with flag 265001/265001
852.77/450.52	c cleaning 10997 clauses out of 22042 with flag 276000/276000
888.73/469.24	c cleaning 10998 clauses out of 22046 with flag 287001/287001
919.42/485.43	c cleaning 10999 clauses out of 22047 with flag 298000/298000
933.95/493.37	c cleaning 11020 clauses out of 22049 with flag 309001/309001
946.73/500.33	c cleaning 11009 clauses out of 22028 with flag 320000/320000
958.52/506.88	c cleaning 11002 clauses out of 22020 with flag 331001/331001
969.42/513.07	c cleaning 11000 clauses out of 22017 with flag 342000/342000
980.81/519.36	c cleaning 11002 clauses out of 22018 with flag 353001/353001
990.80/524.94	c cleaning 11000 clauses out of 22015 with flag 364000/364000
1002.78/531.51	c cleaning 11000 clauses out of 22015 with flag 375000/375000
1013.03/537.47	c cleaning 11001 clauses out of 22016 with flag 386001/386001
1037.84/550.58	c cleaning 11003 clauses out of 22015 with flag 397001/397001
1049.02/556.73	c cleaning 10999 clauses out of 22012 with flag 408001/408001
1068.72/567.25	c cleaning 11000 clauses out of 22012 with flag 419000/419000
1080.39/573.85	c cleaning 10998 clauses out of 22012 with flag 430000/430000
1093.33/580.96	c cleaning 10999 clauses out of 22014 with flag 441000/441000
1109.04/589.40	c cleaning 10997 clauses out of 22015 with flag 452000/452000
1118.59/594.84	c cleaning 10989 clauses out of 22019 with flag 463001/463001
1128.27/600.42	c cleaning 10995 clauses out of 22029 with flag 474000/474000
1197.46/635.94	c cleaning 10989 clauses out of 22034 with flag 485000/485000
1318.39/697.54	c cleaning 11007 clauses out of 22045 with flag 496000/496000
1438.54/758.82	c cleaning 10997 clauses out of 22038 with flag 507000/507000
1563.18/822.48	c cleaning 10999 clauses out of 22041 with flag 518000/518000
1611.89/847.64	c cleaning 11017 clauses out of 22043 with flag 529001/529001
1639.77/862.38	c cleaning 11000 clauses out of 22025 with flag 540000/540000
1664.91/875.68	c cleaning 11000 clauses out of 22025 with flag 551000/551000
1690.35/889.23	c cleaning 11001 clauses out of 22025 with flag 562000/562000
1713.97/901.75	c cleaning 11003 clauses out of 22025 with flag 573001/573001
1737.94/914.49	c cleaning 10996 clauses out of 22022 with flag 584001/584001
1789.85/941.21	c cleaning 11008 clauses out of 22026 with flag 595001/595001
1800.06/947.13	c starts		: 163
1800.06/947.13	c conflicts		: 599233
1800.06/947.13	c decisions		: 1953348
1800.06/947.13	c propagations		: 33520686
1800.06/947.13	c inspects		: 237928247
1800.06/947.13	c learnt literals	: 8
1800.06/947.13	c learnt binary clauses	: 70
1800.06/947.13	c learnt ternary clauses	: 96
1800.06/947.13	c learnt clauses	: 599225
1800.06/947.13	c ignored clauses	: 0
1800.06/947.13	c root simplifications	: 0
1800.06/947.13	c removed literals (reason simplification)	: 12472419
1800.06/947.13	c reason swapping (by a shorter reason)	: 0
1800.06/947.15	c Calls to reduceDB	: 56
1800.06/947.15	c number of reductions to clauses (during analyze)	: 0
1800.06/947.15	c number of learned constraints concerned by reduction	: 0
1800.06/947.15	c number of learning phase by resolution	: 0
1800.06/947.15	c number of learning phase by cutting planes	: 0
1800.06/947.15	c speed (assignments/second)	: 35795.67007116887
1800.06/947.15	c non guided choices	1187110
1800.25/947.25	c learnt constraints type 
1800.25/947.25	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15418
1800.25/947.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
1800.25/947.25	c constraints type 
1800.25/947.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
1800.25/947.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10331
1800.25/947.25	c constraints type 
1800.25/947.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
1800.25/947.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10331
1800.25/947.25	s UNKNOWN
1800.25/947.25	c Total wall clock time (in seconds): 947.027

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-2662398-1276567252/watcher-2662398-1276567252 -o /tmp/evaluation-result-2662398-1276567252/solver-2662398-1276567252 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662398-1276567252.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.98 1.02 1.00 3/106 30608
/proc/meminfo: memFree=1783192/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1832 CPUtime=0
/proc/30608/stat : 30608 (java6) S 30606 30608 30141 0 -1 4194304 251 0 0 0 0 0 0 0 21 0 1 0 30377208 1875968 154 1992294400 134512640 134550932 4294832224 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699424446 0 0 17 1 0 0 0
/proc/30608/statm: 458 156 118 10 0 63 0

[startup+0.0309351 s]
/proc/loadavg: 0.98 1.02 1.00 3/106 30608
/proc/meminfo: memFree=1783192/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1517712 CPUtime=0.01
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 2622 0 1 0 0 1 0 0 21 0 3 0 30377208 1554137088 2066 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 379428 2066 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.100975 s]
/proc/loadavg: 0.98 1.02 1.00 3/106 30608
/proc/meminfo: memFree=1783192/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1522120 CPUtime=0.08
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 3877 0 1 0 6 2 0 0 21 0 8 0 30377208 1558650880 3318 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 380530 3318 1050 10 0 377840 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1522120

[startup+0.301018 s]
/proc/loadavg: 0.98 1.02 1.00 3/106 30608
/proc/meminfo: memFree=1783192/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1525496 CPUtime=0.35
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 8725 0 1 0 31 4 0 0 21 0 12 0 30377208 1562107904 8161 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 381374 8161 1356 10 0 378677 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525496

[startup+0.701083 s]
/proc/loadavg: 0.98 1.02 1.00 3/106 30608
/proc/meminfo: memFree=1783192/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1526924 CPUtime=0.95
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 11678 0 1 0 90 5 0 0 21 0 12 0 30377208 1563570176 11006 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 381731 11006 1400 10 0 379034 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1526924

[startup+1.50122 s]
/proc/loadavg: 0.98 1.02 1.00 2/118 30620
/proc/meminfo: memFree=1725436/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1526924 CPUtime=1.75
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 24147 0 1 0 166 9 0 0 21 0 12 0 30377208 1563570176 23475 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 381731 23475 1400 10 0 379034 0
[pid=30608/tid=30610] ppid=30606 vsize=1526924 CPUtime=1.37
/proc/30608/task/30610/stat : 30610 (java) R 30606 30608 30141 0 -1 4202560 22036 0 1 0 129 8 0 0 25 0 12 0 30377210 1563570176 23476 1992294400 134512640 134550932 4294686912 18446744073709551615 4109297095 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30608/tid=30611] ppid=30606 vsize=1526924 CPUtime=0
/proc/30608/task/30611/stat : 30611 (java) S 30606 30608 30141 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 12 0 30377211 1563570176 23477 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30612] ppid=30606 vsize=1526924 CPUtime=0
/proc/30608/task/30612/stat : 30612 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30377211 1563570176 23478 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30613] ppid=30606 vsize=1526924 CPUtime=0
/proc/30608/task/30613/stat : 30613 (java) S 30606 30608 30141 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30377213 1563570176 23478 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30614] ppid=30606 vsize=1526924 CPUtime=0
/proc/30608/task/30614/stat : 30614 (java) S 30606 30608 30141 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 30377214 1563570176 23479 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30615] ppid=30606 vsize=1526924 CPUtime=0
/proc/30608/task/30615/stat : 30615 (java) S 30606 30608 30141 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 30377214 1563570176 23480 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30616] ppid=30606 vsize=1526924 CPUtime=0
/proc/30608/task/30616/stat : 30616 (java) S 30606 30608 30141 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30377218 1563570176 23481 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30617] ppid=30606 vsize=1526924 CPUtime=0.12
/proc/30608/task/30617/stat : 30617 (java) S 30606 30608 30141 0 -1 4202560 184 0 0 0 12 0 0 0 23 0 12 0 30377218 1563570176 23481 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30618] ppid=30606 vsize=1526924 CPUtime=0.24
/proc/30608/task/30618/stat : 30618 (java) S 30606 30608 30141 0 -1 4202560 865 0 0 0 24 0 0 0 15 0 12 0 30377218 1563570176 23482 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30619] ppid=30606 vsize=1526924 CPUtime=0
/proc/30608/task/30619/stat : 30619 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30377218 1563570176 23483 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30620] ppid=30606 vsize=1526924 CPUtime=0
/proc/30608/task/30620/stat : 30620 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30377218 1563570176 23484 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1526924

[startup+3.10252 s]
/proc/loadavg: 0.98 1.02 1.00 2/118 30620
/proc/meminfo: memFree=1655624/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1534840 CPUtime=4.25
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 45182 0 1 0 407 18 0 0 21 0 12 0 30377208 1571676160 42609 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 383710 42609 1417 10 0 381013 0
[pid=30608/tid=30610] ppid=30606 vsize=1534840 CPUtime=2.81
/proc/30608/task/30610/stat : 30610 (java) R 30606 30608 30141 0 -1 4202560 32006 0 1 0 269 12 0 0 25 0 12 0 30377210 1571676160 42609 1992294400 134512640 134550932 4294686912 18446744073709551615 4108952791 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30608/tid=30611] ppid=30606 vsize=1534840 CPUtime=0.08
/proc/30608/task/30611/stat : 30611 (java) S 30606 30608 30141 0 -1 4202560 5113 0 0 0 7 1 0 0 18 0 12 0 30377211 1571676160 42609 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30612] ppid=30606 vsize=1534840 CPUtime=0.09
/proc/30608/task/30612/stat : 30612 (java) S 30606 30608 30141 0 -1 4202560 2442 0 0 0 8 1 0 0 18 0 12 0 30377211 1571676160 42609 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30613] ppid=30606 vsize=1534840 CPUtime=0
/proc/30608/task/30613/stat : 30613 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 30377213 1571676160 42609 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30614] ppid=30606 vsize=1534840 CPUtime=0
/proc/30608/task/30614/stat : 30614 (java) S 30606 30608 30141 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30377214 1571676160 42609 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30615] ppid=30606 vsize=1534840 CPUtime=0
/proc/30608/task/30615/stat : 30615 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 30377214 1571676160 42609 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30616] ppid=30606 vsize=1534840 CPUtime=0
/proc/30608/task/30616/stat : 30616 (java) S 30606 30608 30141 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30377218 1571676160 42609 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30617] ppid=30606 vsize=1534840 CPUtime=0.19
/proc/30608/task/30617/stat : 30617 (java) R 30606 30608 30141 0 -1 4202560 332 0 0 0 19 0 0 0 17 0 12 0 30377218 1571676160 42610 1992294400 134512640 134550932 4294686912 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30608/tid=30618] ppid=30606 vsize=1534840 CPUtime=1.02
/proc/30608/task/30618/stat : 30618 (java) R 30606 30608 30141 0 -1 4202560 4219 0 0 0 101 1 0 0 16 0 12 0 30377218 1571676160 42610 1992294400 134512640 134550932 4294686912 18446744073709551615 105870607 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30608/tid=30619] ppid=30606 vsize=1534840 CPUtime=0
/proc/30608/task/30619/stat : 30619 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30377218 1571676160 42610 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30620] ppid=30606 vsize=1534840 CPUtime=0
/proc/30608/task/30620/stat : 30620 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30377218 1571676160 42610 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1534840

[startup+6.30209 s]
/proc/loadavg: 1.14 1.05 1.01 2/118 30620
/proc/meminfo: memFree=1525052/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1539696 CPUtime=8.98
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 82179 0 1 0 862 36 0 0 21 0 12 0 30377208 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 384924 73631 1418 10 0 382227 0
[pid=30608/tid=30610] ppid=30606 vsize=1539696 CPUtime=5.24
/proc/30608/task/30610/stat : 30610 (java) R 30606 30608 30141 0 -1 4202560 32026 0 1 0 511 13 0 0 24 0 12 0 30377210 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4109282442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30608/tid=30611] ppid=30606 vsize=1539696 CPUtime=0.83
/proc/30608/task/30611/stat : 30611 (java) S 30606 30608 30141 0 -1 4202560 19942 0 0 0 74 9 0 0 16 0 12 0 30377211 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30612] ppid=30606 vsize=1539696 CPUtime=0.83
/proc/30608/task/30612/stat : 30612 (java) S 30606 30608 30141 0 -1 4202560 19796 0 0 0 75 8 0 0 16 0 12 0 30377211 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30613] ppid=30606 vsize=1539696 CPUtime=0
/proc/30608/task/30613/stat : 30613 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 30377213 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30614] ppid=30606 vsize=1539696 CPUtime=0
/proc/30608/task/30614/stat : 30614 (java) S 30606 30608 30141 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30377214 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30615] ppid=30606 vsize=1539696 CPUtime=0
/proc/30608/task/30615/stat : 30615 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 30377214 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30616] ppid=30606 vsize=1539696 CPUtime=0
/proc/30608/task/30616/stat : 30616 (java) S 30606 30608 30141 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30377218 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30617] ppid=30606 vsize=1539696 CPUtime=0.53
/proc/30608/task/30617/stat : 30617 (java) S 30606 30608 30141 0 -1 4202560 1832 0 0 0 53 0 0 0 16 0 12 0 30377218 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30618] ppid=30606 vsize=1539696 CPUtime=1.48
/proc/30608/task/30618/stat : 30618 (java) S 30606 30608 30141 0 -1 4202560 7512 0 0 0 146 2 0 0 17 0 12 0 30377218 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30619] ppid=30606 vsize=1539696 CPUtime=0
/proc/30608/task/30619/stat : 30619 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30377218 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30620] ppid=30606 vsize=1539696 CPUtime=0
/proc/30608/task/30620/stat : 30620 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30377218 1576648704 73631 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 1539696

[startup+12.7069 s]
/proc/loadavg: 1.13 1.05 1.01 4/120 30633
/proc/meminfo: memFree=1340652/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1541352 CPUtime=18.87
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 128727 0 2 0 1829 58 0 0 21 0 16 0 30377208 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 385338 115688 1441 10 0 382641 0
[pid=30608/tid=30610] ppid=30606 vsize=1541352 CPUtime=7.97
/proc/30608/task/30610/stat : 30610 (java) S 30606 30608 30141 0 -1 4202560 32059 0 1 0 783 14 0 0 16 0 16 0 30377210 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30611] ppid=30606 vsize=1541352 CPUtime=2.76
/proc/30608/task/30611/stat : 30611 (java) S 30606 30608 30141 0 -1 4202560 44926 0 0 0 257 19 0 0 15 0 16 0 30377211 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30612] ppid=30606 vsize=1541352 CPUtime=2.72
/proc/30608/task/30612/stat : 30612 (java) S 30606 30608 30141 0 -1 4202560 40968 0 0 0 254 18 0 0 16 0 16 0 30377211 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30613] ppid=30606 vsize=1541352 CPUtime=0.01
/proc/30608/task/30613/stat : 30613 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 16 0 30377213 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30614] ppid=30606 vsize=1541352 CPUtime=0
/proc/30608/task/30614/stat : 30614 (java) S 30606 30608 30141 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30377214 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30615] ppid=30606 vsize=1541352 CPUtime=0
/proc/30608/task/30615/stat : 30615 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30377214 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30616] ppid=30606 vsize=1541352 CPUtime=0
/proc/30608/task/30616/stat : 30616 (java) S 30606 30608 30141 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30377218 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30617] ppid=30606 vsize=1541352 CPUtime=1.2
/proc/30608/task/30617/stat : 30617 (java) S 30606 30608 30141 0 -1 4202560 2123 0 1 0 119 1 0 0 15 0 16 0 30377218 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30618] ppid=30606 vsize=1541352 CPUtime=1.81
/proc/30608/task/30618/stat : 30618 (java) S 30606 30608 30141 0 -1 4202560 7530 0 0 0 179 2 0 0 15 0 16 0 30377218 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30619] ppid=30606 vsize=1541352 CPUtime=0
/proc/30608/task/30619/stat : 30619 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30377218 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30620] ppid=30606 vsize=1541352 CPUtime=0
/proc/30608/task/30620/stat : 30620 (java) R 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 30377218 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30608/tid=30632] ppid=30606 vsize=1541352 CPUtime=1.23
/proc/30608/task/30632/stat : 30632 (java) R 30606 30608 30141 0 -1 4202560 24 0 0 0 123 0 0 0 17 0 16 0 30378273 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4109867564 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30608/tid=30633] ppid=30606 vsize=1541352 CPUtime=1.1
/proc/30608/task/30633/stat : 30633 (java) R 30606 30608 30141 0 -1 4202560 18 0 0 0 110 0 0 0 25 0 16 0 30378273 1578344448 115688 1992294400 134512640 134550932 4294686912 18446744073709551615 4109857125 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.87
Current children cumulated vsize (KiB) 1541352

[startup+25.5016 s]
/proc/loadavg: 1.40 1.11 1.03 3/122 30635
/proc/meminfo: memFree=1326872/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1536140 CPUtime=44.21
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 130159 0 2 0 4361 60 0 0 21 0 16 0 30377208 1573007360 115204 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 384035 115204 1443 10 0 381338 0
[pid=30608/tid=30610] ppid=30606 vsize=1536140 CPUtime=7.97
/proc/30608/task/30610/stat : 30610 (java) S 30606 30608 30141 0 -1 4202560 32059 0 1 0 783 14 0 0 15 0 16 0 30377210 1573007360 115204 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30611] ppid=30606 vsize=1536140 CPUtime=3.08
/proc/30608/task/30611/stat : 30611 (java) S 30606 30608 30141 0 -1 4202560 45155 0 0 0 288 20 0 0 16 0 16 0 30377211 1573007360 115204 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30612] ppid=30606 vsize=1536140 CPUtime=3.04
/proc/30608/task/30612/stat : 30612 (java) S 30606 30608 30141 0 -1 4202560 41355 0 0 0 286 18 0 0 16 0 16 0 30377211 1573007360 115204 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30613] ppid=30606 vsize=1536140 CPUtime=0.01
/proc/30608/task/30613/stat : 30613 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 16 0 30377213 1573007360 115204 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30614] ppid=30606 vsize=1536140 CPUtime=0
/proc/30608/task/30614/stat : 30614 (java) S 30606 30608 30141 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30377214 1573007360 115204 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30615] ppid=30606 vsize=1536140 CPUtime=0

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

/proc/30608/statm: 383580 137946 1451 10 0 380883 0
[pid=30608/tid=30610] ppid=30606 vsize=1534320 CPUtime=7.97
/proc/30608/task/30610/stat : 30610 (java) S 30606 30608 30141 0 -1 4202560 32086 0 1 0 783 14 0 0 15 0 16 0 30377210 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30611] ppid=30606 vsize=1534320 CPUtime=19.25
/proc/30608/task/30611/stat : 30611 (java) S 30606 30608 30141 0 -1 4202560 60145 0 0 0 1867 58 0 0 16 0 16 0 30377211 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30612] ppid=30606 vsize=1534320 CPUtime=19.18
/proc/30608/task/30612/stat : 30612 (java) S 30606 30608 30141 0 -1 4202560 49805 0 0 0 1849 69 0 0 15 0 16 0 30377211 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30613] ppid=30606 vsize=1534320 CPUtime=63.57
/proc/30608/task/30613/stat : 30613 (java) S 30606 30608 30141 0 -1 4202560 292090 0 0 0 6239 118 0 0 15 0 16 0 30377213 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30614] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30614/stat : 30614 (java) S 30606 30608 30141 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30377214 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30615] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30615/stat : 30615 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30377214 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30616] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30616/stat : 30616 (java) S 30606 30608 30141 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30377218 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30617] ppid=30606 vsize=1534320 CPUtime=3.05
/proc/30608/task/30617/stat : 30617 (java) S 30606 30608 30141 0 -1 4202560 4368 0 1 0 303 2 0 0 15 0 16 0 30377218 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30618] ppid=30606 vsize=1534320 CPUtime=2.37
/proc/30608/task/30618/stat : 30618 (java) S 30606 30608 30141 0 -1 4202560 7605 0 0 0 235 2 0 0 15 0 16 0 30377218 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30619] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30619/stat : 30619 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30377218 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30620] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30620/stat : 30620 (java) S 30606 30608 30141 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 30377218 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30632] ppid=30606 vsize=1534320 CPUtime=780.93
/proc/30608/task/30632/stat : 30632 (java) R 30606 30608 30141 0 -1 4202560 566 0 0 0 78066 27 0 0 25 0 16 0 30378273 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4110202150 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30608/tid=30633] ppid=30606 vsize=1534320 CPUtime=780.23
/proc/30608/task/30633/stat : 30633 (java) R 30606 30608 30141 0 -1 4202560 753 0 0 0 78003 20 0 0 25 0 16 0 30378273 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4109905614 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30608/tid=30634] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30634/stat : 30634 (java) S 30606 30608 30141 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30378464 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30635] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30635/stat : 30635 (java) S 30606 30608 30141 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30378470 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1676.65
Current children cumulated vsize (KiB) 1534320

[startup+942.302 s]
/proc/loadavg: 2.07 1.99 1.66 2/122 31131
/proc/meminfo: memFree=1216296/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1548572 CPUtime=1790.96
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 474896 0 2 0 178761 335 0 0 21 0 16 0 30377208 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 387143 141509 1451 10 0 384446 0
[pid=30608/tid=30610] ppid=30606 vsize=1548572 CPUtime=7.97
/proc/30608/task/30610/stat : 30610 (java) S 30606 30608 30141 0 -1 4202560 32088 0 1 0 783 14 0 0 15 0 16 0 30377210 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30611] ppid=30606 vsize=1548572 CPUtime=20.3
/proc/30608/task/30611/stat : 30611 (java) S 30606 30608 30141 0 -1 4202560 60145 0 0 0 1969 61 0 0 15 0 16 0 30377211 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30612] ppid=30606 vsize=1548572 CPUtime=20.24
/proc/30608/task/30612/stat : 30612 (java) S 30606 30608 30141 0 -1 4202560 49805 0 0 0 1953 71 0 0 15 0 16 0 30377211 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30613] ppid=30606 vsize=1548572 CPUtime=68.35
/proc/30608/task/30613/stat : 30613 (java) R 30606 30608 30141 0 -1 4202560 318336 0 0 0 6707 128 0 0 17 0 16 0 30377213 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=30608/tid=30614] ppid=30606 vsize=1548572 CPUtime=0
/proc/30608/task/30614/stat : 30614 (java) S 30606 30608 30141 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30377214 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30615] ppid=30606 vsize=1548572 CPUtime=0
/proc/30608/task/30615/stat : 30615 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30377214 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30616] ppid=30606 vsize=1548572 CPUtime=0
/proc/30608/task/30616/stat : 30616 (java) S 30606 30608 30141 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30377218 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30617] ppid=30606 vsize=1548572 CPUtime=3.05
/proc/30608/task/30617/stat : 30617 (java) S 30606 30608 30141 0 -1 4202560 4368 0 1 0 303 2 0 0 15 0 16 0 30377218 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30618] ppid=30606 vsize=1548572 CPUtime=2.37
/proc/30608/task/30618/stat : 30618 (java) S 30606 30608 30141 0 -1 4202560 7605 0 0 0 235 2 0 0 15 0 16 0 30377218 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30619] ppid=30606 vsize=1548572 CPUtime=0
/proc/30608/task/30619/stat : 30619 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30377218 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30620] ppid=30606 vsize=1548572 CPUtime=0
/proc/30608/task/30620/stat : 30620 (java) S 30606 30608 30141 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 30377218 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30632] ppid=30606 vsize=1548572 CPUtime=834.84
/proc/30608/task/30632/stat : 30632 (java) S 30606 30608 30141 0 -1 4202560 622 0 0 0 83455 29 0 0 25 0 16 0 30378273 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30633] ppid=30606 vsize=1548572 CPUtime=833.73
/proc/30608/task/30633/stat : 30633 (java) S 30606 30608 30141 0 -1 4202560 803 0 0 0 83351 22 0 0 25 0 16 0 30378273 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30634] ppid=30606 vsize=1548572 CPUtime=0
/proc/30608/task/30634/stat : 30634 (java) S 30606 30608 30141 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30378464 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30635] ppid=30606 vsize=1548572 CPUtime=0
/proc/30608/task/30635/stat : 30635 (java) S 30606 30608 30141 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30378470 1585737728 141509 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1790.96
Current children cumulated vsize (KiB) 1548572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+947.11 s]
/proc/loadavg: 2.15 2.00 1.66 3/122 31131
/proc/meminfo: memFree=1225348/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1534320 CPUtime=1800.06
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 474905 0 2 0 179670 336 0 0 21 0 16 0 30377208 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 383580 137946 1451 10 0 380883 0
[pid=30608/tid=30610] ppid=30606 vsize=1534320 CPUtime=7.97
/proc/30608/task/30610/stat : 30610 (java) S 30606 30608 30141 0 -1 4202560 32088 0 1 0 783 14 0 0 15 0 16 0 30377210 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30611] ppid=30606 vsize=1534320 CPUtime=20.37
/proc/30608/task/30611/stat : 30611 (java) S 30606 30608 30141 0 -1 4202560 60145 0 0 0 1976 61 0 0 15 0 16 0 30377211 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30612] ppid=30606 vsize=1534320 CPUtime=20.31
/proc/30608/task/30612/stat : 30612 (java) S 30606 30608 30141 0 -1 4202560 49805 0 0 0 1960 71 0 0 15 0 16 0 30377211 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30613] ppid=30606 vsize=1534320 CPUtime=68.81
/proc/30608/task/30613/stat : 30613 (java) S 30606 30608 30141 0 -1 4202560 318336 0 0 0 6753 128 0 0 15 0 16 0 30377213 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30614] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30614/stat : 30614 (java) S 30606 30608 30141 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30377214 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30615] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30615/stat : 30615 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30377214 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30616] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30616/stat : 30616 (java) S 30606 30608 30141 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30377218 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30617] ppid=30606 vsize=1534320 CPUtime=3.05
/proc/30608/task/30617/stat : 30617 (java) S 30606 30608 30141 0 -1 4202560 4368 0 1 0 303 2 0 0 15 0 16 0 30377218 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30618] ppid=30606 vsize=1534320 CPUtime=2.37
/proc/30608/task/30618/stat : 30618 (java) S 30606 30608 30141 0 -1 4202560 7605 0 0 0 235 2 0 0 15 0 16 0 30377218 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30619] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30619/stat : 30619 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30377218 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30620] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30620/stat : 30620 (java) R 30606 30608 30141 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 30377218 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30608/tid=30632] ppid=30606 vsize=1534320 CPUtime=839.12
/proc/30608/task/30632/stat : 30632 (java) R 30606 30608 30141 0 -1 4202560 625 0 0 0 83883 29 0 0 25 0 16 0 30378273 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4110001210 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30608/tid=30633] ppid=30606 vsize=1534320 CPUtime=837.95
/proc/30608/task/30633/stat : 30633 (java) R 30606 30608 30141 0 -1 4202560 807 0 0 0 83773 22 0 0 25 0 16 0 30378273 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4109905622 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30608/tid=30634] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30634/stat : 30634 (java) S 30606 30608 30141 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30378464 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30635] ppid=30606 vsize=1534320 CPUtime=0
/proc/30608/task/30635/stat : 30635 (java) S 30606 30608 30141 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30378470 1571143680 137946 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1534320

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

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

[startup+947.22 s]
/proc/loadavg: 2.15 2.00 1.66 3/122 31131
/proc/meminfo: memFree=1225348/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=1534968 CPUtime=1800.25
/proc/30608/stat : 30608 (java) S 30606 30608 30141 0 -1 4202496 474926 0 2 0 179689 336 0 0 18 0 18 0 30377208 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 383742 137964 1452 10 0 381045 0
[pid=30608/tid=30610] ppid=30606 vsize=1534968 CPUtime=7.97
/proc/30608/task/30610/stat : 30610 (java) S 30606 30608 30141 0 -1 4202560 32088 0 1 0 783 14 0 0 15 0 18 0 30377210 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30611] ppid=30606 vsize=1534968 CPUtime=20.37
/proc/30608/task/30611/stat : 30611 (java) S 30606 30608 30141 0 -1 4202560 60145 0 0 0 1976 61 0 0 15 0 18 0 30377211 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30612] ppid=30606 vsize=1534968 CPUtime=20.31
/proc/30608/task/30612/stat : 30612 (java) S 30606 30608 30141 0 -1 4202560 49805 0 0 0 1960 71 0 0 16 0 18 0 30377211 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30613] ppid=30606 vsize=1534968 CPUtime=68.81
/proc/30608/task/30613/stat : 30613 (java) S 30606 30608 30141 0 -1 4202560 318336 0 0 0 6753 128 0 0 15 0 18 0 30377213 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 0 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30614] ppid=30606 vsize=1534968 CPUtime=0
/proc/30608/task/30614/stat : 30614 (java) S 30606 30608 30141 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 30377214 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30615] ppid=30606 vsize=1534968 CPUtime=0
/proc/30608/task/30615/stat : 30615 (java) S 30606 30608 30141 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 30377214 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30616] ppid=30606 vsize=1534968 CPUtime=0
/proc/30608/task/30616/stat : 30616 (java) S 30606 30608 30141 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 30377218 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30617] ppid=30606 vsize=1534968 CPUtime=3.08
/proc/30608/task/30617/stat : 30617 (java) S 30606 30608 30141 0 -1 4202560 4370 0 1 0 306 2 0 0 15 0 18 0 30377218 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30618] ppid=30606 vsize=1534968 CPUtime=2.37
/proc/30608/task/30618/stat : 30618 (java) S 30606 30608 30141 0 -1 4202560 7605 0 0 0 235 2 0 0 15 0 18 0 30377218 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30619] ppid=30606 vsize=1534968 CPUtime=0
/proc/30608/task/30619/stat : 30619 (java) S 30606 30608 30141 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 30377218 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30620] ppid=30606 vsize=1534968 CPUtime=0
/proc/30608/task/30620/stat : 30620 (java) S 30606 30608 30141 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 30377218 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
[pid=30608/tid=30632] ppid=30606 vsize=1534968 CPUtime=839.21
/proc/30608/task/30632/stat : 30632 (java) R 30606 30608 30141 0 -1 4202560 625 0 0 0 83892 29 0 0 25 0 18 0 30378273 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4109882424 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30608/tid=30633] ppid=30606 vsize=1534968 CPUtime=838
/proc/30608/task/30633/stat : 30633 (java) R 30606 30608 30141 0 -1 4202560 807 0 0 0 83778 22 0 0 25 0 18 0 30378273 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4109435462 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30608/tid=30634] ppid=30606 vsize=1534968 CPUtime=0
/proc/30608/task/30634/stat : 30634 (java) S 30606 30608 30141 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 30378464 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 1 0 0 0
[pid=30608/tid=30635] ppid=30606 vsize=1534968 CPUtime=0
/proc/30608/task/30635/stat : 30635 (java) S 30606 30608 30141 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 30378470 1571807232 137964 1992294400 134512640 134550932 4294686912 18446744073709551615 4294960144 0 4 0 16800975 18446604437839514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1534968

[startup+947.302 s]
/proc/loadavg: 2.15 2.00 1.66 3/122 31131
/proc/meminfo: memFree=1225348/2059040 swapFree=4140300/4192956
[pid=30608] ppid=30606 vsize=0 CPUtime=1800.4
/proc/30608/stat : 30608 (java) Z 30606 30608 30141 0 -1 4203548 474931 0 2 0 179701 339 0 0 16 0 2 0 30377208 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30608/statm: 0 0 0 0 0 0 0
[pid=30608/tid=30633] ppid=30606 vsize=0 CPUtime=838.04
/proc/30608/task/30633/stat : 30633 (java) R 30606 30608 30141 0 -1 4203588 807 0 0 0 83779 25 0 0 25 0 2 0 30378273 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 947.337
CPU time (s): 1800.44
CPU user time (s): 1797.01
CPU system time (s): 3.42648
CPU usage (%): 190.053
Max. virtual memory (cumulated for all children) (KiB): 1550924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.01
system time used= 3.42648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474931
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36850
involuntary context switches= 57232

runsolver used 4.6093 second user time and 9.55655 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-15 04:00:54
IDJOB=2662398
IDBENCH=2509
IDSOLVER=1166
FILE ID=node027/2662398-1276567252
PBS_JOBID= 11173503
Free space on /tmp= 62464 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/MIPLIB/miplib2003/normalized-mps-v2-20-10-mod011.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662398-1276567252/watcher-2662398-1276567252 -o /tmp/evaluation-result-2662398-1276567252/solver-2662398-1276567252 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662398-1276567252.opb

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

MD5SUM BENCH= 7946286f4c1a7ac44cf771db2f48f590
RANDOM SEED=532188177

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1783712 kB
Buffers:         55988 kB
Cached:         138532 kB
SwapCached:       5712 kB
Active:          93760 kB
Inactive:       113308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1783712 kB
SwapTotal:     4192956 kB
SwapFree:      4140300 kB
Dirty:           14776 kB
Writeback:           0 kB
AnonPages:       11040 kB
Mapped:          13128 kB
Slab:            46380 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62520 MiB
End job on node027 at 2010-06-15 04:16:43