Trace number 354396

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-mod011.opb
MD5SUM7946286f4c1a7ac44cf771db2f48f590
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables309773
Total number of constraints5980
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints5964
Minimum length of a constraint6
Maximum length of a constraint24690
Number of terms in the objective function 212680
Biggest coefficient in the objective function 38252041742581760
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 82366741301042726133
Number of bits of the sum of numbers in the objective function 67
Biggest number in a constraint 38252041742581760
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 82366741301042726133
Number of bits of the biggest sum of numbers67
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.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.25	c no version file found!!!
0.08/0.25	c sun.arch.data.model	32
0.08/0.25	c java.version	1.6.0
0.08/0.25	c os.name	Linux
0.08/0.25	c os.version	2.6.9-22.EL.rootsmp
0.08/0.25	c os.arch	i386
0.08/0.25	c Free memory 1651659224
0.08/0.25	c Max memory 1654456320
0.08/0.25	c Total memory 1654456320
0.08/0.25	c Number of processors 2
0.20/0.31	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.31	--- Begin Solver configuration ---
0.20/0.31	c Stops conflict analysis at the first Unique Implication Point
0.20/0.31	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.31	c Learn all clauses as in MiniSAT
0.20/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.31	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.31	c No reason simplification
0.20/0.31	c --- End Solver configuration ---
0.20/0.31	c Simplify asserted PB constraints to clauses
0.20/0.31	c solving /tmp/evaluation/354396-1176707500/instance-354396-1176707500.opb
0.20/0.31	c reading problem ... 
12.28/9.36	c ... done. Wall clock time 9.052s.
12.28/9.36	c CPU time (experimental) 6.86s.
12.28/9.36	c #vars     309773
12.28/9.36	c #constraints  10347
1800.01/1772.62	c starts		: 2
1800.01/1772.62	c conflicts		: 675
1800.01/1772.62	c decisions		: 27894
1800.01/1772.62	c propagations		: 1303189
1800.01/1772.62	c inspects		: 2973000
1800.01/1772.62	c learnt literals	: 0
1800.01/1772.62	c learnt binary clauses	: 0
1800.01/1772.62	c learnt ternary clauses	: 0
1800.01/1772.62	c learnt clauses	: 674
1800.01/1772.62	c root simplifications	: 0
1800.01/1772.62	c removed literals (reason simplification)	: 0
1800.01/1772.62	c reason swapping (by a shorter reason)	: 0
1800.01/1772.62	c Calls to reduceDB	: 0
1800.01/1772.62	c speed (decisions/second)	: 15.827783905979762
1800.01/1772.62	c non guided choices	0
1800.01/1772.62	s UNKNOWN
1800.01/1772.62	c Total wall clock time (ms): 1772.314

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/node59/watcher-354396-1176707500 -o ROOT/results/node59/solver-354396-1176707500 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354396-1176707500/sat4jPseudoCPClause.jar /tmp/evaluation/354396-1176707500/instance-354396-1176707500.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 0.97 0.98 2/64 18518
/proc/meminfo: memFree=1919616/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=18568 CPUtime=0
/proc/18518/stat : 18518 (runsolver) R 18516 18518 18410 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 118659631 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18518/statm: 4642 292 257 24 0 2626 0

[startup+0.0539159 s]
/proc/loadavg: 0.78 0.97 0.98 2/64 18518
/proc/meminfo: memFree=1919616/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=12580 CPUtime=0
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 821 0 0 0 0 0 0 0 19 0 2 0 118659631 12881920 585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 3145 585 270 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12580

[startup+0.101943 s]
/proc/loadavg: 0.78 0.97 0.98 2/64 18518
/proc/meminfo: memFree=1919616/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1772952 CPUtime=0.01
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 1778 0 1 0 0 1 0 0 19 0 2 0 118659631 1815502848 1527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 443238 1527 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.301965 s]
/proc/loadavg: 0.78 0.97 0.98 2/64 18518
/proc/meminfo: memFree=1919616/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1782048 CPUtime=0.2
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 4836 0 1 0 17 3 0 0 19 0 12 0 118659631 1824817152 4574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 445512 4574 1244 9 0 443123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1782048

[startup+0.701041 s]
/proc/loadavg: 0.78 0.97 0.98 2/64 18518
/proc/meminfo: memFree=1919616/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1783392 CPUtime=0.76
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 9579 0 1 0 71 5 0 0 19 0 12 0 118659631 1826193408 9065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 445848 9065 1297 9 0 443459 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1783392

