Trace number 1856182

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.39 1766.76

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-dfl001.opb
MD5SUM82090c0a4adcfdd30e3ab97004b5e93d
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 variables366703
Total number of constraints6084
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 constraints6084
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 187033
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 882752655849462510276
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856182-1244904671.opb
0.22/0.22	c reading problem ... 
12.90/10.22	c ... done. Wall clock time 10.002s.
12.90/10.22	c #vars     366703
12.90/10.22	c #constraints  118328
12.90/10.22	c constraints type 
12.90/10.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12155
1800.06/1766.52	c starts		: 11
1800.06/1766.52	c conflicts		: 17015
1800.06/1766.52	c decisions		: 1497972
1800.06/1766.52	c propagations		: 2958412
1800.06/1766.52	c inspects		: 243188805
1800.06/1766.52	c learnt literals	: 0
1800.06/1766.52	c learnt binary clauses	: 0
1800.06/1766.52	c learnt ternary clauses	: 0
1800.06/1766.52	c learnt clauses	: 17015
1800.06/1766.52	c ignored clauses	: 0
1800.06/1766.52	c root simplifications	: 0
1800.06/1766.52	c removed literals (reason simplification)	: 0
1800.06/1766.52	c reason swapping (by a shorter reason)	: 0
1800.06/1766.52	c Calls to reduceDB	: 0
1800.06/1766.52	c speed (assignments/second)	: 1684.636467015505
1800.06/1766.52	c non guided choices	0
1800.06/1766.57	c learnt constraints type 
1800.06/1766.57	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.06/1766.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17013
1800.06/1766.57	c constraints type 
1800.06/1766.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12155
1800.06/1766.57	s UNKNOWN
1800.06/1766.57	c Total wall clock time (in seconds): 1766.355

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-1856182-1244904671/watcher-1856182-1244904671 -o /tmp/evaluation-result-1856182-1244904671/solver-1856182-1244904671 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856182-1244904671.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.03 1.03 1.00 3/64 12558
/proc/meminfo: memFree=1295928/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=152 CPUtime=0
/proc/12558/stat : 12558 (java6) D 12556 12558 12477 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158067715 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 4678436 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12558/statm: 38 26 19 9 0 4 0

