Trace number 2661091

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.17 1771.63

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
MD5SUM24c836f3fcb46569dfcfdc2eda4dee98
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.46378
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4608
Total number of constraints30348
Number of constraints which are clauses29328
Number of constraints which are cardinality constraints (but not clauses)942
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 102
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.19	c version 2.2.0.v20100526
0.09/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.19	c java.vm.version	11.2-b01
0.09/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.19	c sun.arch.data.model	32
0.09/0.19	c java.version		1.6.0_12
0.09/0.19	c os.name		Linux
0.09/0.19	c os.version		2.6.18-164.el5
0.09/0.19	c os.arch		i386
0.09/0.19	c Free memory 		1393557488
0.09/0.19	c Max memory 		1395916800
0.09/0.19	c Total memory 		1395916800
0.09/0.19	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b753f8
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c No reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2661091-1276344762.opb
0.24/0.20	c reading problem ... 
2.50/1.50	c ... done. Wall clock time 1.299s.
2.50/1.50	c #vars     4608
2.50/1.50	c #constraints  30522
2.50/1.50	c constraints type 
2.50/1.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29502
2.50/1.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 942
2.50/1.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
51.37/46.87	c cleaning 0 clauses out of 5002 with flag 0/5002
193.85/187.72	c cleaning 0 clauses out of 11002 with flag 0/11002
513.09/502.88	c cleaning 0 clauses out of 18001 with flag 0/18001
1132.14/1112.95	c cleaning 0 clauses out of 26001 with flag 0/26001
1800.01/1771.51	c starts		: 55
1800.01/1771.51	c conflicts		: 32040
1800.01/1771.51	c decisions		: 82657
1800.01/1771.51	c propagations		: 1312684
1800.01/1771.51	c inspects		: 758025374
1800.01/1771.51	c learnt literals	: 0
1800.01/1771.51	c learnt binary clauses	: 0
1800.01/1771.51	c learnt ternary clauses	: 0
1800.01/1771.51	c learnt clauses	: 32040
1800.01/1771.51	c ignored clauses	: 0
1800.01/1771.51	c root simplifications	: 0
1800.01/1771.51	c removed literals (reason simplification)	: 0
1800.01/1771.51	c reason swapping (by a shorter reason)	: 0
1800.01/1771.51	c Calls to reduceDB	: 4
1800.01/1771.51	c number of reductions to clauses (during analyze)	: 0
1800.01/1771.52	c number of learned constraints concerned by reduction	: 0
1800.01/1771.52	c number of learning phase by resolution	: 0
1800.01/1771.52	c number of learning phase by cutting planes	: 0
1800.01/1771.52	c speed (assignments/second)	: 741.6232395639361
1800.01/1771.52	c non guided choices	12801
1800.01/1771.55	c learnt constraints type 
1800.01/1771.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1054
1800.01/1771.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.01/1771.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30985
1800.01/1771.55	c constraints type 
1800.01/1771.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29502
1800.01/1771.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 942
1800.01/1771.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.01/1771.55	s UNKNOWN
1800.01/1771.55	c Total wall clock time (in seconds): 1771.349

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

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


