Trace number 1856251

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.44 1788.31

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-maros-r7.opb
MD5SUM0981750c20a5ad85ded6bb04bf23d130
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10442014720
Optimality of the best value was proved NO
Number of variables282240
Total number of constraints3136
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3136
Minimum length of a constraint150
Maximum length of a constraint720
Number of terms in the objective function 188160
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6734508713856
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 4602477289606474
Number of bits of the biggest sum of numbers53
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-2008 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.1.1.v20090612
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.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
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.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
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 Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based 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-1856251-1244906341.opb
0.23/0.21	c reading problem ... 
22.54/18.79	c ... done. Wall clock time 18.576s.
22.54/18.79	c #vars     282240
22.54/18.79	c #constraints  6272
22.54/18.79	c constraints type 
22.54/18.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6272
1269.14/1257.74	c cleaning 191000 clauses out of 382000
1800.04/1788.01	c starts		: 20
1800.04/1788.01	c conflicts		: 475500
1800.04/1788.01	c decisions		: 920352
1800.04/1788.01	c propagations		: 18008141
1800.04/1788.01	c inspects		: 807253649
1800.04/1788.01	c learnt literals	: 0
1800.04/1788.01	c learnt binary clauses	: 0
1800.04/1788.01	c learnt ternary clauses	: 0
1800.04/1788.01	c learnt clauses	: 475500
1800.04/1788.01	c ignored clauses	: 0
1800.04/1788.01	c root simplifications	: 0
1800.04/1788.01	c removed literals (reason simplification)	: 21289481
1800.04/1788.01	c reason swapping (by a shorter reason)	: 0
1800.04/1788.01	c Calls to reduceDB	: 2
1800.04/1788.01	c speed (assignments/second)	: 10178.582187959772
1800.04/1788.01	c non guided choices	113620
1800.04/1788.10	c learnt constraints type 
1800.04/1788.10	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 284500
1800.04/1788.10	c constraints type 
1800.04/1788.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6272
1800.04/1788.10	s UNKNOWN
1800.04/1788.10	c Total wall clock time (in seconds): 1787.884

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-1856251-1244906341/watcher-1856251-1244906341 -o /tmp/evaluation-result-1856251-1244906341/solver-1856251-1244906341 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856251-1244906341.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.93 0.98 0.99 3/64 8533
/proc/meminfo: memFree=1665068/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=152 CPUtime=0
/proc/8533/stat : 8533 (java6) R 8531 8533 8404 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158231691 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 1979172 0 0 4096 0 0 0 0 17 1 0 0
/proc/8533/statm: 38 26 19 9 0 4 0

[startup+0.0256449 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 8533
/proc/meminfo: memFree=1665068/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1465492 CPUtime=0.01
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 2057 0 1 0 0 1 0 0 18 0 2 0 158231691 1500663808 1807 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 366373 1817 406 9 0 364125 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1465492

[startup+0.101648 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 8533
/proc/meminfo: memFree=1665068/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1472584 CPUtime=0.08
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 3612 0 1 0 5 3 0 0 18 0 12 0 158231691 1507926016 3355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 368146 3356 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301688 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 8533
/proc/meminfo: memFree=1665068/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1475376 CPUtime=0.36
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 6592 0 1 0 31 5 0 0 18 0 12 0 158231691 1510785024 6329 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 368844 6329 1358 9 0 366187 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475376

[startup+0.701759 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 8533
/proc/meminfo: memFree=1665068/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1476072 CPUtime=0.94
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 10415 0 1 0 88 6 0 0 18 0 12 0 158231691 1511497728 9929 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 369018 9929 1390 9 0 366361 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1476072

[startup+1.50288 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 8545
/proc/meminfo: memFree=1608716/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1476072 CPUtime=1.74
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 25602 0 1 0 161 13 0 0 18 0 12 0 158231691 1511497728 25116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 369018 25117 1390 9 0 366361 0
[pid=8533/tid=8535] ppid=8531 vsize=1476072 CPUtime=1.38
/proc/8533/task/8535/stat : 8535 (java) R 8531 8533 8404 0 -1 64 23705 0 1 0 126 12 0 0 25 0 12 0 158231693 1511497728 25118 1992294400 134512640 134550932 4294956016 18446744073709551615 4109482612 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8536] ppid=8531 vsize=1476072 CPUtime=0
/proc/8533/task/8536/stat : 8536 (java) S 8531 8533 8404 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 158231694 1511497728 25118 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8537] ppid=8531 vsize=1476072 CPUtime=0
/proc/8533/task/8537/stat : 8537 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 158231694 1511497728 25119 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8538] ppid=8531 vsize=1476072 CPUtime=0
/proc/8533/task/8538/stat : 8538 (java) S 8531 8533 8404 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158231696 1511497728 25120 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8539] ppid=8531 vsize=1476072 CPUtime=0
/proc/8533/task/8539/stat : 8539 (java) S 8531 8533 8404 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 158231696 1511497728 25121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8540] ppid=8531 vsize=1476072 CPUtime=0
/proc/8533/task/8540/stat : 8540 (java) S 8531 8533 8404 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158231696 1511497728 25122 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8541] ppid=8531 vsize=1476072 CPUtime=0
/proc/8533/task/8541/stat : 8541 (java) S 8531 8533 8404 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158231701 1511497728 25123 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8542] ppid=8531 vsize=1476072 CPUtime=0.17
/proc/8533/task/8542/stat : 8542 (java) S 8531 8533 8404 0 -1 64 486 0 0 0 17 0 0 0 17 0 12 0 158231701 1511497728 25123 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8543] ppid=8531 vsize=1476072 CPUtime=0.17
/proc/8533/task/8543/stat : 8543 (java) S 8531 8533 8404 0 -1 64 669 0 0 0 17 0 0 0 16 0 12 0 158231701 1511497728 25124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8544] ppid=8531 vsize=1476072 CPUtime=0
/proc/8533/task/8544/stat : 8544 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158231701 1511497728 25125 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8545] ppid=8531 vsize=1476072 CPUtime=0
/proc/8533/task/8545/stat : 8545 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158231701 1511497728 25126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1476072

