Trace number 351743

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.23 1763.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-modglob.opb
MD5SUM1c32686691bf96e75781667309b05481
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 104
Optimality of the best value was proved NO
Number of variables9818
Total number of constraints291
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 constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 7770
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 533087
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 533087
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.18	c no version file found!!!
0.06/0.18	c sun.arch.data.model	32
0.06/0.18	c java.version	1.6.0
0.06/0.18	c os.name	Linux
0.06/0.18	c os.version	2.6.9-22.EL.rootsmp
0.06/0.18	c os.arch	i386
0.06/0.18	c Free memory 1651659224
0.06/0.18	c Max memory 1654456320
0.06/0.18	c Total memory 1654456320
0.06/0.18	c Number of processors 2
0.15/0.24	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.15/0.24	--- Begin Solver configuration ---
0.15/0.24	c Stops conflict analysis at the first Unique Implication Point
0.15/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.24	c Learn all clauses as in MiniSAT
0.15/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.24	c No reason simplification
0.15/0.24	c --- End Solver configuration ---
0.15/0.24	c solving /tmp/evaluation/351743-1176611811/instance-351743-1176611811.opb
0.15/0.24	c reading problem ... 
2.22/1.42	c ... done. Wall clock time 1.186s.
2.22/1.42	c CPU time (experimental) 0.73s.
2.22/1.42	c #vars     9818
2.22/1.42	c #constraints  384
1800.07/1763.51	c starts		: 2
1800.07/1763.51	c conflicts		: 27521
1800.07/1763.51	c decisions		: 41411
1800.07/1763.51	c propagations		: 163013
1800.07/1763.51	c inspects		: 218319943
1800.07/1763.51	c learnt literals	: 0
1800.07/1763.51	c learnt binary clauses	: 0
1800.07/1763.51	c learnt ternary clauses	: 0
1800.07/1763.51	c learnt clauses	: 27520
1800.07/1763.51	c root simplifications	: 0
1800.07/1763.51	c removed literals (reason simplification)	: 0
1800.07/1763.51	c reason swapping (by a shorter reason)	: 0
1800.07/1763.51	c Calls to reduceDB	: 0
1800.07/1763.51	c speed (decisions/second)	: 23.504457849652294
1800.07/1763.51	c non guided choices	0
1800.07/1763.51	s UNKNOWN
1800.07/1763.51	c Total wall clock time (ms): 1763.277

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node42/watcher-351743-1176611811 -o ROOT/results/node42/solver-351743-1176611811 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351743-1176611811/sat4jPseudoCP.jar /tmp/evaluation/351743-1176611811/instance-351743-1176611811.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.95 0.96 0.97 3/64 15903
/proc/meminfo: memFree=1825136/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=152 CPUtime=0
/proc/15903/stat : 15903 (java) D 15901 15903 15370 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 109092970 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 12407588 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15903/statm: 38 26 19 9 0 4 0

[startup+0.0510109 s]
/proc/loadavg: 0.95 0.96 0.97 3/64 15903
/proc/meminfo: memFree=1825136/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1772952 CPUtime=0.01
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 1819 0 1 0 0 1 0 0 18 0 2 0 109092970 1815502848 1569 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 443238 1579 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102011 s]
/proc/loadavg: 0.95 0.96 0.97 3/64 15903
/proc/meminfo: memFree=1825136/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1777708 CPUtime=0.06
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 3755 0 1 0 4 2 0 0 18 0 7 0 109092970 1820372992 3497 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 444427 3497 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.301052 s]
/proc/loadavg: 0.95 0.96 0.97 3/64 15903
/proc/meminfo: memFree=1825136/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1782188 CPUtime=0.26
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 5086 0 1 0 23 3 0 0 18 0 12 0 109092970 1824960512 4824 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 445547 4824 1264 9 0 443159 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1782188

