Trace number 353919

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
sat4jPseudoCP 2007-03-23? (TO) 1800.16 1779.63

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370e.opb
MD5SUM2ed7df63a411bcdd93a5895df0fcaa15
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4571140278
Best CPU time to get the best result obtained on this benchmark1804.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4571140278
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29700464693312
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29700464693312
Number of bits of the biggest sum of numbers45
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.PBSolver)
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 solving /tmp/evaluation/353919-1176688318/instance-353919-1176688318.opb
0.20/0.20	c reading problem ... 
7.97/6.15	c ... done. Wall clock time 5.951s.
7.97/6.15	c CPU time (experimental) 4.55s.
7.97/6.15	c #vars     155000
7.97/6.15	c #constraints  5300
1800.03/1779.51	c starts		: 2
1800.03/1779.51	c conflicts		: 212
1800.03/1779.51	c decisions		: 315320
1800.03/1779.51	c propagations		: 6085408
1800.03/1779.51	c inspects		: 14730715
1800.03/1779.51	c learnt literals	: 0
1800.03/1779.51	c learnt binary clauses	: 0
1800.03/1779.51	c learnt ternary clauses	: 0
1800.03/1779.51	c learnt clauses	: 211
1800.03/1779.51	c root simplifications	: 0
1800.03/1779.51	c removed literals (reason simplification)	: 0
1800.03/1779.51	c reason swapping (by a shorter reason)	: 0
1800.03/1779.51	c Calls to reduceDB	: 0
1800.03/1779.51	c speed (decisions/second)	: 177.88679602930856
1800.03/1779.51	c non guided choices	0
1800.03/1779.51	s UNKNOWN
1800.03/1779.51	c Total wall clock time (ms): 1779.31

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/node42/watcher-353919-1176688318 -o ROOT/results/node42/solver-353919-1176688318 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/353919-1176688318/sat4jPseudoCP.jar /tmp/evaluation/353919-1176688318/instance-353919-1176688318.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.99 0.97 0.96 2/64 11121
/proc/meminfo: memFree=1783168/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=18568 CPUtime=0
/proc/11121/stat : 11121 (runsolver) R 11119 11121 9816 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 116743674 19013632 292 18446744073709551615 4194304 4296420 548682068848 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11121/statm: 4642 292 257 24 0 2626 0

[startup+0.0972761 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 11121
/proc/meminfo: memFree=1783168/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1780040 CPUtime=0.08
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 3907 0 1 0 6 2 0 0 18 0 12 0 116743674 1822760960 3649 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 445010 3649 1100 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780040

[startup+0.102275 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 11121
/proc/meminfo: memFree=1783168/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1780108 CPUtime=0.08
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 116743674 1822830592 3710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301315 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 11121
/proc/meminfo: memFree=1783168/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1782660 CPUtime=0.34
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 6429 0 1 0 30 4 0 0 18 0 12 0 116743674 1825443840 6168 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 445665 6168 1267 9 0 443277 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782660

[startup+0.702394 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 11121
/proc/meminfo: memFree=1783168/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1784044 CPUtime=0.86
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 10501 0 1 0 81 5 0 0 18 0 12 0 116743674 1826861056 9978 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 446011 9978 1297 9 0 443623 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1784044

[startup+1.50155 s]
/proc/loadavg: 0.99 0.97 0.96 2/76 11133
/proc/meminfo: memFree=1724768/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1784044 CPUtime=1.68
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 24236 0 1 0 157 11 0 0 18 0 12 0 116743674 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 446011 23713 1297 9 0 443623 0
[pid=11121/tid=11123] ppid=11119 vsize=1784044 CPUtime=1.31
/proc/11121/task/11123/stat : 11123 (java) R 11119 11121 9816 0 -1 64 22379 0 1 0 122 9 0 0 25 0 12 0 116743676 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11124] ppid=11119 vsize=1784044 CPUtime=0
/proc/11121/task/11124/stat : 11124 (java) S 11119 11121 9816 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 116743677 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11125] ppid=11119 vsize=1784044 CPUtime=0
/proc/11121/task/11125/stat : 11125 (java) S 11119 11121 9816 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 116743677 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11126] ppid=11119 vsize=1784044 CPUtime=0
/proc/11121/task/11126/stat : 11126 (java) S 11119 11121 9816 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 116743680 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11127] ppid=11119 vsize=1784044 CPUtime=0
/proc/11121/task/11127/stat : 11127 (java) S 11119 11121 9816 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 116743680 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11128] ppid=11119 vsize=1784044 CPUtime=0
/proc/11121/task/11128/stat : 11128 (java) S 11119 11121 9816 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 116743680 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11129] ppid=11119 vsize=1784044 CPUtime=0
/proc/11121/task/11129/stat : 11129 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116743684 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11130] ppid=11119 vsize=1784044 CPUtime=0.16
/proc/11121/task/11130/stat : 11130 (java) S 11119 11121 9816 0 -1 64 511 0 0 0 16 0 0 0 16 0 12 0 116743684 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11131] ppid=11119 vsize=1784044 CPUtime=0.17
/proc/11121/task/11131/stat : 11131 (java) R 11119 11121 9816 0 -1 64 628 0 0 0 17 0 0 0 16 0 12 0 116743684 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104792531 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11132] ppid=11119 vsize=1784044 CPUtime=0
/proc/11121/task/11132/stat : 11132 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116743684 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11133] ppid=11119 vsize=1784044 CPUtime=0
/proc/11121/task/11133/stat : 11133 (java) S 11119 11121 9816 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 116743684 1826861056 23713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1784044