[startup+0.0160831 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 12558
/proc/meminfo: memFree=1295928/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=13300 CPUtime=0.01
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 791 0 0 0 0 1 0 0 18 0 2 0 158067715 13619200 573 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 3325 573 255 9 0 1199 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13300

[startup+0.101095 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 12558
/proc/meminfo: memFree=1295928/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1472584 CPUtime=0.09
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 3606 0 1 0 6 3 0 0 18 0 12 0 158067715 1507926016 3349 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 368146 3349 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301107 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 12558
/proc/meminfo: memFree=1295928/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1475364 CPUtime=0.34
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 7054 0 1 0 30 4 0 0 18 0 12 0 158067715 1510772736 6791 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 368841 6791 1354 9 0 366184 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475364

[startup+0.701132 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 12558
/proc/meminfo: memFree=1295928/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1476616 CPUtime=0.92
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 10790 0 1 0 86 6 0 0 18 0 12 0 158067715 1512054784 10321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 369154 10322 1395 9 0 366497 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1476616

[startup+1.50218 s]
/proc/loadavg: 1.03 1.03 1.00 2/76 12570
/proc/meminfo: memFree=1240600/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1476616 CPUtime=1.72
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 23230 0 1 0 160 12 0 0 18 0 12 0 158067715 1512054784 22761 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 369154 22762 1395 9 0 366497 0
[pid=12558/tid=12560] ppid=12556 vsize=1476616 CPUtime=1.38
/proc/12558/task/12560/stat : 12560 (java) R 12556 12558 12477 0 -1 64 21236 0 1 0 127 11 0 0 25 0 12 0 158067716 1512054784 22762 1992294400 134512640 134550932 4294956000 18446744073709551615 4109471348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12561] ppid=12556 vsize=1476616 CPUtime=0
/proc/12558/task/12561/stat : 12561 (java) S 12556 12558 12477 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 158067718 1512054784 22763 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12562] ppid=12556 vsize=1476616 CPUtime=0
/proc/12558/task/12562/stat : 12562 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 158067718 1512054784 22763 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12563] ppid=12556 vsize=1476616 CPUtime=0
/proc/12558/task/12563/stat : 12563 (java) S 12556 12558 12477 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158067720 1512054784 22763 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12564] ppid=12556 vsize=1476616 CPUtime=0
/proc/12558/task/12564/stat : 12564 (java) S 12556 12558 12477 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 158067720 1512054784 22764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12565] ppid=12556 vsize=1476616 CPUtime=0
/proc/12558/task/12565/stat : 12565 (java) S 12556 12558 12477 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158067720 1512054784 22765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12566] ppid=12556 vsize=1476616 CPUtime=0
/proc/12558/task/12566/stat : 12566 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158067724 1512054784 22765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12567] ppid=12556 vsize=1476616 CPUtime=0.16
/proc/12558/task/12567/stat : 12567 (java) S 12556 12558 12477 0 -1 64 488 0 0 0 16 0 0 0 16 0 12 0 158067724 1512054784 22766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12568] ppid=12556 vsize=1476616 CPUtime=0.16
/proc/12558/task/12568/stat : 12568 (java) S 12556 12558 12477 0 -1 64 763 0 0 0 16 0 0 0 16 0 12 0 158067724 1512054784 22766 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12569] ppid=12556 vsize=1476616 CPUtime=0
/proc/12558/task/12569/stat : 12569 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158067724 1512054784 22767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12570] ppid=12556 vsize=1476616 CPUtime=0
/proc/12558/task/12570/stat : 12570 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158067724 1512054784 22768 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1476616

[startup+3.10229 s]
/proc/loadavg: 1.03 1.03 1.00 4/76 12570
/proc/meminfo: memFree=1177176/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1488824 CPUtime=4.28
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 46863 0 1 0 404 24 0 0 18 0 12 0 158067715 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 372206 42267 1416 9 0 369549 0
[pid=12558/tid=12560] ppid=12556 vsize=1488824 CPUtime=2.64
/proc/12558/task/12560/stat : 12560 (java) R 12556 12558 12477 0 -1 64 30922 0 1 0 248 16 0 0 17 0 12 0 158067716 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4109169925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12561] ppid=12556 vsize=1488824 CPUtime=0.1
/proc/12558/task/12561/stat : 12561 (java) S 12556 12558 12477 0 -1 64 4677 0 0 0 8 2 0 0 18 0 12 0 158067718 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12562] ppid=12556 vsize=1488824 CPUtime=0.07
/proc/12558/task/12562/stat : 12562 (java) S 12556 12558 12477 0 -1 64 2188 0 0 0 6 1 0 0 16 0 12 0 158067718 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12563] ppid=12556 vsize=1488824 CPUtime=0
/proc/12558/task/12563/stat : 12563 (java) S 12556 12558 12477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158067720 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12564] ppid=12556 vsize=1488824 CPUtime=0
/proc/12558/task/12564/stat : 12564 (java) S 12556 12558 12477 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 158067720 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12565] ppid=12556 vsize=1488824 CPUtime=0
/proc/12558/task/12565/stat : 12565 (java) S 12556 12558 12477 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158067720 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12566] ppid=12556 vsize=1488824 CPUtime=0
/proc/12558/task/12566/stat : 12566 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158067724 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12567] ppid=12556 vsize=1488824 CPUtime=1.01
/proc/12558/task/12567/stat : 12567 (java) S 12556 12558 12477 0 -1 64 6916 0 0 0 98 3 0 0 16 0 12 0 158067724 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12568] ppid=12556 vsize=1488824 CPUtime=0.42
/proc/12558/task/12568/stat : 12568 (java) S 12556 12558 12477 0 -1 64 1404 0 0 0 42 0 0 0 16 0 12 0 158067724 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12569] ppid=12556 vsize=1488824 CPUtime=0
/proc/12558/task/12569/stat : 12569 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158067724 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12570] ppid=12556 vsize=1488824 CPUtime=0
/proc/12558/task/12570/stat : 12570 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158067724 1524555776 42267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 1488824

