Trace number 354016

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.14 1749.29

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos12.opb
MD5SUMedd986756231058ab35f21017ebd98b6
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25600
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25600
Optimality of the best value was proved NO
Number of variables22960
Total number of constraints8611
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 constraints8611
Minimum length of a constraint11
Maximum length of a constraint840
Number of terms in the objective function 13440
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 481036336704
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 481036336704
Number of bits of the biggest sum of numbers39
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.12/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.20	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.21	c no version file found!!!
0.12/0.21	c sun.arch.data.model	32
0.12/0.21	c java.version	1.6.0
0.12/0.21	c os.name	Linux
0.12/0.21	c os.version	2.6.9-22.EL.rootsmp
0.12/0.21	c os.arch	i386
0.12/0.21	c Free memory 1651659224
0.12/0.21	c Max memory 1654456320
0.12/0.21	c Total memory 1654456320
0.12/0.21	c Number of processors 2
0.12/0.26	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.12/0.26	--- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.26	c Learn all clauses as in MiniSAT
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.26	c No reason simplification
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c Simplify asserted PB constraints to clauses
0.12/0.26	c solving /tmp/evaluation/354016-1176691043/instance-354016-1176691043.opb
0.12/0.26	c reading problem ... 
4.18/3.26	c ... done. Wall clock time 3.0s.
4.18/3.26	c CPU time (experimental) 2.47s.
4.18/3.26	c #vars     22960
4.18/3.26	c #constraints  9186
1800.04/1749.21	c starts		: 2
1800.04/1749.21	c conflicts		: 95932
1800.04/1749.21	c decisions		: 424807
1800.04/1749.21	c propagations		: 904435
1800.04/1749.21	c inspects		: 1031599665
1800.04/1749.21	c learnt literals	: 0
1800.04/1749.21	c learnt binary clauses	: 0
1800.04/1749.21	c learnt ternary clauses	: 0
1800.04/1749.21	c learnt clauses	: 95932
1800.04/1749.21	c root simplifications	: 0
1800.04/1749.21	c removed literals (reason simplification)	: 0
1800.04/1749.21	c reason swapping (by a shorter reason)	: 0
1800.04/1749.21	c Calls to reduceDB	: 0
1800.04/1749.21	c speed (decisions/second)	: 243.35622112054298
1800.04/1749.21	c non guided choices	1238
1800.04/1749.21	s UNKNOWN
1800.04/1749.21	c Total wall clock time (ms): 1748.951

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/node48/watcher-354016-1176691043 -o ROOT/results/node48/solver-354016-1176691043 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354016-1176691043/sat4jPseudoCPClause.jar /tmp/evaluation/354016-1176691043/instance-354016-1176691043.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.92 0.98 0.99 3/64 8369
/proc/meminfo: memFree=1720776/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=200 CPUtime=0
/proc/8369/stat : 8369 (java) R 8367 8369 6700 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 23949593 204800 33 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 3531684 0 0 4096 0 0 0 0 17 1 0 0
/proc/8369/statm: 68 36 27 9 0 6 0

