Trace number 2660300

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.11 1782.6

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbea.opb
MD5SUMfed9726f7ff3b53e29a48b8849ad3d9b
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 variables155427
Total number of constraints2674
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 11303756896327816
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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.v20100526
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.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2660300-1276553948.opb
0.23/0.21	c reading problem ... 
9.83/7.60	c ... done. Wall clock time 7.387s.
9.83/7.60	c #vars     155427
9.83/7.60	c #constraints  52920
9.83/7.60	c constraints type 
9.83/7.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4611
1800.00/1782.51	c starts		: 1
1800.00/1782.51	c conflicts		: 173
1800.00/1782.51	c decisions		: 13404
1800.00/1782.51	c propagations		: 191355
1800.00/1782.51	c inspects		: 716154
1800.00/1782.51	c learnt literals	: 0
1800.00/1782.51	c learnt binary clauses	: 0
1800.00/1782.51	c learnt ternary clauses	: 0
1800.00/1782.51	c learnt clauses	: 172
1800.00/1782.51	c ignored clauses	: 0
1800.00/1782.51	c root simplifications	: 0
1800.00/1782.51	c removed literals (reason simplification)	: 0
1800.00/1782.51	c reason swapping (by a shorter reason)	: 0
1800.00/1782.51	c Calls to reduceDB	: 0
1800.00/1782.51	c number of reductions to clauses (during analyze)	: 0
1800.00/1782.51	c number of learned constraints concerned by reduction	: 0
1800.00/1782.51	c number of learning phase by resolution	: 0
1800.00/1782.51	c number of learning phase by cutting planes	: 0
1800.00/1782.51	c speed (assignments/second)	: 107.81103953944732
1800.00/1782.52	c non guided choices	0
1800.00/1782.52	c learnt constraints type 
1800.00/1782.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 172
1800.00/1782.52	c constraints type 
1800.00/1782.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4611
1800.00/1782.52	s UNKNOWN
1800.00/1782.52	c Total wall clock time (in seconds): 1782.301

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-2660300-1276553948/watcher-2660300-1276553948 -o /tmp/evaluation-result-2660300-1276553948/solver-2660300-1276553948 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660300-1276553948.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.02 1.15 1.22 3/106 932
/proc/meminfo: memFree=1806356/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=24036 CPUtime=0
/proc/932/stat : 932 (runsolver) R 930 932 32636 0 -1 4202560 80 0 0 0 0 0 0 0 16 0 1 0 29051212 24612864 106 1992294400 4194304 4302564 140733537381712 18446744073709551615 271797822455 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/932/statm: 6009 106 69 27 0 2647 0

[startup+0.0643561 s]
/proc/loadavg: 1.02 1.15 1.22 3/106 932
/proc/meminfo: memFree=1806356/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1521796 CPUtime=0.04
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 3642 0 1 0 3 1 0 0 15 0 7 0 29051212 1558319104 3083 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 380449 3083 1030 10 0 377759 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521796

[startup+0.101363 s]
/proc/loadavg: 1.02 1.15 1.22 3/106 932
/proc/meminfo: memFree=1806356/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1524184 CPUtime=0.08
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 3958 0 1 0 6 2 0 0 15 0 12 0 29051212 1560764416 3397 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 381046 3397 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301402 s]
/proc/loadavg: 1.02 1.15 1.22 3/106 932
/proc/meminfo: memFree=1806356/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1526224 CPUtime=0.36
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 6247 0 1 0 32 4 0 0 15 0 12 0 29051212 1562853376 5683 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 381556 5684 1361 10 0 378858 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526224

[startup+0.701482 s]
/proc/loadavg: 1.02 1.15 1.22 3/106 932
/proc/meminfo: memFree=1806356/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1528248 CPUtime=1.11
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 9658 0 1 0 105 6 0 0 15 0 12 0 29051212 1564925952 8914 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 382062 8914 1402 10 0 379364 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528248

