Trace number 351032

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, and are wall clock time (not CPU time).

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.23 1780.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-etamacro.opb
MD5SUMe211111a6c1a3c27b5e79e770c101730
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark1782.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 40
Optimality of the best value was proved NO
Number of variables15742
Total number of constraints530
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 constraints530
Minimum length of a constraint10
Maximum length of a constraint522
Number of terms in the objective function 1442
Biggest coefficient in the objective function 62322
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 525467
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525467
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
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 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/351032-1176577037/instance-351032-1176577037.opb
0.20/0.20	c reading problem ... 
2.19/1.40	c ... done. Wall clock time 1.201s.
2.19/1.40	c CPU time (experimental) 0.9s.
2.19/1.40	c #vars     15742
2.19/1.40	c #constraints  758
1800.07/1780.71	c starts		: 2
1800.07/1780.71	c conflicts		: 21037
1800.07/1780.71	c decisions		: 507953
1800.07/1780.71	c propagations		: 3441498
1800.07/1780.71	c inspects		: 215693284
1800.07/1780.71	c learnt literals	: 0
1800.07/1780.71	c learnt binary clauses	: 0
1800.07/1780.71	c learnt ternary clauses	: 2
1800.07/1780.71	c learnt clauses	: 21037
1800.07/1780.71	c root simplifications	: 0
1800.07/1780.71	c removed literals (reason simplification)	: 0
1800.07/1780.71	c reason swapping (by a shorter reason)	: 0
1800.07/1780.71	c Calls to reduceDB	: 0
1800.07/1780.71	c speed (decisions/second)	: 285.4881061844244
1800.07/1780.71	c non guided choices	906
1800.07/1780.71	s UNKNOWN
1800.07/1780.71	c Total wall clock time (ms): 1780.509

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node3/watcher-351032-1176577037 -o ROOT/results/node3/solver-351032-1176577037 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351032-1176577037/sat4jPseudoCPClause.jar /tmp/evaluation/351032-1176577037/instance-351032-1176577037.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 28783
/proc/meminfo: memFree=1719576/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=18568 CPUtime=0
/proc/28783/stat : 28783 (runsolver) R 28781 28783 28720 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 133741416 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 233632754983 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28783/statm: 4642 292 257 24 0 2626 0

[startup+0.10347 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 28783
/proc/meminfo: memFree=1719576/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1780112 CPUtime=0.08
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 3971 0 1 0 5 3 0 0 18 0 12 0 133741416 1822834688 3712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 445028 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.201488 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 28783
/proc/meminfo: memFree=1719576/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1782188 CPUtime=0.2
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 4846 0 1 0 16 4 0 0 18 0 12 0 133741416 1824960512 4584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 445547 4584 1244 9 0 443158 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1782188

[startup+0.3015 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 28783
/proc/meminfo: memFree=1719576/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1782188 CPUtime=0.33
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 5194 0 1 0 29 4 0 0 18 0 12 0 133741416 1824960512 4932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 445547 4932 1264 9 0 443158 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782188

[startup+0.701564 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 28783
/proc/meminfo: memFree=1719576/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1786052 CPUtime=0.96
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 7809 0 1 0 91 5 0 0 18 0 12 0 133741416 1828917248 7162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 446513 7162 1302 9 0 444124 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1786052

[startup+1.5027 s]
/proc/loadavg: 0.78 0.95 0.98 3/89 28795
/proc/meminfo: memFree=1678712/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1791732 CPUtime=2.33
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 22247 0 1 0 221 12 0 0 18 0 12 0 133741416 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 447933 19257 1311 9 0 445544 0
[pid=28783/tid=28785] ppid=28781 vsize=1791732 CPUtime=0.97
/proc/28783/task/28785/stat : 28785 (java) R 28781 28783 28720 0 -1 64 15919 0 1 0 88 9 0 0 23 0 12 0 133741418 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221872 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28786] ppid=28781 vsize=1791732 CPUtime=0
/proc/28783/task/28786/stat : 28786 (java) S 28781 28783 28720 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 133741419 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28787] ppid=28781 vsize=1791732 CPUtime=0
/proc/28783/task/28787/stat : 28787 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 133741419 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28788] ppid=28781 vsize=1791732 CPUtime=0
/proc/28783/task/28788/stat : 28788 (java) S 28781 28783 28720 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 133741422 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28789] ppid=28781 vsize=1791732 CPUtime=0
/proc/28783/task/28789/stat : 28789 (java) S 28781 28783 28720 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 133741422 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28790] ppid=28781 vsize=1791732 CPUtime=0
/proc/28783/task/28790/stat : 28790 (java) S 28781 28783 28720 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 133741422 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28791] ppid=28781 vsize=1791732 CPUtime=0
/proc/28783/task/28791/stat : 28791 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 133741426 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28792] ppid=28781 vsize=1791732 CPUtime=0.82
/proc/28783/task/28792/stat : 28792 (java) R 28781 28783 28720 0 -1 64 3918 0 0 0 80 2 0 0 16 0 12 0 133741426 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102114762 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28793] ppid=28781 vsize=1791732 CPUtime=0.52
/proc/28783/task/28793/stat : 28793 (java) S 28781 28783 28720 0 -1 64 1687 0 0 0 52 0 0 0 16 0 12 0 133741426 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28794] ppid=28781 vsize=1791732 CPUtime=0
/proc/28783/task/28794/stat : 28794 (java) S 28781 28783 28720 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 133741426 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28795] ppid=28781 vsize=1791732 CPUtime=0
/proc/28783/task/28795/stat : 28795 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 133741426 1834733568 19257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1791732