[startup+0.702131 s]
/proc/loadavg: 0.95 0.96 0.97 3/64 15903
/proc/meminfo: memFree=1825136/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1783100 CPUtime=0.88
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 7486 0 1 0 84 4 0 0 18 0 12 0 109092970 1825894400 6703 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 445775 6703 1297 9 0 443387 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783100

[startup+1.50128 s]
/proc/loadavg: 0.95 0.96 0.97 4/76 15915
/proc/meminfo: memFree=1788560/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1795160 CPUtime=2.35
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 19942 0 3 0 225 10 0 0 18 0 12 0 109092970 1838243840 15132 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 448790 15133 1319 9 0 446402 0
[pid=15903/tid=15905] ppid=15901 vsize=1795160 CPUtime=0.8
/proc/15903/task/15905/stat : 15905 (java) R 15901 15903 15370 0 -1 64 11031 0 1 0 74 6 0 0 21 0 12 0 109092971 1838243840 15133 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109215034 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15906] ppid=15901 vsize=1795160 CPUtime=0
/proc/15903/task/15906/stat : 15906 (java) S 15901 15903 15370 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 109092975 1838243840 15133 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15907] ppid=15901 vsize=1795160 CPUtime=0
/proc/15903/task/15907/stat : 15907 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 109092975 1838243840 15134 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15908] ppid=15901 vsize=1795160 CPUtime=0
/proc/15903/task/15908/stat : 15908 (java) S 15901 15903 15370 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 109092977 1838243840 15134 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15909] ppid=15901 vsize=1795160 CPUtime=0
/proc/15903/task/15909/stat : 15909 (java) S 15901 15903 15370 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 109092978 1838243840 15134 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15910] ppid=15901 vsize=1795160 CPUtime=0
/proc/15903/task/15910/stat : 15910 (java) S 15901 15903 15370 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 109092978 1838243840 15135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15911] ppid=15901 vsize=1795160 CPUtime=0
/proc/15903/task/15911/stat : 15911 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 109092982 1838243840 15135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15912] ppid=15901 vsize=1795160 CPUtime=0.83
/proc/15903/task/15912/stat : 15912 (java) S 15901 15903 15370 0 -1 64 4479 0 0 0 82 1 0 0 16 0 12 0 109092982 1838243840 15135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15913] ppid=15901 vsize=1795160 CPUtime=0.7
/proc/15903/task/15913/stat : 15913 (java) S 15901 15903 15370 0 -1 64 3710 0 2 0 69 1 0 0 16 0 12 0 109092982 1838243840 15135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15914] ppid=15901 vsize=1795160 CPUtime=0
/proc/15903/task/15914/stat : 15914 (java) S 15901 15903 15370 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 109092982 1838243840 15136 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15915] ppid=15901 vsize=1795160 CPUtime=0
/proc/15903/task/15915/stat : 15915 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 109092982 1838243840 15136 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1795160

