Trace number 2661090

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 NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.28 1768.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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-2661090-1276344412.opb
0.23/0.21	c reading problem ... 
2.42/1.47	c ... done. Wall clock time 1.264s.
2.42/1.47	c #vars     4602
2.42/1.47	c #constraints  30353
2.42/1.47	c constraints type 
2.42/1.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
2.42/1.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
2.42/1.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
63.92/57.93	c cleaning 0 clauses out of 5001 with flag 0/5001
249.11/241.23	c cleaning 0 clauses out of 11002 with flag 0/11002
625.56/613.38	c cleaning 0 clauses out of 18002 with flag 0/18002
1132.86/1113.27	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.08/1768.71	c starts		: 55
1800.08/1768.71	c conflicts		: 31262
1800.08/1768.71	c decisions		: 77740
1800.08/1768.71	c propagations		: 1048043
1800.08/1768.71	c inspects		: 699023821
1800.08/1768.71	c learnt literals	: 0
1800.08/1768.71	c learnt binary clauses	: 0
1800.08/1768.71	c learnt ternary clauses	: 0
1800.08/1768.71	c learnt clauses	: 31262
1800.08/1768.71	c ignored clauses	: 0
1800.08/1768.71	c root simplifications	: 0
1800.08/1768.71	c removed literals (reason simplification)	: 0
1800.08/1768.71	c reason swapping (by a shorter reason)	: 0
1800.08/1768.71	c Calls to reduceDB	: 4
1800.08/1768.71	c number of reductions to clauses (during analyze)	: 0
1800.08/1768.71	c number of learned constraints concerned by reduction	: 0
1800.08/1768.71	c number of learning phase by resolution	: 0
1800.08/1768.71	c number of learning phase by cutting planes	: 0
1800.08/1768.72	c speed (assignments/second)	: 593.0400998620446
1800.08/1768.72	c non guided choices	12213
1800.08/1768.75	c learnt constraints type 
1800.08/1768.75	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 118
1800.08/1768.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 31144
1800.08/1768.75	c constraints type 
1800.08/1768.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1800.08/1768.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1800.08/1768.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.08/1768.75	s UNKNOWN
1800.08/1768.75	c Total wall clock time (in seconds): 1768.537

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-2661090-1276344412/watcher-2661090-1276344412 -o /tmp/evaluation-result-2661090-1276344412/solver-2661090-1276344412 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661090-1276344412.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 10791
/proc/meminfo: memFree=1756012/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1832 CPUtime=0
/proc/10791/stat : 10791 (java6) S 10789 10791 10400 0 -1 4194304 250 0 0 0 0 0 0 0 19 0 1 0 8097496 1875968 153 1992294400 134512640 134550932 4294801328 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/10791/statm: 458 153 116 10 0 63 0