[startup+3.10295 s]
/proc/loadavg: 0.78 0.95 0.98 4/90 28796
/proc/meminfo: memFree=1611760/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1794104 CPUtime=4.9
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 49585 0 1 0 464 26 0 0 18 0 13 0 133741416 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 448526 43921 1330 9 0 446137 0
[pid=28783/tid=28785] ppid=28781 vsize=1794104 CPUtime=2.03
/proc/28783/task/28785/stat : 28785 (java) R 28781 28783 28720 0 -1 64 37718 0 1 0 184 19 0 0 22 0 13 0 133741418 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109766636 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28786] ppid=28781 vsize=1794104 CPUtime=0.03
/proc/28783/task/28786/stat : 28786 (java) S 28781 28783 28720 0 -1 64 1306 0 0 0 3 0 0 0 16 0 13 0 133741419 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28787] ppid=28781 vsize=1794104 CPUtime=0.03
/proc/28783/task/28787/stat : 28787 (java) S 28781 28783 28720 0 -1 64 996 0 0 0 3 0 0 0 16 0 13 0 133741419 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28788] ppid=28781 vsize=1794104 CPUtime=0
/proc/28783/task/28788/stat : 28788 (java) S 28781 28783 28720 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 133741422 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28789] ppid=28781 vsize=1794104 CPUtime=0
/proc/28783/task/28789/stat : 28789 (java) S 28781 28783 28720 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 133741422 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28790] ppid=28781 vsize=1794104 CPUtime=0
/proc/28783/task/28790/stat : 28790 (java) S 28781 28783 28720 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133741422 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28791] ppid=28781 vsize=1794104 CPUtime=0
/proc/28783/task/28791/stat : 28791 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133741426 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28792] ppid=28781 vsize=1794104 CPUtime=1.65
/proc/28783/task/28792/stat : 28792 (java) S 28781 28783 28720 0 -1 64 6410 0 0 0 162 3 0 0 16 0 13 0 133741426 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28793] ppid=28781 vsize=1794104 CPUtime=1.09
/proc/28783/task/28793/stat : 28793 (java) S 28781 28783 28720 0 -1 64 2423 0 0 0 109 0 0 0 16 0 13 0 133741426 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28794] ppid=28781 vsize=1794104 CPUtime=0
/proc/28783/task/28794/stat : 28794 (java) S 28781 28783 28720 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133741426 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28795] ppid=28781 vsize=1794104 CPUtime=0
/proc/28783/task/28795/stat : 28795 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133741426 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28796] ppid=28781 vsize=1794104 CPUtime=0
/proc/28783/task/28796/stat : 28796 (java) S 28781 28783 28720 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133741570 1837162496 43921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 1794104