[startup+0.025558 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8369
/proc/meminfo: memFree=1720776/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1772952 CPUtime=0.01
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 2119 0 1 0 0 1 0 0 18 0 2 0 23949593 1815502848 1869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 443238 1879 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101557 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8369
/proc/meminfo: memFree=1720776/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1777844 CPUtime=0.07
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 3871 0 1 0 5 2 0 0 18 0 7 0 23949593 1820512256 3614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301576 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8369
/proc/meminfo: memFree=1720776/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1781412 CPUtime=0.24
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 5120 0 1 0 21 3 0 0 18 0 12 0 23949593 1824165888 4859 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 445353 4859 1246 9 0 442964 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1781412

[startup+0.701619 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8369
/proc/meminfo: memFree=1720776/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1783432 CPUtime=0.79
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 7679 0 1 0 74 5 0 0 18 0 12 0 23949593 1826234368 7185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 445858 7185 1296 9 0 443469 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1783432

[startup+1.50269 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 8381
/proc/meminfo: memFree=1687592/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1794740 CPUtime=2.29
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 20129 0 1 0 220 9 0 0 18 0 12 0 23949593 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 448685 15512 1310 9 0 446296 0
[pid=8369/tid=8371] ppid=8367 vsize=1794740 CPUtime=0.84
/proc/8369/task/8371/stat : 8371 (java) R 8367 8369 6700 0 -1 64 11343 0 1 0 79 5 0 0 18 0 12 0 23949594 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102479797 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8372] ppid=8367 vsize=1794740 CPUtime=0
/proc/8369/task/8372/stat : 8372 (java) S 8367 8369 6700 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 23949595 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8373] ppid=8367 vsize=1794740 CPUtime=0
/proc/8369/task/8373/stat : 8373 (java) S 8367 8369 6700 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23949595 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8374] ppid=8367 vsize=1794740 CPUtime=0
/proc/8369/task/8374/stat : 8374 (java) S 8367 8369 6700 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23949598 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8375] ppid=8367 vsize=1794740 CPUtime=0
/proc/8369/task/8375/stat : 8375 (java) S 8367 8369 6700 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 23949598 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8376] ppid=8367 vsize=1794740 CPUtime=0
/proc/8369/task/8376/stat : 8376 (java) S 8367 8369 6700 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 23949598 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8377] ppid=8367 vsize=1794740 CPUtime=0
/proc/8369/task/8377/stat : 8377 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23949608 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8378] ppid=8367 vsize=1794740 CPUtime=0.6
/proc/8369/task/8378/stat : 8378 (java) R 8367 8369 6700 0 -1 64 3588 0 0 0 59 1 0 0 18 0 12 0 23949608 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103314076 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8379] ppid=8367 vsize=1794740 CPUtime=0.81
/proc/8369/task/8379/stat : 8379 (java) R 8367 8369 6700 0 -1 64 4480 0 0 0 80 1 0 0 18 0 12 0 23949608 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103237249 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8380] ppid=8367 vsize=1794740 CPUtime=0
/proc/8369/task/8380/stat : 8380 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23949608 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8381] ppid=8367 vsize=1794740 CPUtime=0
/proc/8369/task/8381/stat : 8381 (java) S 8367 8369 6700 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23949608 1837813760 15512 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1794740

[startup+3.10284 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 8381
/proc/meminfo: memFree=1613608/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1793948 CPUtime=4.07
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 50157 0 1 0 384 23 0 0 18 0 12 0 23949593 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 448487 45149 1320 9 0 446098 0
[pid=8369/tid=8371] ppid=8367 vsize=1793948 CPUtime=2.31
/proc/8369/task/8371/stat : 8371 (java) R 8367 8369 6700 0 -1 64 37676 0 1 0 214 17 0 0 21 0 12 0 23949594 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501877 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8372] ppid=8367 vsize=1793948 CPUtime=0.06
/proc/8369/task/8372/stat : 8372 (java) S 8367 8369 6700 0 -1 64 1765 0 0 0 6 0 0 0 17 0 12 0 23949595 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8373] ppid=8367 vsize=1793948 CPUtime=0.06
/proc/8369/task/8373/stat : 8373 (java) S 8367 8369 6700 0 -1 64 1724 0 0 0 6 0 0 0 16 0 12 0 23949595 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8374] ppid=8367 vsize=1793948 CPUtime=0
/proc/8369/task/8374/stat : 8374 (java) S 8367 8369 6700 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23949598 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8375] ppid=8367 vsize=1793948 CPUtime=0
/proc/8369/task/8375/stat : 8375 (java) S 8367 8369 6700 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23949598 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8376] ppid=8367 vsize=1793948 CPUtime=0
/proc/8369/task/8376/stat : 8376 (java) S 8367 8369 6700 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23949598 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8377] ppid=8367 vsize=1793948 CPUtime=0
/proc/8369/task/8377/stat : 8377 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23949608 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8378] ppid=8367 vsize=1793948 CPUtime=0.7
/proc/8369/task/8378/stat : 8378 (java) S 8367 8369 6700 0 -1 64 3765 0 0 0 69 1 0 0 16 0 12 0 23949608 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8379] ppid=8367 vsize=1793948 CPUtime=0.89
/proc/8369/task/8379/stat : 8379 (java) S 8367 8369 6700 0 -1 64 4503 0 0 0 88 1 0 0 16 0 12 0 23949608 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8380] ppid=8367 vsize=1793948 CPUtime=0
/proc/8369/task/8380/stat : 8380 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23949608 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8381] ppid=8367 vsize=1793948 CPUtime=0
/proc/8369/task/8381/stat : 8381 (java) S 8367 8369 6700 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23949608 1837002752 45149 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 1793948