[startup+1.50287 s]
/proc/loadavg: 1.02 1.15 1.22 4/118 944
/proc/meminfo: memFree=1762736/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1541440 CPUtime=2.69
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 24310 0 1 0 256 13 0 0 15 0 12 0 29051212 1578434560 20755 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 385360 20756 1406 10 0 382662 0
[pid=932/tid=934] ppid=930 vsize=1541440 CPUtime=1.47
/proc/932/task/934/stat : 934 (java) R 930 932 32636 0 -1 4202560 16139 0 1 0 139 8 0 0 18 0 12 0 29051214 1578434560 20756 1992294400 134512640 134550932 4291435216 18446744073709551615 4108835700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=932/tid=935] ppid=930 vsize=1541440 CPUtime=0
/proc/932/task/935/stat : 935 (java) S 930 932 32636 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 29051215 1578434560 20757 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=936] ppid=930 vsize=1541440 CPUtime=0
/proc/932/task/936/stat : 936 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29051215 1578434560 20758 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=937] ppid=930 vsize=1541440 CPUtime=0
/proc/932/task/937/stat : 937 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29051217 1578434560 20760 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=938] ppid=930 vsize=1541440 CPUtime=0
/proc/932/task/938/stat : 938 (java) S 930 932 32636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 29051218 1578434560 20760 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=939] ppid=930 vsize=1541440 CPUtime=0
/proc/932/task/939/stat : 939 (java) S 930 932 32636 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29051218 1578434560 20760 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=940] ppid=930 vsize=1541440 CPUtime=0
/proc/932/task/940/stat : 940 (java) S 930 932 32636 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 29051222 1578434560 20760 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=941] ppid=930 vsize=1541440 CPUtime=0.16
/proc/932/task/941/stat : 941 (java) R 930 932 32636 0 -1 4202560 345 0 0 0 16 0 0 0 22 0 12 0 29051222 1578434560 20761 1992294400 134512640 134550932 4291435216 18446744073709551615 105575927 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=932/tid=942] ppid=930 vsize=1541440 CPUtime=1.03
/proc/932/task/942/stat : 942 (java) R 930 932 32636 0 -1 4202560 6762 0 0 0 100 3 0 0 18 0 12 0 29051222 1578434560 20761 1992294400 134512640 134550932 4291435216 18446744073709551615 106131639 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=932/tid=943] ppid=930 vsize=1541440 CPUtime=0
/proc/932/task/943/stat : 943 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29051222 1578434560 20761 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=944] ppid=930 vsize=1541440 CPUtime=0
/proc/932/task/944/stat : 944 (java) R 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29051222 1578434560 20762 1992294400 134512640 134550932 4291435216 18446744073709551615 4103412 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1541440

[startup+3.10091 s]
/proc/loadavg: 1.02 1.15 1.22 2/118 944
/proc/meminfo: memFree=1678292/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1539292 CPUtime=4.72
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 48605 0 1 0 447 25 0 0 15 0 12 0 29051212 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 384823 44042 1418 10 0 382125 0
[pid=932/tid=934] ppid=930 vsize=1539292 CPUtime=2.92
/proc/932/task/934/stat : 934 (java) R 930 932 32636 0 -1 4202560 31974 0 1 0 277 15 0 0 18 0 12 0 29051214 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4109146697 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=932/tid=935] ppid=930 vsize=1539292 CPUtime=0.13
/proc/932/task/935/stat : 935 (java) S 930 932 32636 0 -1 4202560 4428 0 0 0 11 2 0 0 16 0 12 0 29051215 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=936] ppid=930 vsize=1539292 CPUtime=0.13
/proc/932/task/936/stat : 936 (java) S 930 932 32636 0 -1 4202560 3706 0 0 0 12 1 0 0 18 0 12 0 29051215 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=937] ppid=930 vsize=1539292 CPUtime=0
/proc/932/task/937/stat : 937 (java) S 930 932 32636 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 29051217 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=938] ppid=930 vsize=1539292 CPUtime=0
/proc/932/task/938/stat : 938 (java) S 930 932 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 29051218 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=939] ppid=930 vsize=1539292 CPUtime=0
/proc/932/task/939/stat : 939 (java) S 930 932 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29051218 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=940] ppid=930 vsize=1539292 CPUtime=0
/proc/932/task/940/stat : 940 (java) S 930 932 32636 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 29051222 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=941] ppid=930 vsize=1539292 CPUtime=0.26
/proc/932/task/941/stat : 941 (java) S 930 932 32636 0 -1 4202560 413 0 0 0 26 0 0 0 21 0 12 0 29051222 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=942] ppid=930 vsize=1539292 CPUtime=1.23
/proc/932/task/942/stat : 942 (java) S 930 932 32636 0 -1 4202560 7011 0 0 0 119 4 0 0 17 0 12 0 29051222 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=943] ppid=930 vsize=1539292 CPUtime=0
/proc/932/task/943/stat : 943 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29051222 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=944] ppid=930 vsize=1539292 CPUtime=0
/proc/932/task/944/stat : 944 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29051222 1576235008 44042 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1539292