[startup+3.10216 s]
/proc/loadavg: 0.93 0.98 0.99 3/76 8545
/proc/meminfo: memFree=1533260/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1486508 CPUtime=4.04
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 44609 0 1 0 381 23 0 0 18 0 12 0 158231691 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 371627 41344 1411 9 0 368970 0
[pid=8533/tid=8535] ppid=8531 vsize=1486508 CPUtime=2.68
/proc/8533/task/8535/stat : 8535 (java) R 8531 8533 8404 0 -1 64 30928 0 1 0 252 16 0 0 24 0 12 0 158231693 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8536] ppid=8531 vsize=1486508 CPUtime=0.08
/proc/8533/task/8536/stat : 8536 (java) S 8531 8533 8404 0 -1 64 3834 0 0 0 7 1 0 0 16 0 12 0 158231694 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8537] ppid=8531 vsize=1486508 CPUtime=0.09
/proc/8533/task/8537/stat : 8537 (java) S 8531 8533 8404 0 -1 64 2756 0 0 0 8 1 0 0 17 0 12 0 158231694 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8538] ppid=8531 vsize=1486508 CPUtime=0
/proc/8533/task/8538/stat : 8538 (java) S 8531 8533 8404 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158231696 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8539] ppid=8531 vsize=1486508 CPUtime=0
/proc/8533/task/8539/stat : 8539 (java) S 8531 8533 8404 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158231696 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8540] ppid=8531 vsize=1486508 CPUtime=0
/proc/8533/task/8540/stat : 8540 (java) S 8531 8533 8404 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158231696 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8541] ppid=8531 vsize=1486508 CPUtime=0
/proc/8533/task/8541/stat : 8541 (java) S 8531 8533 8404 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158231701 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8542] ppid=8531 vsize=1486508 CPUtime=0.77
/proc/8533/task/8542/stat : 8542 (java) S 8531 8533 8404 0 -1 64 4849 0 0 0 75 2 0 0 17 0 12 0 158231701 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8543] ppid=8531 vsize=1486508 CPUtime=0.36
/proc/8533/task/8543/stat : 8543 (java) S 8531 8533 8404 0 -1 64 1492 0 0 0 36 0 0 0 16 0 12 0 158231701 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8544] ppid=8531 vsize=1486508 CPUtime=0
/proc/8533/task/8544/stat : 8544 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158231701 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8545] ppid=8531 vsize=1486508 CPUtime=0
/proc/8533/task/8545/stat : 8545 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158231701 1522184192 41344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1486508