[startup+3.10259 s]
/proc/loadavg: 0.95 0.96 0.97 2/77 15916
/proc/meminfo: memFree=1754248/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1795484 CPUtime=4.86
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 50591 0 3 0 462 24 0 0 18 0 13 0 109092970 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 448871 43531 1333 9 0 446483 0
[pid=15903/tid=15905] ppid=15901 vsize=1795484 CPUtime=1.95
/proc/15903/task/15905/stat : 15905 (java) R 15901 15903 15370 0 -1 64 37718 0 1 0 178 17 0 0 17 0 13 0 109092971 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103832841 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15906] ppid=15901 vsize=1795484 CPUtime=0.02
/proc/15903/task/15906/stat : 15906 (java) S 15901 15903 15370 0 -1 64 888 0 0 0 2 0 0 0 16 0 13 0 109092975 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15907] ppid=15901 vsize=1795484 CPUtime=0.02
/proc/15903/task/15907/stat : 15907 (java) S 15901 15903 15370 0 -1 64 667 0 0 0 2 0 0 0 16 0 13 0 109092975 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15908] ppid=15901 vsize=1795484 CPUtime=0
/proc/15903/task/15908/stat : 15908 (java) S 15901 15903 15370 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 109092977 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15909] ppid=15901 vsize=1795484 CPUtime=0
/proc/15903/task/15909/stat : 15909 (java) S 15901 15903 15370 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109092978 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15910] ppid=15901 vsize=1795484 CPUtime=0
/proc/15903/task/15910/stat : 15910 (java) S 15901 15903 15370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109092978 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15911] ppid=15901 vsize=1795484 CPUtime=0
/proc/15903/task/15911/stat : 15911 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109092982 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15912] ppid=15901 vsize=1795484 CPUtime=1.5
/proc/15903/task/15912/stat : 15912 (java) S 15901 15903 15370 0 -1 64 5452 0 0 0 148 2 0 0 16 0 13 0 109092982 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15913] ppid=15901 vsize=1795484 CPUtime=1.32
/proc/15903/task/15913/stat : 15913 (java) S 15901 15903 15370 0 -1 64 5134 0 2 0 130 2 0 0 16 0 13 0 109092982 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15914] ppid=15901 vsize=1795484 CPUtime=0
/proc/15903/task/15914/stat : 15914 (java) S 15901 15903 15370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109092982 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15915] ppid=15901 vsize=1795484 CPUtime=0
/proc/15903/task/15915/stat : 15915 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109092982 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15916] ppid=15901 vsize=1795484 CPUtime=0
/proc/15903/task/15916/stat : 15916 (java) S 15901 15903 15370 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 109093139 1838575616 43531 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 1795484

[startup+6.30301 s]
/proc/loadavg: 1.12 0.99 0.98 2/77 15916
/proc/meminfo: memFree=1645576/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1795760 CPUtime=8.75
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 55186 0 3 0 849 26 0 0 18 0 13 0 109092970 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 448940 44086 1333 9 0 446552 0
[pid=15903/tid=15905] ppid=15901 vsize=1795760 CPUtime=4.79
/proc/15903/task/15905/stat : 15905 (java) R 15901 15903 15370 0 -1 64 37724 0 1 0 462 17 0 0 25 0 13 0 109092971 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109875943 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15906] ppid=15901 vsize=1795760 CPUtime=0.13
/proc/15903/task/15906/stat : 15906 (java) S 15901 15903 15370 0 -1 64 2055 0 0 0 12 1 0 0 16 0 13 0 109092975 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15907] ppid=15901 vsize=1795760 CPUtime=0.13
/proc/15903/task/15907/stat : 15907 (java) S 15901 15903 15370 0 -1 64 1795 0 0 0 12 1 0 0 16 0 13 0 109092975 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15908] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15908/stat : 15908 (java) S 15901 15903 15370 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 109092977 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15909] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15909/stat : 15909 (java) S 15901 15903 15370 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15910] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15910/stat : 15910 (java) S 15901 15903 15370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15911] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15911/stat : 15911 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109092982 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15912] ppid=15901 vsize=1795760 CPUtime=1.97
/proc/15903/task/15912/stat : 15912 (java) S 15901 15903 15370 0 -1 64 6551 0 0 0 194 3 0 0 16 0 13 0 109092982 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15913] ppid=15901 vsize=1795760 CPUtime=1.69
/proc/15903/task/15913/stat : 15913 (java) S 15901 15903 15370 0 -1 64 6319 0 2 0 167 2 0 0 16 0 13 0 109092982 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15914] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15914/stat : 15914 (java) S 15901 15903 15370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109092982 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15915] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15915/stat : 15915 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109092982 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15916] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15916/stat : 15916 (java) S 15901 15903 15370 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 109093139 1838858240 44086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.75
Current children cumulated vsize (KiB) 1795760