[startup+6.30251 s]
/proc/loadavg: 1.10 1.16 1.23 2/118 944
/proc/meminfo: memFree=1569792/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1540056 CPUtime=8.47
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 72975 0 1 0 811 36 0 0 15 0 12 0 29051212 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 385014 65094 1418 10 0 382316 0
[pid=932/tid=934] ppid=930 vsize=1540056 CPUtime=5.56
/proc/932/task/934/stat : 934 (java) R 930 932 32636 0 -1 4202560 31978 0 1 0 540 16 0 0 17 0 12 0 29051214 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=932/tid=935] ppid=930 vsize=1540056 CPUtime=0.7
/proc/932/task/935/stat : 935 (java) S 930 932 32636 0 -1 4202560 17523 0 0 0 62 8 0 0 16 0 12 0 29051215 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=936] ppid=930 vsize=1540056 CPUtime=0.68
/proc/932/task/936/stat : 936 (java) S 930 932 32636 0 -1 4202560 14977 0 0 0 62 6 0 0 18 0 12 0 29051215 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=937] ppid=930 vsize=1540056 CPUtime=0
/proc/932/task/937/stat : 937 (java) S 930 932 32636 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 29051217 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=938] ppid=930 vsize=1540056 CPUtime=0
/proc/932/task/938/stat : 938 (java) S 930 932 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 29051218 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=939] ppid=930 vsize=1540056 CPUtime=0
/proc/932/task/939/stat : 939 (java) S 930 932 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29051218 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=940] ppid=930 vsize=1540056 CPUtime=0
/proc/932/task/940/stat : 940 (java) S 930 932 32636 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 29051222 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=941] ppid=930 vsize=1540056 CPUtime=0.26
/proc/932/task/941/stat : 941 (java) S 930 932 32636 0 -1 4202560 413 0 0 0 26 0 0 0 18 0 12 0 29051222 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=942] ppid=930 vsize=1540056 CPUtime=1.23
/proc/932/task/942/stat : 942 (java) S 930 932 32636 0 -1 4202560 7011 0 0 0 119 4 0 0 17 0 12 0 29051222 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=943] ppid=930 vsize=1540056 CPUtime=0
/proc/932/task/943/stat : 943 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29051222 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=944] ppid=930 vsize=1540056 CPUtime=0
/proc/932/task/944/stat : 944 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29051222 1577017344 65094 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 1540056