[startup+6.3017 s]
/proc/loadavg: 0.93 0.98 0.99 3/76 8545
/proc/meminfo: memFree=1443084/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1485932 CPUtime=7.72
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 68862 0 1 0 738 34 0 0 18 0 12 0 158231691 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 371483 62100 1411 9 0 368826 0
[pid=8533/tid=8535] ppid=8531 vsize=1485932 CPUtime=5.35
/proc/8533/task/8535/stat : 8535 (java) R 8531 8533 8404 0 -1 64 30932 0 1 0 518 17 0 0 19 0 12 0 158231693 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4109539424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8536] ppid=8531 vsize=1485932 CPUtime=0.58
/proc/8533/task/8536/stat : 8536 (java) S 8531 8533 8404 0 -1 64 17265 0 0 0 51 7 0 0 16 0 12 0 158231694 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8537] ppid=8531 vsize=1485932 CPUtime=0.61
/proc/8533/task/8537/stat : 8537 (java) S 8531 8533 8404 0 -1 64 13574 0 0 0 56 5 0 0 18 0 12 0 158231694 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8538] ppid=8531 vsize=1485932 CPUtime=0
/proc/8533/task/8538/stat : 8538 (java) S 8531 8533 8404 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158231696 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8539] ppid=8531 vsize=1485932 CPUtime=0
/proc/8533/task/8539/stat : 8539 (java) S 8531 8533 8404 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158231696 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8540] ppid=8531 vsize=1485932 CPUtime=0
/proc/8533/task/8540/stat : 8540 (java) S 8531 8533 8404 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158231696 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8541] ppid=8531 vsize=1485932 CPUtime=0
/proc/8533/task/8541/stat : 8541 (java) S 8531 8533 8404 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158231701 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8542] ppid=8531 vsize=1485932 CPUtime=0.77
/proc/8533/task/8542/stat : 8542 (java) S 8531 8533 8404 0 -1 64 4849 0 0 0 75 2 0 0 17 0 12 0 158231701 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8543] ppid=8531 vsize=1485932 CPUtime=0.36
/proc/8533/task/8543/stat : 8543 (java) S 8531 8533 8404 0 -1 64 1492 0 0 0 36 0 0 0 16 0 12 0 158231701 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8544] ppid=8531 vsize=1485932 CPUtime=0
/proc/8533/task/8544/stat : 8544 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158231701 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8545] ppid=8531 vsize=1485932 CPUtime=0
/proc/8533/task/8545/stat : 8545 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158231701 1521594368 62100 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 1485932

[startup+12.7028 s]
/proc/loadavg: 0.94 0.98 0.99 2/76 8545
/proc/meminfo: memFree=1304780/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1483344 CPUtime=15.45
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 105978 0 1 0 1492 53 0 0 18 0 12 0 158231691 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 370836 93621 1411 9 0 368179 0
[pid=8533/tid=8535] ppid=8531 vsize=1483344 CPUtime=10.38
/proc/8533/task/8535/stat : 8535 (java) R 8531 8533 8404 0 -1 64 30944 0 1 0 1019 19 0 0 18 0 12 0 158231693 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4109606298 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8536] ppid=8531 vsize=1483344 CPUtime=1.93
/proc/8533/task/8536/stat : 8536 (java) S 8531 8533 8404 0 -1 64 32460 0 0 0 178 15 0 0 16 0 12 0 158231694 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8537] ppid=8531 vsize=1483344 CPUtime=1.95
/proc/8533/task/8537/stat : 8537 (java) S 8531 8533 8404 0 -1 64 35483 0 0 0 180 15 0 0 16 0 12 0 158231694 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8538] ppid=8531 vsize=1483344 CPUtime=0
/proc/8533/task/8538/stat : 8538 (java) S 8531 8533 8404 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158231696 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8539] ppid=8531 vsize=1483344 CPUtime=0
/proc/8533/task/8539/stat : 8539 (java) S 8531 8533 8404 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158231696 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8540] ppid=8531 vsize=1483344 CPUtime=0
/proc/8533/task/8540/stat : 8540 (java) S 8531 8533 8404 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158231696 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8541] ppid=8531 vsize=1483344 CPUtime=0
/proc/8533/task/8541/stat : 8541 (java) S 8531 8533 8404 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158231701 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8542] ppid=8531 vsize=1483344 CPUtime=0.78
/proc/8533/task/8542/stat : 8542 (java) S 8531 8533 8404 0 -1 64 4849 0 0 0 76 2 0 0 16 0 12 0 158231701 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8543] ppid=8531 vsize=1483344 CPUtime=0.36
/proc/8533/task/8543/stat : 8543 (java) S 8531 8533 8404 0 -1 64 1492 0 0 0 36 0 0 0 16 0 12 0 158231701 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8544] ppid=8531 vsize=1483344 CPUtime=0
/proc/8533/task/8544/stat : 8544 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158231701 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8545] ppid=8531 vsize=1483344 CPUtime=0
/proc/8533/task/8545/stat : 8545 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158231701 1518944256 93621 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.45
Current children cumulated vsize (KiB) 1483344