[startup+3.10184 s]
/proc/loadavg: 0.99 0.97 0.96 4/76 11133
/proc/meminfo: memFree=1673440/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1795516 CPUtime=4.24
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 54602 0 1 0 399 25 0 0 18 0 12 0 116743674 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 448879 49936 1314 9 0 446491 0
[pid=11121/tid=11123] ppid=11119 vsize=1795516 CPUtime=2.2
/proc/11121/task/11123/stat : 11123 (java) R 11119 11121 9816 0 -1 64 37687 0 1 0 204 16 0 0 17 0 12 0 116743676 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109603502 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11124] ppid=11119 vsize=1795516 CPUtime=0.18
/proc/11121/task/11124/stat : 11124 (java) S 11119 11121 9816 0 -1 64 3989 0 0 0 17 1 0 0 16 0 12 0 116743677 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11125] ppid=11119 vsize=1795516 CPUtime=0.19
/proc/11121/task/11125/stat : 11125 (java) S 11119 11121 9816 0 -1 64 4969 0 0 0 16 3 0 0 16 0 12 0 116743677 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11126] ppid=11119 vsize=1795516 CPUtime=0
/proc/11121/task/11126/stat : 11126 (java) S 11119 11121 9816 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 116743680 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11127] ppid=11119 vsize=1795516 CPUtime=0
/proc/11121/task/11127/stat : 11127 (java) S 11119 11121 9816 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 116743680 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11128] ppid=11119 vsize=1795516 CPUtime=0
/proc/11121/task/11128/stat : 11128 (java) S 11119 11121 9816 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116743680 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11129] ppid=11119 vsize=1795516 CPUtime=0
/proc/11121/task/11129/stat : 11129 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116743684 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11130] ppid=11119 vsize=1795516 CPUtime=0.67
/proc/11121/task/11130/stat : 11130 (java) S 11119 11121 9816 0 -1 64 1997 0 0 0 67 0 0 0 16 0 12 0 116743684 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11131] ppid=11119 vsize=1795516 CPUtime=0.94
/proc/11121/task/11131/stat : 11131 (java) S 11119 11121 9816 0 -1 64 5236 0 0 0 92 2 0 0 16 0 12 0 116743684 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11132] ppid=11119 vsize=1795516 CPUtime=0
/proc/11121/task/11132/stat : 11132 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116743684 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11133] ppid=11119 vsize=1795516 CPUtime=0
/proc/11121/task/11133/stat : 11133 (java) S 11119 11121 9816 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 116743684 1838608384 49936 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 1795516