[startup+12.7016 s]
/proc/loadavg: 1.09 1.16 1.22 4/119 945
/proc/meminfo: memFree=1496376/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1543192 CPUtime=16.58
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 88449 0 1 0 1612 46 0 0 15 0 13 0 29051212 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 385798 78549 1440 10 0 383100 0
[pid=932/tid=934] ppid=930 vsize=1543192 CPUtime=11.32
/proc/932/task/934/stat : 934 (java) R 930 932 32636 0 -1 4202560 32052 0 1 0 1116 16 0 0 25 0 13 0 29051214 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4109591263 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=932/tid=935] ppid=930 vsize=1543192 CPUtime=1.22
/proc/932/task/935/stat : 935 (java) S 930 932 32636 0 -1 4202560 26065 0 0 0 110 12 0 0 15 0 13 0 29051215 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=936] ppid=930 vsize=1543192 CPUtime=1.2
/proc/932/task/936/stat : 936 (java) S 930 932 32636 0 -1 4202560 20763 0 0 0 110 10 0 0 15 0 13 0 29051215 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=937] ppid=930 vsize=1543192 CPUtime=0
/proc/932/task/937/stat : 937 (java) S 930 932 32636 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 29051217 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=938] ppid=930 vsize=1543192 CPUtime=0
/proc/932/task/938/stat : 938 (java) S 930 932 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29051218 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=939] ppid=930 vsize=1543192 CPUtime=0
/proc/932/task/939/stat : 939 (java) S 930 932 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29051218 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=940] ppid=930 vsize=1543192 CPUtime=0
/proc/932/task/940/stat : 940 (java) S 930 932 32636 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 29051222 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=941] ppid=930 vsize=1543192 CPUtime=0.8
/proc/932/task/941/stat : 941 (java) S 930 932 32636 0 -1 4202560 1397 0 0 0 79 1 0 0 16 0 13 0 29051222 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=942] ppid=930 vsize=1543192 CPUtime=2
/proc/932/task/942/stat : 942 (java) S 930 932 32636 0 -1 4202560 7093 0 0 0 196 4 0 0 16 0 13 0 29051222 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=943] ppid=930 vsize=1543192 CPUtime=0
/proc/932/task/943/stat : 943 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29051222 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=944] ppid=930 vsize=1543192 CPUtime=0
/proc/932/task/944/stat : 944 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29051222 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=945] ppid=930 vsize=1543192 CPUtime=0
/proc/932/task/945/stat : 945 (java) S 930 932 32636 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 13 0 29052068 1580228608 78549 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.58
Current children cumulated vsize (KiB) 1543192

[startup+25.5015 s]
/proc/loadavg: 1.07 1.15 1.22 2/119 945
/proc/meminfo: memFree=1489556/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1542596 CPUtime=29.56
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 90564 0 1 0 2907 49 0 0 15 0 13 0 29051212 1579618304 80161 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 385649 80161 1440 10 0 382951 0
[pid=932/tid=934] ppid=930 vsize=1542596 CPUtime=23.82
/proc/932/task/934/stat : 934 (java) R 930 932 32636 0 -1 4202560 32087 0 1 0 2366 16 0 0 18 0 13 0 29051214 1579618304 80161 1992294400 134512640 134550932 4291435216 18446744073709551615 4109241269 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=932/tid=935] ppid=930 vsize=1542596 CPUtime=1.39
/proc/932/task/935/stat : 935 (java) S 930 932 32636 0 -1 4202560 27072 0 0 0 124 15 0 0 16 0 13 0 29051215 1579618304 80161 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=936] ppid=930 vsize=1542596 CPUtime=1.38
/proc/932/task/936/stat : 936 (java) S 930 932 32636 0 -1 4202560 21828 0 0 0 127 11 0 0 15 0 13 0 29051215 1579618304 80161 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=937] ppid=930 vsize=1542596 CPUtime=0
/proc/932/task/937/stat : 937 (java) S 930 932 32636 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 29051217 1579618304 80161 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=938] ppid=930 vsize=1542596 CPUtime=0
/proc/932/task/938/stat : 938 (java) S 930 932 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29051218 1579618304 80161 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=939] ppid=930 vsize=1542596 CPUtime=0
/proc/932/task/939/stat : 939 (java) S 930 932 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29051218 1579618304 80161 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=940] ppid=930 vsize=1542596 CPUtime=0

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

