Trace number 354221

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 1763.28

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow15.opb
MD5SUMb4d90975042873aa16a95872bfad2ca2
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 0
Optimality of the best value was proved NO
Number of variables17130
Total number of constraints900
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 constraints900
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1335
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 154618822482
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
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 (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.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	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/354221-1176700077/instance-354221-1176700077.opb
0.20/0.20	c reading problem ... 
3.02/2.21	c ... done. Wall clock time 2.007s.
3.02/2.21	c CPU time (experimental) 1.49s.
3.02/2.21	c #vars     17130
3.02/2.21	c #constraints  1200
1800.04/1763.11	c starts		: 2
1800.04/1763.11	c conflicts		: 25203
1800.04/1763.11	c decisions		: 42849
1800.04/1763.11	c propagations		: 193690
1800.04/1763.11	c inspects		: 204866194
1800.04/1763.11	c learnt literals	: 0
1800.04/1763.11	c learnt binary clauses	: 0
1800.04/1763.11	c learnt ternary clauses	: 0
1800.04/1763.11	c learnt clauses	: 25203
1800.04/1763.11	c root simplifications	: 0
1800.04/1763.11	c removed literals (reason simplification)	: 0
1800.04/1763.11	c reason swapping (by a shorter reason)	: 0
1800.04/1763.11	c Calls to reduceDB	: 0
1800.04/1763.11	c speed (decisions/second)	: 24.33454677623621
1800.04/1763.11	c non guided choices	0
1800.04/1763.11	s UNKNOWN
1800.04/1763.11	c Total wall clock time (ms): 1762.912

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/node11/watcher-354221-1176700077 -o ROOT/results/node11/solver-354221-1176700077 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354221-1176700077/sat4jPseudoCPClause.jar /tmp/evaluation/354221-1176700077/instance-354221-1176700077.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.92 0.98 0.99 3/77 19114
/proc/meminfo: memFree=1587328/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=152 CPUtime=0
/proc/19114/stat : 19114 (java) R 19112 19114 18099 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 111056628 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7979812 0 0 4096 0 0 0 0 17 1 0 0
/proc/19114/statm: 50 33 26 9 0 4 0

[startup+0.0774999 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19114
/proc/meminfo: memFree=1587328/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1777708 CPUtime=0.06
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 3763 0 1 0 4 2 0 0 18 0 7 0 111056628 1820372992 3506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 444427 3506 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.102503 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19114
/proc/meminfo: memFree=1587328/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1780112 CPUtime=0.08
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 111056628 1822834688 3723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 445028 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302524 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19114
/proc/meminfo: memFree=1587328/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1782396 CPUtime=0.34
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 5238 0 1 0 31 3 0 0 18 0 12 0 111056628 1825173504 4974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 445599 4974 1267 9 0 443210 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782396

[startup+0.702575 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19114
/proc/meminfo: memFree=1587328/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1785060 CPUtime=0.93
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 7638 0 1 0 88 5 0 0 18 0 12 0 111056628 1827901440 7175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 446265 7175 1307 9 0 443876 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1785060

[startup+1.50167 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 19126
/proc/meminfo: memFree=1551328/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1794984 CPUtime=2.32
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 21648 0 1 0 221 11 0 0 18 0 12 0 111056628 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 448746 16817 1314 9 0 446357 0
[pid=19114/tid=19116] ppid=19112 vsize=1794984 CPUtime=0.79
/proc/19114/task/19116/stat : 19116 (java) R 19112 19114 18099 0 -1 64 12736 0 1 0 73 6 0 0 23 0 12 0 111056629 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109579326 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19117] ppid=19112 vsize=1794984 CPUtime=0
/proc/19114/task/19117/stat : 19117 (java) S 19112 19114 18099 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 111056631 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19118] ppid=19112 vsize=1794984 CPUtime=0
/proc/19114/task/19118/stat : 19118 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 111056631 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19119] ppid=19112 vsize=1794984 CPUtime=0
/proc/19114/task/19119/stat : 19119 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 111056633 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19120] ppid=19112 vsize=1794984 CPUtime=0
/proc/19114/task/19120/stat : 19120 (java) S 19112 19114 18099 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 111056633 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19121] ppid=19112 vsize=1794984 CPUtime=0
/proc/19114/task/19121/stat : 19121 (java) S 19112 19114 18099 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 111056633 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1794984 CPUtime=0
/proc/19114/task/19122/stat : 19122 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 111056637 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1794984 CPUtime=0.72
/proc/19114/task/19123/stat : 19123 (java) S 19112 19114 18099 0 -1 64 3718 0 0 0 71 1 0 0 16 0 12 0 111056637 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1794984 CPUtime=0.78
/proc/19114/task/19124/stat : 19124 (java) S 19112 19114 18099 0 -1 64 4475 0 0 0 76 2 0 0 16 0 12 0 111056637 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19125] ppid=19112 vsize=1794984 CPUtime=0
/proc/19114/task/19125/stat : 19125 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 111056637 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19126] ppid=19112 vsize=1794984 CPUtime=0
/proc/19114/task/19126/stat : 19126 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 111056637 1838063616 16817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1794984