[startup+0.102685 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 10791
/proc/meminfo: memFree=1756012/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1524184 CPUtime=0.08
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 8097496 1560764416 3403 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.202584 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 10791
/proc/meminfo: memFree=1756012/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1525640 CPUtime=0.23
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 5042 0 1 0 20 3 0 0 18 0 12 0 8097496 1562255360 4480 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 381410 4480 1346 10 0 378712 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1525640

[startup+0.40174 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 10791
/proc/meminfo: memFree=1756012/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1526664 CPUtime=0.54
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 5741 0 1 0 51 3 0 0 18 0 12 0 8097496 1563303936 5177 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 381666 5177 1378 10 0 378968 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1526664

[startup+0.701793 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 10791
/proc/meminfo: memFree=1756012/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1529736 CPUtime=1.13
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 8251 0 1 0 109 4 0 0 18 0 12 0 8097496 1566449664 6882 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 382434 6882 1405 10 0 379736 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1529736

[startup+1.50195 s]
/proc/loadavg: 1.00 1.02 1.00 4/118 10803
/proc/meminfo: memFree=1708736/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1530200 CPUtime=2.53
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 21457 0 1 0 242 11 0 0 18 0 13 0 8097496 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 382550 20087 1418 10 0 379852 0
[pid=10791/tid=10793] ppid=10789 vsize=1530200 CPUtime=1.46
/proc/10791/task/10793/stat : 10793 (java) R 10789 10791 10400 0 -1 4202560 18099 0 1 0 137 9 0 0 20 0 13 0 8097498 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4109524732 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10791/tid=10794] ppid=10789 vsize=1530200 CPUtime=0
/proc/10791/task/10794/stat : 10794 (java) S 10789 10791 10400 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 8097499 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10795] ppid=10789 vsize=1530200 CPUtime=0
/proc/10791/task/10795/stat : 10795 (java) S 10789 10791 10400 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 8097499 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10796] ppid=10789 vsize=1530200 CPUtime=0
/proc/10791/task/10796/stat : 10796 (java) S 10789 10791 10400 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 8097501 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10797] ppid=10789 vsize=1530200 CPUtime=0
/proc/10791/task/10797/stat : 10797 (java) S 10789 10791 10400 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 8097501 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10798] ppid=10789 vsize=1530200 CPUtime=0
/proc/10791/task/10798/stat : 10798 (java) S 10789 10791 10400 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 8097501 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10799] ppid=10789 vsize=1530200 CPUtime=0
/proc/10791/task/10799/stat : 10799 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10800] ppid=10789 vsize=1530200 CPUtime=0.03
/proc/10791/task/10800/stat : 10800 (java) S 10789 10791 10400 0 -1 4202560 43 0 0 0 3 0 0 0 22 0 13 0 8097506 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10801] ppid=10789 vsize=1530200 CPUtime=1.02
/proc/10791/task/10801/stat : 10801 (java) S 10789 10791 10400 0 -1 4202560 2246 0 0 0 101 1 0 0 17 0 13 0 8097506 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10802] ppid=10789 vsize=1530200 CPUtime=0
/proc/10791/task/10802/stat : 10802 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10803] ppid=10789 vsize=1530200 CPUtime=0
/proc/10791/task/10803/stat : 10803 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8097506 1566924800 20087 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1530200

[startup+3.10225 s]
/proc/loadavg: 1.00 1.02 1.00 4/119 10804
/proc/meminfo: memFree=1654540/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1540576 CPUtime=5.69
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 42933 0 1 0 548 21 0 0 18 0 13 0 8097496 1577549824 37824 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 385144 37824 1433 10 0 382446 0
[pid=10791/tid=10793] ppid=10789 vsize=1540576 CPUtime=3.02
/proc/10791/task/10793/stat : 10793 (java) R 10789 10791 10400 0 -1 4202560 32044 0 1 0 286 16 0 0 18 0 13 0 8097498 1577549824 37824 1992294400 134512640 134550932 4292622912 18446744073709551615 4109460486 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10791/tid=10794] ppid=10789 vsize=1540576 CPUtime=0.02
/proc/10791/task/10794/stat : 10794 (java) S 10789 10791 10400 0 -1 4202560 718 0 0 0 2 0 0 0 18 0 13 0 8097499 1577549824 37824 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10795] ppid=10789 vsize=1540576 CPUtime=0.01
/proc/10791/task/10795/stat : 10795 (java) S 10789 10791 10400 0 -1 4202560 461 0 0 0 1 0 0 0 18 0 13 0 8097499 1577549824 37824 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10796] ppid=10789 vsize=1540576 CPUtime=0
/proc/10791/task/10796/stat : 10796 (java) S 10789 10791 10400 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 8097501 1577549824 37824 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10797] ppid=10789 vsize=1540576 CPUtime=0
/proc/10791/task/10797/stat : 10797 (java) S 10789 10791 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8097501 1577549824 37824 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10798] ppid=10789 vsize=1540576 CPUtime=0
/proc/10791/task/10798/stat : 10798 (java) R 10789 10791 10400 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 8097501 1577549824 37824 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10791/tid=10799] ppid=10789 vsize=1540576 CPUtime=0
/proc/10791/task/10799/stat : 10799 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1577549824 37824 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10800] ppid=10789 vsize=1540576 CPUtime=0.08
/proc/10791/task/10800/stat : 10800 (java) R 10789 10791 10400 0 -1 4202560 90 0 0 0 8 0 0 0 21 0 13 0 8097506 1577549824 37824 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10791/tid=10801] ppid=10789 vsize=1540576 CPUtime=2.52
/proc/10791/task/10801/stat : 10801 (java) R 10789 10791 10400 0 -1 4202560 8554 0 0 0 249 3 0 0 17 0 13 0 8097506 1577549824 37829 1992294400 134512640 134550932 4292622912 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10791/tid=10802] ppid=10789 vsize=1540576 CPUtime=0
/proc/10791/task/10802/stat : 10802 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1577549824 37841 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10803] ppid=10789 vsize=1540576 CPUtime=0
/proc/10791/task/10803/stat : 10803 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8097506 1577549824 37848 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10804] ppid=10789 vsize=1540576 CPUtime=0
/proc/10791/task/10804/stat : 10804 (java) S 10789 10791 10400 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8097646 1577549824 37848 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 1540576