[startup+6.30194 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 8382
/proc/meminfo: memFree=1523040/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1796096 CPUtime=8.57
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 58555 0 1 0 829 28 0 0 18 0 13 0 23949593 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 449024 50721 1333 9 0 446635 0
[pid=8369/tid=8371] ppid=8367 vsize=1796096 CPUtime=4.92
/proc/8369/task/8371/stat : 8371 (java) R 8367 8369 6700 0 -1 64 37749 0 1 0 475 17 0 0 25 0 13 0 23949594 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109897098 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8372] ppid=8367 vsize=1796096 CPUtime=0.15
/proc/8369/task/8372/stat : 8372 (java) S 8367 8369 6700 0 -1 64 4519 0 0 0 13 2 0 0 16 0 13 0 23949595 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8373] ppid=8367 vsize=1796096 CPUtime=0.14
/proc/8369/task/8373/stat : 8373 (java) S 8367 8369 6700 0 -1 64 4121 0 0 0 13 1 0 0 16 0 13 0 23949595 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8374] ppid=8367 vsize=1796096 CPUtime=0
/proc/8369/task/8374/stat : 8374 (java) S 8367 8369 6700 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 23949598 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8375] ppid=8367 vsize=1796096 CPUtime=0
/proc/8369/task/8375/stat : 8375 (java) S 8367 8369 6700 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23949598 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8376] ppid=8367 vsize=1796096 CPUtime=0
/proc/8369/task/8376/stat : 8376 (java) S 8367 8369 6700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23949598 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8377] ppid=8367 vsize=1796096 CPUtime=0
/proc/8369/task/8377/stat : 8377 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 23949608 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8378] ppid=8367 vsize=1796096 CPUtime=1.68
/proc/8369/task/8378/stat : 8378 (java) S 8367 8369 6700 0 -1 64 5362 0 0 0 166 2 0 0 16 0 13 0 23949608 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8379] ppid=8367 vsize=1796096 CPUtime=1.6
/proc/8369/task/8379/stat : 8379 (java) S 8367 8369 6700 0 -1 64 6073 0 0 0 158 2 0 0 16 0 13 0 23949608 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8380] ppid=8367 vsize=1796096 CPUtime=0
/proc/8369/task/8380/stat : 8380 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 23949608 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8381] ppid=8367 vsize=1796096 CPUtime=0
/proc/8369/task/8381/stat : 8381 (java) S 8367 8369 6700 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23949608 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8382] ppid=8367 vsize=1796096 CPUtime=0
/proc/8369/task/8382/stat : 8382 (java) S 8367 8369 6700 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23949962 1839202304 50721 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 1796096