[startup+6.30246 s]
/proc/loadavg: 0.99 0.97 0.96 3/76 11133
/proc/meminfo: memFree=1530720/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1796172 CPUtime=8.26
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 73634 0 1 0 791 35 0 0 18 0 12 0 116743674 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 449043 66056 1334 9 0 446655 0
[pid=11121/tid=11123] ppid=11119 vsize=1796172 CPUtime=4.67
/proc/11121/task/11123/stat : 11123 (java) R 11119 11121 9816 0 -1 64 37718 0 1 0 449 18 0 0 24 0 12 0 116743676 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11124] ppid=11119 vsize=1796172 CPUtime=0.88
/proc/11121/task/11124/stat : 11124 (java) S 11119 11121 9816 0 -1 64 15463 0 0 0 82 6 0 0 16 0 12 0 116743677 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11125] ppid=11119 vsize=1796172 CPUtime=0.89
/proc/11121/task/11125/stat : 11125 (java) S 11119 11121 9816 0 -1 64 12454 0 0 0 83 6 0 0 16 0 12 0 116743677 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11126] ppid=11119 vsize=1796172 CPUtime=0
/proc/11121/task/11126/stat : 11126 (java) S 11119 11121 9816 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 116743680 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11127] ppid=11119 vsize=1796172 CPUtime=0
/proc/11121/task/11127/stat : 11127 (java) S 11119 11121 9816 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 116743680 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11128] ppid=11119 vsize=1796172 CPUtime=0
/proc/11121/task/11128/stat : 11128 (java) S 11119 11121 9816 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116743680 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11129] ppid=11119 vsize=1796172 CPUtime=0
/proc/11121/task/11129/stat : 11129 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116743684 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11130] ppid=11119 vsize=1796172 CPUtime=0.77
/proc/11121/task/11130/stat : 11130 (java) R 11119 11121 9816 0 -1 64 2014 0 0 0 77 0 0 0 17 0 12 0 116743684 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104846872 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11131] ppid=11119 vsize=1796172 CPUtime=1
/proc/11121/task/11131/stat : 11131 (java) R 11119 11121 9816 0 -1 64 5261 0 0 0 98 2 0 0 17 0 12 0 116743684 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102373342 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11132] ppid=11119 vsize=1796172 CPUtime=0
/proc/11121/task/11132/stat : 11132 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116743684 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11133] ppid=11119 vsize=1796172 CPUtime=0
/proc/11121/task/11133/stat : 11133 (java) S 11119 11121 9816 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 116743684 1839280128 66056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 1796172

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.96 2/77 11134
/proc/meminfo: memFree=1490392/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1795960 CPUtime=16.29
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 84988 0 1 0 1586 43 0 0 18 0 13 0 116743674 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 448990 74067 1335 9 0 446602 0
[pid=11121/tid=11123] ppid=11119 vsize=1795960 CPUtime=9.72
/proc/11121/task/11123/stat : 11123 (java) R 11119 11121 9816 0 -1 64 37750 0 1 0 954 18 0 0 24 0 13 0 116743676 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110000386 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11124] ppid=11119 vsize=1795960 CPUtime=1.96
/proc/11121/task/11124/stat : 11124 (java) S 11119 11121 9816 0 -1 64 20656 0 0 0 186 10 0 0 16 0 13 0 116743677 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11125] ppid=11119 vsize=1795960 CPUtime=1.97
/proc/11121/task/11125/stat : 11125 (java) S 11119 11121 9816 0 -1 64 18526 0 0 0 188 9 0 0 16 0 13 0 116743677 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11126] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11126/stat : 11126 (java) S 11119 11121 9816 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11127] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11127/stat : 11127 (java) S 11119 11121 9816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11128] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11128/stat : 11128 (java) S 11119 11121 9816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11129] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11129/stat : 11129 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11130] ppid=11119 vsize=1795960 CPUtime=1.26
/proc/11121/task/11130/stat : 11130 (java) S 11119 11121 9816 0 -1 64 2044 0 0 0 126 0 0 0 17 0 13 0 116743684 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11131] ppid=11119 vsize=1795960 CPUtime=1.32
/proc/11121/task/11131/stat : 11131 (java) S 11119 11121 9816 0 -1 64 5279 0 0 0 130 2 0 0 16 0 13 0 116743684 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11132] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11132/stat : 11132 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11133] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11133/stat : 11133 (java) S 11119 11121 9816 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116743684 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11134] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11134/stat : 11134 (java) S 11119 11121 9816 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 116744379 1839063040 74067 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.29
Current children cumulated vsize (KiB) 1795960