[startup+12.7012 s]
/proc/loadavg: 1.11 0.99 0.98 2/77 15916
/proc/meminfo: memFree=1619472/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1795760 CPUtime=15.28
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 64424 0 3 0 1497 31 0 0 18 0 13 0 109092970 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 448940 52451 1334 9 0 446552 0
[pid=15903/tid=15905] ppid=15901 vsize=1795760 CPUtime=11.05
/proc/15903/task/15905/stat : 15905 (java) R 15901 15903 15370 0 -1 64 39964 0 1 0 1086 19 0 0 25 0 13 0 109092971 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109886247 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15906] ppid=15901 vsize=1795760 CPUtime=0.25
/proc/15903/task/15906/stat : 15906 (java) S 15901 15903 15370 0 -1 64 5916 0 0 0 23 2 0 0 15 0 13 0 109092975 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15907] ppid=15901 vsize=1795760 CPUtime=0.25
/proc/15903/task/15907/stat : 15907 (java) S 15901 15903 15370 0 -1 64 4917 0 0 0 23 2 0 0 16 0 13 0 109092975 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15908] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15908/stat : 15908 (java) S 15901 15903 15370 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 109092977 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15909] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15909/stat : 15909 (java) S 15901 15903 15370 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15910] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15910/stat : 15910 (java) S 15901 15903 15370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15911] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15911/stat : 15911 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109092982 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15912] ppid=15901 vsize=1795760 CPUtime=1.98
/proc/15903/task/15912/stat : 15912 (java) S 15901 15903 15370 0 -1 64 6551 0 0 0 195 3 0 0 16 0 13 0 109092982 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15913] ppid=15901 vsize=1795760 CPUtime=1.69
/proc/15903/task/15913/stat : 15913 (java) S 15901 15903 15370 0 -1 64 6320 0 2 0 167 2 0 0 16 0 13 0 109092982 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15914] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15914/stat : 15914 (java) S 15901 15903 15370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109092982 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15915] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15915/stat : 15915 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109092982 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15916] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15916/stat : 15916 (java) S 15901 15903 15370 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 109093139 1838858240 52451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 1795760

[startup+25.5027 s]
/proc/loadavg: 1.08 0.99 0.98 2/77 15916
/proc/meminfo: memFree=1657872/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1795760 CPUtime=28.17
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 67234 0 3 0 2784 33 0 0 18 0 13 0 109092970 1838858240 41772 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 448940 41772 1334 9 0 446552 0
[pid=15903/tid=15905] ppid=15901 vsize=1795760 CPUtime=23.72
/proc/15903/task/15905/stat : 15905 (java) R 15901 15903 15370 0 -1 64 39984 0 1 0 2353 19 0 0 25 0 13 0 109092971 1838858240 41772 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109607342 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15906] ppid=15901 vsize=1795760 CPUtime=0.35
/proc/15903/task/15906/stat : 15906 (java) S 15901 15903 15370 0 -1 64 7423 0 0 0 33 2 0 0 15 0 13 0 109092975 1838858240 41772 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15907] ppid=15901 vsize=1795760 CPUtime=0.36
/proc/15903/task/15907/stat : 15907 (java) S 15901 15903 15370 0 -1 64 6200 0 0 0 33 3 0 0 16 0 13 0 109092975 1838858240 41772 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15908] ppid=15901 vsize=1795760 CPUtime=0.01
/proc/15903/task/15908/stat : 15908 (java) S 15901 15903 15370 0 -1 64 32 0 0 0 0 1 0 0 17 0 13 0 109092977 1838858240 41772 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=15903/tid=15908] ppid=15901 vsize=1795760 CPUtime=0.26
/proc/15903/task/15908/stat : 15908 (java) S 15901 15903 15370 0 -1 64 90 0 0 0 15 11 0 0 16 0 13 0 109092977 1838858240 155962 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15909] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15909/stat : 15909 (java) S 15901 15903 15370 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 155962 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15910] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15910/stat : 15910 (java) S 15901 15903 15370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 155962 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15911] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15911/stat : 15911 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109092982 1838858240 155962 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15912] ppid=15901 vsize=1795760 CPUtime=2.11
/proc/15903/task/15912/stat : 15912 (java) S 15901 15903 15370 0 -1 64 6557 0 0 0 208 3 0 0 17 0 13 0 109092982 1838858240 155962 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15913] ppid=15901 vsize=1795760 CPUtime=1.84
/proc/15903/task/15913/stat : 15913 (java) S 15901 15903 15370 0 -1 64 6328 0 2 0 182 2 0 0 16 0 13 0 109092982 1838858240 155962 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15914] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15914/stat : 15914 (java) S 15901 15903 15370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109092982 1838858240 155962 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15915] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15915/stat : 15915 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109092982 1838858240 155962 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15916] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15916/stat : 15916 (java) S 15901 15903 15370 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 109093139 1838858240 155962 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1573.18
Current children cumulated vsize (KiB) 1795760