[startup+0 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 12528
/proc/meminfo: memFree=1855656/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1836 CPUtime=0
/proc/12528/stat : 12528 (java) R 12526 12528 11593 0 -1 4194304 426 0 0 0 0 0 0 0 19 0 1 0 10077549 1880064 155 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12528/statm: 458 154 116 10 0 63 0

[startup+0.0808659 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 12528
/proc/meminfo: memFree=1855656/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1521796 CPUtime=0.07
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 3828 0 1 0 5 2 0 0 19 0 7 0 10077549 1558319104 3268 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 380449 3268 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100867 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 12528
/proc/meminfo: memFree=1855656/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1524184 CPUtime=0.09
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 4000 0 1 0 7 2 0 0 19 0 12 0 10077549 1560764416 3438 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 381046 3438 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300886 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 12528
/proc/meminfo: memFree=1855656/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1526100 CPUtime=0.35
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 5372 0 1 0 32 3 0 0 19 0 12 0 10077549 1562726400 4808 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 381525 4808 1369 10 0 378827 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526100

[startup+0.700947 s]
/proc/loadavg: 0.86 0.97 0.99 3/106 12528
/proc/meminfo: memFree=1855656/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1530768 CPUtime=1.16
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 7960 0 1 0 111 5 0 0 19 0 12 0 10077549 1567506432 7201 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 382692 7201 1405 10 0 379994 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1530768

[startup+1.50199 s]
/proc/loadavg: 0.86 0.97 0.99 2/118 12540
/proc/meminfo: memFree=1821772/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1530360 CPUtime=2.5
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 21077 0 1 0 238 12 0 0 19 0 12 0 10077549 1567088640 20252 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 382590 20253 1418 10 0 379892 0
[pid=12528/tid=12530] ppid=12526 vsize=1530360 CPUtime=1.48
/proc/12528/task/12530/stat : 12530 (java) R 12526 12528 11593 0 -1 4202560 18077 0 1 0 138 10 0 0 19 0 12 0 10077550 1567088640 20254 1992294400 134512640 134550932 4294496784 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12528/tid=12531] ppid=12526 vsize=1530360 CPUtime=0
/proc/12528/task/12531/stat : 12531 (java) S 12526 12528 11593 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 10077551 1567088640 20254 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12532] ppid=12526 vsize=1530360 CPUtime=0
/proc/12528/task/12532/stat : 12532 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 12 0 10077551 1567088640 20254 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12533] ppid=12526 vsize=1530360 CPUtime=0
/proc/12528/task/12533/stat : 12533 (java) S 12526 12528 11593 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 10077553 1567088640 20259 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12534] ppid=12526 vsize=1530360 CPUtime=0
/proc/12528/task/12534/stat : 12534 (java) S 12526 12528 11593 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 10077553 1567088640 20260 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12535] ppid=12526 vsize=1530360 CPUtime=0
/proc/12528/task/12535/stat : 12535 (java) S 12526 12528 11593 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 10077553 1567088640 20261 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12536] ppid=12526 vsize=1530360 CPUtime=0
/proc/12528/task/12536/stat : 12536 (java) S 12526 12528 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 10077558 1567088640 20262 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12537] ppid=12526 vsize=1530360 CPUtime=0.41
/proc/12528/task/12537/stat : 12537 (java) S 12526 12528 11593 0 -1 4202560 842 0 0 0 41 0 0 0 25 0 12 0 10077558 1567088640 20263 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12538] ppid=12526 vsize=1530360 CPUtime=0.58
/proc/12528/task/12538/stat : 12538 (java) S 12526 12528 11593 0 -1 4202560 1097 0 0 0 58 0 0 0 25 0 12 0 10077558 1567088640 20263 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12539] ppid=12526 vsize=1530360 CPUtime=0
/proc/12528/task/12539/stat : 12539 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10077558 1567088640 20263 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12540] ppid=12526 vsize=1530360 CPUtime=0
/proc/12528/task/12540/stat : 12540 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10077558 1567088640 20263 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1530360