[startup+12.7025 s]
/proc/loadavg: 1.09 1.02 1.01 3/77 8382
/proc/meminfo: memFree=1483104/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1797120 CPUtime=15.94
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 69800 0 1 0 1561 33 0 0 18 0 13 0 23949593 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 449280 60849 1333 9 0 446891 0
[pid=8369/tid=8371] ppid=8367 vsize=1797120 CPUtime=10.59
/proc/8369/task/8371/stat : 8371 (java) R 8367 8369 6700 0 -1 64 37763 0 1 0 1042 17 0 0 16 0 13 0 23949594 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109665600 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8372] ppid=8367 vsize=1797120 CPUtime=0.66
/proc/8369/task/8372/stat : 8372 (java) S 8367 8369 6700 0 -1 64 10420 0 0 0 61 5 0 0 16 0 13 0 23949595 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8373] ppid=8367 vsize=1797120 CPUtime=0.66
/proc/8369/task/8373/stat : 8373 (java) S 8367 8369 6700 0 -1 64 8893 0 0 0 63 3 0 0 15 0 13 0 23949595 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8374] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8374/stat : 8374 (java) S 8367 8369 6700 0 -1 64 16 0 0 0 0 0 0 0 15 0 13 0 23949598 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8375] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8375/stat : 8375 (java) S 8367 8369 6700 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8376] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8376/stat : 8376 (java) S 8367 8369 6700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8377] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8377/stat : 8377 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 23949608 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8378] ppid=8367 vsize=1797120 CPUtime=2.03
/proc/8369/task/8378/stat : 8378 (java) S 8367 8369 6700 0 -1 64 5866 0 0 0 200 3 0 0 16 0 13 0 23949608 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8379] ppid=8367 vsize=1797120 CPUtime=1.95
/proc/8369/task/8379/stat : 8379 (java) S 8367 8369 6700 0 -1 64 6121 0 0 0 192 3 0 0 16 0 13 0 23949608 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8380] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8380/stat : 8380 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 23949608 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8381] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8381/stat : 8381 (java) S 8367 8369 6700 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23949608 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8382] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8382/stat : 8382 (java) S 8367 8369 6700 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23949962 1840250880 60849 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.94
Current children cumulated vsize (KiB) 1797120

[startup+25.5017 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 8382
/proc/meminfo: memFree=1479904/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1797120 CPUtime=28.87
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 71525 0 1 0 2853 34 0 0 18 0 13 0 23949593 1840250880 61301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 449280 61301 1333 9 0 446891 0
[pid=8369/tid=8371] ppid=8367 vsize=1797120 CPUtime=23.23
/proc/8369/task/8371/stat : 8371 (java) R 8367 8369 6700 0 -1 64 37778 0 1 0 2306 17 0 0 25 0 13 0 23949594 1840250880 61301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109965787 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8372] ppid=8367 vsize=1797120 CPUtime=0.8
/proc/8369/task/8372/stat : 8372 (java) S 8367 8369 6700 0 -1 64 11519 0 0 0 75 5 0 0 16 0 13 0 23949595 1840250880 61301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8373] ppid=8367 vsize=1797120 CPUtime=0.8
/proc/8369/task/8373/stat : 8373 (java) S 8367 8369 6700 0 -1 64 9503 0 0 0 77 3 0 0 17 0 13 0 23949595 1840250880 61301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8374] ppid=8367 vsize=1797120 CPUtime=0.01
/proc/8369/task/8374/stat : 8374 (java) S 8367 8369 6700 0 -1 64 17 0 0 0 1 0 0 0 17 0 13 0 23949598 1840250880 61301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8375] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8375/stat : 8375 (java) S 8367 8369 6700 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 61301 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8369] ppid=8367 vsize=1797120 CPUtime=1585.31
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 104472 0 1 0 158461 70 0 0 18 0 13 0 23949593 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 449280 91097 1333 9 0 446891 0
[pid=8369/tid=8371] ppid=8367 vsize=1797120 CPUtime=1498.51
/proc/8369/task/8371/stat : 8371 (java) R 8367 8369 6700 0 -1 64 38647 0 1 0 149827 24 0 0 25 0 13 0 23949594 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109945792 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8372] ppid=8367 vsize=1797120 CPUtime=41.24
/proc/8369/task/8372/stat : 8372 (java) S 8367 8369 6700 0 -1 64 28444 0 0 0 4107 17 0 0 16 0 13 0 23949595 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8373] ppid=8367 vsize=1797120 CPUtime=41.24
/proc/8369/task/8373/stat : 8373 (java) S 8367 8369 6700 0 -1 64 24649 0 0 0 4110 14 0 0 16 0 13 0 23949595 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8374] ppid=8367 vsize=1797120 CPUtime=0.2
/proc/8369/task/8374/stat : 8374 (java) S 8367 8369 6700 0 -1 64 23 0 0 0 14 6 0 0 16 0 13 0 23949598 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8375] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8375/stat : 8375 (java) S 8367 8369 6700 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8376] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8376/stat : 8376 (java) S 8367 8369 6700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8377] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8377/stat : 8377 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 23949608 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8378] ppid=8367 vsize=1797120 CPUtime=2.06
/proc/8369/task/8378/stat : 8378 (java) S 8367 8369 6700 0 -1 64 5866 0 0 0 203 3 0 0 16 0 13 0 23949608 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8379] ppid=8367 vsize=1797120 CPUtime=2
/proc/8369/task/8379/stat : 8379 (java) S 8367 8369 6700 0 -1 64 6122 0 0 0 197 3 0 0 17 0 13 0 23949608 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8380] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8380/stat : 8380 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 23949608 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8381] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8381/stat : 8381 (java) S 8367 8369 6700 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23949608 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8382] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8382/stat : 8382 (java) S 8367 8369 6700 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23949962 1840250880 91097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1585.31
Current children cumulated vsize (KiB) 1797120