[startup+3.10186 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 19126
/proc/meminfo: memFree=1461920/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1795632 CPUtime=4.62
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 53102 0 1 0 437 25 0 0 18 0 13 0 111056628 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 448908 46374 1331 9 0 446519 0
[pid=19114/tid=19116] ppid=19112 vsize=1795632 CPUtime=2
/proc/19114/task/19116/stat : 19116 (java) R 19112 19114 18099 0 -1 64 37725 0 1 0 183 17 0 0 17 0 13 0 111056629 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109820797 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19117] ppid=19112 vsize=1795632 CPUtime=0.08
/proc/19114/task/19117/stat : 19117 (java) S 19112 19114 18099 0 -1 64 2273 0 0 0 8 0 0 0 16 0 13 0 111056631 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19118] ppid=19112 vsize=1795632 CPUtime=0.08
/proc/19114/task/19118/stat : 19118 (java) S 19112 19114 18099 0 -1 64 2273 0 0 0 7 1 0 0 16 0 13 0 111056631 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19119] ppid=19112 vsize=1795632 CPUtime=0
/proc/19114/task/19119/stat : 19119 (java) S 19112 19114 18099 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 111056633 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19120] ppid=19112 vsize=1795632 CPUtime=0
/proc/19114/task/19120/stat : 19120 (java) S 19112 19114 18099 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111056633 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19121] ppid=19112 vsize=1795632 CPUtime=0
/proc/19114/task/19121/stat : 19121 (java) S 19112 19114 18099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111056633 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1795632 CPUtime=0
/proc/19114/task/19122/stat : 19122 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111056637 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1795632 CPUtime=1.17
/proc/19114/task/19123/stat : 19123 (java) S 19112 19114 18099 0 -1 64 4699 0 0 0 115 2 0 0 16 0 13 0 111056637 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1795632 CPUtime=1.24
/proc/19114/task/19124/stat : 19124 (java) S 19112 19114 18099 0 -1 64 5404 0 0 0 122 2 0 0 16 0 13 0 111056637 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19125] ppid=19112 vsize=1795632 CPUtime=0
/proc/19114/task/19125/stat : 19125 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111056637 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19126] ppid=19112 vsize=1795632 CPUtime=0
/proc/19114/task/19126/stat : 19126 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111056637 1838727168 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 1795632

