Trace number 349232

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.32 1773.15

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
MD5SUMd6efb238990ec55ca510b102fead8acf
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1466812
Total number of constraints24336
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 3531010623397850041104
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
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.11/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.46	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.46	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.47	c no version file found!!!
0.11/0.47	c sun.arch.data.model	32
0.11/0.47	c java.version	1.6.0
0.11/0.47	c os.name	Linux
0.11/0.47	c os.version	2.6.9-22.EL.rootsmp
0.11/0.47	c os.arch	i386
0.11/0.47	c Free memory 1651659224
0.11/0.47	c Max memory 1654456320
0.11/0.47	c Total memory 1654456320
0.11/0.47	c Number of processors 2
0.20/0.53	--- Begin Solver configuration ---
0.20/0.53	c Stops conflict analysis at the first Unique Implication Point
0.20/0.53	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.53	c Learn all clauses as in MiniSAT
0.20/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.53	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.53	c No reason simplification
0.20/0.53	c --- End Solver configuration ---
0.20/0.53	c solving /tmp/evaluation/349232-1176686689/instance-349232-1176686689.opb
0.20/0.53	c reading problem ... 
55.93/43.33	c ... done. Wall clock time 42.802s.
55.93/43.33	c CPU time (experimental) 30.65s.
55.93/43.33	c #vars     1466812
55.93/43.33	c #constraints  48620
1800.07/1772.91	c starts		: 21
1800.07/1772.91	c conflicts		: 683101
1800.07/1772.91	c decisions		: 4304473
1800.07/1772.91	c propagations		: 35485326
1800.07/1772.91	c inspects		: 448048436
1800.07/1772.91	c learnt literals	: 69
1800.07/1772.91	c learnt binary clauses	: 30
1800.07/1772.91	c learnt ternary clauses	: 51
1800.07/1772.91	c learnt clauses	: 683032
1800.07/1772.91	c root simplifications	: 0
1800.07/1772.91	c removed literals (reason simplification)	: 0
1800.07/1772.91	c reason swapping (by a shorter reason)	: 0
1800.07/1772.91	c Calls to reduceDB	: 0
1800.07/1772.91	c speed (decisions/second)	: 2491.536421403095
1800.07/1772.91	c non guided choices	1455250
1800.07/1772.91	s UNKNOWN
1800.07/1772.91	c Total wall clock time (ms): 1772.384

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/node75/watcher-349232-1176686689 -o ROOT/results/node75/solver-349232-1176686689 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349232-1176686689/sat4jPseudoResolution.jar /tmp/evaluation/349232-1176686689/instance-349232-1176686689.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.91 0.95 0.98 2/64 20101
/proc/meminfo: memFree=1743880/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=18568 CPUtime=0
/proc/20101/stat : 20101 (runsolver) D 20099 20101 18969 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 116582887 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/20101/statm: 4642 292 257 24 0 2626 0