[startup+6.3015 s]
/proc/loadavg: 1.02 1.03 1.00 2/76 12570
/proc/meminfo: memFree=1053144/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1488464 CPUtime=8.12
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 76531 0 1 0 773 39 0 0 18 0 12 0 158067715 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 372116 68215 1416 9 0 369459 0
[pid=12558/tid=12560] ppid=12556 vsize=1488464 CPUtime=5.17
/proc/12558/task/12560/stat : 12560 (java) R 12556 12558 12477 0 -1 64 30927 0 1 0 501 16 0 0 18 0 12 0 158067716 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4109495189 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12561] ppid=12556 vsize=1488464 CPUtime=0.73
/proc/12558/task/12561/stat : 12561 (java) S 12556 12558 12477 0 -1 64 19705 0 0 0 64 9 0 0 16 0 12 0 158067718 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12562] ppid=12556 vsize=1488464 CPUtime=0.72
/proc/12558/task/12562/stat : 12562 (java) S 12556 12558 12477 0 -1 64 16823 0 0 0 65 7 0 0 18 0 12 0 158067718 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12563] ppid=12556 vsize=1488464 CPUtime=0
/proc/12558/task/12563/stat : 12563 (java) S 12556 12558 12477 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158067720 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12564] ppid=12556 vsize=1488464 CPUtime=0
/proc/12558/task/12564/stat : 12564 (java) S 12556 12558 12477 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 158067720 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12565] ppid=12556 vsize=1488464 CPUtime=0
/proc/12558/task/12565/stat : 12565 (java) S 12556 12558 12477 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158067720 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12566] ppid=12556 vsize=1488464 CPUtime=0
/proc/12558/task/12566/stat : 12566 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158067724 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12567] ppid=12556 vsize=1488464 CPUtime=1.01
/proc/12558/task/12567/stat : 12567 (java) S 12556 12558 12477 0 -1 64 6916 0 0 0 98 3 0 0 16 0 12 0 158067724 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12568] ppid=12556 vsize=1488464 CPUtime=0.43
/proc/12558/task/12568/stat : 12568 (java) S 12556 12558 12477 0 -1 64 1404 0 0 0 43 0 0 0 16 0 12 0 158067724 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12569] ppid=12556 vsize=1488464 CPUtime=0
/proc/12558/task/12569/stat : 12569 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158067724 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12570] ppid=12556 vsize=1488464 CPUtime=0
/proc/12558/task/12570/stat : 12570 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158067724 1524187136 68215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 1488464