[startup+1602.3 s]
/proc/loadavg: 1.05 1.07 1.01 2/77 8580
/proc/meminfo: memFree=1356256/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1797120 CPUtime=1647.48
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 105458 0 1 0 164678 70 0 0 18 0 13 0 23949593 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 449280 92038 1333 9 0 446891 0
[pid=8369/tid=8371] ppid=8367 vsize=1797120 CPUtime=1556.2
/proc/8369/task/8371/stat : 8371 (java) R 8367 8369 6700 0 -1 64 38680 0 1 0 155596 24 0 0 25 0 13 0 23949594 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109980986 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8372] ppid=8367 vsize=1797120 CPUtime=43.49
/proc/8369/task/8372/stat : 8372 (java) S 8367 8369 6700 0 -1 64 28943 0 0 0 4332 17 0 0 16 0 13 0 23949595 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8373] ppid=8367 vsize=1797120 CPUtime=43.48
/proc/8369/task/8373/stat : 8373 (java) S 8367 8369 6700 0 -1 64 25103 0 0 0 4333 15 0 0 16 0 13 0 23949595 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8374] ppid=8367 vsize=1797120 CPUtime=0.22
/proc/8369/task/8374/stat : 8374 (java) S 8367 8369 6700 0 -1 64 23 0 0 0 15 7 0 0 16 0 13 0 23949598 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8375] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8375/stat : 8375 (java) S 8367 8369 6700 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8376] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8376/stat : 8376 (java) S 8367 8369 6700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8377] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8377/stat : 8377 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 23949608 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8378] ppid=8367 vsize=1797120 CPUtime=2.06
/proc/8369/task/8378/stat : 8378 (java) S 8367 8369 6700 0 -1 64 5866 0 0 0 203 3 0 0 16 0 13 0 23949608 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8379] ppid=8367 vsize=1797120 CPUtime=2
/proc/8369/task/8379/stat : 8379 (java) S 8367 8369 6700 0 -1 64 6122 0 0 0 197 3 0 0 17 0 13 0 23949608 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8380] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8380/stat : 8380 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 23949608 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8381] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8381/stat : 8381 (java) S 8367 8369 6700 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23949608 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8382] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8382/stat : 8382 (java) S 8367 8369 6700 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23949962 1840250880 92038 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.48
Current children cumulated vsize (KiB) 1797120