[startup+1.50219 s]
/proc/loadavg: 0.78 0.97 0.98 2/76 18530
/proc/meminfo: memFree=1868384/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1783392 CPUtime=1.57
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 22249 0 1 0 147 10 0 0 19 0 12 0 118659631 1826193408 21735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 445848 21735 1297 9 0 443459 0
[pid=18518/tid=18520] ppid=18516 vsize=1783392 CPUtime=1.25
/proc/18518/task/18520/stat : 18520 (java) R 18516 18518 18410 0 -1 64 20557 0 1 0 116 9 0 0 25 0 12 0 118659634 1826193408 21736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109527105 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18516 vsize=1783392 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18516 18518 18410 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 118659642 1826193408 21736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18522] ppid=18516 vsize=1783392 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 118659642 1826193408 21737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18523] ppid=18516 vsize=1783392 CPUtime=0
/proc/18518/task/18523/stat : 18523 (java) S 18516 18518 18410 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118659644 1826193408 21738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18516 vsize=1783392 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18516 18518 18410 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 118659645 1826193408 21738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18516 vsize=1783392 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18516 18518 18410 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 118659645 1826193408 21739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18516 vsize=1783392 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 118659651 1826193408 21740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18527] ppid=18516 vsize=1783392 CPUtime=0.14
/proc/18518/task/18527/stat : 18527 (java) S 18516 18518 18410 0 -1 64 603 0 0 0 14 0 0 0 16 0 12 0 118659651 1826193408 21740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18528] ppid=18516 vsize=1783392 CPUtime=0.16
/proc/18518/task/18528/stat : 18528 (java) S 18516 18518 18410 0 -1 64 367 0 0 0 16 0 0 0 16 0 12 0 118659651 1826193408 21741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18529] ppid=18516 vsize=1783392 CPUtime=0
/proc/18518/task/18529/stat : 18529 (java) S 18516 18518 18410 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 118659651 1826193408 21741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18530] ppid=18516 vsize=1783392 CPUtime=0
/proc/18518/task/18530/stat : 18530 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118659651 1826193408 21742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1783392

[startup+3.1015 s]
/proc/loadavg: 0.80 0.97 0.98 2/76 18530
/proc/meminfo: memFree=1797536/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1794992 CPUtime=3.83
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 52297 0 1 0 358 25 0 0 19 0 12 0 118659631 1838071808 47958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 448748 47960 1315 9 0 446359 0
[pid=18518/tid=18520] ppid=18516 vsize=1794992 CPUtime=2.3
/proc/18518/task/18520/stat : 18520 (java) S 18516 18518 18410 0 -1 64 37662 0 1 0 212 18 0 0 24 0 12 0 118659634 1838071808 47961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18516 vsize=1794992 CPUtime=0.1
/proc/18518/task/18521/stat : 18521 (java) R 18516 18518 18410 0 -1 64 2281 0 0 0 10 0 0 0 17 0 12 0 118659642 1838071808 47962 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18522] ppid=18516 vsize=1794992 CPUtime=0.11
/proc/18518/task/18522/stat : 18522 (java) R 18516 18518 18410 0 -1 64 4911 0 0 0 9 2 0 0 17 0 12 0 118659642 1838071808 47964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105701423 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18523] ppid=18516 vsize=1794992 CPUtime=0
/proc/18518/task/18523/stat : 18523 (java) S 18516 18518 18410 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 118659644 1838071808 47965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18524] ppid=18516 vsize=1794992 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18516 18518 18410 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 118659645 1838071808 47966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18516 vsize=1794992 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18516 18518 18410 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 118659645 1838071808 47968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18516 vsize=1794992 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 118659651 1838071808 47969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18527] ppid=18516 vsize=1794992 CPUtime=0.57
/proc/18518/task/18527/stat : 18527 (java) S 18516 18518 18410 0 -1 64 2869 0 0 0 56 1 0 0 18 0 12 0 118659651 1838071808 47970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18528] ppid=18516 vsize=1794992 CPUtime=0.7
/proc/18518/task/18528/stat : 18528 (java) R 18516 18518 18410 0 -1 64 3858 0 0 0 69 1 0 0 18 0 12 0 118659651 1838071808 47971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18529] ppid=18516 vsize=1794992 CPUtime=0
/proc/18518/task/18529/stat : 18529 (java) S 18516 18518 18410 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 118659651 1838071808 47973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18530] ppid=18516 vsize=1794992 CPUtime=0
/proc/18518/task/18530/stat : 18530 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118659651 1838071808 47974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1794992