[startup+25.502 s]
/proc/loadavg: 1.10 1.02 1.00 3/77 8546
/proc/meminfo: memFree=1147524/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1483668 CPUtime=30.66
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 148266 0 1 0 2990 76 0 0 18 0 13 0 158231691 1519276032 130531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 370917 130531 1432 9 0 368260 0
[pid=8533/tid=8535] ppid=8531 vsize=1483668 CPUtime=21.65
/proc/8533/task/8535/stat : 8535 (java) R 8531 8533 8404 0 -1 64 31010 0 1 0 2144 21 0 0 23 0 13 0 158231693 1519276032 130531 1992294400 134512640 134550932 4294956016 18446744073709551615 4109909507 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8536] ppid=8531 vsize=1483668 CPUtime=3.26
/proc/8533/task/8536/stat : 8536 (java) S 8531 8533 8404 0 -1 64 50187 0 0 0 303 23 0 0 16 0 13 0 158231694 1519276032 130531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8537] ppid=8531 vsize=1483668 CPUtime=3.28
/proc/8533/task/8537/stat : 8537 (java) S 8531 8533 8404 0 -1 64 59872 0 0 0 302 26 0 0 16 0 13 0 158231694 1519276032 130531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8538] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8538/stat : 8538 (java) S 8531 8533 8404 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 130531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8539] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8539/stat : 8539 (java) S 8531 8533 8404 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 130531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8540] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8540/stat : 8540 (java) S 8531 8533 8404 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 130531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8541] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8541/stat : 8541 (java) S 8531 8533 8404 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158231701 1519276032 130531 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8542] ppid=8531 vsize=1483668 CPUtime=1.43

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