[startup+3.10216 s]
/proc/loadavg: 0.86 0.97 0.99 4/119 12541
/proc/meminfo: memFree=1761748/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1544604 CPUtime=5.62
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 36958 0 1 0 544 18 0 0 19 0 13 0 10077549 1581674496 32451 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 386151 32453 1426 10 0 383453 0
[pid=12528/tid=12530] ppid=12526 vsize=1544604 CPUtime=2.39
/proc/12528/task/12530/stat : 12530 (java) R 12526 12528 11593 0 -1 4202560 26773 0 1 0 226 13 0 0 18 0 13 0 10077550 1581674496 32453 1992294400 134512640 134550932 4294496784 18446744073709551615 4109794149 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12528/tid=12531] ppid=12526 vsize=1544604 CPUtime=0
/proc/12528/task/12531/stat : 12531 (java) S 12526 12528 11593 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 13 0 10077551 1581674496 32454 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12532] ppid=12526 vsize=1544604 CPUtime=0
/proc/12528/task/12532/stat : 12532 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 10077551 1581674496 32456 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12533] ppid=12526 vsize=1544604 CPUtime=0
/proc/12528/task/12533/stat : 12533 (java) R 12526 12528 11593 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 10077553 1581674496 32457 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12528/tid=12534] ppid=12526 vsize=1544604 CPUtime=0
/proc/12528/task/12534/stat : 12534 (java) S 12526 12528 11593 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 13 0 10077553 1581674496 32459 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12535] ppid=12526 vsize=1544604 CPUtime=0
/proc/12528/task/12535/stat : 12535 (java) S 12526 12528 11593 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 10077553 1581674496 32461 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12536] ppid=12526 vsize=1544604 CPUtime=0
/proc/12528/task/12536/stat : 12536 (java) S 12526 12528 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10077558 1581674496 32463 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12537] ppid=12526 vsize=1544604 CPUtime=1.57
/proc/12528/task/12537/stat : 12537 (java) R 12526 12528 11593 0 -1 4202560 5770 0 0 0 154 3 0 0 18 0 13 0 10077558 1581674496 32464 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12528/tid=12538] ppid=12526 vsize=1544604 CPUtime=1.64
/proc/12528/task/12538/stat : 12538 (java) R 12526 12528 11593 0 -1 4202560 3350 0 0 0 163 1 0 0 17 0 13 0 10077558 1581674496 32466 1992294400 134512640 134550932 4294496784 18446744073709551615 105499176 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12528/tid=12539] ppid=12526 vsize=1544604 CPUtime=0
/proc/12528/task/12539/stat : 12539 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10077558 1581674496 32468 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12540] ppid=12526 vsize=1544604 CPUtime=0
/proc/12528/task/12540/stat : 12540 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10077558 1581674496 32470 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12541] ppid=12526 vsize=1544604 CPUtime=0
/proc/12528/task/12541/stat : 12541 (java) S 12526 12528 11593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10077701 1581674496 32472 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 1544604

[startup+6.30146 s]
/proc/loadavg: 1.03 1.00 1.00 5/119 12541
/proc/meminfo: memFree=1694540/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1543064 CPUtime=10.27
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 50122 0 1 0 1003 24 0 0 19 0 13 0 10077549 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 385766 42845 1444 10 0 383068 0
[pid=12528/tid=12530] ppid=12526 vsize=1543064 CPUtime=5.24
/proc/12528/task/12530/stat : 12530 (java) R 12526 12528 11593 0 -1 4202560 32100 0 1 0 509 15 0 0 18 0 13 0 10077550 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4109844418 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12528/tid=12531] ppid=12526 vsize=1543064 CPUtime=0.13
/proc/12528/task/12531/stat : 12531 (java) S 12526 12528 11593 0 -1 4202560 2594 0 0 0 12 1 0 0 16 0 13 0 10077551 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12532] ppid=12526 vsize=1543064 CPUtime=0.13
/proc/12528/task/12532/stat : 12532 (java) S 12526 12528 11593 0 -1 4202560 2650 0 0 0 12 1 0 0 16 0 13 0 10077551 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12533] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12533/stat : 12533 (java) S 12526 12528 11593 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 10077553 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12534] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12534/stat : 12534 (java) S 12526 12528 11593 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12535] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12535/stat : 12535 (java) S 12526 12528 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12536] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12536/stat : 12536 (java) S 12526 12528 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10077558 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12537] ppid=12526 vsize=1543064 CPUtime=2.28
/proc/12528/task/12537/stat : 12537 (java) S 12526 12528 11593 0 -1 4202560 7856 0 0 0 225 3 0 0 15 0 13 0 10077558 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12538] ppid=12526 vsize=1543064 CPUtime=2.43
/proc/12528/task/12538/stat : 12538 (java) S 12526 12528 11593 0 -1 4202560 3832 0 0 0 242 1 0 0 15 0 13 0 10077558 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12539] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12539/stat : 12539 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10077558 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12540] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12540/stat : 12540 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10077558 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12541] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12541/stat : 12541 (java) S 12526 12528 11593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10077701 1580097536 42845 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.27
Current children cumulated vsize (KiB) 1543064