[startup+6.30247 s]
/proc/loadavg: 0.80 0.95 0.98 2/90 28796
/proc/meminfo: memFree=1535408/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1794336 CPUtime=8.44
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 53190 0 1 0 817 27 0 0 18 0 13 0 133741416 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 448584 45310 1332 9 0 446195 0
[pid=28783/tid=28785] ppid=28781 vsize=1794336 CPUtime=5
/proc/28783/task/28785/stat : 28785 (java) R 28781 28783 28720 0 -1 64 37724 0 1 0 481 19 0 0 20 0 13 0 133741418 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109810530 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28786] ppid=28781 vsize=1794336 CPUtime=0.19
/proc/28783/task/28786/stat : 28786 (java) S 28781 28783 28720 0 -1 64 3142 0 0 0 18 1 0 0 17 0 13 0 133741419 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28787] ppid=28781 vsize=1794336 CPUtime=0.2
/proc/28783/task/28787/stat : 28787 (java) S 28781 28783 28720 0 -1 64 2727 0 0 0 19 1 0 0 16 0 13 0 133741419 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28788] ppid=28781 vsize=1794336 CPUtime=0
/proc/28783/task/28788/stat : 28788 (java) S 28781 28783 28720 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 133741422 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28789] ppid=28781 vsize=1794336 CPUtime=0
/proc/28783/task/28789/stat : 28789 (java) S 28781 28783 28720 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 133741422 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28790] ppid=28781 vsize=1794336 CPUtime=0
/proc/28783/task/28790/stat : 28790 (java) S 28781 28783 28720 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133741422 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28791] ppid=28781 vsize=1794336 CPUtime=0
/proc/28783/task/28791/stat : 28791 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133741426 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28792] ppid=28781 vsize=1794336 CPUtime=1.81
/proc/28783/task/28792/stat : 28792 (java) S 28781 28783 28720 0 -1 64 6421 0 0 0 177 4 0 0 16 0 13 0 133741426 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28793] ppid=28781 vsize=1794336 CPUtime=1.19
/proc/28783/task/28793/stat : 28793 (java) S 28781 28783 28720 0 -1 64 2433 0 0 0 119 0 0 0 16 0 13 0 133741426 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28794] ppid=28781 vsize=1794336 CPUtime=0
/proc/28783/task/28794/stat : 28794 (java) S 28781 28783 28720 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133741426 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28795] ppid=28781 vsize=1794336 CPUtime=0
/proc/28783/task/28795/stat : 28795 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133741426 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28796] ppid=28781 vsize=1794336 CPUtime=0
/proc/28783/task/28796/stat : 28796 (java) S 28781 28783 28720 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133741570 1837400064 45310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 1794336

[startup+12.7025 s]
/proc/loadavg: 0.81 0.95 0.98 2/90 28796
/proc/meminfo: memFree=1512560/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1794172 CPUtime=15.04
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 61502 0 1 0 1473 31 0 0 18 0 13 0 133741416 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 448543 53002 1332 9 0 446154 0
[pid=28783/tid=28785] ppid=28781 vsize=1794172 CPUtime=11.19
/proc/28783/task/28785/stat : 28785 (java) R 28781 28783 28720 0 -1 64 37909 0 1 0 1100 19 0 0 20 0 13 0 133741418 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109816448 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28786] ppid=28781 vsize=1794172 CPUtime=0.38
/proc/28783/task/28786/stat : 28786 (java) S 28781 28783 28720 0 -1 64 7744 0 0 0 35 3 0 0 16 0 13 0 133741419 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28787] ppid=28781 vsize=1794172 CPUtime=0.38
/proc/28783/task/28787/stat : 28787 (java) S 28781 28783 28720 0 -1 64 6240 0 0 0 36 2 0 0 16 0 13 0 133741419 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28788] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28788/stat : 28788 (java) S 28781 28783 28720 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 133741422 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28789] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28789/stat : 28789 (java) S 28781 28783 28720 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 133741422 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28790] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28790/stat : 28790 (java) S 28781 28783 28720 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133741422 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28791] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28791/stat : 28791 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28792] ppid=28781 vsize=1794172 CPUtime=1.82
/proc/28783/task/28792/stat : 28792 (java) S 28781 28783 28720 0 -1 64 6421 0 0 0 178 4 0 0 16 0 13 0 133741426 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28793] ppid=28781 vsize=1794172 CPUtime=1.21
/proc/28783/task/28793/stat : 28793 (java) S 28781 28783 28720 0 -1 64 2434 0 0 0 121 0 0 0 17 0 13 0 133741426 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28794] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28794/stat : 28794 (java) S 28781 28783 28720 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28795] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28795/stat : 28795 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133741426 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28796] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28796/stat : 28796 (java) S 28781 28783 28720 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133741570 1837232128 53002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 1794172