[pid=932] ppid=930 vsize=1542044 CPUtime=1678.21
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 141185 0 1 0 167539 282 0 0 15 0 13 0 29051212 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 385511 122440 1444 10 0 382813 0
[pid=932/tid=934] ppid=930 vsize=1542044 CPUtime=1634.08
/proc/932/task/934/stat : 934 (java) R 930 932 32636 0 -1 4202560 35186 0 1 0 163377 31 0 0 25 0 13 0 29051214 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4109606152 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=932/tid=935] ppid=930 vsize=1542044 CPUtime=19.98
/proc/932/task/935/stat : 935 (java) S 930 932 32636 0 -1 4202560 50118 0 0 0 1874 124 0 0 16 0 13 0 29051215 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=936] ppid=930 vsize=1542044 CPUtime=20.21
/proc/932/task/936/stat : 936 (java) S 930 932 32636 0 -1 4202560 45945 0 0 0 1917 104 0 0 15 0 13 0 29051215 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=937] ppid=930 vsize=1542044 CPUtime=0.5
/proc/932/task/937/stat : 937 (java) S 930 932 32636 0 -1 4202560 106 0 0 0 36 14 0 0 15 0 13 0 29051217 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=938] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/938/stat : 938 (java) S 930 932 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29051218 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=939] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/939/stat : 939 (java) S 930 932 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29051218 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=940] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/940/stat : 940 (java) S 930 932 32636 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 29051222 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=941] ppid=930 vsize=1542044 CPUtime=0.9
/proc/932/task/941/stat : 941 (java) S 930 932 32636 0 -1 4202560 1401 0 0 0 89 1 0 0 15 0 13 0 29051222 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=942] ppid=930 vsize=1542044 CPUtime=2.46
/proc/932/task/942/stat : 942 (java) S 930 932 32636 0 -1 4202560 7263 0 0 0 242 4 0 0 15 0 13 0 29051222 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=943] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/943/stat : 943 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29051222 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=944] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/944/stat : 944 (java) S 930 932 32636 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 29051222 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=945] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/945/stat : 945 (java) S 930 932 32636 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 13 0 29052068 1579053056 122440 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1678.21
Current children cumulated vsize (KiB) 1542044

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 994
/proc/meminfo: memFree=1300704/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1542044 CPUtime=1739.13
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 146271 0 1 0 173625 288 0 0 15 0 13 0 29051212 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 385511 127060 1444 10 0 382813 0
[pid=932/tid=934] ppid=930 vsize=1542044 CPUtime=1692.99
/proc/932/task/934/stat : 934 (java) R 930 932 32636 0 -1 4202560 35301 0 1 0 169268 31 0 0 25 0 13 0 29051214 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4109240797 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=932/tid=935] ppid=930 vsize=1542044 CPUtime=20.97
/proc/932/task/935/stat : 935 (java) S 930 932 32636 0 -1 4202560 52896 0 0 0 1970 127 0 0 16 0 13 0 29051215 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=936] ppid=930 vsize=1542044 CPUtime=21.2
/proc/932/task/936/stat : 936 (java) S 930 932 32636 0 -1 4202560 48130 0 0 0 2014 106 0 0 15 0 13 0 29051215 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=937] ppid=930 vsize=1542044 CPUtime=0.52
/proc/932/task/937/stat : 937 (java) S 930 932 32636 0 -1 4202560 110 0 0 0 37 15 0 0 15 0 13 0 29051217 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=938] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/938/stat : 938 (java) S 930 932 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29051218 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=939] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/939/stat : 939 (java) S 930 932 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29051218 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=940] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/940/stat : 940 (java) S 930 932 32636 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 29051222 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=941] ppid=930 vsize=1542044 CPUtime=0.9
/proc/932/task/941/stat : 941 (java) S 930 932 32636 0 -1 4202560 1401 0 0 0 89 1 0 0 15 0 13 0 29051222 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=942] ppid=930 vsize=1542044 CPUtime=2.47
/proc/932/task/942/stat : 942 (java) S 930 932 32636 0 -1 4202560 7263 0 0 0 243 4 0 0 15 0 13 0 29051222 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=943] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/943/stat : 943 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29051222 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=944] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/944/stat : 944 (java) S 930 932 32636 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 29051222 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=945] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/945/stat : 945 (java) S 930 932 32636 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 13 0 29052068 1579053056 127060 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.13
Current children cumulated vsize (KiB) 1542044

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 996
/proc/meminfo: memFree=1291900/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1542044 CPUtime=1799.8
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 148612 0 1 0 179685 295 0 0 15 0 13 0 29051212 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 385511 129236 1444 10 0 382813 0
[pid=932/tid=934] ppid=930 vsize=1542044 CPUtime=1751.87
/proc/932/task/934/stat : 934 (java) R 930 932 32636 0 -1 4202560 35406 0 1 0 175156 31 0 0 25 0 13 0 29051214 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4109241149 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=932/tid=935] ppid=930 vsize=1542044 CPUtime=21.86
/proc/932/task/935/stat : 935 (java) S 930 932 32636 0 -1 4202560 53933 0 0 0 2058 128 0 0 15 0 13 0 29051215 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=936] ppid=930 vsize=1542044 CPUtime=22.07
/proc/932/task/936/stat : 936 (java) S 930 932 32636 0 -1 4202560 49325 0 0 0 2096 111 0 0 15 0 13 0 29051215 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=937] ppid=930 vsize=1542044 CPUtime=0.53
/proc/932/task/937/stat : 937 (java) S 930 932 32636 0 -1 4202560 112 0 0 0 38 15 0 0 16 0 13 0 29051217 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=938] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/938/stat : 938 (java) S 930 932 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29051218 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=939] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/939/stat : 939 (java) S 930 932 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29051218 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=940] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/940/stat : 940 (java) S 930 932 32636 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=941] ppid=930 vsize=1542044 CPUtime=0.9
/proc/932/task/941/stat : 941 (java) S 930 932 32636 0 -1 4202560 1401 0 0 0 89 1 0 0 15 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=942] ppid=930 vsize=1542044 CPUtime=2.47
/proc/932/task/942/stat : 942 (java) S 930 932 32636 0 -1 4202560 7263 0 0 0 243 4 0 0 15 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=943] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/943/stat : 943 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=944] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/944/stat : 944 (java) S 930 932 32636 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=945] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/945/stat : 945 (java) S 930 932 32636 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 13 0 29052068 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (KiB) 1542044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 996
/proc/meminfo: memFree=1291900/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1542044 CPUtime=1800
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 148612 0 1 0 179705 295 0 0 15 0 13 0 29051212 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 385511 129236 1444 10 0 382813 0
[pid=932/tid=934] ppid=930 vsize=1542044 CPUtime=1752.08
/proc/932/task/934/stat : 934 (java) R 930 932 32636 0 -1 4202560 35406 0 1 0 175177 31 0 0 25 0 13 0 29051214 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4109241275 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=932/tid=935] ppid=930 vsize=1542044 CPUtime=21.86
/proc/932/task/935/stat : 935 (java) S 930 932 32636 0 -1 4202560 53933 0 0 0 2058 128 0 0 15 0 13 0 29051215 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=936] ppid=930 vsize=1542044 CPUtime=22.07
/proc/932/task/936/stat : 936 (java) S 930 932 32636 0 -1 4202560 49325 0 0 0 2096 111 0 0 15 0 13 0 29051215 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=937] ppid=930 vsize=1542044 CPUtime=0.53
/proc/932/task/937/stat : 937 (java) S 930 932 32636 0 -1 4202560 112 0 0 0 38 15 0 0 16 0 13 0 29051217 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=938] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/938/stat : 938 (java) S 930 932 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29051218 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=939] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/939/stat : 939 (java) S 930 932 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29051218 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=940] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/940/stat : 940 (java) S 930 932 32636 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=941] ppid=930 vsize=1542044 CPUtime=0.9
/proc/932/task/941/stat : 941 (java) S 930 932 32636 0 -1 4202560 1401 0 0 0 89 1 0 0 15 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=942] ppid=930 vsize=1542044 CPUtime=2.47
/proc/932/task/942/stat : 942 (java) S 930 932 32636 0 -1 4202560 7263 0 0 0 243 4 0 0 15 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=943] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/943/stat : 943 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=944] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/944/stat : 944 (java) S 930 932 32636 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=945] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/945/stat : 945 (java) S 930 932 32636 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 13 0 29052068 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1542044

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

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