[startup+1602.3 s]
/proc/loadavg: 1.02 1.05 1.06 2/77 16116
/proc/meminfo: memFree=1179664/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1795760 CPUtime=1634.74
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 211898 0 3 0 163346 128 0 0 18 0 13 0 109092970 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 448940 161921 1334 9 0 446552 0
[pid=15903/tid=15905] ppid=15901 vsize=1795760 CPUtime=1568.98
/proc/15903/task/15905/stat : 15905 (java) R 15901 15903 15370 0 -1 64 64292 0 1 0 156849 49 0 0 25 0 13 0 109092971 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109837986 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15906] ppid=15901 vsize=1795760 CPUtime=30.76
/proc/15903/task/15906/stat : 15906 (java) S 15901 15903 15370 0 -1 64 75993 0 0 0 3043 33 0 0 16 0 13 0 109092975 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15907] ppid=15901 vsize=1795760 CPUtime=30.72
/proc/15903/task/15907/stat : 15907 (java) S 15901 15903 15370 0 -1 64 57914 0 0 0 3046 26 0 0 16 0 13 0 109092975 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15908] ppid=15901 vsize=1795760 CPUtime=0.27
/proc/15903/task/15908/stat : 15908 (java) S 15901 15903 15370 0 -1 64 90 0 0 0 16 11 0 0 16 0 13 0 109092977 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15909] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15909/stat : 15909 (java) S 15901 15903 15370 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15910] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15910/stat : 15910 (java) S 15901 15903 15370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15911] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15911/stat : 15911 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109092982 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15912] ppid=15901 vsize=1795760 CPUtime=2.11
/proc/15903/task/15912/stat : 15912 (java) S 15901 15903 15370 0 -1 64 6557 0 0 0 208 3 0 0 17 0 13 0 109092982 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15913] ppid=15901 vsize=1795760 CPUtime=1.84
/proc/15903/task/15913/stat : 15913 (java) S 15901 15903 15370 0 -1 64 6328 0 2 0 182 2 0 0 16 0 13 0 109092982 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15914] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15914/stat : 15914 (java) S 15901 15903 15370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109092982 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15915] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15915/stat : 15915 (java) R 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109092982 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15916] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15916/stat : 15916 (java) S 15901 15903 15370 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 109093139 1838858240 161921 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1634.74
Current children cumulated vsize (KiB) 1795760