[startup+25.5021 s]
/proc/loadavg: 0.99 0.97 0.96 2/77 11134
/proc/meminfo: memFree=1502616/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1796984 CPUtime=29.87
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 88080 0 1 0 2941 46 0 0 18 0 13 0 116743674 1840111616 72116 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 449246 72116 1335 9 0 446858 0
[pid=11121/tid=11123] ppid=11119 vsize=1796984 CPUtime=22.01
/proc/11121/task/11123/stat : 11123 (java) R 11119 11121 9816 0 -1 64 38724 0 1 0 2182 19 0 0 25 0 13 0 116743676 1840111616 72116 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109581788 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11124] ppid=11119 vsize=1796984 CPUtime=2.09
/proc/11121/task/11124/stat : 11124 (java) S 11119 11121 9816 0 -1 64 20988 0 0 0 198 11 0 0 16 0 13 0 116743677 1840111616 72116 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11125] ppid=11119 vsize=1796984 CPUtime=2.09
/proc/11121/task/11125/stat : 11125 (java) S 11119 11121 9816 0 -1 64 18669 0 0 0 199 10 0 0 16 0 13 0 116743677 1840111616 72116 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11126] ppid=11119 vsize=1796984 CPUtime=0
/proc/11121/task/11126/stat : 11126 (java) S 11119 11121 9816 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 116743680 1840111616 72116 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11127] ppid=11119 vsize=1796984 CPUtime=0
/proc/11121/task/11127/stat : 11127 (java) S 11119 11121 9816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116743680 1840111616 72116 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11128] ppid=11119 vsize=1796984 CPUtime=0
/proc/11121/task/11128/stat : 11128 (java) S 11119 11121 9816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116743680 1840111616 72116 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11121/tid=11126] ppid=11119 vsize=1795960 CPUtime=0.4
/proc/11121/task/11126/stat : 11126 (java) S 11119 11121 9816 0 -1 64 66 0 0 0 24 16 0 0 15 0 13 0 116743680 1839063040 132582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11127] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11127/stat : 11127 (java) S 11119 11121 9816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 132582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11128] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11128/stat : 11128 (java) S 11119 11121 9816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 132582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11129] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11129/stat : 11129 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 132582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11130] ppid=11119 vsize=1795960 CPUtime=1.89
/proc/11121/task/11130/stat : 11130 (java) S 11119 11121 9816 0 -1 64 2105 0 0 0 188 1 0 0 17 0 13 0 116743684 1839063040 132582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11131] ppid=11119 vsize=1795960 CPUtime=2.18
/proc/11121/task/11131/stat : 11131 (java) S 11119 11121 9816 0 -1 64 6902 0 0 0 215 3 0 0 17 0 13 0 116743684 1839063040 132582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11132] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11132/stat : 11132 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 132582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11133] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11133/stat : 11133 (java) S 11119 11121 9816 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116743684 1839063040 132582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11134] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11134/stat : 11134 (java) S 11119 11121 9816 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 116744379 1839063040 132582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1560
Current children cumulated vsize (KiB) 1795960

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11742
/proc/meminfo: memFree=1215960/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1795960 CPUtime=1620.67
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 174787 0 1 0 161873 194 0 0 18 0 13 0 116743674 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 448990 135429 1335 9 0 446602 0
[pid=11121/tid=11123] ppid=11119 vsize=1795960 CPUtime=1577.16
/proc/11121/task/11123/stat : 11123 (java) R 11119 11121 9816 0 -1 64 49809 0 1 0 157679 37 0 0 23 0 13 0 116743676 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109582040 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11124] ppid=11119 vsize=1795960 CPUtime=19.42
/proc/11121/task/11124/stat : 11124 (java) S 11119 11121 9816 0 -1 64 58944 0 0 0 1874 68 0 0 16 0 13 0 116743677 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11125] ppid=11119 vsize=1795960 CPUtime=19.52
/proc/11121/task/11125/stat : 11125 (java) S 11119 11121 9816 0 -1 64 56240 0 0 0 1888 64 0 0 16 0 13 0 116743677 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11126] ppid=11119 vsize=1795960 CPUtime=0.42
/proc/11121/task/11126/stat : 11126 (java) S 11119 11121 9816 0 -1 64 66 0 0 0 25 17 0 0 15 0 13 0 116743680 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11127] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11127/stat : 11127 (java) S 11119 11121 9816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11128] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11128/stat : 11128 (java) S 11119 11121 9816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11129] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11129/stat : 11129 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11130] ppid=11119 vsize=1795960 CPUtime=1.89
/proc/11121/task/11130/stat : 11130 (java) S 11119 11121 9816 0 -1 64 2105 0 0 0 188 1 0 0 17 0 13 0 116743684 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11131] ppid=11119 vsize=1795960 CPUtime=2.18
/proc/11121/task/11131/stat : 11131 (java) S 11119 11121 9816 0 -1 64 6902 0 0 0 215 3 0 0 17 0 13 0 116743684 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11132] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11132/stat : 11132 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11133] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11133/stat : 11133 (java) S 11119 11121 9816 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116743684 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11134] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11134/stat : 11134 (java) S 11119 11121 9816 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 116744379 1839063040 135429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1620.67
Current children cumulated vsize (KiB) 1795960

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11742
/proc/meminfo: memFree=1202904/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1795960 CPUtime=1681.37
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 178383 0 1 0 167939 198 0 0 18 0 13 0 116743674 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 448990 138442 1335 9 0 446602 0
[pid=11121/tid=11123] ppid=11119 vsize=1795960 CPUtime=1636.31
/proc/11121/task/11123/stat : 11123 (java) R 11119 11121 9816 0 -1 64 49880 0 1 0 163594 37 0 0 25 0 13 0 116743676 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109582040 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11124] ppid=11119 vsize=1795960 CPUtime=20.18
/proc/11121/task/11124/stat : 11124 (java) S 11119 11121 9816 0 -1 64 60710 0 0 0 1948 70 0 0 16 0 13 0 116743677 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11125] ppid=11119 vsize=1795960 CPUtime=20.29
/proc/11121/task/11125/stat : 11125 (java) S 11119 11121 9816 0 -1 64 57999 0 0 0 1964 65 0 0 15 0 13 0 116743677 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11126] ppid=11119 vsize=1795960 CPUtime=0.43
/proc/11121/task/11126/stat : 11126 (java) S 11119 11121 9816 0 -1 64 66 0 0 0 26 17 0 0 16 0 13 0 116743680 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11127] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11127/stat : 11127 (java) S 11119 11121 9816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11128] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11128/stat : 11128 (java) S 11119 11121 9816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11129] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11129/stat : 11129 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11130] ppid=11119 vsize=1795960 CPUtime=1.89
/proc/11121/task/11130/stat : 11130 (java) S 11119 11121 9816 0 -1 64 2105 0 0 0 188 1 0 0 17 0 13 0 116743684 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11131] ppid=11119 vsize=1795960 CPUtime=2.18
/proc/11121/task/11131/stat : 11131 (java) S 11119 11121 9816 0 -1 64 6902 0 0 0 215 3 0 0 17 0 13 0 116743684 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11132] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11132/stat : 11132 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11133] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11133/stat : 11133 (java) S 11119 11121 9816 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116743684 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11134] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11134/stat : 11134 (java) S 11119 11121 9816 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 116744379 1839063040 138442 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1681.37
Current children cumulated vsize (KiB) 1795960