[startup+12.702 s]
/proc/loadavg: 1.03 1.00 1.00 2/119 12541
/proc/meminfo: memFree=1654240/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1543064 CPUtime=16.87
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 59220 0 1 0 1659 28 0 0 19 0 13 0 10077549 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 385766 51517 1444 10 0 383068 0
[pid=12528/tid=12530] ppid=12526 vsize=1543064 CPUtime=11.41
/proc/12528/task/12530/stat : 12530 (java) R 12526 12528 11593 0 -1 4202560 32110 0 1 0 1126 15 0 0 25 0 13 0 10077550 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4109548896 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12528/tid=12531] ppid=12526 vsize=1543064 CPUtime=0.34
/proc/12528/task/12531/stat : 12531 (java) S 12526 12528 11593 0 -1 4202560 7450 0 0 0 31 3 0 0 16 0 13 0 10077551 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12532] ppid=12526 vsize=1543064 CPUtime=0.34
/proc/12528/task/12532/stat : 12532 (java) S 12526 12528 11593 0 -1 4202560 6878 0 0 0 31 3 0 0 16 0 13 0 10077551 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12533] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12533/stat : 12533 (java) S 12526 12528 11593 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 10077553 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12534] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12534/stat : 12534 (java) S 12526 12528 11593 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12535] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12535/stat : 12535 (java) S 12526 12528 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12536] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12536/stat : 12536 (java) S 12526 12528 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10077558 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12537] ppid=12526 vsize=1543064 CPUtime=2.29
/proc/12528/task/12537/stat : 12537 (java) S 12526 12528 11593 0 -1 4202560 7856 0 0 0 226 3 0 0 15 0 13 0 10077558 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12538] ppid=12526 vsize=1543064 CPUtime=2.43
/proc/12528/task/12538/stat : 12538 (java) S 12526 12528 11593 0 -1 4202560 3832 0 0 0 242 1 0 0 15 0 13 0 10077558 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12539] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12539/stat : 12539 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10077558 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12540] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12540/stat : 12540 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10077558 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12541] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12541/stat : 12541 (java) S 12526 12528 11593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10077701 1580097536 51517 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.87
Current children cumulated vsize (KiB) 1543064

[startup+25.5013 s]
/proc/loadavg: 1.02 1.00 1.00 2/119 12541
/proc/meminfo: memFree=1639360/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1543064 CPUtime=29.83
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 63528 0 1 0 2953 30 0 0 19 0 13 0 10077549 1580097536 55399 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 385766 55399 1444 10 0 383068 0
[pid=12528/tid=12530] ppid=12526 vsize=1543064 CPUtime=24.05
/proc/12528/task/12530/stat : 12530 (java) R 12526 12528 11593 0 -1 4202560 32431 0 1 0 2389 16 0 0 25 0 13 0 10077550 1580097536 55399 1992294400 134512640 134550932 4294496784 18446744073709551615 4109802678 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12528/tid=12531] ppid=12526 vsize=1543064 CPUtime=0.5
/proc/12528/task/12531/stat : 12531 (java) S 12526 12528 11593 0 -1 4202560 9452 0 0 0 47 3 0 0 15 0 13 0 10077551 1580097536 55399 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12532] ppid=12526 vsize=1543064 CPUtime=0.5
/proc/12528/task/12532/stat : 12532 (java) S 12526 12528 11593 0 -1 4202560 8862 0 0 0 46 4 0 0 16 0 13 0 10077551 1580097536 55399 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12533] ppid=12526 vsize=1543064 CPUtime=0.01
/proc/12528/task/12533/stat : 12533 (java) S 12526 12528 11593 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 13 0 10077553 1580097536 55399 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12534] ppid=12526 vsize=1543064 CPUtime=0

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

[pid=12528/tid=12534] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12534/stat : 12534 (java) S 12526 12528 11593 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 120942 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12535] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12535/stat : 12535 (java) S 12526 12528 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 120942 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12536] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12536/stat : 12536 (java) S 12526 12528 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10077558 1580097536 120942 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12537] ppid=12526 vsize=1543064 CPUtime=2.31
/proc/12528/task/12537/stat : 12537 (java) S 12526 12528 11593 0 -1 4202560 7861 0 0 0 228 3 0 0 15 0 13 0 10077558 1580097536 120942 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12538] ppid=12526 vsize=1543064 CPUtime=2.54
/proc/12528/task/12538/stat : 12538 (java) S 12526 12528 11593 0 -1 4202560 3834 0 0 0 253 1 0 0 15 0 13 0 10077558 1580097536 120942 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12539] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12539/stat : 12539 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10077558 1580097536 120942 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12540] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12540/stat : 12540 (java) S 12526 12528 11593 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 10077558 1580097536 120942 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12541] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12541/stat : 12541 (java) S 12526 12528 11593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10077701 1580097536 120942 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1567.09
Current children cumulated vsize (KiB) 1543064