[startup+1662.3 s]
/proc/loadavg: 1.00 1.04 1.05 2/77 16116
/proc/meminfo: memFree=1170768/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1795760 CPUtime=1696.28
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 214237 0 3 0 169498 130 0 0 18 0 13 0 109092970 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 448940 164046 1334 9 0 446552 0
[pid=15903/tid=15905] ppid=15901 vsize=1795760 CPUtime=1627.38
/proc/15903/task/15905/stat : 15905 (java) R 15901 15903 15370 0 -1 64 64317 0 1 0 162689 49 0 0 25 0 13 0 109092971 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109858454 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15906] ppid=15901 vsize=1795760 CPUtime=32.32
/proc/15903/task/15906/stat : 15906 (java) S 15901 15903 15370 0 -1 64 77660 0 0 0 3198 34 0 0 16 0 13 0 109092975 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15907] ppid=15901 vsize=1795760 CPUtime=32.28
/proc/15903/task/15907/stat : 15907 (java) S 15901 15903 15370 0 -1 64 58561 0 0 0 3201 27 0 0 16 0 13 0 109092975 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15908] ppid=15901 vsize=1795760 CPUtime=0.27
/proc/15903/task/15908/stat : 15908 (java) S 15901 15903 15370 0 -1 64 90 0 0 0 16 11 0 0 16 0 13 0 109092977 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15909] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15909/stat : 15909 (java) S 15901 15903 15370 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15910] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15910/stat : 15910 (java) S 15901 15903 15370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15911] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15911/stat : 15911 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109092982 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15912] ppid=15901 vsize=1795760 CPUtime=2.11
/proc/15903/task/15912/stat : 15912 (java) S 15901 15903 15370 0 -1 64 6557 0 0 0 208 3 0 0 17 0 13 0 109092982 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15913] ppid=15901 vsize=1795760 CPUtime=1.84
/proc/15903/task/15913/stat : 15913 (java) S 15901 15903 15370 0 -1 64 6328 0 2 0 182 2 0 0 16 0 13 0 109092982 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15914] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15914/stat : 15914 (java) S 15901 15903 15370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109092982 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15915] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15915/stat : 15915 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109092982 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15916] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15916/stat : 15916 (java) S 15901 15903 15370 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 109093139 1838858240 164046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1696.28
Current children cumulated vsize (KiB) 1795760

[startup+1722.3 s]
/proc/loadavg: 1.04 1.04 1.05 2/77 16116
/proc/meminfo: memFree=1163088/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1795760 CPUtime=1757.79
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 216312 0 3 0 175648 131 0 0 18 0 13 0 109092970 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 448940 165950 1334 9 0 446552 0
[pid=15903/tid=15905] ppid=15901 vsize=1795760 CPUtime=1685.81
/proc/15903/task/15905/stat : 15905 (java) R 15901 15903 15370 0 -1 64 64341 0 1 0 168532 49 0 0 25 0 13 0 109092971 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109838994 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15906] ppid=15901 vsize=1795760 CPUtime=33.85
/proc/15903/task/15906/stat : 15906 (java) S 15901 15903 15370 0 -1 64 78021 0 0 0 3351 34 0 0 16 0 13 0 109092975 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15907] ppid=15901 vsize=1795760 CPUtime=33.82
/proc/15903/task/15907/stat : 15907 (java) S 15901 15903 15370 0 -1 64 60251 0 0 0 3355 27 0 0 16 0 13 0 109092975 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15908] ppid=15901 vsize=1795760 CPUtime=0.28
/proc/15903/task/15908/stat : 15908 (java) S 15901 15903 15370 0 -1 64 90 0 0 0 16 12 0 0 16 0 13 0 109092977 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15909] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15909/stat : 15909 (java) S 15901 15903 15370 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15910] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15910/stat : 15910 (java) S 15901 15903 15370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15911] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15911/stat : 15911 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109092982 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15912] ppid=15901 vsize=1795760 CPUtime=2.11
/proc/15903/task/15912/stat : 15912 (java) S 15901 15903 15370 0 -1 64 6557 0 0 0 208 3 0 0 17 0 13 0 109092982 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15913] ppid=15901 vsize=1795760 CPUtime=1.85
/proc/15903/task/15913/stat : 15913 (java) S 15901 15903 15370 0 -1 64 6328 0 2 0 183 2 0 0 16 0 13 0 109092982 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15914] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15914/stat : 15914 (java) S 15901 15903 15370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109092982 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15915] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15915/stat : 15915 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109092982 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15916] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15916/stat : 15916 (java) S 15901 15903 15370 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 109093139 1838858240 165950 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1757.79
Current children cumulated vsize (KiB) 1795760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.5 s]
/proc/loadavg: 1.02 1.04 1.05 2/77 16116
/proc/meminfo: memFree=1157200/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=1795760 CPUtime=1800.07
/proc/15903/stat : 15903 (java) S 15901 15903 15370 0 -1 0 217924 0 3 0 179875 132 0 0 18 0 13 0 109092970 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 448940 167442 1334 9 0 446552 0
[pid=15903/tid=15905] ppid=15901 vsize=1795760 CPUtime=1725.89
/proc/15903/task/15905/stat : 15905 (java) R 15901 15903 15370 0 -1 64 64358 0 1 0 172540 49 0 0 25 0 13 0 109092971 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110046330 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15906] ppid=15901 vsize=1795760 CPUtime=34.94
/proc/15903/task/15906/stat : 15906 (java) S 15901 15903 15370 0 -1 64 78265 0 0 0 3459 35 0 0 16 0 13 0 109092975 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15907] ppid=15901 vsize=1795760 CPUtime=34.93
/proc/15903/task/15907/stat : 15907 (java) S 15901 15903 15370 0 -1 64 61602 0 0 0 3465 28 0 0 16 0 13 0 109092975 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15908] ppid=15901 vsize=1795760 CPUtime=0.28
/proc/15903/task/15908/stat : 15908 (java) S 15901 15903 15370 0 -1 64 90 0 0 0 16 12 0 0 16 0 13 0 109092977 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15909] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15909/stat : 15909 (java) S 15901 15903 15370 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15910] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15910/stat : 15910 (java) S 15901 15903 15370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109092978 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15911] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15911/stat : 15911 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109092982 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15912] ppid=15901 vsize=1795760 CPUtime=2.11
/proc/15903/task/15912/stat : 15912 (java) S 15901 15903 15370 0 -1 64 6557 0 0 0 208 3 0 0 17 0 13 0 109092982 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15913] ppid=15901 vsize=1795760 CPUtime=1.85
/proc/15903/task/15913/stat : 15913 (java) S 15901 15903 15370 0 -1 64 6328 0 2 0 183 2 0 0 16 0 13 0 109092982 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15914] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15914/stat : 15914 (java) S 15901 15903 15370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109092982 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15903/tid=15915] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15915/stat : 15915 (java) S 15901 15903 15370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109092982 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15903/tid=15916] ppid=15901 vsize=1795760 CPUtime=0
/proc/15903/task/15916/stat : 15916 (java) S 15901 15903 15370 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 109093139 1838858240 167442 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1795760

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

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