[startup+6.3021 s]
/proc/loadavg: 0.80 0.97 0.98 2/76 18530
/proc/meminfo: memFree=1673704/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1793800 CPUtime=8.22
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 78575 0 1 0 781 41 0 0 19 0 12 0 118659631 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 448450 68618 1320 9 0 446061 0
[pid=18518/tid=18520] ppid=18516 vsize=1793800 CPUtime=4.78
/proc/18518/task/18520/stat : 18520 (java) R 18516 18518 18410 0 -1 64 37680 0 1 0 459 19 0 0 21 0 12 0 118659634 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18516 vsize=1793800 CPUtime=0.72
/proc/18518/task/18521/stat : 18521 (java) S 18516 18518 18410 0 -1 64 13841 0 0 0 65 7 0 0 16 0 12 0 118659642 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18522] ppid=18516 vsize=1793800 CPUtime=0.7
/proc/18518/task/18522/stat : 18522 (java) S 18516 18518 18410 0 -1 64 16399 0 0 0 63 7 0 0 16 0 12 0 118659642 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18523] ppid=18516 vsize=1793800 CPUtime=0
/proc/18518/task/18523/stat : 18523 (java) S 18516 18518 18410 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 118659644 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18516 vsize=1793800 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18516 18518 18410 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118659645 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18516 vsize=1793800 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18516 18518 18410 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118659645 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18516 vsize=1793800 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 118659651 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18527] ppid=18516 vsize=1793800 CPUtime=0.67
/proc/18518/task/18527/stat : 18527 (java) S 18516 18518 18410 0 -1 64 2894 0 0 0 66 1 0 0 15 0 12 0 118659651 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18528] ppid=18516 vsize=1793800 CPUtime=1.3
/proc/18518/task/18528/stat : 18528 (java) S 18516 18518 18410 0 -1 64 7034 0 0 0 127 3 0 0 16 0 12 0 118659651 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18529] ppid=18516 vsize=1793800 CPUtime=0
/proc/18518/task/18529/stat : 18529 (java) S 18516 18518 18410 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 118659651 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18530] ppid=18516 vsize=1793800 CPUtime=0
/proc/18518/task/18530/stat : 18530 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118659651 1836851200 68618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 1793800

[startup+12.7013 s]
/proc/loadavg: 0.83 0.97 0.98 3/77 18531
/proc/meminfo: memFree=1578280/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1795832 CPUtime=17.03
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 109097 0 1 0 1648 55 0 0 19 0 13 0 118659631 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 448958 91687 1334 9 0 446569 0
[pid=18518/tid=18520] ppid=18516 vsize=1795832 CPUtime=9.4
/proc/18518/task/18520/stat : 18520 (java) R 18516 18518 18410 0 -1 64 37731 0 1 0 921 19 0 0 18 0 13 0 118659634 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109607892 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18521] ppid=18516 vsize=1795832 CPUtime=2.15
/proc/18518/task/18521/stat : 18521 (java) S 18516 18518 18410 0 -1 64 29002 0 0 0 201 14 0 0 16 0 13 0 118659642 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18522] ppid=18516 vsize=1795832 CPUtime=2.12
/proc/18518/task/18522/stat : 18522 (java) S 18516 18518 18410 0 -1 64 29114 0 0 0 198 14 0 0 16 0 13 0 118659642 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18523] ppid=18516 vsize=1795832 CPUtime=0
/proc/18518/task/18523/stat : 18523 (java) S 18516 18518 18410 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118659644 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18516 vsize=1795832 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18516 18518 18410 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118659645 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18516 vsize=1795832 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18516 18518 18410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118659645 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18516 vsize=1795832 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 118659651 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18527] ppid=18516 vsize=1795832 CPUtime=1.27
/proc/18518/task/18527/stat : 18527 (java) S 18516 18518 18410 0 -1 64 2933 0 0 0 126 1 0 0 16 0 13 0 118659651 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18528] ppid=18516 vsize=1795832 CPUtime=2.04
/proc/18518/task/18528/stat : 18528 (java) S 18516 18518 18410 0 -1 64 9585 0 0 0 200 4 0 0 16 0 13 0 118659651 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18529] ppid=18516 vsize=1795832 CPUtime=0
/proc/18518/task/18529/stat : 18529 (java) S 18516 18518 18410 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 118659651 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18530] ppid=18516 vsize=1795832 CPUtime=0
/proc/18518/task/18530/stat : 18530 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118659651 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18531] ppid=18516 vsize=1795832 CPUtime=0
/proc/18518/task/18531/stat : 18531 (java) S 18516 18518 18410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118660703 1838931968 91687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.03
Current children cumulated vsize (KiB) 1795832

