Trace number 352314

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.29 1794.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM751aa23355f7a016eeb9009a33a863ac
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark436
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 436
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494314
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494314
Number of bits of the biggest sum of numbers19
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.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.18	c no version file found!!!
0.06/0.18	c sun.arch.data.model	32
0.06/0.18	c java.version	1.6.0
0.06/0.18	c os.name	Linux
0.06/0.18	c os.version	2.6.9-22.EL.rootsmp
0.06/0.18	c os.arch	i386
0.06/0.18	c Free memory 1651659224
0.06/0.18	c Max memory 1654456320
0.06/0.18	c Total memory 1654456320
0.06/0.18	c Number of processors 2
0.14/0.24	--- Begin Solver configuration ---
0.14/0.24	c Stops conflict analysis at the first Unique Implication Point
0.14/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.24	c Learn all clauses as in MiniSAT
0.14/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.24	c No reason simplification
0.14/0.24	c --- End Solver configuration ---
0.14/0.24	c solving /tmp/evaluation/352314-1176628869/instance-352314-1176628869.opb
0.14/0.24	c reading problem ... 
13.37/10.95	c ... done. Wall clock time 10.709s.
13.37/10.95	c CPU time (experimental) 8.68s.
13.37/10.95	c #vars     10000
13.37/10.95	c #constraints  656900
1800.05/1794.31	c starts		: 18
1800.05/1794.31	c conflicts		: 197463
1800.05/1794.31	c decisions		: 266425
1800.05/1794.31	c propagations		: 36723790
1800.05/1794.31	c inspects		: 1606302599
1800.05/1794.31	c learnt literals	: 0
1800.05/1794.31	c learnt binary clauses	: 0
1800.05/1794.31	c learnt ternary clauses	: 0
1800.05/1794.31	c learnt clauses	: 197463
1800.05/1794.31	c root simplifications	: 0
1800.05/1794.31	c removed literals (reason simplification)	: 0
1800.05/1794.31	c reason swapping (by a shorter reason)	: 0
1800.05/1794.31	c Calls to reduceDB	: 0
1800.05/1794.31	c speed (decisions/second)	: 149.41615954623026
1800.05/1794.31	c non guided choices	0
1800.05/1794.31	s UNKNOWN
1800.05/1794.31	c Total wall clock time (ms): 1794.071

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/node51/watcher-352314-1176628869 -o ROOT/results/node51/solver-352314-1176628869 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352314-1176628869/sat4jPseudoResolution.jar /tmp/evaluation/352314-1176628869/instance-352314-1176628869.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: 1.00 1.00 1.00 2/64 11849
/proc/meminfo: memFree=1820528/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=152 CPUtime=0
/proc/11849/stat : 11849 (java) R 11847 11849 11193 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 17732043 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2620045 0 0 4096 0 0 0 0 17 1 0 0
/proc/11849/statm: 50 33 26 9 0 4 0