[startup+0.0895051 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 20101
/proc/meminfo: memFree=1743880/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1512 CPUtime=0
/proc/20101/stat : 20101 (java) D 20099 20101 18969 0 -1 0 58 0 2 0 0 0 0 0 18 0 1 0 116582887 1548288 44 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 6738951 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/20101/statm: 378 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.101505 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 20101
/proc/meminfo: memFree=1743880/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1472 CPUtime=0
/proc/20101/stat : 20101 (java) D 20099 20101 18969 0 -1 0 93 0 6 0 0 0 0 0 18 0 1 0 116582887 1507328 72 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7338768 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/20101/statm: 368 72 52 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.301552 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 20101
/proc/meminfo: memFree=1743880/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1777060 CPUtime=0.05
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 3478 0 55 0 2 3 0 0 18 0 5 0 116582887 1819709440 3277 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 444265 3277 1049 9 0 441901 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777060

[startup+0.701634 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 20101
/proc/meminfo: memFree=1743880/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1781520 CPUtime=0.43
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 17908 0 55 0 33 10 0 0 18 0 12 0 116582887 1824276480 17701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 445380 17701 1271 9 0 442992 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 1781520

[startup+1.50278 s]
/proc/loadavg: 0.91 0.95 0.98 2/76 20113
/proc/meminfo: memFree=1659240/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1782228 CPUtime=1.35
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 28397 0 55 0 120 15 0 0 18 0 12 0 116582887 1825001472 28095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 445557 28096 1297 9 0 443169 0
[pid=20101/tid=20103] ppid=20099 vsize=1782228 CPUtime=1.05
/proc/20101/task/20103/stat : 20103 (java) R 20099 20101 18969 0 -1 64 26956 0 11 0 91 14 0 0 25 0 12 0 116582905 1825001472 28096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109515584 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20104] ppid=20099 vsize=1782228 CPUtime=0
/proc/20101/task/20104/stat : 20104 (java) S 20099 20101 18969 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 116582913 1825001472 28097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20105] ppid=20099 vsize=1782228 CPUtime=0
/proc/20101/task/20105/stat : 20105 (java) S 20099 20101 18969 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 116582913 1825001472 28098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20106] ppid=20099 vsize=1782228 CPUtime=0
/proc/20101/task/20106/stat : 20106 (java) S 20099 20101 18969 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 116582917 1825001472 28098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20107] ppid=20099 vsize=1782228 CPUtime=0
/proc/20101/task/20107/stat : 20107 (java) S 20099 20101 18969 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 116582918 1825001472 28099 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20108] ppid=20099 vsize=1782228 CPUtime=0
/proc/20101/task/20108/stat : 20108 (java) S 20099 20101 18969 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 116582918 1825001472 28099 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20109] ppid=20099 vsize=1782228 CPUtime=0
/proc/20101/task/20109/stat : 20109 (java) S 20099 20101 18969 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 116582926 1825001472 28100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20110] ppid=20099 vsize=1782228 CPUtime=0.14
/proc/20101/task/20110/stat : 20110 (java) S 20099 20101 18969 0 -1 64 505 0 0 0 14 0 0 0 16 0 12 0 116582926 1825001472 28101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20111] ppid=20099 vsize=1782228 CPUtime=0.13
/proc/20101/task/20111/stat : 20111 (java) S 20099 20101 18969 0 -1 64 260 0 0 0 13 0 0 0 16 0 12 0 116582926 1825001472 28101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20112] ppid=20099 vsize=1782228 CPUtime=0
/proc/20101/task/20112/stat : 20112 (java) S 20099 20101 18969 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582926 1825001472 28102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20113] ppid=20099 vsize=1782228 CPUtime=0
/proc/20101/task/20113/stat : 20113 (java) S 20099 20101 18969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582926 1825001472 28102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 1782228

[startup+3.1021 s]
/proc/loadavg: 0.91 0.95 0.98 2/76 20113
/proc/meminfo: memFree=1583208/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1783512 CPUtime=3.13
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 54436 0 55 0 283 30 0 0 18 0 12 0 116582887 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 445878 53789 1306 9 0 443490 0
[pid=20101/tid=20103] ppid=20099 vsize=1783512 CPUtime=2.48
/proc/20101/task/20103/stat : 20103 (java) R 20099 20101 18969 0 -1 64 37645 0 11 0 228 20 0 0 21 0 12 0 116582905 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474812 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20104] ppid=20099 vsize=1783512 CPUtime=0.16
/proc/20101/task/20104/stat : 20104 (java) S 20099 20101 18969 0 -1 64 3340 0 0 0 15 1 0 0 18 0 12 0 116582913 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20105] ppid=20099 vsize=1783512 CPUtime=0.16
/proc/20101/task/20105/stat : 20105 (java) S 20099 20101 18969 0 -1 64 12005 0 0 0 10 6 0 0 16 0 12 0 116582913 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20106] ppid=20099 vsize=1783512 CPUtime=0
/proc/20101/task/20106/stat : 20106 (java) S 20099 20101 18969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 116582917 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20107] ppid=20099 vsize=1783512 CPUtime=0
/proc/20101/task/20107/stat : 20107 (java) S 20099 20101 18969 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 116582918 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20108] ppid=20099 vsize=1783512 CPUtime=0
/proc/20101/task/20108/stat : 20108 (java) S 20099 20101 18969 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582918 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20109] ppid=20099 vsize=1783512 CPUtime=0
/proc/20101/task/20109/stat : 20109 (java) S 20099 20101 18969 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 116582926 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20110] ppid=20099 vsize=1783512 CPUtime=0.14
/proc/20101/task/20110/stat : 20110 (java) S 20099 20101 18969 0 -1 64 505 0 0 0 14 0 0 0 16 0 12 0 116582926 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20111] ppid=20099 vsize=1783512 CPUtime=0.13
/proc/20101/task/20111/stat : 20111 (java) S 20099 20101 18969 0 -1 64 260 0 0 0 13 0 0 0 16 0 12 0 116582926 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20112] ppid=20099 vsize=1783512 CPUtime=0
/proc/20101/task/20112/stat : 20112 (java) S 20099 20101 18969 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582926 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20113] ppid=20099 vsize=1783512 CPUtime=0
/proc/20101/task/20113/stat : 20113 (java) S 20099 20101 18969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582926 1826316288 53789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 1783512