[startup+1662.3 s]
/proc/loadavg: 1.02 1.06 1.01 2/77 8580
/proc/meminfo: memFree=1353312/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1797120 CPUtime=1709.79
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 106284 0 1 0 170908 71 0 0 18 0 13 0 23949593 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 449280 92785 1333 9 0 446891 0
[pid=8369/tid=8371] ppid=8367 vsize=1797120 CPUtime=1613.79
/proc/8369/task/8371/stat : 8371 (java) R 8367 8369 6700 0 -1 64 38714 0 1 0 161355 24 0 0 24 0 13 0 23949594 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109665206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8372] ppid=8367 vsize=1797120 CPUtime=45.84
/proc/8369/task/8372/stat : 8372 (java) S 8367 8369 6700 0 -1 64 29382 0 0 0 4567 17 0 0 16 0 13 0 23949595 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8373] ppid=8367 vsize=1797120 CPUtime=45.84
/proc/8369/task/8373/stat : 8373 (java) S 8367 8369 6700 0 -1 64 25456 0 0 0 4569 15 0 0 16 0 13 0 23949595 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8374] ppid=8367 vsize=1797120 CPUtime=0.22
/proc/8369/task/8374/stat : 8374 (java) S 8367 8369 6700 0 -1 64 23 0 0 0 15 7 0 0 15 0 13 0 23949598 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8375] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8375/stat : 8375 (java) S 8367 8369 6700 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8376] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8376/stat : 8376 (java) S 8367 8369 6700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8377] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8377/stat : 8377 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 23949608 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8378] ppid=8367 vsize=1797120 CPUtime=2.06
/proc/8369/task/8378/stat : 8378 (java) S 8367 8369 6700 0 -1 64 5866 0 0 0 203 3 0 0 16 0 13 0 23949608 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8379] ppid=8367 vsize=1797120 CPUtime=2
/proc/8369/task/8379/stat : 8379 (java) S 8367 8369 6700 0 -1 64 6122 0 0 0 197 3 0 0 17 0 13 0 23949608 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8380] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8380/stat : 8380 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 23949608 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8381] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8381/stat : 8381 (java) S 8367 8369 6700 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23949608 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8382] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8382/stat : 8382 (java) S 8367 8369 6700 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23949962 1840250880 92785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.79
Current children cumulated vsize (KiB) 1797120

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/77 8580
/proc/meminfo: memFree=1350176/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1797120 CPUtime=1772.09
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 107092 0 1 0 177137 72 0 0 18 0 13 0 23949593 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 449280 93526 1333 9 0 446891 0
[pid=8369/tid=8371] ppid=8367 vsize=1797120 CPUtime=1671.43
/proc/8369/task/8371/stat : 8371 (java) R 8367 8369 6700 0 -1 64 38747 0 1 0 167119 24 0 0 25 0 13 0 23949594 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109966472 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8372] ppid=8367 vsize=1797120 CPUtime=48.15
/proc/8369/task/8372/stat : 8372 (java) S 8367 8369 6700 0 -1 64 29912 0 0 0 4798 17 0 0 16 0 13 0 23949595 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8373] ppid=8367 vsize=1797120 CPUtime=48.15
/proc/8369/task/8373/stat : 8373 (java) S 8367 8369 6700 0 -1 64 25700 0 0 0 4800 15 0 0 17 0 13 0 23949595 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8374] ppid=8367 vsize=1797120 CPUtime=0.23
/proc/8369/task/8374/stat : 8374 (java) S 8367 8369 6700 0 -1 64 24 0 0 0 16 7 0 0 16 0 13 0 23949598 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8375] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8375/stat : 8375 (java) S 8367 8369 6700 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8376] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8376/stat : 8376 (java) S 8367 8369 6700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8377] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8377/stat : 8377 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 23949608 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8378] ppid=8367 vsize=1797120 CPUtime=2.06
/proc/8369/task/8378/stat : 8378 (java) S 8367 8369 6700 0 -1 64 5866 0 0 0 203 3 0 0 16 0 13 0 23949608 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8379] ppid=8367 vsize=1797120 CPUtime=2
/proc/8369/task/8379/stat : 8379 (java) S 8367 8369 6700 0 -1 64 6122 0 0 0 197 3 0 0 17 0 13 0 23949608 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8380] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8380/stat : 8380 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 23949608 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8381] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8381/stat : 8381 (java) S 8367 8369 6700 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23949608 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8382] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8382/stat : 8382 (java) S 8367 8369 6700 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23949962 1840250880 93526 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.09
Current children cumulated vsize (KiB) 1797120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1749.2 s]
/proc/loadavg: 1.00 1.04 1.00 2/77 8580
/proc/meminfo: memFree=1348896/2055920 swapFree=4184696/4192956
[pid=8369] ppid=8367 vsize=1797120 CPUtime=1800.04
/proc/8369/stat : 8369 (java) S 8367 8369 6700 0 -1 0 107463 0 1 0 179932 72 0 0 18 0 13 0 23949593 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8369/statm: 449280 93861 1333 9 0 446891 0
[pid=8369/tid=8371] ppid=8367 vsize=1797120 CPUtime=1697.25
/proc/8369/task/8371/stat : 8371 (java) R 8367 8369 6700 0 -1 64 38762 0 1 0 169701 24 0 0 25 0 13 0 23949594 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109945789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8372] ppid=8367 vsize=1797120 CPUtime=49.22
/proc/8369/task/8372/stat : 8372 (java) S 8367 8369 6700 0 -1 64 30173 0 0 0 4905 17 0 0 17 0 13 0 23949595 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8373] ppid=8367 vsize=1797120 CPUtime=49.22
/proc/8369/task/8373/stat : 8373 (java) S 8367 8369 6700 0 -1 64 25795 0 0 0 4907 15 0 0 16 0 13 0 23949595 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8374] ppid=8367 vsize=1797120 CPUtime=0.23
/proc/8369/task/8374/stat : 8374 (java) S 8367 8369 6700 0 -1 64 24 0 0 0 16 7 0 0 16 0 13 0 23949598 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8375] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8375/stat : 8375 (java) S 8367 8369 6700 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8376] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8376/stat : 8376 (java) S 8367 8369 6700 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23949598 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8377] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8377/stat : 8377 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 23949608 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8378] ppid=8367 vsize=1797120 CPUtime=2.06
/proc/8369/task/8378/stat : 8378 (java) S 8367 8369 6700 0 -1 64 5866 0 0 0 203 3 0 0 16 0 13 0 23949608 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8379] ppid=8367 vsize=1797120 CPUtime=2
/proc/8369/task/8379/stat : 8379 (java) S 8367 8369 6700 0 -1 64 6122 0 0 0 197 3 0 0 17 0 13 0 23949608 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8380] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8380/stat : 8380 (java) S 8367 8369 6700 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 23949608 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8369/tid=8381] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8381/stat : 8381 (java) S 8367 8369 6700 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23949608 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8369/tid=8382] ppid=8367 vsize=1797120 CPUtime=0
/proc/8369/task/8382/stat : 8382 (java) S 8367 8369 6700 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23949962 1840250880 93861 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1797120

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

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

Child status: 143
Real time (s): 1749.29
CPU time (s): 1800.14
CPU user time (s): 1799.36
CPU system time (s): 0.781881
CPU usage (%): 102.907
Max. virtual memory (cumulated for all children) (KiB): 1798144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.781881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107483
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45330
involuntary context switches= 41071

runsolver used 1.70674 second user time and 4.71928 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Apr 16 02:37:23 UTC 2007

IDJOB= 354016
IDBENCH= 2312
IDSOLVER= 164
FILE ID= node48/354016-1176691043

PBS_JOBID= 4559983

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  edd986756231058ab35f21017ebd98b6

RANDOM SEED= 586079511

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.238
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.238
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:       1721184 kB
Buffers:         48236 kB
Cached:         201916 kB
SwapCached:       2672 kB
Active:         118316 kB
Inactive:       143504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721184 kB
SwapTotal:     4192956 kB
SwapFree:      4184696 kB
Dirty:            7128 kB
Writeback:           0 kB
Mapped:          17548 kB
Slab:            58940 kB
Committed_AS:   888304 kB
PageTables:       1396 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= 66542 MiB

End job on node48 on Mon Apr 16 03:06:34 UTC 2007