[startup+0.10473 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11849
/proc/meminfo: memFree=1820528/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1777708 CPUtime=0.06
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 3745 0 1 0 4 2 0 0 18 0 7 0 17732043 1820372992 3487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 444427 3487 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.201736 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11849
/proc/meminfo: memFree=1820528/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1780424 CPUtime=0.14
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 4496 0 1 0 11 3 0 0 18 0 12 0 17732043 1823154176 4234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 445106 4234 1233 9 0 442718 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780424

[startup+0.301747 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11849
/proc/meminfo: memFree=1820528/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1782496 CPUtime=0.27
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 5070 0 1 0 23 4 0 0 18 0 12 0 17732043 1825275904 4808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 445624 4808 1264 9 0 443236 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1782496

[startup+0.701781 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11849
/proc/meminfo: memFree=1820528/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1783456 CPUtime=0.86
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 7227 0 1 0 81 5 0 0 18 0 12 0 17732043 1826258944 6698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 445864 6698 1297 9 0 443476 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783456

[startup+1.50285 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 11861
/proc/meminfo: memFree=1788176/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1786748 CPUtime=2.21
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 18070 0 1 0 211 10 0 0 18 0 12 0 17732043 1829629952 15373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 446687 15375 1301 9 0 444299 0
[pid=11849/tid=11851] ppid=11847 vsize=1786748 CPUtime=1.05
/proc/11849/task/11851/stat : 11851 (java) R 11847 11849 11193 0 -1 64 13294 0 1 0 98 7 0 0 18 0 12 0 17732046 1829629952 15376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109648047 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11852] ppid=11847 vsize=1786748 CPUtime=0
/proc/11849/task/11852/stat : 11852 (java) S 11847 11849 11193 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 17732049 1829629952 15377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11853] ppid=11847 vsize=1786748 CPUtime=0
/proc/11849/task/11853/stat : 11853 (java) S 11847 11849 11193 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 17732049 1829629952 15378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11854] ppid=11847 vsize=1786748 CPUtime=0
/proc/11849/task/11854/stat : 11854 (java) S 11847 11849 11193 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 17732051 1829629952 15379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11855] ppid=11847 vsize=1786748 CPUtime=0
/proc/11849/task/11855/stat : 11855 (java) S 11847 11849 11193 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 17732052 1829629952 15381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11856] ppid=11847 vsize=1786748 CPUtime=0
/proc/11849/task/11856/stat : 11856 (java) S 11847 11849 11193 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 17732052 1829629952 15382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11857] ppid=11847 vsize=1786748 CPUtime=0
/proc/11849/task/11857/stat : 11857 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 17732056 1829629952 15383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11858] ppid=11847 vsize=1786748 CPUtime=0.61
/proc/11849/task/11858/stat : 11858 (java) S 11847 11849 11193 0 -1 64 1892 0 0 0 61 0 0 0 17 0 12 0 17732056 1829629952 15384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11859] ppid=11847 vsize=1786748 CPUtime=0.51
/proc/11849/task/11859/stat : 11859 (java) S 11847 11849 11193 0 -1 64 2167 0 0 0 50 1 0 0 18 0 12 0 17732056 1829629952 15385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11860] ppid=11847 vsize=1786748 CPUtime=0
/proc/11849/task/11860/stat : 11860 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 17732056 1829629952 15387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11861] ppid=11847 vsize=1786748 CPUtime=0
/proc/11849/task/11861/stat : 11861 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 17732056 1829629952 15388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1786748

[startup+3.10299 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 11861
/proc/meminfo: memFree=1684944/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1787072 CPUtime=3.86
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 44528 0 1 0 361 25 0 0 18 0 12 0 17732043 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 446768 41821 1310 9 0 444380 0
[pid=11849/tid=11851] ppid=11847 vsize=1787072 CPUtime=2.59
/proc/11849/task/11851/stat : 11851 (java) R 11847 11849 11193 0 -1 64 37676 0 1 0 238 21 0 0 22 0 12 0 17732046 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531791 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11852] ppid=11847 vsize=1787072 CPUtime=0.05
/proc/11849/task/11852/stat : 11852 (java) S 11847 11849 11193 0 -1 64 1040 0 0 0 5 0 0 0 16 0 12 0 17732049 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11853] ppid=11847 vsize=1787072 CPUtime=0.05
/proc/11849/task/11853/stat : 11853 (java) S 11847 11849 11193 0 -1 64 1028 0 0 0 5 0 0 0 16 0 12 0 17732049 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11854] ppid=11847 vsize=1787072 CPUtime=0
/proc/11849/task/11854/stat : 11854 (java) S 11847 11849 11193 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 17732051 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11855] ppid=11847 vsize=1787072 CPUtime=0
/proc/11849/task/11855/stat : 11855 (java) S 11847 11849 11193 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 17732052 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11856] ppid=11847 vsize=1787072 CPUtime=0
/proc/11849/task/11856/stat : 11856 (java) S 11847 11849 11193 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 17732052 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11857] ppid=11847 vsize=1787072 CPUtime=0
/proc/11849/task/11857/stat : 11857 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 17732056 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11858] ppid=11847 vsize=1787072 CPUtime=0.61
/proc/11849/task/11858/stat : 11858 (java) S 11847 11849 11193 0 -1 64 1892 0 0 0 61 0 0 0 15 0 12 0 17732056 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11859] ppid=11847 vsize=1787072 CPUtime=0.51
/proc/11849/task/11859/stat : 11859 (java) S 11847 11849 11193 0 -1 64 2167 0 0 0 50 1 0 0 18 0 12 0 17732056 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11860] ppid=11847 vsize=1787072 CPUtime=0
/proc/11849/task/11860/stat : 11860 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 17732056 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11861] ppid=11847 vsize=1787072 CPUtime=0
/proc/11849/task/11861/stat : 11861 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 17732056 1829961728 41821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1787072