[startup+6.30075 s]
/proc/loadavg: 1.16 1.05 1.01 4/119 10804
/proc/meminfo: memFree=1596260/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1540852 CPUtime=11.53
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 57429 0 1 0 1118 35 0 0 18 0 13 0 8097496 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 385213 41631 1444 10 0 382515 0
[pid=10791/tid=10793] ppid=10789 vsize=1540852 CPUtime=5.78
/proc/10791/task/10793/stat : 10793 (java) R 10789 10791 10400 0 -1 4202560 32069 0 1 0 562 16 0 0 20 0 13 0 8097498 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4109980806 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10791/tid=10794] ppid=10789 vsize=1540852 CPUtime=0.1
/proc/10791/task/10794/stat : 10794 (java) S 10789 10791 10400 0 -1 4202560 2332 0 0 0 9 1 0 0 15 0 13 0 8097499 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10795] ppid=10789 vsize=1540852 CPUtime=0.11
/proc/10791/task/10795/stat : 10795 (java) S 10789 10791 10400 0 -1 4202560 2437 0 0 0 10 1 0 0 16 0 13 0 8097499 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10796] ppid=10789 vsize=1540852 CPUtime=0.11
/proc/10791/task/10796/stat : 10796 (java) S 10789 10791 10400 0 -1 4202560 21 0 0 0 4 7 0 0 16 0 13 0 8097501 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10797] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10797/stat : 10797 (java) S 10789 10791 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8097501 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10798] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10798/stat : 10798 (java) S 10789 10791 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8097501 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10799] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10799/stat : 10799 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10800] ppid=10789 vsize=1540852 CPUtime=0.64
/proc/10791/task/10800/stat : 10800 (java) S 10789 10791 10400 0 -1 4202560 403 0 0 0 64 0 0 0 22 0 13 0 8097506 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10801] ppid=10789 vsize=1540852 CPUtime=4.73
/proc/10791/task/10801/stat : 10801 (java) S 10789 10791 10400 0 -1 4202560 19102 0 0 0 466 7 0 0 20 0 13 0 8097506 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10802] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10802/stat : 10802 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10803] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10803/stat : 10803 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8097506 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10804] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10804/stat : 10804 (java) S 10789 10791 10400 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8097646 1577832448 41631 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (KiB) 1540852