[startup+25.5016 s]
/proc/loadavg: 0.85 0.95 0.98 2/90 28796
/proc/meminfo: memFree=1501168/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1794172 CPUtime=28.02
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 64457 0 1 0 2770 32 0 0 18 0 13 0 133741416 1837232128 55646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 448543 55646 1332 9 0 446154 0
[pid=28783/tid=28785] ppid=28781 vsize=1794172 CPUtime=23.84
/proc/28783/task/28785/stat : 28785 (java) R 28781 28783 28720 0 -1 64 37925 0 1 0 2365 19 0 0 24 0 13 0 133741418 1837232128 55646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109649534 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28786] ppid=28781 vsize=1794172 CPUtime=0.51
/proc/28783/task/28786/stat : 28786 (java) S 28781 28783 28720 0 -1 64 9138 0 0 0 48 3 0 0 16 0 13 0 133741419 1837232128 55646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28787] ppid=28781 vsize=1794172 CPUtime=0.51
/proc/28783/task/28787/stat : 28787 (java) S 28781 28783 28720 0 -1 64 7784 0 0 0 48 3 0 0 16 0 13 0 133741419 1837232128 55646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28788] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28788/stat : 28788 (java) S 28781 28783 28720 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 133741422 1837232128 55646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=28783/tid=28788] ppid=28781 vsize=1794172 CPUtime=0.32
/proc/28783/task/28788/stat : 28788 (java) S 28781 28783 28720 0 -1 64 194 0 0 0 17 15 0 0 16 0 13 0 133741422 1837232128 177781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28789] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28789/stat : 28789 (java) S 28781 28783 28720 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 133741422 1837232128 177781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28790] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28790/stat : 28790 (java) S 28781 28783 28720 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133741422 1837232128 177781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28791] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28791/stat : 28791 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 177781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28792] ppid=28781 vsize=1794172 CPUtime=1.88
/proc/28783/task/28792/stat : 28792 (java) S 28781 28783 28720 0 -1 64 6422 0 0 0 184 4 0 0 17 0 13 0 133741426 1837232128 177781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28793] ppid=28781 vsize=1794172 CPUtime=1.26
/proc/28783/task/28793/stat : 28793 (java) S 28781 28783 28720 0 -1 64 2434 0 0 0 126 0 0 0 16 0 13 0 133741426 1837232128 177781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28794] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28794/stat : 28794 (java) S 28781 28783 28720 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 177781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28795] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28795/stat : 28795 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133741426 1837232128 177781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28796] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28796/stat : 28796 (java) S 28781 28783 28720 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133741570 1837232128 177781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1559.41
Current children cumulated vsize (KiB) 1794172

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28994
/proc/meminfo: memFree=1003760/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1794172 CPUtime=1619.98
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 273383 0 1 0 161840 158 0 0 18 0 13 0 133741416 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 448543 179704 1333 9 0 446154 0
[pid=28783/tid=28785] ppid=28781 vsize=1794172 CPUtime=1583.32
/proc/28783/task/28785/stat : 28785 (java) R 28781 28783 28720 0 -1 64 80832 0 1 0 158275 57 0 0 18 0 13 0 133741418 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109766568 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28786] ppid=28781 vsize=1794172 CPUtime=16.55
/proc/28783/task/28786/stat : 28786 (java) S 28781 28783 28720 0 -1 64 96644 0 0 0 1614 41 0 0 16 0 13 0 133741419 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28787] ppid=28781 vsize=1794172 CPUtime=16.58
/proc/28783/task/28787/stat : 28787 (java) S 28781 28783 28720 0 -1 64 86131 0 0 0 1621 37 0 0 17 0 13 0 133741419 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28788] ppid=28781 vsize=1794172 CPUtime=0.32
/proc/28783/task/28788/stat : 28788 (java) S 28781 28783 28720 0 -1 64 196 0 0 0 17 15 0 0 16 0 13 0 133741422 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28789] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28789/stat : 28789 (java) S 28781 28783 28720 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 133741422 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28790] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28790/stat : 28790 (java) S 28781 28783 28720 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133741422 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28791] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28791/stat : 28791 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28792] ppid=28781 vsize=1794172 CPUtime=1.88
/proc/28783/task/28792/stat : 28792 (java) S 28781 28783 28720 0 -1 64 6422 0 0 0 184 4 0 0 17 0 13 0 133741426 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28793] ppid=28781 vsize=1794172 CPUtime=1.26
/proc/28783/task/28793/stat : 28793 (java) S 28781 28783 28720 0 -1 64 2434 0 0 0 126 0 0 0 16 0 13 0 133741426 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28794] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28794/stat : 28794 (java) S 28781 28783 28720 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28795] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28795/stat : 28795 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133741426 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28796] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28796/stat : 28796 (java) S 28781 28783 28720 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133741570 1837232128 179704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1619.98
Current children cumulated vsize (KiB) 1794172

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28994
/proc/meminfo: memFree=992560/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1794172 CPUtime=1680.54
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 277427 0 1 0 167893 161 0 0 18 0 13 0 133741416 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 448543 182399 1333 9 0 446154 0
[pid=28783/tid=28785] ppid=28781 vsize=1794172 CPUtime=1642.69
/proc/28783/task/28785/stat : 28785 (java) R 28781 28783 28720 0 -1 64 80846 0 1 0 164211 58 0 0 25 0 13 0 133741418 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109668957 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28786] ppid=28781 vsize=1794172 CPUtime=17.15
/proc/28783/task/28786/stat : 28786 (java) S 28781 28783 28720 0 -1 64 98587 0 0 0 1673 42 0 0 16 0 13 0 133741419 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28787] ppid=28781 vsize=1794172 CPUtime=17.17
/proc/28783/task/28787/stat : 28787 (java) S 28781 28783 28720 0 -1 64 88217 0 0 0 1679 38 0 0 16 0 13 0 133741419 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28788] ppid=28781 vsize=1794172 CPUtime=0.34
/proc/28783/task/28788/stat : 28788 (java) S 28781 28783 28720 0 -1 64 197 0 0 0 18 16 0 0 15 0 13 0 133741422 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28789] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28789/stat : 28789 (java) S 28781 28783 28720 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 133741422 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28790] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28790/stat : 28790 (java) S 28781 28783 28720 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133741422 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28791] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28791/stat : 28791 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28792] ppid=28781 vsize=1794172 CPUtime=1.88
/proc/28783/task/28792/stat : 28792 (java) S 28781 28783 28720 0 -1 64 6422 0 0 0 184 4 0 0 17 0 13 0 133741426 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28793] ppid=28781 vsize=1794172 CPUtime=1.26
/proc/28783/task/28793/stat : 28793 (java) S 28781 28783 28720 0 -1 64 2434 0 0 0 126 0 0 0 16 0 13 0 133741426 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28794] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28794/stat : 28794 (java) S 28781 28783 28720 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28795] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28795/stat : 28795 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133741426 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28796] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28796/stat : 28796 (java) S 28781 28783 28720 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133741570 1837232128 182399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1680.54
Current children cumulated vsize (KiB) 1794172

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28994
/proc/meminfo: memFree=984752/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1794172 CPUtime=1741.07
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 280226 0 1 0 173945 162 0 0 18 0 13 0 133741416 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 448543 184353 1333 9 0 446154 0
[pid=28783/tid=28785] ppid=28781 vsize=1794172 CPUtime=1702.09
/proc/28783/task/28785/stat : 28785 (java) R 28781 28783 28720 0 -1 64 80859 0 1 0 170151 58 0 0 25 0 13 0 133741418 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914100 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28786] ppid=28781 vsize=1794172 CPUtime=17.71
/proc/28783/task/28786/stat : 28786 (java) S 28781 28783 28720 0 -1 64 99880 0 0 0 1729 42 0 0 16 0 13 0 133741419 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28787] ppid=28781 vsize=1794172 CPUtime=17.74
/proc/28783/task/28787/stat : 28787 (java) S 28781 28783 28720 0 -1 64 89708 0 0 0 1735 39 0 0 17 0 13 0 133741419 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28788] ppid=28781 vsize=1794172 CPUtime=0.34
/proc/28783/task/28788/stat : 28788 (java) S 28781 28783 28720 0 -1 64 199 0 0 0 18 16 0 0 16 0 13 0 133741422 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28789] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28789/stat : 28789 (java) S 28781 28783 28720 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 133741422 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28790] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28790/stat : 28790 (java) S 28781 28783 28720 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133741422 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28791] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28791/stat : 28791 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28792] ppid=28781 vsize=1794172 CPUtime=1.88
/proc/28783/task/28792/stat : 28792 (java) S 28781 28783 28720 0 -1 64 6422 0 0 0 184 4 0 0 17 0 13 0 133741426 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28793] ppid=28781 vsize=1794172 CPUtime=1.26
/proc/28783/task/28793/stat : 28793 (java) S 28781 28783 28720 0 -1 64 2434 0 0 0 126 0 0 0 16 0 13 0 133741426 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28794] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28794/stat : 28794 (java) S 28781 28783 28720 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28795] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28795/stat : 28795 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133741426 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28796] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28796/stat : 28796 (java) S 28781 28783 28720 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133741570 1837232128 184353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1741.07
Current children cumulated vsize (KiB) 1794172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28994
/proc/meminfo: memFree=977968/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=1794172 CPUtime=1800.07
/proc/28783/stat : 28783 (java) S 28781 28783 28720 0 -1 0 282463 0 1 0 179843 164 0 0 18 0 13 0 133741416 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 448543 185998 1333 9 0 446154 0
[pid=28783/tid=28785] ppid=28781 vsize=1794172 CPUtime=1759.86
/proc/28783/task/28785/stat : 28785 (java) R 28781 28783 28720 0 -1 64 80873 0 1 0 175927 59 0 0 24 0 13 0 133741418 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109766568 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28786] ppid=28781 vsize=1794172 CPUtime=18.33
/proc/28783/task/28786/stat : 28786 (java) S 28781 28783 28720 0 -1 64 100850 0 0 0 1790 43 0 0 16 0 13 0 133741419 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28787] ppid=28781 vsize=1794172 CPUtime=18.35
/proc/28783/task/28787/stat : 28787 (java) S 28781 28783 28720 0 -1 64 90961 0 0 0 1796 39 0 0 16 0 13 0 133741419 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28788] ppid=28781 vsize=1794172 CPUtime=0.34
/proc/28783/task/28788/stat : 28788 (java) S 28781 28783 28720 0 -1 64 199 0 0 0 18 16 0 0 15 0 13 0 133741422 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28789] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28789/stat : 28789 (java) S 28781 28783 28720 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 133741422 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28790] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28790/stat : 28790 (java) S 28781 28783 28720 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133741422 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28791] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28791/stat : 28791 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28792] ppid=28781 vsize=1794172 CPUtime=1.88
/proc/28783/task/28792/stat : 28792 (java) S 28781 28783 28720 0 -1 64 6422 0 0 0 184 4 0 0 17 0 13 0 133741426 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28783/tid=28793] ppid=28781 vsize=1794172 CPUtime=1.26
/proc/28783/task/28793/stat : 28793 (java) S 28781 28783 28720 0 -1 64 2434 0 0 0 126 0 0 0 16 0 13 0 133741426 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28794] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28794/stat : 28794 (java) S 28781 28783 28720 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133741426 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28795] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28795/stat : 28795 (java) S 28781 28783 28720 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133741426 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28783/tid=28796] ppid=28781 vsize=1794172 CPUtime=0
/proc/28783/task/28796/stat : 28796 (java) S 28781 28783 28720 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 133741570 1837232128 185998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794172

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

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