[startup+12.7029 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 12571
/proc/meminfo: memFree=904400/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1489812 CPUtime=16.47
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 111053 0 1 0 1589 58 0 0 18 0 13 0 158067715 1525567488 99022 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 372453 99022 1437 9 0 369796 0
[pid=12558/tid=12560] ppid=12556 vsize=1489812 CPUtime=10.07
/proc/12558/task/12560/stat : 12560 (java) R 12556 12558 12477 0 -1 64 30990 0 1 0 990 17 0 0 22 0 13 0 158067716 1525567488 99023 1992294400 134512640 134550932 4294956000 18446744073709551615 4109161494 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12561] ppid=12556 vsize=1489812 CPUtime=1.92
/proc/12558/task/12561/stat : 12561 (java) S 12556 12558 12477 0 -1 64 35200 0 0 0 174 18 0 0 16 0 13 0 158067718 1525567488 99023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12562] ppid=12556 vsize=1489812 CPUtime=1.94
/proc/12558/task/12562/stat : 12562 (java) S 12556 12558 12477 0 -1 64 35304 0 0 0 178 16 0 0 16 0 13 0 158067718 1525567488 99023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12563] ppid=12556 vsize=1489812 CPUtime=0
/proc/12558/task/12563/stat : 12563 (java) S 12556 12558 12477 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 158067720 1525567488 99023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12564] ppid=12556 vsize=1489812 CPUtime=0
/proc/12558/task/12564/stat : 12564 (java) S 12556 12558 12477 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 158067720 1525567488 99024 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12565] ppid=12556 vsize=1489812 CPUtime=0
/proc/12558/task/12565/stat : 12565 (java) S 12556 12558 12477 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158067720 1525567488 99024 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12566] ppid=12556 vsize=1489812 CPUtime=0
/proc/12558/task/12566/stat : 12566 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158067724 1525567488 99024 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12567] ppid=12556 vsize=1489812 CPUtime=1.64
/proc/12558/task/12567/stat : 12567 (java) S 12556 12558 12477 0 -1 64 6992 0 0 0 161 3 0 0 17 0 13 0 158067724 1525567488 99024 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12568] ppid=12556 vsize=1489812 CPUtime=0.83
/proc/12558/task/12568/stat : 12568 (java) S 12556 12558 12477 0 -1 64 1807 0 0 0 83 0 0 0 16 0 13 0 158067724 1525567488 99024 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12569] ppid=12556 vsize=1489812 CPUtime=0
/proc/12558/task/12569/stat : 12569 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158067724 1525567488 99024 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12570] ppid=12556 vsize=1489812 CPUtime=0
/proc/12558/task/12570/stat : 12570 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158067724 1525567488 99024 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12571] ppid=12556 vsize=1489812 CPUtime=0
/proc/12558/task/12571/stat : 12571 (java) S 12556 12558 12477 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158068905 1525567488 99024 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.47
Current children cumulated vsize (KiB) 1489812

[startup+25.5027 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 12571
/proc/meminfo: memFree=889168/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1492884 CPUtime=30.32
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 115938 0 1 0 2969 63 0 0 18 0 13 0 158067715 1528713216 102905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 373221 102905 1437 9 0 370564 0
[pid=12558/tid=12560] ppid=12556 vsize=1492884 CPUtime=22.2
/proc/12558/task/12560/stat : 12560 (java) R 12556 12558 12477 0 -1 64 31031 0 1 0 2202 18 0 0 24 0 13 0 158067716 1528713216 102905 1992294400 134512640 134550932 4294956000 18446744073709551615 4109982728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12561] ppid=12556 vsize=1492884 CPUtime=2.36
/proc/12558/task/12561/stat : 12561 (java) S 12556 12558 12477 0 -1 64 36363 0 0 0 217 19 0 0 16 0 13 0 158067718 1528713216 102905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12562] ppid=12556 vsize=1492884 CPUtime=2.39
/proc/12558/task/12562/stat : 12562 (java) S 12556 12558 12477 0 -1 64 37172 0 0 0 221 18 0 0 16 0 13 0 158067718 1528713216 102905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12563] ppid=12556 vsize=1492884 CPUtime=0
/proc/12558/task/12563/stat : 12563 (java) S 12556 12558 12477 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 158067720 1528713216 102905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12564] ppid=12556 vsize=1492884 CPUtime=0
/proc/12558/task/12564/stat : 12564 (java) S 12556 12558 12477 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 158067720 1528713216 102905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12565] ppid=12556 vsize=1492884 CPUtime=0
/proc/12558/task/12565/stat : 12565 (java) S 12556 12558 12477 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158067720 1528713216 102905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12566] ppid=12556 vsize=1492884 CPUtime=0

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