[startup+1782.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 996
/proc/meminfo: memFree=1291900/2059040 swapFree=4140420/4192956
[pid=932] ppid=930 vsize=1542044 CPUtime=1800
/proc/932/stat : 932 (java) S 930 932 32636 0 -1 4202496 148612 0 1 0 179705 295 0 0 15 0 13 0 29051212 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/932/statm: 385511 129236 1444 10 0 382813 0
[pid=932/tid=934] ppid=930 vsize=1542044 CPUtime=1752.08
/proc/932/task/934/stat : 934 (java) R 930 932 32636 0 -1 4202560 35406 0 1 0 175177 31 0 0 25 0 13 0 29051214 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4109241275 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=932/tid=935] ppid=930 vsize=1542044 CPUtime=21.86
/proc/932/task/935/stat : 935 (java) S 930 932 32636 0 -1 4202560 53933 0 0 0 2058 128 0 0 15 0 13 0 29051215 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=936] ppid=930 vsize=1542044 CPUtime=22.07
/proc/932/task/936/stat : 936 (java) S 930 932 32636 0 -1 4202560 49325 0 0 0 2096 111 0 0 15 0 13 0 29051215 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=937] ppid=930 vsize=1542044 CPUtime=0.53
/proc/932/task/937/stat : 937 (java) S 930 932 32636 0 -1 4202560 112 0 0 0 38 15 0 0 16 0 13 0 29051217 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 0 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=938] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/938/stat : 938 (java) S 930 932 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29051218 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=939] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/939/stat : 939 (java) S 930 932 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29051218 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=940] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/940/stat : 940 (java) S 930 932 32636 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=941] ppid=930 vsize=1542044 CPUtime=0.9
/proc/932/task/941/stat : 941 (java) S 930 932 32636 0 -1 4202560 1401 0 0 0 89 1 0 0 15 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
[pid=932/tid=942] ppid=930 vsize=1542044 CPUtime=2.47
/proc/932/task/942/stat : 942 (java) S 930 932 32636 0 -1 4202560 7263 0 0 0 243 4 0 0 15 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=943] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/943/stat : 943 (java) S 930 932 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=944] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/944/stat : 944 (java) S 930 932 32636 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 29051222 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 0 0 0 0
[pid=932/tid=945] ppid=930 vsize=1542044 CPUtime=0
/proc/932/task/945/stat : 945 (java) S 930 932 32636 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 13 0 29052068 1579053056 129236 1992294400 134512640 134550932 4291435216 18446744073709551615 4294960144 0 4 0 16800975 18446604437836337408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1542044