[startup+1602.3 s]
/proc/loadavg: 1.04 1.03 1.00 3/119 12586
/proc/meminfo: memFree=1369536/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1543064 CPUtime=1628.05
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 138973 0 1 0 162667 138 0 0 19 0 13 0 10077549 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 385766 122107 1450 10 0 383068 0
[pid=12528/tid=12530] ppid=12526 vsize=1543064 CPUtime=1574.83
/proc/12528/task/12530/stat : 12530 (java) R 12526 12528 11593 0 -1 4202560 33283 0 1 0 157438 45 0 0 25 0 13 0 10077550 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4109787623 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12528/tid=12531] ppid=12526 vsize=1543064 CPUtime=22.59
/proc/12528/task/12531/stat : 12531 (java) S 12526 12528 11593 0 -1 4202560 49212 0 0 0 2209 50 0 0 16 0 13 0 10077551 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12532] ppid=12526 vsize=1543064 CPUtime=22.6
/proc/12528/task/12532/stat : 12532 (java) S 12526 12528 11593 0 -1 4202560 43152 0 0 0 2232 28 0 0 16 0 13 0 10077551 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12533] ppid=12526 vsize=1543064 CPUtime=3.09
/proc/12528/task/12533/stat : 12533 (java) S 12526 12528 11593 0 -1 4202560 470 0 0 0 303 6 0 0 15 0 13 0 10077553 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12534] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12534/stat : 12534 (java) S 12526 12528 11593 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12535] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12535/stat : 12535 (java) S 12526 12528 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12536] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12536/stat : 12536 (java) S 12526 12528 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10077558 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12537] ppid=12526 vsize=1543064 CPUtime=2.31
/proc/12528/task/12537/stat : 12537 (java) S 12526 12528 11593 0 -1 4202560 7861 0 0 0 228 3 0 0 15 0 13 0 10077558 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12538] ppid=12526 vsize=1543064 CPUtime=2.54
/proc/12528/task/12538/stat : 12538 (java) S 12526 12528 11593 0 -1 4202560 3834 0 0 0 253 1 0 0 15 0 13 0 10077558 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12539] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12539/stat : 12539 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10077558 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12540] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12540/stat : 12540 (java) S 12526 12528 11593 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 10077558 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12541] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12541/stat : 12541 (java) S 12526 12528 11593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10077701 1580097536 122107 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1628.05
Current children cumulated vsize (KiB) 1543064

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 12588
/proc/meminfo: memFree=1364700/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1543064 CPUtime=1689
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 140234 0 1 0 168759 141 0 0 19 0 13 0 10077549 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 385766 123258 1450 10 0 383068 0
[pid=12528/tid=12530] ppid=12526 vsize=1543064 CPUtime=1633.82
/proc/12528/task/12530/stat : 12530 (java) R 12526 12528 11593 0 -1 4202560 33310 0 1 0 163337 45 0 0 25 0 13 0 10077550 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4109855607 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12528/tid=12531] ppid=12526 vsize=1543064 CPUtime=23.57
/proc/12528/task/12531/stat : 12531 (java) S 12526 12528 11593 0 -1 4202560 49864 0 0 0 2305 52 0 0 15 0 13 0 10077551 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12532] ppid=12526 vsize=1543064 CPUtime=23.57
/proc/12528/task/12532/stat : 12532 (java) S 12526 12528 11593 0 -1 4202560 43726 0 0 0 2328 29 0 0 16 0 13 0 10077551 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12533] ppid=12526 vsize=1543064 CPUtime=3.1
/proc/12528/task/12533/stat : 12533 (java) S 12526 12528 11593 0 -1 4202560 474 0 0 0 304 6 0 0 15 0 13 0 10077553 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12534] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12534/stat : 12534 (java) S 12526 12528 11593 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12535] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12535/stat : 12535 (java) S 12526 12528 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12536] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12536/stat : 12536 (java) S 12526 12528 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10077558 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12537] ppid=12526 vsize=1543064 CPUtime=2.31
/proc/12528/task/12537/stat : 12537 (java) S 12526 12528 11593 0 -1 4202560 7861 0 0 0 228 3 0 0 15 0 13 0 10077558 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12538] ppid=12526 vsize=1543064 CPUtime=2.54
/proc/12528/task/12538/stat : 12538 (java) S 12526 12528 11593 0 -1 4202560 3834 0 0 0 253 1 0 0 15 0 13 0 10077558 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12539] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12539/stat : 12539 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10077558 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12540] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12540/stat : 12540 (java) S 12526 12528 11593 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 10077558 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12541] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12541/stat : 12541 (java) S 12526 12528 11593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10077701 1580097536 123258 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1689
Current children cumulated vsize (KiB) 1543064