[startup+6.30223 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 19127
/proc/meminfo: memFree=1381920/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1795504 CPUtime=8.34
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 59733 0 1 0 806 28 0 0 18 0 13 0 111056628 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 448876 52770 1331 9 0 446487 0
[pid=19114/tid=19116] ppid=19112 vsize=1795504 CPUtime=4.77
/proc/19114/task/19116/stat : 19116 (java) R 19112 19114 18099 0 -1 64 37733 0 1 0 460 17 0 0 19 0 13 0 111056629 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109820466 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19117] ppid=19112 vsize=1795504 CPUtime=0.45
/proc/19114/task/19117/stat : 19117 (java) S 19112 19114 18099 0 -1 64 5797 0 0 0 44 1 0 0 16 0 13 0 111056631 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19118] ppid=19112 vsize=1795504 CPUtime=0.46
/proc/19114/task/19118/stat : 19118 (java) S 19112 19114 18099 0 -1 64 5346 0 0 0 43 3 0 0 16 0 13 0 111056631 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19119] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19119/stat : 19119 (java) S 19112 19114 18099 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 111056633 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19120] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19120/stat : 19120 (java) S 19112 19114 18099 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111056633 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19121] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19121/stat : 19121 (java) S 19112 19114 18099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111056633 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19122/stat : 19122 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111056637 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1795504 CPUtime=1.26
/proc/19114/task/19123/stat : 19123 (java) S 19112 19114 18099 0 -1 64 4705 0 0 0 124 2 0 0 17 0 13 0 111056637 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1795504 CPUtime=1.34
/proc/19114/task/19124/stat : 19124 (java) S 19112 19114 18099 0 -1 64 5410 0 0 0 132 2 0 0 16 0 13 0 111056637 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19125] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19125/stat : 19125 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111056637 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19126] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19126/stat : 19126 (java) R 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111056637 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19127] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19127/stat : 19127 (java) S 19112 19114 18099 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 111056857 1838596096 52770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1795504