[startup+1763.61 s]
/proc/loadavg: 1.02 1.04 1.05 2/77 16116
/proc/meminfo: memFree=1157200/2055920 swapFree=4192576/4192956
[pid=15903] ppid=15901 vsize=0 CPUtime=1800.18
/proc/15903/stat : 15903 (java) Z 15901 15903 15370 0 -1 1036 217944 0 3 0 179879 139 0 0 16 0 2 0 109092970 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15903/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1763.65
CPU time (s): 1800.23
CPU user time (s): 1798.79
CPU system time (s): 1.43678
CPU usage (%): 102.074
Max. virtual memory (cumulated for all children) (KiB): 1797808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.43678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217944
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46345
involuntary context switches= 15494

runsolver used 1.92471 second user time and 5.01624 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Apr 15 04:36:51 UTC 2007

IDJOB= 351743
IDBENCH= 1800
IDSOLVER= 160
FILE ID= node42/351743-1176611811

PBS_JOBID= 4557031

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1c32686691bf96e75781667309b05481

RANDOM SEED= 318422423

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1825544 kB
Buffers:          9864 kB
Cached:         124776 kB
SwapCached:          0 kB
Active:          22228 kB
Inactive:       127668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825544 kB
SwapTotal:     4192956 kB
SwapFree:      4192576 kB
Dirty:            4040 kB
Writeback:           0 kB
Mapped:          24656 kB
Slab:            66560 kB
Committed_AS:   178856 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node42 on Sun Apr 15 05:06:17 UTC 2007