/proc/8533/task/8542/stat : 8542 (java) S 8531 8533 8404 0 -1 64 4904 0 0 0 148 2 0 0 16 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8543] ppid=8531 vsize=1483668 CPUtime=1.13
/proc/8533/task/8543/stat : 8543 (java) S 8531 8533 8404 0 -1 64 1553 0 0 0 113 0 0 0 16 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8544] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8544/stat : 8544 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8545] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8545/stat : 8545 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8546] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8546/stat : 8546 (java) S 8531 8533 8404 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158233660 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.09
Current children cumulated vsize (KiB) 1483668

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8546
/proc/meminfo: memFree=405316/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1483668 CPUtime=1674.15
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 388772 0 1 0 167202 213 0 0 18 0 13 0 158231691 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 370917 315467 1438 9 0 368260 0
[pid=8533/tid=8535] ppid=8531 vsize=1483668 CPUtime=1647.12
/proc/8533/task/8535/stat : 8535 (java) R 8531 8533 8404 0 -1 64 31410 0 1 0 164688 24 0 0 25 0 13 0 158231693 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4109986689 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8536] ppid=8531 vsize=1483668 CPUtime=11.21
/proc/8533/task/8536/stat : 8536 (java) S 8531 8533 8404 0 -1 64 171750 0 0 0 1032 89 0 0 16 0 13 0 158231694 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8537] ppid=8531 vsize=1483668 CPUtime=11.17
/proc/8533/task/8537/stat : 8537 (java) S 8531 8533 8404 0 -1 64 177396 0 0 0 1025 92 0 0 16 0 13 0 158231694 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8538] ppid=8531 vsize=1483668 CPUtime=1.95
/proc/8533/task/8538/stat : 8538 (java) S 8531 8533 8404 0 -1 64 1013 0 0 0 193 2 0 0 16 0 13 0 158231696 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8539] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8539/stat : 8539 (java) S 8531 8533 8404 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8540] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8540/stat : 8540 (java) S 8531 8533 8404 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8541] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8541/stat : 8541 (java) S 8531 8533 8404 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8542] ppid=8531 vsize=1483668 CPUtime=1.5
/proc/8533/task/8542/stat : 8542 (java) S 8531 8533 8404 0 -1 64 4904 0 0 0 148 2 0 0 16 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8543] ppid=8531 vsize=1483668 CPUtime=1.13
/proc/8533/task/8543/stat : 8543 (java) S 8531 8533 8404 0 -1 64 1553 0 0 0 113 0 0 0 16 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8544] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8544/stat : 8544 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8545] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8545/stat : 8545 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8546] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8546/stat : 8546 (java) S 8531 8533 8404 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158233660 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.15
Current children cumulated vsize (KiB) 1483668

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8546
/proc/meminfo: memFree=405252/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1483668 CPUtime=1734.23
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 388776 0 1 0 173210 213 0 0 18 0 13 0 158231691 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 370917 315467 1438 9 0 368260 0
[pid=8533/tid=8535] ppid=8531 vsize=1483668 CPUtime=1706.98
/proc/8533/task/8535/stat : 8535 (java) R 8531 8533 8404 0 -1 64 31414 0 1 0 170673 25 0 0 25 0 13 0 158231693 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4109986891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8536] ppid=8531 vsize=1483668 CPUtime=11.32
/proc/8533/task/8536/stat : 8536 (java) S 8531 8533 8404 0 -1 64 171750 0 0 0 1043 89 0 0 17 0 13 0 158231694 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8537] ppid=8531 vsize=1483668 CPUtime=11.28
/proc/8533/task/8537/stat : 8537 (java) S 8531 8533 8404 0 -1 64 177396 0 0 0 1036 92 0 0 16 0 13 0 158231694 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8538] ppid=8531 vsize=1483668 CPUtime=1.96
/proc/8533/task/8538/stat : 8538 (java) S 8531 8533 8404 0 -1 64 1013 0 0 0 194 2 0 0 16 0 13 0 158231696 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8539] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8539/stat : 8539 (java) S 8531 8533 8404 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8540] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8540/stat : 8540 (java) S 8531 8533 8404 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8541] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8541/stat : 8541 (java) S 8531 8533 8404 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8542] ppid=8531 vsize=1483668 CPUtime=1.5
/proc/8533/task/8542/stat : 8542 (java) S 8531 8533 8404 0 -1 64 4904 0 0 0 148 2 0 0 16 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8543] ppid=8531 vsize=1483668 CPUtime=1.13
/proc/8533/task/8543/stat : 8543 (java) S 8531 8533 8404 0 -1 64 1553 0 0 0 113 0 0 0 16 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8544] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8544/stat : 8544 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8545] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8545/stat : 8545 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158231701 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8546] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8546/stat : 8546 (java) S 8531 8533 8404 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158233660 1519276032 315467 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.23
Current children cumulated vsize (KiB) 1483668

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8546
/proc/meminfo: memFree=405124/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1483668 CPUtime=1794.34
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 388784 0 1 0 179220 214 0 0 18 0 13 0 158231691 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 370917 315472 1438 9 0 368260 0
[pid=8533/tid=8535] ppid=8531 vsize=1483668 CPUtime=1766.85
/proc/8533/task/8535/stat : 8535 (java) R 8531 8533 8404 0 -1 64 31417 0 1 0 176660 25 0 0 25 0 13 0 158231693 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4110044174 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8536] ppid=8531 vsize=1483668 CPUtime=11.41
/proc/8533/task/8536/stat : 8536 (java) S 8531 8533 8404 0 -1 64 171750 0 0 0 1052 89 0 0 16 0 13 0 158231694 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8537] ppid=8531 vsize=1483668 CPUtime=11.37
/proc/8533/task/8537/stat : 8537 (java) S 8531 8533 8404 0 -1 64 177396 0 0 0 1045 92 0 0 17 0 13 0 158231694 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8538] ppid=8531 vsize=1483668 CPUtime=1.96
/proc/8533/task/8538/stat : 8538 (java) S 8531 8533 8404 0 -1 64 1013 0 0 0 194 2 0 0 16 0 13 0 158231696 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8539] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8539/stat : 8539 (java) S 8531 8533 8404 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8540] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8540/stat : 8540 (java) S 8531 8533 8404 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8541] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8541/stat : 8541 (java) S 8531 8533 8404 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158231701 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8542] ppid=8531 vsize=1483668 CPUtime=1.55
/proc/8533/task/8542/stat : 8542 (java) S 8531 8533 8404 0 -1 64 4909 0 0 0 153 2 0 0 17 0 13 0 158231701 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8543] ppid=8531 vsize=1483668 CPUtime=1.13
/proc/8533/task/8543/stat : 8543 (java) S 8531 8533 8404 0 -1 64 1553 0 0 0 113 0 0 0 16 0 13 0 158231701 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8544] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8544/stat : 8544 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158231701 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8545] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8545/stat : 8545 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158231701 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8546] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8546/stat : 8546 (java) S 8531 8533 8404 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158233660 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.34
Current children cumulated vsize (KiB) 1483668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8546
/proc/meminfo: memFree=405124/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=1483668 CPUtime=1800.04
/proc/8533/stat : 8533 (java) S 8531 8533 8404 0 -1 0 388784 0 1 0 179790 214 0 0 18 0 13 0 158231691 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 370917 315472 1438 9 0 368260 0
[pid=8533/tid=8535] ppid=8531 vsize=1483668 CPUtime=1772.56
/proc/8533/task/8535/stat : 8535 (java) R 8531 8533 8404 0 -1 64 31417 0 1 0 177231 25 0 0 25 0 13 0 158231693 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4110043903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8536] ppid=8531 vsize=1483668 CPUtime=11.41
/proc/8533/task/8536/stat : 8536 (java) S 8531 8533 8404 0 -1 64 171750 0 0 0 1052 89 0 0 16 0 13 0 158231694 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8537] ppid=8531 vsize=1483668 CPUtime=11.37
/proc/8533/task/8537/stat : 8537 (java) S 8531 8533 8404 0 -1 64 177396 0 0 0 1045 92 0 0 17 0 13 0 158231694 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8538] ppid=8531 vsize=1483668 CPUtime=1.96
/proc/8533/task/8538/stat : 8538 (java) S 8531 8533 8404 0 -1 64 1013 0 0 0 194 2 0 0 16 0 13 0 158231696 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8539] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8539/stat : 8539 (java) S 8531 8533 8404 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8540] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8540/stat : 8540 (java) S 8531 8533 8404 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158231696 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8541] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8541/stat : 8541 (java) S 8531 8533 8404 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158231701 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8542] ppid=8531 vsize=1483668 CPUtime=1.55
/proc/8533/task/8542/stat : 8542 (java) S 8531 8533 8404 0 -1 64 4909 0 0 0 153 2 0 0 17 0 13 0 158231701 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8543] ppid=8531 vsize=1483668 CPUtime=1.13
/proc/8533/task/8543/stat : 8543 (java) S 8531 8533 8404 0 -1 64 1553 0 0 0 113 0 0 0 16 0 13 0 158231701 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8533/tid=8544] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8544/stat : 8544 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158231701 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8545] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8545/stat : 8545 (java) S 8531 8533 8404 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158231701 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8533/tid=8546] ppid=8531 vsize=1483668 CPUtime=0
/proc/8533/task/8546/stat : 8546 (java) S 8531 8533 8404 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158233660 1519276032 315472 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1483668

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

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