[startup+12.7022 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 19127
/proc/meminfo: memFree=1352928/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1795504 CPUtime=14.96
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 68515 0 1 0 1464 32 0 0 18 0 13 0 111056628 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 448876 59667 1331 9 0 446487 0
[pid=19114/tid=19116] ppid=19112 vsize=1795504 CPUtime=10.93
/proc/19114/task/19116/stat : 19116 (java) R 19112 19114 18099 0 -1 64 37745 0 1 0 1076 17 0 0 21 0 13 0 111056629 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109833852 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19117] ppid=19112 vsize=1795504 CPUtime=0.66
/proc/19114/task/19117/stat : 19117 (java) S 19112 19114 18099 0 -1 64 10736 0 0 0 63 3 0 0 16 0 13 0 111056631 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19118] ppid=19112 vsize=1795504 CPUtime=0.66
/proc/19114/task/19118/stat : 19118 (java) S 19112 19114 18099 0 -1 64 9177 0 0 0 61 5 0 0 16 0 13 0 111056631 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19119] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19119/stat : 19119 (java) S 19112 19114 18099 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 111056633 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19120] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19120/stat : 19120 (java) S 19112 19114 18099 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111056633 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19121] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19121/stat : 19121 (java) S 19112 19114 18099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111056633 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19122/stat : 19122 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111056637 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1795504 CPUtime=1.28
/proc/19114/task/19123/stat : 19123 (java) S 19112 19114 18099 0 -1 64 4705 0 0 0 126 2 0 0 17 0 13 0 111056637 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1795504 CPUtime=1.37
/proc/19114/task/19124/stat : 19124 (java) S 19112 19114 18099 0 -1 64 5410 0 0 0 135 2 0 0 17 0 13 0 111056637 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19125] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19125/stat : 19125 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111056637 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19126] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19126/stat : 19126 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111056637 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19127] ppid=19112 vsize=1795504 CPUtime=0
/proc/19114/task/19127/stat : 19127 (java) S 19112 19114 18099 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 111056857 1838596096 59667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 1795504

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19127
/proc/meminfo: memFree=1339552/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1795184 CPUtime=27.91
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 72820 0 1 0 2758 33 0 0 18 0 13 0 111056628 1838268416 63052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 448796 63052 1331 9 0 446407 0
[pid=19114/tid=19116] ppid=19112 vsize=1795184 CPUtime=23.56
/proc/19114/task/19116/stat : 19116 (java) R 19112 19114 18099 0 -1 64 37764 0 1 0 2339 17 0 0 23 0 13 0 111056629 1838268416 63052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109562440 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19117] ppid=19112 vsize=1795184 CPUtime=0.8
/proc/19114/task/19117/stat : 19117 (java) S 19112 19114 18099 0 -1 64 12855 0 0 0 76 4 0 0 16 0 13 0 111056631 1838268416 63052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19118] ppid=19112 vsize=1795184 CPUtime=0.8
/proc/19114/task/19118/stat : 19118 (java) S 19112 19114 18099 0 -1 64 11339 0 0 0 75 5 0 0 16 0 13 0 111056631 1838268416 63052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19119] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19119/stat : 19119 (java) S 19112 19114 18099 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 63052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19120] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19120/stat : 19120 (java) S 19112 19114 18099 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 63052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19114/tid=19119] ppid=19112 vsize=1795184 CPUtime=0.18
/proc/19114/task/19119/stat : 19119 (java) S 19112 19114 18099 0 -1 64 24 0 0 0 12 6 0 0 16 0 13 0 111056633 1838268416 195294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19120] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19120/stat : 19120 (java) S 19112 19114 18099 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 195294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19121] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19121/stat : 19121 (java) S 19112 19114 18099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 195294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19122/stat : 19122 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111056637 1838268416 195294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1795184 CPUtime=1.3
/proc/19114/task/19123/stat : 19123 (java) S 19112 19114 18099 0 -1 64 4705 0 0 0 128 2 0 0 16 0 13 0 111056637 1838268416 195294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1795184 CPUtime=1.45
/proc/19114/task/19124/stat : 19124 (java) S 19112 19114 18099 0 -1 64 5419 0 0 0 143 2 0 0 16 0 13 0 111056637 1838268416 195294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19125] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19125/stat : 19125 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111056637 1838268416 195294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19126] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19126/stat : 19126 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111056637 1838268416 195294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19127] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19127/stat : 19127 (java) S 19112 19114 18099 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 111056857 1838268416 195294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1573.95
Current children cumulated vsize (KiB) 1795184

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 19127
/proc/meminfo: memFree=797728/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1795184 CPUtime=1635.34
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 230685 0 1 0 163411 123 0 0 18 0 13 0 111056628 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 448796 198138 1332 9 0 446407 0
[pid=19114/tid=19116] ppid=19112 vsize=1795184 CPUtime=1567.98
/proc/19114/task/19116/stat : 19116 (java) R 19112 19114 18099 0 -1 64 38540 0 1 0 156766 32 0 0 20 0 13 0 111056629 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109803837 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19117] ppid=19112 vsize=1795184 CPUtime=32.17
/proc/19114/task/19117/stat : 19117 (java) S 19112 19114 18099 0 -1 64 93664 0 0 0 3177 40 0 0 16 0 13 0 111056631 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19118] ppid=19112 vsize=1795184 CPUtime=32.2
/proc/19114/task/19118/stat : 19118 (java) S 19112 19114 18099 0 -1 64 87612 0 0 0 3182 38 0 0 17 0 13 0 111056631 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19119] ppid=19112 vsize=1795184 CPUtime=0.18
/proc/19114/task/19119/stat : 19119 (java) S 19112 19114 18099 0 -1 64 24 0 0 0 12 6 0 0 15 0 13 0 111056633 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19120] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19120/stat : 19120 (java) S 19112 19114 18099 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19121] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19121/stat : 19121 (java) S 19112 19114 18099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19122/stat : 19122 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111056637 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1795184 CPUtime=1.3
/proc/19114/task/19123/stat : 19123 (java) S 19112 19114 18099 0 -1 64 4705 0 0 0 128 2 0 0 16 0 13 0 111056637 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1795184 CPUtime=1.45
/proc/19114/task/19124/stat : 19124 (java) S 19112 19114 18099 0 -1 64 5419 0 0 0 143 2 0 0 16 0 13 0 111056637 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19125] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19125/stat : 19125 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111056637 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19126] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19126/stat : 19126 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111056637 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19127] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19127/stat : 19127 (java) S 19112 19114 18099 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 111056857 1838268416 198138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1635.34
Current children cumulated vsize (KiB) 1795184