/proc/12558/task/12567/stat : 12567 (java) S 12556 12558 12477 0 -1 64 7049 0 0 0 234 3 0 0 17 0 13 0 158067724 1527664640 261561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12568] ppid=12556 vsize=1491860 CPUtime=1.56
/proc/12558/task/12568/stat : 12568 (java) S 12556 12558 12477 0 -1 64 4629 0 0 0 154 2 0 0 16 0 13 0 158067724 1527664640 261561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12569] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12569/stat : 12569 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158067724 1527664640 261561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12570] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12570/stat : 12570 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158067724 1527664640 261561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12571] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12571/stat : 12571 (java) S 12556 12558 12477 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158068905 1527664640 261561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.14
Current children cumulated vsize (KiB) 1491860

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 12577
/proc/meminfo: memFree=234320/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1491860 CPUtime=1632.3
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 283324 0 1 0 163032 198 0 0 18 0 13 0 158067715 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 372965 266062 1440 9 0 370308 0
[pid=12558/tid=12560] ppid=12556 vsize=1491860 CPUtime=1572.17
/proc/12558/task/12560/stat : 12560 (java) R 12556 12558 12477 0 -1 64 31882 0 1 0 157194 23 0 0 25 0 13 0 158067716 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4109603280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12561] ppid=12556 vsize=1491860 CPUtime=27.95
/proc/12558/task/12561/stat : 12561 (java) S 12556 12558 12477 0 -1 64 116353 0 0 0 2722 73 0 0 17 0 13 0 158067718 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12562] ppid=12556 vsize=1491860 CPUtime=27.99
/proc/12558/task/12562/stat : 12562 (java) S 12556 12558 12477 0 -1 64 122643 0 0 0 2711 88 0 0 16 0 13 0 158067718 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12563] ppid=12556 vsize=1491860 CPUtime=0.19
/proc/12558/task/12563/stat : 12563 (java) S 12556 12558 12477 0 -1 64 15 0 0 0 13 6 0 0 15 0 13 0 158067720 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12564] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12564/stat : 12564 (java) S 12556 12558 12477 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 158067720 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12565] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12565/stat : 12565 (java) S 12556 12558 12477 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158067720 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12566] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12566/stat : 12566 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158067724 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12567] ppid=12556 vsize=1491860 CPUtime=2.39
/proc/12558/task/12567/stat : 12567 (java) S 12556 12558 12477 0 -1 64 7052 0 0 0 236 3 0 0 17 0 13 0 158067724 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12568] ppid=12556 vsize=1491860 CPUtime=1.56
/proc/12558/task/12568/stat : 12568 (java) S 12556 12558 12477 0 -1 64 4629 0 0 0 154 2 0 0 16 0 13 0 158067724 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12569] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12569/stat : 12569 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158067724 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12570] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12570/stat : 12570 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158067724 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12571] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12571/stat : 12571 (java) S 12556 12558 12477 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158068905 1527664640 266062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1632.3
Current children cumulated vsize (KiB) 1491860

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 12577
/proc/meminfo: memFree=218896/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1491860 CPUtime=1693.55
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 287240 0 1 0 169153 202 0 0 18 0 13 0 158067715 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 372965 269907 1440 9 0 370308 0
[pid=12558/tid=12560] ppid=12556 vsize=1491860 CPUtime=1630.88
/proc/12558/task/12560/stat : 12560 (java) S 12556 12558 12477 0 -1 64 31907 0 1 0 163065 23 0 0 25 0 13 0 158067716 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12561] ppid=12556 vsize=1491860 CPUtime=29.22
/proc/12558/task/12561/stat : 12561 (java) R 12556 12558 12477 0 -1 64 118091 0 0 0 2848 74 0 0 16 0 13 0 158067718 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 105886517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12562] ppid=12556 vsize=1491860 CPUtime=29.24
/proc/12558/task/12562/stat : 12562 (java) R 12556 12558 12477 0 -1 64 124796 0 0 0 2834 90 0 0 16 0 13 0 158067718 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12563] ppid=12556 vsize=1491860 CPUtime=0.2
/proc/12558/task/12563/stat : 12563 (java) S 12556 12558 12477 0 -1 64 15 0 0 0 14 6 0 0 15 0 13 0 158067720 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12564] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12564/stat : 12564 (java) S 12556 12558 12477 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 158067720 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12565] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12565/stat : 12565 (java) S 12556 12558 12477 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158067720 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12566] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12566/stat : 12566 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158067724 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12567] ppid=12556 vsize=1491860 CPUtime=2.39
/proc/12558/task/12567/stat : 12567 (java) S 12556 12558 12477 0 -1 64 7052 0 0 0 236 3 0 0 17 0 13 0 158067724 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12568] ppid=12556 vsize=1491860 CPUtime=1.56
/proc/12558/task/12568/stat : 12568 (java) S 12556 12558 12477 0 -1 64 4629 0 0 0 154 2 0 0 16 0 13 0 158067724 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12569] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12569/stat : 12569 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158067724 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12570] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12570/stat : 12570 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158067724 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12571] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12571/stat : 12571 (java) S 12556 12558 12477 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158068905 1527664640 269907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1693.55
Current children cumulated vsize (KiB) 1491860

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 12577
/proc/meminfo: memFree=206224/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1491860 CPUtime=1754.89
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 291326 0 1 0 175282 207 0 0 18 0 13 0 158067715 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 372965 273827 1440 9 0 370308 0
[pid=12558/tid=12560] ppid=12556 vsize=1491860 CPUtime=1689.49
/proc/12558/task/12560/stat : 12560 (java) R 12556 12558 12477 0 -1 64 31933 0 1 0 168926 23 0 0 25 0 13 0 158067716 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4109531965 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12561] ppid=12556 vsize=1491860 CPUtime=30.58
/proc/12558/task/12561/stat : 12561 (java) S 12556 12558 12477 0 -1 64 119417 0 0 0 2983 75 0 0 17 0 13 0 158067718 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12562] ppid=12556 vsize=1491860 CPUtime=30.6
/proc/12558/task/12562/stat : 12562 (java) S 12556 12558 12477 0 -1 64 127530 0 0 0 2966 94 0 0 16 0 13 0 158067718 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12563] ppid=12556 vsize=1491860 CPUtime=0.2
/proc/12558/task/12563/stat : 12563 (java) S 12556 12558 12477 0 -1 64 15 0 0 0 14 6 0 0 16 0 13 0 158067720 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12564] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12564/stat : 12564 (java) S 12556 12558 12477 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 158067720 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12565] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12565/stat : 12565 (java) S 12556 12558 12477 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158067720 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12566] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12566/stat : 12566 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158067724 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12567] ppid=12556 vsize=1491860 CPUtime=2.39
/proc/12558/task/12567/stat : 12567 (java) S 12556 12558 12477 0 -1 64 7052 0 0 0 236 3 0 0 17 0 13 0 158067724 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12568] ppid=12556 vsize=1491860 CPUtime=1.56
/proc/12558/task/12568/stat : 12568 (java) S 12556 12558 12477 0 -1 64 4629 0 0 0 154 2 0 0 16 0 13 0 158067724 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12569] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12569/stat : 12569 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158067724 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12570] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12570/stat : 12570 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158067724 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12571] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12571/stat : 12571 (java) S 12556 12558 12477 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158068905 1527664640 273827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1754.89
Current children cumulated vsize (KiB) 1491860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12577
/proc/meminfo: memFree=192720/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=1491860 CPUtime=1800.06
/proc/12558/stat : 12558 (java) S 12556 12558 12477 0 -1 0 293998 0 1 0 179795 211 0 0 18 0 13 0 158067715 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12558/statm: 372965 276410 1440 9 0 370308 0
[pid=12558/tid=12560] ppid=12556 vsize=1491860 CPUtime=1732.69
/proc/12558/task/12560/stat : 12560 (java) R 12556 12558 12477 0 -1 64 31951 0 1 0 173246 23 0 0 25 0 13 0 158067716 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4109898885 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12561] ppid=12556 vsize=1491860 CPUtime=31.56
/proc/12558/task/12561/stat : 12561 (java) S 12556 12558 12477 0 -1 64 121180 0 0 0 3079 77 0 0 16 0 13 0 158067718 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12562] ppid=12556 vsize=1491860 CPUtime=31.58
/proc/12558/task/12562/stat : 12562 (java) S 12556 12558 12477 0 -1 64 128418 0 0 0 3061 97 0 0 16 0 13 0 158067718 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12563] ppid=12556 vsize=1491860 CPUtime=0.2
/proc/12558/task/12563/stat : 12563 (java) S 12556 12558 12477 0 -1 64 15 0 0 0 14 6 0 0 16 0 13 0 158067720 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12564] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12564/stat : 12564 (java) S 12556 12558 12477 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 158067720 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12565] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12565/stat : 12565 (java) S 12556 12558 12477 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158067720 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12566] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12566/stat : 12566 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158067724 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12567] ppid=12556 vsize=1491860 CPUtime=2.42
/proc/12558/task/12567/stat : 12567 (java) S 12556 12558 12477 0 -1 64 7055 0 0 0 239 3 0 0 17 0 13 0 158067724 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12568] ppid=12556 vsize=1491860 CPUtime=1.56
/proc/12558/task/12568/stat : 12568 (java) S 12556 12558 12477 0 -1 64 4629 0 0 0 154 2 0 0 16 0 13 0 158067724 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12558/tid=12569] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12569/stat : 12569 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158067724 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12570] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12570/stat : 12570 (java) S 12556 12558 12477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158067724 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12558/tid=12571] ppid=12556 vsize=1491860 CPUtime=0
/proc/12558/task/12571/stat : 12571 (java) S 12556 12558 12477 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158068905 1527664640 276410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1491860

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

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