[startup+25.5028 s]
/proc/loadavg: 0.85 0.97 0.98 2/77 18531
/proc/meminfo: memFree=1553640/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1795132 CPUtime=30.33
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 112051 0 1 0 2974 59 0 0 19 0 13 0 118659631 1838215168 92374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 448783 92374 1334 9 0 446394 0
[pid=18518/tid=18520] ppid=18516 vsize=1795132 CPUtime=21.81
/proc/18518/task/18520/stat : 18520 (java) R 18516 18518 18410 0 -1 64 37750 0 1 0 2161 20 0 0 24 0 13 0 118659634 1838215168 92374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110016855 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18516 vsize=1795132 CPUtime=2.42
/proc/18518/task/18521/stat : 18521 (java) S 18516 18518 18410 0 -1 64 30906 0 0 0 227 15 0 0 16 0 13 0 118659642 1838215168 92374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18522] ppid=18516 vsize=1795132 CPUtime=2.37
/proc/18518/task/18522/stat : 18522 (java) S 18516 18518 18410 0 -1 64 30131 0 0 0 221 16 0 0 16 0 13 0 118659642 1838215168 92374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18523] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18523/stat : 18523 (java) S 18516 18518 18410 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 118659644 1838215168 92374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18516 18518 18410 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 92374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18516 18518 18410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 92374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18518/tid=18523] ppid=18516 vsize=1795132 CPUtime=0.39
/proc/18518/task/18523/stat : 18523 (java) S 18516 18518 18410 0 -1 64 36 0 0 0 25 14 0 0 15 0 13 0 118659644 1838215168 199942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18516 18518 18410 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 199942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18516 18518 18410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 199942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 118659651 1838215168 199942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18527] ppid=18516 vsize=1795132 CPUtime=1.62
/proc/18518/task/18527/stat : 18527 (java) S 18516 18518 18410 0 -1 64 2950 0 0 0 161 1 0 0 17 0 13 0 118659651 1838215168 199942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18528] ppid=18516 vsize=1795132 CPUtime=2.44
/proc/18518/task/18528/stat : 18528 (java) S 18516 18518 18410 0 -1 64 9631 0 0 0 240 4 0 0 17 0 13 0 118659651 1838215168 199942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18529] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18529/stat : 18529 (java) S 18516 18518 18410 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 118659651 1838215168 199942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18530] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18530/stat : 18530 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118659651 1838215168 199942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18531] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18531/stat : 18531 (java) S 18516 18518 18410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118660703 1838215168 199942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.94
Current children cumulated vsize (KiB) 1795132

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 18531
/proc/meminfo: memFree=1107560/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1795132 CPUtime=1626.9
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 237044 0 1 0 162452 238 0 0 19 0 13 0 118659631 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 448783 203653 1334 9 0 446394 0
[pid=18518/tid=18520] ppid=18516 vsize=1795132 CPUtime=1565.8
/proc/18518/task/18520/stat : 18520 (java) R 18516 18518 18410 0 -1 64 41030 0 1 0 156552 28 0 0 25 0 13 0 118659634 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110229861 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18521] ppid=18516 vsize=1795132 CPUtime=28.61
/proc/18518/task/18521/stat : 18521 (java) S 18516 18518 18410 0 -1 64 87710 0 0 0 2779 82 0 0 16 0 13 0 118659642 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18522] ppid=18516 vsize=1795132 CPUtime=27.94
/proc/18518/task/18522/stat : 18522 (java) S 18516 18518 18410 0 -1 64 94962 0 0 0 2691 103 0 0 16 0 13 0 118659642 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18523] ppid=18516 vsize=1795132 CPUtime=0.41
/proc/18518/task/18523/stat : 18523 (java) S 18516 18518 18410 0 -1 64 36 0 0 0 26 15 0 0 16 0 13 0 118659644 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18524] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18516 18518 18410 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18516 18518 18410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 118659651 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18527] ppid=18516 vsize=1795132 CPUtime=1.62
/proc/18518/task/18527/stat : 18527 (java) S 18516 18518 18410 0 -1 64 2950 0 0 0 161 1 0 0 17 0 13 0 118659651 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18528] ppid=18516 vsize=1795132 CPUtime=2.44
/proc/18518/task/18528/stat : 18528 (java) S 18516 18518 18410 0 -1 64 9631 0 0 0 240 4 0 0 17 0 13 0 118659651 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18529] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18529/stat : 18529 (java) S 18516 18518 18410 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 118659651 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18530] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18530/stat : 18530 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118659651 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18531] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18531/stat : 18531 (java) S 18516 18518 18410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118660703 1838215168 203653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.9
Current children cumulated vsize (KiB) 1795132

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18533
/proc/meminfo: memFree=1089640/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1795132 CPUtime=1687.9
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 241766 0 1 0 168546 244 0 0 19 0 13 0 118659631 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 448783 208027 1334 9 0 446394 0
[pid=18518/tid=18520] ppid=18516 vsize=1795132 CPUtime=1624.34
/proc/18518/task/18520/stat : 18520 (java) R 18516 18518 18410 0 -1 64 41124 0 1 0 162405 29 0 0 20 0 13 0 118659634 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110229797 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18521] ppid=18516 vsize=1795132 CPUtime=29.86
/proc/18518/task/18521/stat : 18521 (java) S 18516 18518 18410 0 -1 64 89983 0 0 0 2902 84 0 0 15 0 13 0 118659642 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18522] ppid=18516 vsize=1795132 CPUtime=29.14
/proc/18518/task/18522/stat : 18522 (java) S 18516 18518 18410 0 -1 64 97317 0 0 0 2808 106 0 0 16 0 13 0 118659642 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18523] ppid=18516 vsize=1795132 CPUtime=0.43
/proc/18518/task/18523/stat : 18523 (java) S 18516 18518 18410 0 -1 64 36 0 0 0 27 16 0 0 15 0 13 0 118659644 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18516 18518 18410 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18516 18518 18410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 118659651 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18527] ppid=18516 vsize=1795132 CPUtime=1.62
/proc/18518/task/18527/stat : 18527 (java) S 18516 18518 18410 0 -1 64 2950 0 0 0 161 1 0 0 17 0 13 0 118659651 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18528] ppid=18516 vsize=1795132 CPUtime=2.44
/proc/18518/task/18528/stat : 18528 (java) S 18516 18518 18410 0 -1 64 9631 0 0 0 240 4 0 0 17 0 13 0 118659651 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18529] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18529/stat : 18529 (java) S 18516 18518 18410 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 118659651 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18530] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18530/stat : 18530 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118659651 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18531] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18531/stat : 18531 (java) S 18516 18518 18410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118660703 1838215168 208027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.9
Current children cumulated vsize (KiB) 1795132

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18533
/proc/meminfo: memFree=1070120/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1795132 CPUtime=1748.91
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 247174 0 1 0 174639 252 0 0 19 0 13 0 118659631 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 448783 212890 1334 9 0 446394 0
[pid=18518/tid=18520] ppid=18516 vsize=1795132 CPUtime=1682.78
/proc/18518/task/18520/stat : 18520 (java) R 18516 18518 18410 0 -1 64 41224 0 1 0 168249 29 0 0 25 0 13 0 118659634 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109597829 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18521] ppid=18516 vsize=1795132 CPUtime=31.14
/proc/18518/task/18521/stat : 18521 (java) S 18516 18518 18410 0 -1 64 92745 0 0 0 3027 87 0 0 16 0 13 0 118659642 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18522] ppid=18516 vsize=1795132 CPUtime=30.4
/proc/18518/task/18522/stat : 18522 (java) S 18516 18518 18410 0 -1 64 99863 0 0 0 2931 109 0 0 16 0 13 0 118659642 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18523] ppid=18516 vsize=1795132 CPUtime=0.45
/proc/18518/task/18523/stat : 18523 (java) S 18516 18518 18410 0 -1 64 36 0 0 0 28 17 0 0 16 0 13 0 118659644 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18516 18518 18410 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18516 18518 18410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 118659651 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18527] ppid=18516 vsize=1795132 CPUtime=1.62
/proc/18518/task/18527/stat : 18527 (java) S 18516 18518 18410 0 -1 64 2950 0 0 0 161 1 0 0 17 0 13 0 118659651 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18528] ppid=18516 vsize=1795132 CPUtime=2.44
/proc/18518/task/18528/stat : 18528 (java) S 18516 18518 18410 0 -1 64 9631 0 0 0 240 4 0 0 17 0 13 0 118659651 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18529] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18529/stat : 18529 (java) S 18516 18518 18410 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 118659651 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18530] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18530/stat : 18530 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118659651 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18531] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18531/stat : 18531 (java) S 18516 18518 18410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118660703 1838215168 212890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.91
Current children cumulated vsize (KiB) 1795132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18533
/proc/meminfo: memFree=1055144/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=1795132 CPUtime=1800.01
/proc/18518/stat : 18518 (java) S 18516 18518 18410 0 -1 0 251338 0 1 0 179745 256 0 0 19 0 13 0 118659631 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 448783 216602 1334 9 0 446394 0
[pid=18518/tid=18520] ppid=18516 vsize=1795132 CPUtime=1731.82
/proc/18518/task/18520/stat : 18520 (java) R 18516 18518 18410 0 -1 64 41306 0 1 0 173153 29 0 0 25 0 13 0 118659634 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110230828 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18521] ppid=18516 vsize=1795132 CPUtime=32.14
/proc/18518/task/18521/stat : 18521 (java) S 18516 18518 18410 0 -1 64 95020 0 0 0 3124 90 0 0 16 0 13 0 118659642 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18522] ppid=18516 vsize=1795132 CPUtime=31.44
/proc/18518/task/18522/stat : 18522 (java) S 18516 18518 18410 0 -1 64 101670 0 0 0 3034 110 0 0 16 0 13 0 118659642 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18523] ppid=18516 vsize=1795132 CPUtime=0.48
/proc/18518/task/18523/stat : 18523 (java) S 18516 18518 18410 0 -1 64 36 0 0 0 30 18 0 0 16 0 13 0 118659644 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18524] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18516 18518 18410 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18525] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18516 18518 18410 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118659645 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18526] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18526/stat : 18526 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 118659651 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18527] ppid=18516 vsize=1795132 CPUtime=1.62
/proc/18518/task/18527/stat : 18527 (java) S 18516 18518 18410 0 -1 64 2950 0 0 0 161 1 0 0 17 0 13 0 118659651 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18528] ppid=18516 vsize=1795132 CPUtime=2.44
/proc/18518/task/18528/stat : 18528 (java) S 18516 18518 18410 0 -1 64 9631 0 0 0 240 4 0 0 17 0 13 0 118659651 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18529] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18529/stat : 18529 (java) S 18516 18518 18410 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 118659651 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18518/tid=18530] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18530/stat : 18530 (java) S 18516 18518 18410 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118659651 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18531] ppid=18516 vsize=1795132 CPUtime=0
/proc/18518/task/18531/stat : 18531 (java) S 18516 18518 18410 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 118660703 1838215168 216602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1795132

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

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