[startup+1662.3 s]
/proc/loadavg: 1.13 1.03 1.01 3/90 19127
/proc/meminfo: memFree=786528/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1795184 CPUtime=1696.66
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 233792 0 1 0 169542 124 0 0 18 0 13 0 111056628 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 448796 200801 1332 9 0 446407 0
[pid=19114/tid=19116] ppid=19112 vsize=1795184 CPUtime=1626.58
/proc/19114/task/19116/stat : 19116 (java) R 19112 19114 18099 0 -1 64 38561 0 1 0 162625 33 0 0 25 0 13 0 111056629 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109804312 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19117] ppid=19112 vsize=1795184 CPUtime=33.53
/proc/19114/task/19117/stat : 19117 (java) S 19112 19114 18099 0 -1 64 95845 0 0 0 3313 40 0 0 16 0 13 0 111056631 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19118] ppid=19112 vsize=1795184 CPUtime=33.56
/proc/19114/task/19118/stat : 19118 (java) S 19112 19114 18099 0 -1 64 88517 0 0 0 3318 38 0 0 16 0 13 0 111056631 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19119] ppid=19112 vsize=1795184 CPUtime=0.18
/proc/19114/task/19119/stat : 19119 (java) S 19112 19114 18099 0 -1 64 24 0 0 0 12 6 0 0 16 0 13 0 111056633 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19120] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19120/stat : 19120 (java) S 19112 19114 18099 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19121] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19121/stat : 19121 (java) S 19112 19114 18099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19122/stat : 19122 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111056637 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1795184 CPUtime=1.3
/proc/19114/task/19123/stat : 19123 (java) S 19112 19114 18099 0 -1 64 4705 0 0 0 128 2 0 0 16 0 13 0 111056637 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1795184 CPUtime=1.45
/proc/19114/task/19124/stat : 19124 (java) S 19112 19114 18099 0 -1 64 5419 0 0 0 143 2 0 0 16 0 13 0 111056637 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19125] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19125/stat : 19125 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111056637 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19126] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19126/stat : 19126 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111056637 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19127] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19127/stat : 19127 (java) S 19112 19114 18099 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 111056857 1838268416 200801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1696.66
Current children cumulated vsize (KiB) 1795184