[startup+6.30275 s]
/proc/loadavg: 1.00 0.97 0.99 2/76 20113
/proc/meminfo: memFree=1477480/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1784796 CPUtime=6.67
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 68526 0 55 0 628 39 0 0 18 0 12 0 116582887 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 446199 67089 1307 9 0 443811 0
[pid=20101/tid=20103] ppid=20099 vsize=1784796 CPUtime=5.31
/proc/20101/task/20103/stat : 20103 (java) S 20099 20101 18969 0 -1 64 37658 0 11 0 508 23 0 0 18 0 12 0 116582905 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20104] ppid=20099 vsize=1784796 CPUtime=0.5
/proc/20101/task/20104/stat : 20104 (java) R 20099 20101 18969 0 -1 64 11672 0 0 0 45 5 0 0 17 0 12 0 116582913 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105698336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20105] ppid=20099 vsize=1784796 CPUtime=0.49
/proc/20101/task/20105/stat : 20105 (java) R 20099 20101 18969 0 -1 64 17745 0 0 0 40 9 0 0 17 0 12 0 116582913 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20106] ppid=20099 vsize=1784796 CPUtime=0
/proc/20101/task/20106/stat : 20106 (java) S 20099 20101 18969 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 116582917 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20107] ppid=20099 vsize=1784796 CPUtime=0
/proc/20101/task/20107/stat : 20107 (java) S 20099 20101 18969 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 116582918 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20108] ppid=20099 vsize=1784796 CPUtime=0
/proc/20101/task/20108/stat : 20108 (java) S 20099 20101 18969 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582918 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20109] ppid=20099 vsize=1784796 CPUtime=0
/proc/20101/task/20109/stat : 20109 (java) S 20099 20101 18969 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 116582926 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20110] ppid=20099 vsize=1784796 CPUtime=0.18
/proc/20101/task/20110/stat : 20110 (java) S 20099 20101 18969 0 -1 64 509 0 0 0 18 0 0 0 16 0 12 0 116582926 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20111] ppid=20099 vsize=1784796 CPUtime=0.16
/proc/20101/task/20111/stat : 20111 (java) S 20099 20101 18969 0 -1 64 261 0 0 0 16 0 0 0 15 0 12 0 116582926 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20112] ppid=20099 vsize=1784796 CPUtime=0
/proc/20101/task/20112/stat : 20112 (java) S 20099 20101 18969 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582926 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20113] ppid=20099 vsize=1784796 CPUtime=0
/proc/20101/task/20113/stat : 20113 (java) S 20099 20101 18969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582926 1827631104 67089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 1784796