[startup+1722.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 11742
/proc/meminfo: memFree=1192344/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1795960 CPUtime=1742.03
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 181825 0 1 0 174001 202 0 0 18 0 13 0 116743674 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 448990 141339 1335 9 0 446602 0
[pid=11121/tid=11123] ppid=11119 vsize=1795960 CPUtime=1695.37
/proc/11121/task/11123/stat : 11123 (java) R 11119 11121 9816 0 -1 64 49957 0 1 0 169499 38 0 0 23 0 13 0 116743676 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110000547 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11124] ppid=11119 vsize=1795960 CPUtime=20.98
/proc/11121/task/11124/stat : 11124 (java) S 11119 11121 9816 0 -1 64 62574 0 0 0 2026 72 0 0 16 0 13 0 116743677 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11125] ppid=11119 vsize=1795960 CPUtime=21.09
/proc/11121/task/11125/stat : 11125 (java) S 11119 11121 9816 0 -1 64 59500 0 0 0 2042 67 0 0 16 0 13 0 116743677 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11126] ppid=11119 vsize=1795960 CPUtime=0.45
/proc/11121/task/11126/stat : 11126 (java) S 11119 11121 9816 0 -1 64 66 0 0 0 27 18 0 0 16 0 13 0 116743680 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11127] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11127/stat : 11127 (java) S 11119 11121 9816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11128] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11128/stat : 11128 (java) S 11119 11121 9816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11129] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11129/stat : 11129 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11130] ppid=11119 vsize=1795960 CPUtime=1.89
/proc/11121/task/11130/stat : 11130 (java) S 11119 11121 9816 0 -1 64 2105 0 0 0 188 1 0 0 17 0 13 0 116743684 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11131] ppid=11119 vsize=1795960 CPUtime=2.18
/proc/11121/task/11131/stat : 11131 (java) S 11119 11121 9816 0 -1 64 6902 0 0 0 215 3 0 0 17 0 13 0 116743684 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11132] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11132/stat : 11132 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11133] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11133/stat : 11133 (java) S 11119 11121 9816 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116743684 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11134] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11134/stat : 11134 (java) S 11119 11121 9816 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 116744379 1839063040 141339 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1742.03
Current children cumulated vsize (KiB) 1795960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.5 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 11742
/proc/meminfo: memFree=1177880/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=1795960 CPUtime=1800.03
/proc/11121/stat : 11121 (java) S 11119 11121 9816 0 -1 0 185762 0 1 0 179797 206 0 0 18 0 13 0 116743674 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11121/statm: 448990 144666 1335 9 0 446602 0
[pid=11121/tid=11123] ppid=11119 vsize=1795960 CPUtime=1751.71
/proc/11121/task/11123/stat : 11123 (java) R 11119 11121 9816 0 -1 64 50024 0 1 0 175132 39 0 0 19 0 13 0 116743676 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110000535 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11124] ppid=11119 vsize=1795960 CPUtime=21.81
/proc/11121/task/11124/stat : 11124 (java) S 11119 11121 9816 0 -1 64 64525 0 0 0 2107 74 0 0 15 0 13 0 116743677 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11125] ppid=11119 vsize=1795960 CPUtime=21.92
/proc/11121/task/11125/stat : 11125 (java) S 11119 11121 9816 0 -1 64 61418 0 0 0 2124 68 0 0 16 0 13 0 116743677 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11126] ppid=11119 vsize=1795960 CPUtime=0.46
/proc/11121/task/11126/stat : 11126 (java) S 11119 11121 9816 0 -1 64 67 0 0 0 28 18 0 0 16 0 13 0 116743680 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11127] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11127/stat : 11127 (java) S 11119 11121 9816 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11128] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11128/stat : 11128 (java) S 11119 11121 9816 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116743680 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11129] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11129/stat : 11129 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11130] ppid=11119 vsize=1795960 CPUtime=1.89
/proc/11121/task/11130/stat : 11130 (java) S 11119 11121 9816 0 -1 64 2105 0 0 0 188 1 0 0 17 0 13 0 116743684 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11131] ppid=11119 vsize=1795960 CPUtime=2.18
/proc/11121/task/11131/stat : 11131 (java) S 11119 11121 9816 0 -1 64 6902 0 0 0 215 3 0 0 17 0 13 0 116743684 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11132] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11132/stat : 11132 (java) S 11119 11121 9816 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116743684 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11121/tid=11133] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11133/stat : 11133 (java) S 11119 11121 9816 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116743684 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11121/tid=11134] ppid=11119 vsize=1795960 CPUtime=0
/proc/11121/task/11134/stat : 11134 (java) S 11119 11121 9816 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 116744379 1839063040 144666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1795960

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

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