[startup+1766.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12577
/proc/meminfo: memFree=192720/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=0 CPUtime=1800.24
/proc/12558/stat : 12558 (java) Z 12556 12558 12477 0 -1 1036 294023 0 1 0 179810 214 0 0 16 0 2 0 158067715 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12558/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

[startup+1766.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12577
/proc/meminfo: memFree=192720/2055920 swapFree=4191900/4192956
[pid=12558] ppid=12556 vsize=0 CPUtime=1800.32
/proc/12558/stat : 12558 (java) Z 12556 12558 12477 0 -1 1036 294023 0 1 0 179810 222 0 0 16 0 2 0 158067715 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12558/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.76
CPU time (s): 1800.39
CPU user time (s): 1798.1
CPU system time (s): 2.28465
CPU usage (%): 101.903
Max. virtual memory (cumulated for all children) (KiB): 1495328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.28465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294023
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= 47744
involuntary context switches= 37629

runsolver used 2.05269 second user time and 5.2782 second system time

The end

Launcher Data

Begin job on node22 at 2009-06-13 16:51:13
IDJOB=1856182
IDBENCH=2388
IDSOLVER=681
FILE ID=node22/1856182-1244904671
PBS_JOBID= 9354519
Free space on /tmp= 66208 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-dfl001.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856182-1244904671/watcher-1856182-1244904671 -o /tmp/evaluation-result-1856182-1244904671/solver-1856182-1244904671 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856182-1244904671.opb

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

MD5SUM BENCH= 82090c0a4adcfdd30e3ab97004b5e93d
RANDOM SEED=796828268

node22.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1296344 kB
Buffers:         56316 kB
Cached:         633024 kB
SwapCached:        384 kB
Active:          63948 kB
Inactive:       638344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1296344 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           19556 kB
Writeback:           0 kB
Mapped:          21288 kB
Slab:            43340 kB
Committed_AS:   126192 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node22 at 2009-06-13 17:20:42