[startup+6.30128 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 11861
/proc/meminfo: memFree=1630224/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1789316 CPUtime=7.38
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 54407 0 1 0 707 31 0 0 18 0 12 0 17732043 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 447329 51164 1310 9 0 444941 0
[pid=11849/tid=11851] ppid=11847 vsize=1789316 CPUtime=5.46
/proc/11849/task/11851/stat : 11851 (java) R 11847 11849 11193 0 -1 64 37680 0 1 0 523 23 0 0 22 0 12 0 17732046 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109527710 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11852] ppid=11847 vsize=1789316 CPUtime=0.38
/proc/11849/task/11852/stat : 11852 (java) S 11847 11849 11193 0 -1 64 5867 0 0 0 35 3 0 0 17 0 12 0 17732049 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11853] ppid=11847 vsize=1789316 CPUtime=0.38
/proc/11849/task/11853/stat : 11853 (java) S 11847 11849 11193 0 -1 64 6070 0 0 0 36 2 0 0 18 0 12 0 17732049 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11854] ppid=11847 vsize=1789316 CPUtime=0
/proc/11849/task/11854/stat : 11854 (java) S 11847 11849 11193 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 17732051 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11855] ppid=11847 vsize=1789316 CPUtime=0
/proc/11849/task/11855/stat : 11855 (java) S 11847 11849 11193 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 17732052 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11856] ppid=11847 vsize=1789316 CPUtime=0
/proc/11849/task/11856/stat : 11856 (java) S 11847 11849 11193 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 17732052 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11857] ppid=11847 vsize=1789316 CPUtime=0
/proc/11849/task/11857/stat : 11857 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 17732056 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11858] ppid=11847 vsize=1789316 CPUtime=0.61
/proc/11849/task/11858/stat : 11858 (java) S 11847 11849 11193 0 -1 64 1892 0 0 0 61 0 0 0 15 0 12 0 17732056 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11859] ppid=11847 vsize=1789316 CPUtime=0.51
/proc/11849/task/11859/stat : 11859 (java) S 11847 11849 11193 0 -1 64 2167 0 0 0 50 1 0 0 18 0 12 0 17732056 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11860] ppid=11847 vsize=1789316 CPUtime=0
/proc/11849/task/11860/stat : 11860 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 17732056 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11861] ppid=11847 vsize=1789316 CPUtime=0
/proc/11849/task/11861/stat : 11861 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 17732056 1832259584 51164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 1789316

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11862
/proc/meminfo: memFree=1583248/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1790920 CPUtime=15.81
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 66906 0 1 0 1542 39 0 0 18 0 13 0 17732043 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 447730 60196 1326 9 0 445342 0
[pid=11849/tid=11851] ppid=11847 vsize=1790920 CPUtime=10.25
/proc/11849/task/11851/stat : 11851 (java) R 11847 11849 11193 0 -1 64 37725 0 1 0 1002 23 0 0 19 0 13 0 17732046 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920072 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11852] ppid=11847 vsize=1790920 CPUtime=1.76
/proc/11849/task/11852/stat : 11852 (java) S 11847 11849 11193 0 -1 64 12395 0 0 0 170 6 0 0 16 0 13 0 17732049 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11853] ppid=11847 vsize=1790920 CPUtime=1.8
/proc/11849/task/11853/stat : 11853 (java) S 11847 11849 11193 0 -1 64 10311 0 0 0 176 4 0 0 16 0 13 0 17732049 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11854] ppid=11847 vsize=1790920 CPUtime=0
/proc/11849/task/11854/stat : 11854 (java) S 11847 11849 11193 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 17732051 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11855] ppid=11847 vsize=1790920 CPUtime=0
/proc/11849/task/11855/stat : 11855 (java) S 11847 11849 11193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17732052 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11856] ppid=11847 vsize=1790920 CPUtime=0
/proc/11849/task/11856/stat : 11856 (java) S 11847 11849 11193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17732052 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11857] ppid=11847 vsize=1790920 CPUtime=0
/proc/11849/task/11857/stat : 11857 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17732056 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11858] ppid=11847 vsize=1790920 CPUtime=1.09
/proc/11849/task/11858/stat : 11858 (java) S 11847 11849 11193 0 -1 64 1933 0 0 0 108 1 0 0 16 0 13 0 17732056 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11859] ppid=11847 vsize=1790920 CPUtime=0.86
/proc/11849/task/11859/stat : 11859 (java) S 11847 11849 11193 0 -1 64 3803 0 0 0 84 2 0 0 16 0 13 0 17732056 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11860] ppid=11847 vsize=1790920 CPUtime=0
/proc/11849/task/11860/stat : 11860 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17732056 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11861] ppid=11847 vsize=1790920 CPUtime=0
/proc/11849/task/11861/stat : 11861 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17732056 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11862] ppid=11847 vsize=1790920 CPUtime=0
/proc/11849/task/11862/stat : 11862 (java) S 11847 11849 11193 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 17733164 1833902080 60196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.81
Current children cumulated vsize (KiB) 1790920

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11862
/proc/meminfo: memFree=1549584/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1790916 CPUtime=28.81
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 76485 0 1 0 2837 44 0 0 18 0 13 0 17732043 1833897984 68659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 447729 68659 1326 9 0 445341 0
[pid=11849/tid=11851] ppid=11847 vsize=1790916 CPUtime=22.81
/proc/11849/task/11851/stat : 11851 (java) R 11847 11849 11193 0 -1 64 37727 0 1 0 2258 23 0 0 25 0 13 0 17732046 1833897984 68659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920078 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11852] ppid=11847 vsize=1790916 CPUtime=1.96
/proc/11849/task/11852/stat : 11852 (java) S 11847 11849 11193 0 -1 64 16772 0 0 0 188 8 0 0 16 0 13 0 17732049 1833897984 68659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11853] ppid=11847 vsize=1790916 CPUtime=1.99
/proc/11849/task/11853/stat : 11853 (java) S 11847 11849 11193 0 -1 64 15508 0 0 0 192 7 0 0 18 0 13 0 17732049 1833897984 68659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11854] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11854/stat : 11854 (java) S 11847 11849 11193 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 17732051 1833897984 68659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11855] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11855/stat : 11855 (java) S 11847 11849 11193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 68659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11856] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11856/stat : 11856 (java) S 11847 11849 11193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 68659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11849/tid=11854] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11854/stat : 11854 (java) S 11847 11849 11193 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 17732051 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11855] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11855/stat : 11855 (java) S 11847 11849 11193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11856] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11856/stat : 11856 (java) S 11847 11849 11193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11857] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11857/stat : 11857 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17732056 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11858] ppid=11847 vsize=1790916 CPUtime=1.11
/proc/11849/task/11858/stat : 11858 (java) S 11847 11849 11193 0 -1 64 1933 0 0 0 110 1 0 0 16 0 13 0 17732056 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11859] ppid=11847 vsize=1790916 CPUtime=0.9
/proc/11849/task/11859/stat : 11859 (java) S 11847 11849 11193 0 -1 64 3806 0 0 0 88 2 0 0 17 0 13 0 17732056 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11860] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11860/stat : 11860 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17732056 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11861] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11861/stat : 11861 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17732056 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11862] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11862/stat : 11862 (java) S 11847 11849 11193 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 17733164 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1607.95
Current children cumulated vsize (KiB) 1790916

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11862
/proc/meminfo: memFree=525072/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1790916 CPUtime=1667.94
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 374586 0 1 0 166586 208 0 0 18 0 13 0 17732043 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 447729 324083 1326 9 0 445341 0
[pid=11849/tid=11851] ppid=11847 vsize=1790916 CPUtime=1656.32
/proc/11849/task/11851/stat : 11851 (java) R 11847 11849 11193 0 -1 64 37744 0 1 0 165605 27 0 0 25 0 13 0 17732046 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920078 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11852] ppid=11847 vsize=1790916 CPUtime=4.74
/proc/11849/task/11852/stat : 11852 (java) S 11847 11849 11193 0 -1 64 158959 0 0 0 389 85 0 0 16 0 13 0 17732049 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11853] ppid=11847 vsize=1790916 CPUtime=4.8
/proc/11849/task/11853/stat : 11853 (java) S 11847 11849 11193 0 -1 64 171405 0 0 0 389 91 0 0 18 0 13 0 17732049 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11854] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11854/stat : 11854 (java) S 11847 11849 11193 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 17732051 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11855] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11855/stat : 11855 (java) S 11847 11849 11193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11856] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11856/stat : 11856 (java) S 11847 11849 11193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11857] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11857/stat : 11857 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17732056 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11858] ppid=11847 vsize=1790916 CPUtime=1.11
/proc/11849/task/11858/stat : 11858 (java) S 11847 11849 11193 0 -1 64 1933 0 0 0 110 1 0 0 16 0 13 0 17732056 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11859] ppid=11847 vsize=1790916 CPUtime=0.9
/proc/11849/task/11859/stat : 11859 (java) S 11847 11849 11193 0 -1 64 3806 0 0 0 88 2 0 0 17 0 13 0 17732056 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11860] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11860/stat : 11860 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17732056 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11861] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11861/stat : 11861 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17732056 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11862] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11862/stat : 11862 (java) S 11847 11849 11193 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 17733164 1833897984 324083 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.94
Current children cumulated vsize (KiB) 1790916

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11862
/proc/meminfo: memFree=469904/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1790916 CPUtime=1728.07
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 390367 0 1 0 172591 216 0 0 18 0 13 0 17732043 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 447729 337837 1326 9 0 445341 0
[pid=11849/tid=11851] ppid=11847 vsize=1790916 CPUtime=1716.15
/proc/11849/task/11851/stat : 11851 (java) R 11847 11849 11193 0 -1 64 37745 0 1 0 171588 27 0 0 25 0 13 0 17732046 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920137 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11852] ppid=11847 vsize=1790916 CPUtime=4.9
/proc/11849/task/11852/stat : 11852 (java) S 11847 11849 11193 0 -1 64 167152 0 0 0 400 90 0 0 17 0 13 0 17732049 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11853] ppid=11847 vsize=1790916 CPUtime=4.95
/proc/11849/task/11853/stat : 11853 (java) S 11847 11849 11193 0 -1 64 178992 0 0 0 401 94 0 0 18 0 13 0 17732049 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11854] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11854/stat : 11854 (java) S 11847 11849 11193 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 17732051 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11855] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11855/stat : 11855 (java) S 11847 11849 11193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11856] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11856/stat : 11856 (java) S 11847 11849 11193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11857] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11857/stat : 11857 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11858] ppid=11847 vsize=1790916 CPUtime=1.11
/proc/11849/task/11858/stat : 11858 (java) S 11847 11849 11193 0 -1 64 1933 0 0 0 110 1 0 0 16 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11859] ppid=11847 vsize=1790916 CPUtime=0.9
/proc/11849/task/11859/stat : 11859 (java) S 11847 11849 11193 0 -1 64 3806 0 0 0 88 2 0 0 17 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11860] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11860/stat : 11860 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11861] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11861/stat : 11861 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11862] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11862/stat : 11862 (java) S 11847 11849 11193 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 17733164 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1728.07
Current children cumulated vsize (KiB) 1790916

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11862
/proc/meminfo: memFree=469904/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1790916 CPUtime=1788.05
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 390367 0 1 0 178589 216 0 0 18 0 13 0 17732043 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 447729 337837 1326 9 0 445341 0
[pid=11849/tid=11851] ppid=11847 vsize=1790916 CPUtime=1776.13
/proc/11849/task/11851/stat : 11851 (java) R 11847 11849 11193 0 -1 64 37745 0 1 0 177586 27 0 0 25 0 13 0 17732046 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109931185 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11852] ppid=11847 vsize=1790916 CPUtime=4.9
/proc/11849/task/11852/stat : 11852 (java) S 11847 11849 11193 0 -1 64 167152 0 0 0 400 90 0 0 17 0 13 0 17732049 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11853] ppid=11847 vsize=1790916 CPUtime=4.95
/proc/11849/task/11853/stat : 11853 (java) S 11847 11849 11193 0 -1 64 178992 0 0 0 401 94 0 0 18 0 13 0 17732049 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11854] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11854/stat : 11854 (java) S 11847 11849 11193 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 17732051 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11855] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11855/stat : 11855 (java) S 11847 11849 11193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11856] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11856/stat : 11856 (java) S 11847 11849 11193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11857] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11857/stat : 11857 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11858] ppid=11847 vsize=1790916 CPUtime=1.11
/proc/11849/task/11858/stat : 11858 (java) S 11847 11849 11193 0 -1 64 1933 0 0 0 110 1 0 0 16 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11859] ppid=11847 vsize=1790916 CPUtime=0.9
/proc/11849/task/11859/stat : 11859 (java) S 11847 11849 11193 0 -1 64 3806 0 0 0 88 2 0 0 17 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11860] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11860/stat : 11860 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11861] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11861/stat : 11861 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11862] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11862/stat : 11862 (java) S 11847 11849 11193 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 17733164 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1788.05
Current children cumulated vsize (KiB) 1790916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11862
/proc/meminfo: memFree=469904/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=1790916 CPUtime=1800.05
/proc/11849/stat : 11849 (java) S 11847 11849 11193 0 -1 0 390367 0 1 0 179789 216 0 0 18 0 13 0 17732043 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11849/statm: 447729 337837 1326 9 0 445341 0
[pid=11849/tid=11851] ppid=11847 vsize=1790916 CPUtime=1788.13
/proc/11849/task/11851/stat : 11851 (java) R 11847 11849 11193 0 -1 64 37745 0 1 0 178786 27 0 0 25 0 13 0 17732046 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109931185 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11852] ppid=11847 vsize=1790916 CPUtime=4.9
/proc/11849/task/11852/stat : 11852 (java) S 11847 11849 11193 0 -1 64 167152 0 0 0 400 90 0 0 17 0 13 0 17732049 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11853] ppid=11847 vsize=1790916 CPUtime=4.95
/proc/11849/task/11853/stat : 11853 (java) S 11847 11849 11193 0 -1 64 178992 0 0 0 401 94 0 0 18 0 13 0 17732049 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11854] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11854/stat : 11854 (java) S 11847 11849 11193 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 17732051 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11855] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11855/stat : 11855 (java) S 11847 11849 11193 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11856] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11856/stat : 11856 (java) S 11847 11849 11193 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17732052 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11857] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11857/stat : 11857 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11858] ppid=11847 vsize=1790916 CPUtime=1.11
/proc/11849/task/11858/stat : 11858 (java) S 11847 11849 11193 0 -1 64 1933 0 0 0 110 1 0 0 16 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11859] ppid=11847 vsize=1790916 CPUtime=0.9
/proc/11849/task/11859/stat : 11859 (java) S 11847 11849 11193 0 -1 64 3806 0 0 0 88 2 0 0 17 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11849/tid=11860] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11860/stat : 11860 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11861] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11861/stat : 11861 (java) S 11847 11849 11193 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17732056 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11849/tid=11862] ppid=11847 vsize=1790916 CPUtime=0
/proc/11849/task/11862/stat : 11862 (java) S 11847 11849 11193 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 17733164 1833897984 337837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1790916

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

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