[startup+12.7022 s]
/proc/loadavg: 1.00 0.97 0.99 3/76 20113
/proc/meminfo: memFree=1336936/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1798900 CPUtime=16.08
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 114743 0 55 0 1546 62 0 0 18 0 12 0 116582887 1842073600 105569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 449725 105571 1321 9 0 447337 0
[pid=20101/tid=20103] ppid=20099 vsize=1798900 CPUtime=9.29
/proc/20101/task/20103/stat : 20103 (java) S 20099 20101 18969 0 -1 64 37669 0 11 0 906 23 0 0 19 0 12 0 116582905 1842073600 105572 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20104] ppid=20099 vsize=1798900 CPUtime=2.6
/proc/20101/task/20104/stat : 20104 (java) R 20099 20101 18969 0 -1 64 35073 0 0 0 245 15 0 0 18 0 12 0 116582913 1842073600 105573 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20105] ppid=20099 vsize=1798900 CPUtime=2.6
/proc/20101/task/20105/stat : 20105 (java) R 20099 20101 18969 0 -1 64 33828 0 0 0 243 17 0 0 18 0 12 0 116582913 1842073600 105575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105698253 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20106] ppid=20099 vsize=1798900 CPUtime=0
/proc/20101/task/20106/stat : 20106 (java) S 20099 20101 18969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 116582917 1842073600 105576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20107] ppid=20099 vsize=1798900 CPUtime=0
/proc/20101/task/20107/stat : 20107 (java) S 20099 20101 18969 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 116582918 1842073600 105577 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20108] ppid=20099 vsize=1798900 CPUtime=0
/proc/20101/task/20108/stat : 20108 (java) S 20099 20101 18969 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582918 1842073600 105577 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20109] ppid=20099 vsize=1798900 CPUtime=0
/proc/20101/task/20109/stat : 20109 (java) S 20099 20101 18969 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 116582926 1842073600 105579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20110] ppid=20099 vsize=1798900 CPUtime=0.71
/proc/20101/task/20110/stat : 20110 (java) S 20099 20101 18969 0 -1 64 3362 0 0 0 70 1 0 0 16 0 12 0 116582926 1842073600 105580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20111] ppid=20099 vsize=1798900 CPUtime=0.8
/proc/20101/task/20111/stat : 20111 (java) S 20099 20101 18969 0 -1 64 4135 0 0 0 79 1 0 0 16 0 12 0 116582926 1842073600 105582 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20112] ppid=20099 vsize=1798900 CPUtime=0
/proc/20101/task/20112/stat : 20112 (java) S 20099 20101 18969 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 116582926 1842073600 105583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20113] ppid=20099 vsize=1798900 CPUtime=0
/proc/20101/task/20113/stat : 20113 (java) S 20099 20101 18969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116582926 1842073600 105585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.08
Current children cumulated vsize (KiB) 1798900