Child status: 143
Real time (s): 1782.6
CPU time (s): 1800.11
CPU user time (s): 1797.1
CPU system time (s): 3.00954
CPU usage (%): 100.982
Max. virtual memory (cumulated for all children) (KiB): 1543700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.1
system time used= 3.00954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148632
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= 72586
involuntary context switches= 48675

runsolver used 3.47347 second user time and 9.75552 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-15 00:19:09
IDJOB=2660300
IDBENCH=2438
IDSOLVER=1165
FILE ID=node019/2660300-1276553948
PBS_JOBID= 11173479
Free space on /tmp= 62364 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbea.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660300-1276553948/watcher-2660300-1276553948 -o /tmp/evaluation-result-2660300-1276553948/solver-2660300-1276553948 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660300-1276553948.opb

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

MD5SUM BENCH= fed9726f7ff3b53e29a48b8849ad3d9b
RANDOM SEED=1398567004

node019.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.264
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.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		: 3000.264
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1806752 kB
Buffers:         38560 kB
Cached:         122008 kB
SwapCached:       5712 kB
Active:          92748 kB
Inactive:        80304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1806752 kB
SwapTotal:     4192956 kB
SwapFree:      4140420 kB
Dirty:           14516 kB
Writeback:          32 kB
AnonPages:       10984 kB
Mapped:          13220 kB
Slab:            57348 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182192 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= 62364 MiB
End job on node019 at 2010-06-15 00:48:53