[startup+1788.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8546
/proc/meminfo: memFree=405124/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=0 CPUtime=1800.33
/proc/8533/stat : 8533 (java) Z 8531 8533 8404 0 -1 1036 388813 0 1 0 179810 223 0 0 15 0 2 0 158231691 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

[startup+1788.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8546
/proc/meminfo: memFree=405124/2055920 swapFree=4181368/4192956
[pid=8533] ppid=8531 vsize=0 CPUtime=1800.43
/proc/8533/stat : 8533 (java) Z 8531 8533 8404 0 -1 1036 388813 0 1 0 179810 233 0 0 15 0 2 0 158231691 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8533/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.31
CPU time (s): 1800.44
CPU user time (s): 1798.1
CPU system time (s): 2.34064
CPU usage (%): 100.678
Max. virtual memory (cumulated for all children) (KiB): 1487992

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

runsolver used 2.03769 second user time and 4.94525 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-13 17:19:05
IDJOB=1856251
IDBENCH=2422
IDSOLVER=682
FILE ID=node43/1856251-1244906341
PBS_JOBID= 9354514
Free space on /tmp= 66160 MiB

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

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

MD5SUM BENCH= 0981750c20a5ad85ded6bb04bf23d130
RANDOM SEED=1578180526

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1665484 kB
Buffers:         47868 kB
Cached:         272408 kB
SwapCached:       5308 kB
Active:          75752 kB
Inactive:       252368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665484 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           42796 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            48236 kB
Committed_AS:   126028 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66160 MiB
End job on node43 at 2009-06-13 17:48:55