[startup+1722.3 s]
/proc/loadavg: 1.17 1.05 1.01 2/90 19127
/proc/meminfo: memFree=749472/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1795184 CPUtime=1758.09
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 243433 0 1 0 175679 130 0 0 18 0 13 0 111056628 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 448796 210020 1332 9 0 446407 0
[pid=19114/tid=19116] ppid=19112 vsize=1795184 CPUtime=1685.1
/proc/19114/task/19116/stat : 19116 (java) R 19112 19114 18099 0 -1 64 38582 0 1 0 168476 34 0 0 25 0 13 0 111056629 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550374 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19117] ppid=19112 vsize=1795184 CPUtime=34.98
/proc/19114/task/19117/stat : 19117 (java) S 19112 19114 18099 0 -1 64 100636 0 0 0 3456 42 0 0 16 0 13 0 111056631 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19118] ppid=19112 vsize=1795184 CPUtime=35.02
/proc/19114/task/19118/stat : 19118 (java) S 19112 19114 18099 0 -1 64 93346 0 0 0 3461 41 0 0 17 0 13 0 111056631 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19119] ppid=19112 vsize=1795184 CPUtime=0.19
/proc/19114/task/19119/stat : 19119 (java) S 19112 19114 18099 0 -1 64 24 0 0 0 13 6 0 0 16 0 13 0 111056633 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19120] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19120/stat : 19120 (java) S 19112 19114 18099 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19121] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19121/stat : 19121 (java) S 19112 19114 18099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19122/stat : 19122 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111056637 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1795184 CPUtime=1.3
/proc/19114/task/19123/stat : 19123 (java) S 19112 19114 18099 0 -1 64 4705 0 0 0 128 2 0 0 16 0 13 0 111056637 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1795184 CPUtime=1.45
/proc/19114/task/19124/stat : 19124 (java) S 19112 19114 18099 0 -1 64 5419 0 0 0 143 2 0 0 16 0 13 0 111056637 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19125] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19125/stat : 19125 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111056637 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19126] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19126/stat : 19126 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111056637 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19127] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19127/stat : 19127 (java) S 19112 19114 18099 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 111056857 1838268416 210020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1758.09
Current children cumulated vsize (KiB) 1795184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.1 s]
/proc/loadavg: 1.15 1.06 1.02 2/90 19127
/proc/meminfo: memFree=739232/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=1795184 CPUtime=1800.04
/proc/19114/stat : 19114 (java) S 19112 19114 18099 0 -1 0 246293 0 1 0 179871 133 0 0 18 0 13 0 111056628 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19114/statm: 448796 212559 1332 9 0 446407 0
[pid=19114/tid=19116] ppid=19112 vsize=1795184 CPUtime=1724.71
/proc/19114/task/19116/stat : 19116 (java) R 19112 19114 18099 0 -1 64 38597 0 1 0 172437 34 0 0 22 0 13 0 111056629 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109803837 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19117] ppid=19112 vsize=1795184 CPUtime=36.14
/proc/19114/task/19117/stat : 19117 (java) S 19112 19114 18099 0 -1 64 102173 0 0 0 3571 43 0 0 17 0 13 0 111056631 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19118] ppid=19112 vsize=1795184 CPUtime=36.19
/proc/19114/task/19118/stat : 19118 (java) S 19112 19114 18099 0 -1 64 94654 0 0 0 3577 42 0 0 16 0 13 0 111056631 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19114/tid=19119] ppid=19112 vsize=1795184 CPUtime=0.19
/proc/19114/task/19119/stat : 19119 (java) S 19112 19114 18099 0 -1 64 24 0 0 0 13 6 0 0 16 0 13 0 111056633 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19120] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19120/stat : 19120 (java) S 19112 19114 18099 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19121] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19121/stat : 19121 (java) S 19112 19114 18099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111056633 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19122] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19122/stat : 19122 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111056637 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19123] ppid=19112 vsize=1795184 CPUtime=1.3
/proc/19114/task/19123/stat : 19123 (java) S 19112 19114 18099 0 -1 64 4705 0 0 0 128 2 0 0 16 0 13 0 111056637 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19124] ppid=19112 vsize=1795184 CPUtime=1.45
/proc/19114/task/19124/stat : 19124 (java) S 19112 19114 18099 0 -1 64 5419 0 0 0 143 2 0 0 16 0 13 0 111056637 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19125] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19125/stat : 19125 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111056637 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19126] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19126/stat : 19126 (java) S 19112 19114 18099 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111056637 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19114/tid=19127] ppid=19112 vsize=1795184 CPUtime=0
/proc/19114/task/19127/stat : 19127 (java) S 19112 19114 18099 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 111056857 1838268416 212559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1795184

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

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

[startup+1763.21 s]
/proc/loadavg: 1.15 1.06 1.02 2/80 19130
/proc/meminfo: memFree=1173904/2055920 swapFree=4146496/4192956
[pid=19114] ppid=19112 vsize=0 CPUtime=1800.15
/proc/19114/stat : 19114 (java) Z 19112 19114 18099 0 -1 1036 246312 0 1 0 179876 139 0 0 16 0 2 0 111056628 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19114/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1763.28
CPU time (s): 1800.23
CPU user time (s): 1798.76
CPU system time (s): 1.46178
CPU usage (%): 102.095
Max. virtual memory (cumulated for all children) (KiB): 1796800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.46178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246312
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= 44672
involuntary context switches= 61664

runsolver used 1.73574 second user time and 4.74728 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Apr 16 05:07:57 UTC 2007

IDJOB= 354221
IDBENCH= 2414
IDSOLVER= 164
FILE ID= node11/354221-1176700077

PBS_JOBID= 4559423

Free space on /tmp= 66373 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b4d90975042873aa16a95872bfad2ca2

RANDOM SEED= 863882501

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1587736 kB
Buffers:         26136 kB
Cached:         361752 kB
SwapCached:      15216 kB
Active:         240876 kB
Inactive:       182104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587736 kB
SwapTotal:     4192956 kB
SwapFree:      4146496 kB
Dirty:            5468 kB
Writeback:           0 kB
Mapped:          41724 kB
Slab:            30632 kB
Committed_AS:  6121748 kB
PageTables:       1876 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= 66373 MiB

End job on node11 on Mon Apr 16 05:37:22 UTC 2007