[startup+1722.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/119 12590
/proc/meminfo: memFree=1359988/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1543064 CPUtime=1750
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 141526 0 1 0 174857 143 0 0 19 0 13 0 10077549 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 385766 124466 1450 10 0 383068 0
[pid=12528/tid=12530] ppid=12526 vsize=1543064 CPUtime=1692.77
/proc/12528/task/12530/stat : 12530 (java) R 12526 12528 11593 0 -1 4202560 33338 0 1 0 169232 45 0 0 25 0 13 0 10077550 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4109855607 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12528/tid=12531] ppid=12526 vsize=1543064 CPUtime=24.59
/proc/12528/task/12531/stat : 12531 (java) S 12526 12528 11593 0 -1 4202560 50384 0 0 0 2407 52 0 0 15 0 13 0 10077551 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12532] ppid=12526 vsize=1543064 CPUtime=24.6
/proc/12528/task/12532/stat : 12532 (java) S 12526 12528 11593 0 -1 4202560 44464 0 0 0 2429 31 0 0 16 0 13 0 10077551 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12533] ppid=12526 vsize=1543064 CPUtime=3.1
/proc/12528/task/12533/stat : 12533 (java) S 12526 12528 11593 0 -1 4202560 476 0 0 0 304 6 0 0 15 0 13 0 10077553 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12534] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12534/stat : 12534 (java) S 12526 12528 11593 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12535] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12535/stat : 12535 (java) S 12526 12528 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12536] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12536/stat : 12536 (java) S 12526 12528 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10077558 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12537] ppid=12526 vsize=1543064 CPUtime=2.31
/proc/12528/task/12537/stat : 12537 (java) S 12526 12528 11593 0 -1 4202560 7861 0 0 0 228 3 0 0 15 0 13 0 10077558 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12538] ppid=12526 vsize=1543064 CPUtime=2.54
/proc/12528/task/12538/stat : 12538 (java) S 12526 12528 11593 0 -1 4202560 3834 0 0 0 253 1 0 0 15 0 13 0 10077558 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12539] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12539/stat : 12539 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10077558 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12540] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12540/stat : 12540 (java) S 12526 12528 11593 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 10077558 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12541] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12541/stat : 12541 (java) S 12526 12528 11593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10077701 1580097536 124466 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1750
Current children cumulated vsize (KiB) 1543064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.5 s]
/proc/loadavg: 1.08 1.04 1.00 2/119 12592
/proc/meminfo: memFree=1356392/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=1543064 CPUtime=1800.01
/proc/12528/stat : 12528 (java) S 12526 12528 11593 0 -1 4202496 142428 0 1 0 179856 145 0 0 19 0 13 0 10077549 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 385766 125313 1450 10 0 383068 0
[pid=12528/tid=12530] ppid=12526 vsize=1543064 CPUtime=1741.14
/proc/12528/task/12530/stat : 12530 (java) R 12526 12528 11593 0 -1 4202560 33360 0 1 0 174069 45 0 0 25 0 13 0 10077550 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4109866835 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12528/tid=12531] ppid=12526 vsize=1543064 CPUtime=25.41
/proc/12528/task/12531/stat : 12531 (java) S 12526 12528 11593 0 -1 4202560 50759 0 0 0 2489 52 0 0 16 0 13 0 10077551 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12532] ppid=12526 vsize=1543064 CPUtime=25.42
/proc/12528/task/12532/stat : 12532 (java) S 12526 12528 11593 0 -1 4202560 44963 0 0 0 2509 33 0 0 15 0 13 0 10077551 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12533] ppid=12526 vsize=1543064 CPUtime=3.11
/proc/12528/task/12533/stat : 12533 (java) S 12526 12528 11593 0 -1 4202560 480 0 0 0 304 7 0 0 15 0 13 0 10077553 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 0 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12534] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12534/stat : 12534 (java) S 12526 12528 11593 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12535] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12535/stat : 12535 (java) S 12526 12528 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10077553 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12536] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12536/stat : 12536 (java) S 12526 12528 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 10077558 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12537] ppid=12526 vsize=1543064 CPUtime=2.31
/proc/12528/task/12537/stat : 12537 (java) S 12526 12528 11593 0 -1 4202560 7861 0 0 0 228 3 0 0 15 0 13 0 10077558 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12538] ppid=12526 vsize=1543064 CPUtime=2.54
/proc/12528/task/12538/stat : 12538 (java) S 12526 12528 11593 0 -1 4202560 3834 0 0 0 253 1 0 0 15 0 13 0 10077558 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 1 0 0 0
[pid=12528/tid=12539] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12539/stat : 12539 (java) S 12526 12528 11593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10077558 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12540] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12540/stat : 12540 (java) S 12526 12528 11593 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 10077558 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
[pid=12528/tid=12541] ppid=12526 vsize=1543064 CPUtime=0
/proc/12528/task/12541/stat : 12541 (java) S 12526 12528 11593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10077701 1580097536 125313 1992294400 134512640 134550932 4294496784 18446744073709551615 4294960144 0 4 0 16800975 18446604437820241728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1543064

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

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