[startup+12.7017 s]
/proc/loadavg: 1.15 1.05 1.01 2/119 10804
/proc/meminfo: memFree=1560672/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1540852 CPUtime=18.17
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 66645 0 1 0 1777 40 0 0 18 0 13 0 8097496 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 385213 50197 1444 10 0 382515 0
[pid=10791/tid=10793] ppid=10789 vsize=1540852 CPUtime=11.93
/proc/10791/task/10793/stat : 10793 (java) R 10789 10791 10400 0 -1 4202560 32078 0 1 0 1177 16 0 0 25 0 13 0 8097498 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4110162368 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10791/tid=10794] ppid=10789 vsize=1540852 CPUtime=0.34
/proc/10791/task/10794/stat : 10794 (java) S 10789 10791 10400 0 -1 4202560 6566 0 0 0 32 2 0 0 15 0 13 0 8097499 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10795] ppid=10789 vsize=1540852 CPUtime=0.35
/proc/10791/task/10795/stat : 10795 (java) S 10789 10791 10400 0 -1 4202560 7402 0 0 0 31 4 0 0 16 0 13 0 8097499 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10796] ppid=10789 vsize=1540852 CPUtime=0.12
/proc/10791/task/10796/stat : 10796 (java) S 10789 10791 10400 0 -1 4202560 29 0 0 0 5 7 0 0 15 0 13 0 8097501 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10797] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10797/stat : 10797 (java) S 10789 10791 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8097501 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10798] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10798/stat : 10798 (java) S 10789 10791 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8097501 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10799] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10799/stat : 10799 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10800] ppid=10789 vsize=1540852 CPUtime=0.64
/proc/10791/task/10800/stat : 10800 (java) S 10789 10791 10400 0 -1 4202560 403 0 0 0 64 0 0 0 15 0 13 0 8097506 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10801] ppid=10789 vsize=1540852 CPUtime=4.73
/proc/10791/task/10801/stat : 10801 (java) S 10789 10791 10400 0 -1 4202560 19102 0 0 0 466 7 0 0 20 0 13 0 8097506 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10802] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10802/stat : 10802 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10803] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10803/stat : 10803 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8097506 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10804] ppid=10789 vsize=1540852 CPUtime=0
/proc/10791/task/10804/stat : 10804 (java) S 10789 10791 10400 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8097646 1577832448 50197 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.17
Current children cumulated vsize (KiB) 1540852

[startup+25.5095 s]
/proc/loadavg: 1.11 1.04 1.01 2/119 10804
/proc/meminfo: memFree=1541452/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1540852 CPUtime=31.16
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 71620 0 1 0 3073 43 0 0 18 0 13 0 8097496 1577832448 54704 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 385213 54704 1444 10 0 382515 0
[pid=10791/tid=10793] ppid=10789 vsize=1540852 CPUtime=24.55
/proc/10791/task/10793/stat : 10793 (java) R 10789 10791 10400 0 -1 4202560 32644 0 1 0 2438 17 0 0 25 0 13 0 8097498 1577832448 54704 1992294400 134512640 134550932 4292622912 18446744073709551615 4110162368 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10791/tid=10794] ppid=10789 vsize=1540852 CPUtime=0.52
/proc/10791/task/10794/stat : 10794 (java) S 10789 10791 10400 0 -1 4202560 8737 0 0 0 49 3 0 0 16 0 13 0 8097499 1577832448 54704 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10795] ppid=10789 vsize=1540852 CPUtime=0.52
/proc/10791/task/10795/stat : 10795 (java) S 10789 10791 10400 0 -1 4202560 9640 0 0 0 47 5 0 0 16 0 13 0 8097499 1577832448 54704 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10796] ppid=10789 vsize=1540852 CPUtime=0.12
/proc/10791/task/10796/stat : 10796 (java) S 10789 10791 10400 0 -1 4202560 29 0 0 0 5 7 0 0 15 0 13 0 8097501 1577832448 54704 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10797] ppid=10789 vsize=1540852 CPUtime=0

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

[pid=10791/tid=10797] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10797/stat : 10797 (java) S 10789 10791 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8097501 1578270720 121989 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10798] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10798/stat : 10798 (java) S 10789 10791 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8097501 1578270720 121989 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10799] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10799/stat : 10799 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1578270720 121989 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10800] ppid=10789 vsize=1541280 CPUtime=0.72
/proc/10791/task/10800/stat : 10800 (java) S 10789 10791 10400 0 -1 4202560 643 0 0 0 72 0 0 0 15 0 13 0 8097506 1578270720 121989 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10801] ppid=10789 vsize=1541280 CPUtime=4.75
/proc/10791/task/10801/stat : 10801 (java) S 10789 10791 10400 0 -1 4202560 19106 0 0 0 468 7 0 0 15 0 13 0 8097506 1578270720 121989 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10802] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10802/stat : 10802 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1578270720 121989 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10803] ppid=10789 vsize=1541280 CPUtime=0.01
/proc/10791/task/10803/stat : 10803 (java) S 10789 10791 10400 0 -1 4202560 94 0 0 0 1 0 0 0 15 0 13 0 8097506 1578270720 121989 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10804] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10804/stat : 10804 (java) S 10789 10791 10400 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8097646 1578270720 121989 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1569.55
Current children cumulated vsize (KiB) 1541280