[startup+1779.61 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 11742
/proc/meminfo: memFree=1177880/2055920 swapFree=4184540/4192956
[pid=11121] ppid=11119 vsize=0 CPUtime=1800.14
/proc/11121/stat : 11121 (java) Z 11119 11121 9816 0 -1 1036 185782 0 1 0 179800 214 0 0 16 0 2 0 116743674 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11121/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1779.63
CPU time (s): 1800.16
CPU user time (s): 1798
CPU system time (s): 2.15867
CPU usage (%): 101.154
Max. virtual memory (cumulated for all children) (KiB): 1797240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798
system time used= 2.15867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185782
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= 61137
involuntary context switches= 34425

runsolver used 2.04469 second user time and 4.90525 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Apr 16 01:51:58 UTC 2007

IDJOB= 353919
IDBENCH= 2292
IDSOLVER= 160
FILE ID= node42/353919-1176688318

PBS_JOBID= 4559959

Free space on /tmp= 66528 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370e.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/353919-1176688318/sat4jPseudoCP.jar /tmp/evaluation/353919-1176688318/instance-353919-1176688318.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-353919-1176688318 -o ROOT/results/node42/solver-353919-1176688318 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/353919-1176688318/sat4jPseudoCP.jar /tmp/evaluation/353919-1176688318/instance-353919-1176688318.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2ed7df63a411bcdd93a5895df0fcaa15

RANDOM SEED= 540429244

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.277
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.277
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:       1783640 kB
Buffers:         38184 kB
Cached:         143828 kB
SwapCached:       2472 kB
Active:          83268 kB
Inactive:       118544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783640 kB
SwapTotal:     4192956 kB
SwapFree:      4184540 kB
Dirty:           12184 kB
Writeback:           0 kB
Mapped:          25016 kB
Slab:            56600 kB
Committed_AS:  2750616 kB
PageTables:       1432 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= 66528 MiB

End job on node42 on Mon Apr 16 02:21:40 UTC 2007