[startup+25.5027 s]
/proc/loadavg: 1.14 1.00 1.00 2/76 20113
/proc/meminfo: memFree=1071400/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1796596 CPUtime=32.63
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 185234 0 55 0 3165 98 0 0 18 0 12 0 116582887 1839714304 166824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 449149 166824 1321 9 0 446761 0
[pid=20101/tid=20103] ppid=20099 vsize=1796596 CPUtime=18.39
/proc/20101/task/20103/stat : 20103 (java) R 20099 20101 18969 0 -1 64 37693 0 11 0 1813 26 0 0 21 0 12 0 116582905 1839714304 166824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474894 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20104] ppid=20099 vsize=1796596 CPUtime=6.25
/proc/20101/task/20104/stat : 20104 (java) S 20099 20101 18969 0 -1 64 74205 0 0 0 590 35 0 0 18 0 12 0 116582913 1839714304 166824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20105] ppid=20099 vsize=1796596 CPUtime=6.23
/proc/20101/task/20105/stat : 20105 (java) S 20099 20101 18969 0 -1 64 65091 0 0 0 593 30 0 0 16 0 12 0 116582913 1839714304 166824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20106] ppid=20099 vsize=1796596 CPUtime=0
/proc/20101/task/20106/stat : 20106 (java) S 20099 20101 18969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 116582917 1839714304 166824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20107] ppid=20099 vsize=1796596 CPUtime=0
/proc/20101/task/20107/stat : 20107 (java) S 20099 20101 18969 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 116582918 1839714304 166824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20108] ppid=20099 vsize=1796596 CPUtime=0
/proc/20101/task/20108/stat : 20108 (java) S 20099 20101 18969 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116582918 1839714304 166824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20109] ppid=20099 vsize=1796596 CPUtime=0
/proc/20101/task/20109/stat : 20109 (java) S 20099 20101 18969 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 116582926 1839714304 166824 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/20101/task/20110/stat : 20110 (java) S 20099 20101 18969 0 -1 64 3408 0 0 0 125 1 0 0 16 0 13 0 116582926 1840828416 336716 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20111] ppid=20099 vsize=1797684 CPUtime=1.4
/proc/20101/task/20111/stat : 20111 (java) S 20099 20101 18969 0 -1 64 5133 0 0 0 138 2 0 0 16 0 13 0 116582926 1840828416 336716 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20112] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20112/stat : 20112 (java) S 20099 20101 18969 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 116582926 1840828416 336716 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20113] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20113/stat : 20113 (java) S 20099 20101 18969 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116582926 1840828416 336716 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20114] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20114/stat : 20114 (java) S 20099 20101 18969 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 116587556 1840828416 336716 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.61
Current children cumulated vsize (KiB) 1797684

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20116
/proc/meminfo: memFree=373344/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1797684 CPUtime=1628.1
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 438199 0 55 0 162582 228 0 0 18 0 13 0 116582887 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 449421 340772 1336 9 0 447033 0
[pid=20101/tid=20103] ppid=20099 vsize=1797684 CPUtime=1574.54
/proc/20101/task/20103/stat : 20103 (java) R 20099 20101 18969 0 -1 64 56517 0 11 0 157414 40 0 0 25 0 13 0 116582905 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110045158 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20104] ppid=20099 vsize=1797684 CPUtime=25.67
/proc/20101/task/20104/stat : 20104 (java) S 20099 20101 18969 0 -1 64 174816 0 0 0 2486 81 0 0 17 0 13 0 116582913 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20105] ppid=20099 vsize=1797684 CPUtime=25.1
/proc/20101/task/20105/stat : 20105 (java) S 20099 20101 18969 0 -1 64 197558 0 0 0 2414 96 0 0 16 0 13 0 116582913 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20106] ppid=20099 vsize=1797684 CPUtime=0.07
/proc/20101/task/20106/stat : 20106 (java) S 20099 20101 18969 0 -1 64 89 0 0 0 3 4 0 0 16 0 13 0 116582917 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20107] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20107/stat : 20107 (java) S 20099 20101 18969 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 116582918 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20108] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20108/stat : 20108 (java) S 20099 20101 18969 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116582918 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20109] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20109/stat : 20109 (java) S 20099 20101 18969 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 116582926 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20110] ppid=20099 vsize=1797684 CPUtime=1.26
/proc/20101/task/20110/stat : 20110 (java) S 20099 20101 18969 0 -1 64 3408 0 0 0 125 1 0 0 16 0 13 0 116582926 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20111] ppid=20099 vsize=1797684 CPUtime=1.4
/proc/20101/task/20111/stat : 20111 (java) S 20099 20101 18969 0 -1 64 5133 0 0 0 138 2 0 0 16 0 13 0 116582926 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20112] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20112/stat : 20112 (java) S 20099 20101 18969 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 116582926 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20113] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20113/stat : 20113 (java) S 20099 20101 18969 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116582926 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20114] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20114/stat : 20114 (java) S 20099 20101 18969 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 116587556 1840828416 340772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.1
Current children cumulated vsize (KiB) 1797684

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20116
/proc/meminfo: memFree=356000/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1797684 CPUtime=1688.57
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 444034 0 55 0 168625 232 0 0 18 0 13 0 116582887 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 449421 345056 1336 9 0 447033 0
[pid=20101/tid=20103] ppid=20099 vsize=1797684 CPUtime=1633.96
/proc/20101/task/20103/stat : 20103 (java) R 20099 20101 18969 0 -1 64 57841 0 11 0 163355 41 0 0 25 0 13 0 116582905 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110087099 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20104] ppid=20099 vsize=1797684 CPUtime=26.21
/proc/20101/task/20104/stat : 20104 (java) S 20099 20101 18969 0 -1 64 174816 0 0 0 2540 81 0 0 17 0 13 0 116582913 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20105] ppid=20099 vsize=1797684 CPUtime=25.61
/proc/20101/task/20105/stat : 20105 (java) S 20099 20101 18969 0 -1 64 202064 0 0 0 2462 99 0 0 16 0 13 0 116582913 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20106] ppid=20099 vsize=1797684 CPUtime=0.07
/proc/20101/task/20106/stat : 20106 (java) S 20099 20101 18969 0 -1 64 94 0 0 0 3 4 0 0 16 0 13 0 116582917 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20107] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20107/stat : 20107 (java) S 20099 20101 18969 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 116582918 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20108] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20108/stat : 20108 (java) S 20099 20101 18969 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116582918 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20109] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20109/stat : 20109 (java) S 20099 20101 18969 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 116582926 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20110] ppid=20099 vsize=1797684 CPUtime=1.26
/proc/20101/task/20110/stat : 20110 (java) S 20099 20101 18969 0 -1 64 3408 0 0 0 125 1 0 0 16 0 13 0 116582926 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20111] ppid=20099 vsize=1797684 CPUtime=1.4
/proc/20101/task/20111/stat : 20111 (java) S 20099 20101 18969 0 -1 64 5133 0 0 0 138 2 0 0 16 0 13 0 116582926 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20112] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20112/stat : 20112 (java) S 20099 20101 18969 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 116582926 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20113] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20113/stat : 20113 (java) S 20099 20101 18969 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116582926 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20114] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20114/stat : 20114 (java) S 20099 20101 18969 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 116587556 1840828416 345056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1688.57
Current children cumulated vsize (KiB) 1797684

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20116
/proc/meminfo: memFree=346080/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1797684 CPUtime=1749.01
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 447898 0 55 0 174667 234 0 0 18 0 13 0 116582887 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 449421 347530 1336 9 0 447033 0
[pid=20101/tid=20103] ppid=20099 vsize=1797684 CPUtime=1693.42
/proc/20101/task/20103/stat : 20103 (java) R 20099 20101 18969 0 -1 64 57852 0 11 0 169301 41 0 0 25 0 13 0 116582905 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110074593 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20104] ppid=20099 vsize=1797684 CPUtime=26.71
/proc/20101/task/20104/stat : 20104 (java) S 20099 20101 18969 0 -1 64 175133 0 0 0 2589 82 0 0 16 0 13 0 116582913 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20105] ppid=20099 vsize=1797684 CPUtime=26.09
/proc/20101/task/20105/stat : 20105 (java) S 20099 20101 18969 0 -1 64 205600 0 0 0 2508 101 0 0 17 0 13 0 116582913 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20106] ppid=20099 vsize=1797684 CPUtime=0.07
/proc/20101/task/20106/stat : 20106 (java) S 20099 20101 18969 0 -1 64 94 0 0 0 3 4 0 0 16 0 13 0 116582917 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20107] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20107/stat : 20107 (java) S 20099 20101 18969 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 116582918 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20108] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20108/stat : 20108 (java) S 20099 20101 18969 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116582918 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20109] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20109/stat : 20109 (java) S 20099 20101 18969 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 116582926 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20110] ppid=20099 vsize=1797684 CPUtime=1.26
/proc/20101/task/20110/stat : 20110 (java) S 20099 20101 18969 0 -1 64 3408 0 0 0 125 1 0 0 16 0 13 0 116582926 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20111] ppid=20099 vsize=1797684 CPUtime=1.4
/proc/20101/task/20111/stat : 20111 (java) S 20099 20101 18969 0 -1 64 5133 0 0 0 138 2 0 0 16 0 13 0 116582926 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20112] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20112/stat : 20112 (java) S 20099 20101 18969 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 116582926 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20113] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20113/stat : 20113 (java) S 20099 20101 18969 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116582926 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20114] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20114/stat : 20114 (java) S 20099 20101 18969 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 116587556 1840828416 347530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1749.01
Current children cumulated vsize (KiB) 1797684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20116
/proc/meminfo: memFree=304992/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=1797684 CPUtime=1800.07
/proc/20101/stat : 20101 (java) S 20099 20101 18969 0 -1 0 458912 0 55 0 179768 239 0 0 18 0 13 0 116582887 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20101/statm: 449421 357783 1336 9 0 447033 0
[pid=20101/tid=20103] ppid=20099 vsize=1797684 CPUtime=1743.5
/proc/20101/task/20103/stat : 20103 (java) R 20099 20101 18969 0 -1 64 63708 0 11 0 174307 43 0 0 25 0 13 0 116582905 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109571256 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20104] ppid=20099 vsize=1797684 CPUtime=27.2
/proc/20101/task/20104/stat : 20104 (java) S 20099 20101 18969 0 -1 64 175553 0 0 0 2638 82 0 0 17 0 13 0 116582913 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20105] ppid=20099 vsize=1797684 CPUtime=26.57
/proc/20101/task/20105/stat : 20105 (java) S 20099 20101 18969 0 -1 64 210322 0 0 0 2554 103 0 0 17 0 13 0 116582913 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20106] ppid=20099 vsize=1797684 CPUtime=0.07
/proc/20101/task/20106/stat : 20106 (java) S 20099 20101 18969 0 -1 64 110 0 0 0 3 4 0 0 16 0 13 0 116582917 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20101/tid=20107] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20107/stat : 20107 (java) S 20099 20101 18969 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 116582918 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20108] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20108/stat : 20108 (java) S 20099 20101 18969 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116582918 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20109] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20109/stat : 20109 (java) S 20099 20101 18969 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 116582926 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20110] ppid=20099 vsize=1797684 CPUtime=1.26
/proc/20101/task/20110/stat : 20110 (java) S 20099 20101 18969 0 -1 64 3408 0 0 0 125 1 0 0 16 0 13 0 116582926 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20111] ppid=20099 vsize=1797684 CPUtime=1.4
/proc/20101/task/20111/stat : 20111 (java) S 20099 20101 18969 0 -1 64 5133 0 0 0 138 2 0 0 16 0 13 0 116582926 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20112] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20112/stat : 20112 (java) S 20099 20101 18969 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 116582926 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20113] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20113/stat : 20113 (java) S 20099 20101 18969 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116582926 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20101/tid=20114] ppid=20099 vsize=1797684 CPUtime=0
/proc/20101/task/20114/stat : 20114 (java) S 20099 20101 18969 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 116587556 1840828416 357783 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1797684

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

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