[startup+1602.3 s]
/proc/loadavg: 1.08 1.03 1.01 2/119 10846
/proc/meminfo: memFree=1264932/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1541280 CPUtime=1630.61
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 148421 0 1 0 162906 155 0 0 18 0 13 0 8097496 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 385320 123318 1450 10 0 382622 0
[pid=10791/tid=10793] ppid=10789 vsize=1541280 CPUtime=1573.54
/proc/10791/task/10793/stat : 10793 (java) R 10789 10791 10400 0 -1 4202560 33495 0 1 0 157316 38 0 0 25 0 13 0 8097498 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4110149570 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10791/tid=10794] ppid=10789 vsize=1541280 CPUtime=24.19
/proc/10791/task/10794/stat : 10794 (java) S 10789 10791 10400 0 -1 4202560 45555 0 0 0 2375 44 0 0 16 0 13 0 8097499 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10795] ppid=10789 vsize=1541280 CPUtime=24.12
/proc/10791/task/10795/stat : 10795 (java) S 10789 10791 10400 0 -1 4202560 48104 0 0 0 2364 48 0 0 15 0 13 0 8097499 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10796] ppid=10789 vsize=1541280 CPUtime=3.19
/proc/10791/task/10796/stat : 10796 (java) S 10789 10791 10400 0 -1 4202560 356 0 0 0 306 13 0 0 15 0 13 0 8097501 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10797] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10797/stat : 10797 (java) S 10789 10791 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8097501 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10798] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10798/stat : 10798 (java) S 10789 10791 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8097501 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10799] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10799/stat : 10799 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10800] ppid=10789 vsize=1541280 CPUtime=0.72
/proc/10791/task/10800/stat : 10800 (java) S 10789 10791 10400 0 -1 4202560 643 0 0 0 72 0 0 0 15 0 13 0 8097506 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10801] ppid=10789 vsize=1541280 CPUtime=4.75
/proc/10791/task/10801/stat : 10801 (java) S 10789 10791 10400 0 -1 4202560 19106 0 0 0 468 7 0 0 15 0 13 0 8097506 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10802] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10802/stat : 10802 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10803] ppid=10789 vsize=1541280 CPUtime=0.01
/proc/10791/task/10803/stat : 10803 (java) S 10789 10791 10400 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 13 0 8097506 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10804] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10804/stat : 10804 (java) S 10789 10791 10400 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8097646 1578270720 123318 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1630.61
Current children cumulated vsize (KiB) 1541280