[startup+1780.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28994
/proc/meminfo: memFree=977968/2055920 swapFree=4153856/4192956
[pid=28783] ppid=28781 vsize=0 CPUtime=1800.19
/proc/28783/stat : 28783 (java) Z 28781 28783 28720 0 -1 1036 282483 0 1 0 179847 172 0 0 16 0 2 0 133741416 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28783/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.85
CPU time (s): 1800.23
CPU user time (s): 1798.48
CPU system time (s): 1.75673
CPU usage (%): 101.088
Max. virtual memory (cumulated for all children) (KiB): 1797176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 1.75673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282483
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= 47840
involuntary context switches= 53047

runsolver used 1.77773 second user time and 5.21921 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Apr 14 18:57:17 UTC 2007

IDJOB= 351032
IDBENCH= 1652
IDSOLVER= 164
FILE ID= node3/351032-1176577037

PBS_JOBID= 4556794

Free space on /tmp= 66554 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-etamacro.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351032-1176577037/sat4jPseudoCPClause.jar /tmp/evaluation/351032-1176577037/instance-351032-1176577037.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-351032-1176577037 -o ROOT/results/node3/solver-351032-1176577037 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351032-1176577037/sat4jPseudoCPClause.jar /tmp/evaluation/351032-1176577037/instance-351032-1176577037.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e211111a6c1a3c27b5e79e770c101730

RANDOM SEED= 76886637

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.270
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.270
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:       1719984 kB
Buffers:         32592 kB
Cached:         216328 kB
SwapCached:       2408 kB
Active:         119184 kB
Inactive:       152672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719984 kB
SwapTotal:     4192956 kB
SwapFree:      4153856 kB
Dirty:            4296 kB
Writeback:           0 kB
Mapped:          30864 kB
Slab:            49644 kB
Committed_AS:  4918768 kB
PageTables:       1780 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= 66554 MiB

End job on node3 on Sat Apr 14 19:27:00 UTC 2007