[startup+1794.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11862
/proc/meminfo: memFree=469904/2055920 swapFree=4184904/4192956
[pid=11849] ppid=11847 vsize=0 CPUtime=1800.25
/proc/11849/stat : 11849 (java) Z 11847 11849 11193 0 -1 1036 390387 0 1 0 179792 233 0 0 16 0 2 0 17732043 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11849/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.54
CPU time (s): 1800.29
CPU user time (s): 1797.93
CPU system time (s): 2.36264
CPU usage (%): 100.321
Max. virtual memory (cumulated for all children) (KiB): 1790920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.93
system time used= 2.36264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390387
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= 37167
involuntary context switches= 4611

runsolver used 2.00669 second user time and 4.54931 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Sun Apr 15 09:21:09 UTC 2007

IDJOB= 352314
IDBENCH= 1966
IDSOLVER= 159
FILE ID= node51/352314-1176628869

PBS_JOBID= 4557070

Free space on /tmp= 66545 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352314-1176628869/sat4jPseudoResolution.jar /tmp/evaluation/352314-1176628869/instance-352314-1176628869.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-352314-1176628869 -o ROOT/results/node51/solver-352314-1176628869 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352314-1176628869/sat4jPseudoResolution.jar /tmp/evaluation/352314-1176628869/instance-352314-1176628869.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  751aa23355f7a016eeb9009a33a863ac

RANDOM SEED= 254373299

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node51.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.223
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.223
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:       1821000 kB
Buffers:          6368 kB
Cached:         151828 kB
SwapCached:       2964 kB
Active:          44796 kB
Inactive:       123992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821000 kB
SwapTotal:     4192956 kB
SwapFree:      4184904 kB
Dirty:           20416 kB
Writeback:           0 kB
Mapped:          16244 kB
Slab:            52308 kB
Committed_AS:  1528284 kB
PageTables:       1408 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= 66545 MiB

End job on node51 on Sun Apr 15 09:51:06 UTC 2007