[startup+1662.31 s]
/proc/loadavg: 1.03 1.03 1.00 2/119 10848
/proc/meminfo: memFree=1259600/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1541280 CPUtime=1691.7
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 149799 0 1 0 169010 160 0 0 18 0 13 0 8097496 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 385320 124622 1450 10 0 382622 0
[pid=10791/tid=10793] ppid=10789 vsize=1541280 CPUtime=1632.41
/proc/10791/task/10793/stat : 10793 (java) R 10789 10791 10400 0 -1 4202560 33524 0 1 0 163202 39 0 0 25 0 13 0 8097498 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4109980668 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10791/tid=10794] ppid=10789 vsize=1541280 CPUtime=25.3
/proc/10791/task/10794/stat : 10794 (java) S 10789 10791 10400 0 -1 4202560 46090 0 0 0 2481 49 0 0 16 0 13 0 8097499 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10795] ppid=10789 vsize=1541280 CPUtime=25.22
/proc/10791/task/10795/stat : 10795 (java) S 10789 10791 10400 0 -1 4202560 48910 0 0 0 2474 48 0 0 15 0 13 0 8097499 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10796] ppid=10789 vsize=1541280 CPUtime=3.21
/proc/10791/task/10796/stat : 10796 (java) S 10789 10791 10400 0 -1 4202560 360 0 0 0 307 14 0 0 15 0 13 0 8097501 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10797] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10797/stat : 10797 (java) S 10789 10791 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8097501 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10798] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10798/stat : 10798 (java) S 10789 10791 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8097501 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10799] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10799/stat : 10799 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10800] ppid=10789 vsize=1541280 CPUtime=0.72
/proc/10791/task/10800/stat : 10800 (java) S 10789 10791 10400 0 -1 4202560 643 0 0 0 72 0 0 0 15 0 13 0 8097506 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10801] ppid=10789 vsize=1541280 CPUtime=4.75
/proc/10791/task/10801/stat : 10801 (java) S 10789 10791 10400 0 -1 4202560 19106 0 0 0 468 7 0 0 15 0 13 0 8097506 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10802] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10802/stat : 10802 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10803] ppid=10789 vsize=1541280 CPUtime=0.02
/proc/10791/task/10803/stat : 10803 (java) S 10789 10791 10400 0 -1 4202560 102 0 0 0 1 1 0 0 15 0 13 0 8097506 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10804] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10804/stat : 10804 (java) S 10789 10791 10400 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8097646 1578270720 124622 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1691.7
Current children cumulated vsize (KiB) 1541280

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 10850
/proc/meminfo: memFree=1254144/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1541280 CPUtime=1752.81
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 151243 0 1 0 175116 165 0 0 18 0 13 0 8097496 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 385320 125994 1450 10 0 382622 0
[pid=10791/tid=10793] ppid=10789 vsize=1541280 CPUtime=1691.18
/proc/10791/task/10793/stat : 10793 (java) R 10789 10791 10400 0 -1 4202560 33554 0 1 0 169079 39 0 0 25 0 13 0 8097498 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4110149858 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10791/tid=10794] ppid=10789 vsize=1541280 CPUtime=26.46
/proc/10791/task/10794/stat : 10794 (java) S 10789 10791 10400 0 -1 4202560 46528 0 0 0 2594 52 0 0 15 0 13 0 8097499 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10795] ppid=10789 vsize=1541280 CPUtime=26.4
/proc/10791/task/10795/stat : 10795 (java) S 10789 10791 10400 0 -1 4202560 49882 0 0 0 2591 49 0 0 16 0 13 0 8097499 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10796] ppid=10789 vsize=1541280 CPUtime=3.22
/proc/10791/task/10796/stat : 10796 (java) S 10789 10791 10400 0 -1 4202560 362 0 0 0 308 14 0 0 15 0 13 0 8097501 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10797] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10797/stat : 10797 (java) S 10789 10791 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8097501 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10798] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10798/stat : 10798 (java) S 10789 10791 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8097501 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10799] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10799/stat : 10799 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10800] ppid=10789 vsize=1541280 CPUtime=0.72
/proc/10791/task/10800/stat : 10800 (java) S 10789 10791 10400 0 -1 4202560 643 0 0 0 72 0 0 0 15 0 13 0 8097506 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10801] ppid=10789 vsize=1541280 CPUtime=4.75
/proc/10791/task/10801/stat : 10801 (java) S 10789 10791 10400 0 -1 4202560 19106 0 0 0 468 7 0 0 15 0 13 0 8097506 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10802] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10802/stat : 10802 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10803] ppid=10789 vsize=1541280 CPUtime=0.02
/proc/10791/task/10803/stat : 10803 (java) S 10789 10791 10400 0 -1 4202560 104 0 0 0 1 1 0 0 15 0 13 0 8097506 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10804] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10804/stat : 10804 (java) S 10789 10791 10400 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8097646 1578270720 125994 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1752.81
Current children cumulated vsize (KiB) 1541280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 10850
/proc/meminfo: memFree=1248440/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=1541280 CPUtime=1800.08
/proc/10791/stat : 10791 (java) S 10789 10791 10400 0 -1 4202496 152737 0 1 0 179840 168 0 0 18 0 13 0 8097496 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 385320 127384 1450 10 0 382622 0
[pid=10791/tid=10793] ppid=10789 vsize=1541280 CPUtime=1736.63
/proc/10791/task/10793/stat : 10793 (java) R 10789 10791 10400 0 -1 4202560 33577 0 1 0 173624 39 0 0 25 0 13 0 8097498 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4110093930 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10791/tid=10794] ppid=10789 vsize=1541280 CPUtime=27.37
/proc/10791/task/10794/stat : 10794 (java) S 10789 10791 10400 0 -1 4202560 47166 0 0 0 2684 53 0 0 16 0 13 0 8097499 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10795] ppid=10789 vsize=1541280 CPUtime=27.3
/proc/10791/task/10795/stat : 10795 (java) S 10789 10791 10400 0 -1 4202560 50707 0 0 0 2679 51 0 0 16 0 13 0 8097499 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10796] ppid=10789 vsize=1541280 CPUtime=3.22
/proc/10791/task/10796/stat : 10796 (java) S 10789 10791 10400 0 -1 4202560 366 0 0 0 308 14 0 0 15 0 13 0 8097501 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10797] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10797/stat : 10797 (java) S 10789 10791 10400 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8097501 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10798] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10798/stat : 10798 (java) S 10789 10791 10400 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8097501 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10799] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10799/stat : 10799 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10800] ppid=10789 vsize=1541280 CPUtime=0.72
/proc/10791/task/10800/stat : 10800 (java) S 10789 10791 10400 0 -1 4202560 643 0 0 0 72 0 0 0 15 0 13 0 8097506 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10801] ppid=10789 vsize=1541280 CPUtime=4.75
/proc/10791/task/10801/stat : 10801 (java) S 10789 10791 10400 0 -1 4202560 19106 0 0 0 468 7 0 0 15 0 13 0 8097506 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
[pid=10791/tid=10802] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10802/stat : 10802 (java) S 10789 10791 10400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8097506 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10803] ppid=10789 vsize=1541280 CPUtime=0.02
/proc/10791/task/10803/stat : 10803 (java) S 10789 10791 10400 0 -1 4202560 108 0 0 0 1 1 0 0 15 0 13 0 8097506 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 0 0 0 0
[pid=10791/tid=10804] ppid=10789 vsize=1541280 CPUtime=0
/proc/10791/task/10804/stat : 10804 (java) S 10789 10791 10400 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 8097646 1578270720 127384 1992294400 134512640 134550932 4292622912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852445504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1541280

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

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