[startup+1772.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18533
/proc/meminfo: memFree=1055144/2055920 swapFree=4184740/4192956
[pid=18518] ppid=18516 vsize=0 CPUtime=1800.22
/proc/18518/stat : 18518 (java) Z 18516 18518 18410 0 -1 1036 251359 0 1 0 179752 270 0 0 16 0 2 0 118659631 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.81
CPU time (s): 1800.23
CPU user time (s): 1797.53
CPU system time (s): 2.70359
CPU usage (%): 101.547
Max. virtual memory (cumulated for all children) (KiB): 1796348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.53
system time used= 2.70359
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251359
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= 66365
involuntary context switches= 31611

runsolver used 2.08468 second user time and 4.96024 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Apr 16 07:11:40 UTC 2007

IDJOB= 354396
IDBENCH= 2509
IDSOLVER= 164
FILE ID= node59/354396-1176707500

PBS_JOBID= 4560089

Free space on /tmp= 66353 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mod011.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354396-1176707500/sat4jPseudoCPClause.jar /tmp/evaluation/354396-1176707500/instance-354396-1176707500.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-354396-1176707500 -o ROOT/results/node59/solver-354396-1176707500 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354396-1176707500/sat4jPseudoCPClause.jar /tmp/evaluation/354396-1176707500/instance-354396-1176707500.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7946286f4c1a7ac44cf771db2f48f590

RANDOM SEED= 728186319

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1920088 kB
Buffers:          1764 kB
Cached:          74412 kB
SwapCached:       2160 kB
Active:          63648 kB
Inactive:        21904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920088 kB
SwapTotal:     4192956 kB
SwapFree:      4184740 kB
Dirty:           18172 kB
Writeback:           0 kB
Mapped:          16488 kB
Slab:            36336 kB
Committed_AS:  1542900 kB
PageTables:       1472 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= 66353 MiB

End job on node59 on Mon Apr 16 07:41:15 UTC 2007