[startup+1773.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20116
/proc/meminfo: memFree=304992/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=0 CPUtime=1800.18
/proc/20101/stat : 20101 (java) Z 20099 20101 18969 0 -1 1036 458933 0 55 0 179772 246 0 0 16 0 2 0 116582887 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20101/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

[startup+1773.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20119
/proc/meminfo: memFree=1431248/2055920 swapFree=4184008/4192956
[pid=20101] ppid=20099 vsize=0 CPUtime=1800.27
/proc/20101/stat : 20101 (java) Z 20099 20101 18969 0 -1 1036 458933 0 55 0 179772 255 0 0 16 0 2 0 116582887 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20101/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1773.15
CPU time (s): 1800.32
CPU user time (s): 1797.72
CPU system time (s): 2.5996
CPU usage (%): 101.532
Max. virtual memory (cumulated for all children) (KiB): 1800052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.72
system time used= 2.5996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458933
page faults= 55
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39956
involuntary context switches= 5414

runsolver used 1.76773 second user time and 4.71328 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Apr 16 01:24:50 UTC 2007

IDJOB= 349232
IDBENCH= 2279
IDSOLVER= 159
FILE ID= node75/349232-1176686689

PBS_JOBID= 4559953

Free space on /tmp= 66426 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349232-1176686689/sat4jPseudoResolution.jar /tmp/evaluation/349232-1176686689/instance-349232-1176686689.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-349232-1176686689 -o ROOT/results/node75/solver-349232-1176686689 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349232-1176686689/sat4jPseudoResolution.jar /tmp/evaluation/349232-1176686689/instance-349232-1176686689.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d6efb238990ec55ca510b102fead8acf

RANDOM SEED= 222419494

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.257
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.257
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1744480 kB
Buffers:          5248 kB
Cached:         248548 kB
SwapCached:       3108 kB
Active:         124792 kB
Inactive:       138824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744480 kB
SwapTotal:     4192956 kB
SwapFree:      4184008 kB
Dirty:           83308 kB
Writeback:           0 kB
Mapped:          15380 kB
Slab:            33768 kB
Committed_AS:  2760844 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66426 MiB

End job on node75 on Mon Apr 16 01:54:25 UTC 2007