[startup+1768.81 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 10850
/proc/meminfo: memFree=1248440/2059040 swapFree=4165036/4192956
[pid=10791] ppid=10789 vsize=0 CPUtime=1800.23
/proc/10791/stat : 10791 (java) Z 10789 10791 10400 0 -1 4203548 152757 0 1 0 179853 170 0 0 17 0 2 0 8097496 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10791/statm: 0 0 0 0 0 0 0
[pid=10791/tid=10804] ppid=10789 vsize=0 CPUtime=0.02
/proc/10791/task/10804/stat : 10804 (java) R 10789 10791 10400 0 -1 4203588 4 0 0 0 0 2 0 0 18 0 2 0 8097646 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1768.84
CPU time (s): 1800.28
CPU user time (s): 1798.54
CPU system time (s): 1.73773
CPU usage (%): 101.777
Max. virtual memory (cumulated for all children) (KiB): 1548452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.73773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152757
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= 44408
involuntary context switches= 37435

runsolver used 3.64644 second user time and 9.61854 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-12 14:06:52
IDJOB=2661090
IDBENCH=1500
IDSOLVER=1165
FILE ID=node019/2661090-1276344412
PBS_JOBID= 11173190
Free space on /tmp= 62356 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661090-1276344412/watcher-2661090-1276344412 -o /tmp/evaluation-result-2661090-1276344412/solver-2661090-1276344412 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661090-1276344412.opb

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=1755305630

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:       1756284 kB
Buffers:         79936 kB
Cached:         122420 kB
SwapCached:       1408 kB
Active:          96868 kB
Inactive:       138136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1756284 kB
SwapTotal:     4192956 kB
SwapFree:      4165036 kB
Dirty:            1440 kB
Writeback:           0 kB
AnonPages:       31320 kB
Mapped:          15432 kB
Slab:            45904 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181392 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= 62356 MiB
End job on node019 at 2010-06-12 14:36:23