[startup+1771.62 s]
/proc/loadavg: 1.08 1.04 1.00 2/119 12592
/proc/meminfo: memFree=1356392/2059040 swapFree=4135792/4192956
[pid=12528] ppid=12526 vsize=0 CPUtime=1800.15
/proc/12528/stat : 12528 (java) Z 12526 12528 11593 0 -1 4203548 142450 0 1 0 179866 149 0 0 17 0 2 0 10077549 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12528/statm: 0 0 0 0 0 0 0
[pid=12528/tid=12530] ppid=12526 vsize=0 CPUtime=1741.22
/proc/12528/task/12530/stat : 12530 (java) R 12526 12528 11593 0 -1 4203588 33360 0 1 0 174073 49 0 0 25 0 2 0 10077550 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771.63
CPU time (s): 1800.17
CPU user time (s): 1798.67
CPU system time (s): 1.50577
CPU usage (%): 101.611
Max. virtual memory (cumulated for all children) (KiB): 1546652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.50577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142450
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= 45534
involuntary context switches= 46783

runsolver used 3.72843 second user time and 9.34858 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-12 14:12:42
IDJOB=2661091
IDBENCH=1501
IDSOLVER=1165
FILE ID=node015/2661091-1276344762
PBS_JOBID= 11173177
Free space on /tmp= 62544 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,3-13,19.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661091-1276344762/watcher-2661091-1276344762 -o /tmp/evaluation-result-2661091-1276344762/solver-2661091-1276344762 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661091-1276344762.opb

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

MD5SUM BENCH= 24c836f3fcb46569dfcfdc2eda4dee98
RANDOM SEED=107641314

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1855928 kB
Buffers:         24128 kB
Cached:         109940 kB
SwapCached:      13964 kB
Active:         104536 kB
Inactive:        46164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1855928 kB
SwapTotal:     4192956 kB
SwapFree:      4135792 kB
Dirty:            1636 kB
Writeback:           0 kB
AnonPages:       11408 kB
Mapped:           9108 kB
Slab:            30584 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181820 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= 62544 MiB
End job on node015 at 2010-06-12 14:42:16