Trace number 349560

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.22 1775.57

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
MD5SUM158d85b2efcaf56eab2db834482aadfb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16224
Total number of constraints1488
Number of constraints which are clauses192
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1296
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 10368
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 180197911475330400
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 418848431931392
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 180197911475330400
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/349560-1176708937/instance-349560-1176708937.opb
0.20/0.20	c reading problem ... 
2.76/1.64	c ... done. Wall clock time 1.444s.
2.76/1.64	c CPU time (experimental) 1.1s.
2.76/1.64	c #vars     16224
2.76/1.64	c #constraints  1608
1800.04/1775.41	c starts		: 2
1800.04/1775.41	c conflicts		: 23642
1800.04/1775.41	c decisions		: 88253
1800.04/1775.41	c propagations		: 313186
1800.04/1775.41	c inspects		: 155249940
1800.04/1775.41	c learnt literals	: 0
1800.04/1775.41	c learnt binary clauses	: 0
1800.04/1775.41	c learnt ternary clauses	: 0
1800.04/1775.41	c learnt clauses	: 23642
1800.04/1775.41	c root simplifications	: 0
1800.04/1775.41	c removed literals (reason simplification)	: 0
1800.04/1775.41	c reason swapping (by a shorter reason)	: 0
1800.04/1775.41	c Calls to reduceDB	: 0
1800.04/1775.41	c speed (decisions/second)	: 49.76432529481188
1800.04/1775.41	c non guided choices	0
1800.04/1775.41	s UNKNOWN
1800.04/1775.41	c Total wall clock time (ms): 1775.217

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/node7/watcher-349560-1176708937 -o ROOT/results/node7/solver-349560-1176708937 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349560-1176708937/sat4jPseudoCPClause.jar /tmp/evaluation/349560-1176708937/instance-349560-1176708937.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.93 1.01 0.99 2/77 8063
/proc/meminfo: memFree=1651160/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=18568 CPUtime=0
/proc/8063/stat : 8063 (runsolver) R 8061 8063 7300 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 146931328 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8063/statm: 4642 292 257 24 0 2626 0

[startup+0.0315089 s]
/proc/loadavg: 0.93 1.01 0.99 2/77 8063
/proc/meminfo: memFree=1651160/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1773596 CPUtime=0.01
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 2514 0 1 0 0 1 0 0 18 0 3 0 146931328 1816162304 2263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 443399 2263 387 9 0 441413 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773596

[startup+0.102061 s]
/proc/loadavg: 0.93 1.01 0.99 2/77 8063
/proc/meminfo: memFree=1651160/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1780112 CPUtime=0.08
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 3962 0 1 0 6 2 0 0 18 0 12 0 146931328 1822834688 3703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 445028 3703 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301081 s]
/proc/loadavg: 0.93 1.01 0.99 2/77 8063
/proc/meminfo: memFree=1651160/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1782716 CPUtime=0.35
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 5247 0 1 0 32 3 0 0 18 0 12 0 146931328 1825501184 4985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 445679 4985 1267 9 0 443290 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782716

[startup+0.701121 s]
/proc/loadavg: 0.93 1.01 0.99 2/77 8063
/proc/meminfo: memFree=1651160/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1785192 CPUtime=0.97
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 8047 0 1 0 92 5 0 0 18 0 12 0 146931328 1828036608 7383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 446298 7383 1301 9 0 443909 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1785192

[startup+1.50221 s]
/proc/loadavg: 0.93 1.01 0.99 4/89 8075
/proc/meminfo: memFree=1612856/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1798768 CPUtime=2.56
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 23949 0 1 0 243 13 0 0 18 0 12 0 146931328 1841938432 18717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 449692 18718 1304 9 0 447303 0
[pid=8063/tid=8065] ppid=8061 vsize=1798768 CPUtime=0.99
/proc/8063/task/8065/stat : 8065 (java) R 8061 8063 7300 0 -1 64 13921 0 1 0 91 8 0 0 21 0 12 0 146931330 1841938432 18719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531045 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8066] ppid=8061 vsize=1798768 CPUtime=0
/proc/8063/task/8066/stat : 8066 (java) S 8061 8063 7300 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 146931331 1841938432 18720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8067] ppid=8061 vsize=1798768 CPUtime=0
/proc/8063/task/8067/stat : 8067 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 146931331 1841938432 18721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8068] ppid=8061 vsize=1798768 CPUtime=0
/proc/8063/task/8068/stat : 8068 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 146931334 1841938432 18721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8069] ppid=8061 vsize=1798768 CPUtime=0
/proc/8063/task/8069/stat : 8069 (java) S 8061 8063 7300 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 146931334 1841938432 18722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8070] ppid=8061 vsize=1798768 CPUtime=0
/proc/8063/task/8070/stat : 8070 (java) S 8061 8063 7300 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 146931334 1841938432 18727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8071] ppid=8061 vsize=1798768 CPUtime=0
/proc/8063/task/8071/stat : 8071 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146931338 1841938432 18730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8072] ppid=8061 vsize=1798768 CPUtime=0.83
/proc/8063/task/8072/stat : 8072 (java) R 8061 8063 7300 0 -1 64 5344 0 0 0 81 2 0 0 18 0 12 0 146931338 1841938432 18733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336781 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8073] ppid=8061 vsize=1798768 CPUtime=0.7
/proc/8063/task/8073/stat : 8073 (java) S 8061 8063 7300 0 -1 64 3963 0 0 0 69 1 0 0 17 0 12 0 146931338 1841938432 18735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8074] ppid=8061 vsize=1798768 CPUtime=0
/proc/8063/task/8074/stat : 8074 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146931338 1841938432 18738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8075] ppid=8061 vsize=1798768 CPUtime=0
/proc/8063/task/8075/stat : 8075 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146931338 1841938432 18739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1798768

[startup+3.10237 s]
/proc/loadavg: 0.93 1.01 0.99 4/90 8076
/proc/meminfo: memFree=1566512/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1796336 CPUtime=5.33
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 49374 0 1 0 510 23 0 0 18 0 13 0 146931328 1839448064 39216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 449084 39217 1318 9 0 446695 0
[pid=8063/tid=8065] ppid=8061 vsize=1796336 CPUtime=2.02
/proc/8063/task/8065/stat : 8065 (java) R 8061 8063 7300 0 -1 64 34727 0 1 0 186 16 0 0 19 0 13 0 146931330 1839448064 39218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551533 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8066] ppid=8061 vsize=1796336 CPUtime=0
/proc/8063/task/8066/stat : 8066 (java) S 8061 8063 7300 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 146931331 1839448064 39218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8067] ppid=8061 vsize=1796336 CPUtime=0
/proc/8063/task/8067/stat : 8067 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 146931331 1839448064 39219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8068] ppid=8061 vsize=1796336 CPUtime=0
/proc/8063/task/8068/stat : 8068 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 146931334 1839448064 39220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8069] ppid=8061 vsize=1796336 CPUtime=0
/proc/8063/task/8069/stat : 8069 (java) S 8061 8063 7300 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 146931334 1839448064 39223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8070] ppid=8061 vsize=1796336 CPUtime=0
/proc/8063/task/8070/stat : 8070 (java) S 8061 8063 7300 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146931334 1839448064 39226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8071] ppid=8061 vsize=1796336 CPUtime=0
/proc/8063/task/8071/stat : 8071 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146931338 1839448064 39228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8072] ppid=8061 vsize=1796336 CPUtime=1.71
/proc/8063/task/8072/stat : 8072 (java) S 8061 8063 7300 0 -1 64 8106 0 0 0 167 4 0 0 16 0 13 0 146931338 1839448064 39230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8073] ppid=8061 vsize=1796336 CPUtime=1.59
/proc/8063/task/8073/stat : 8073 (java) S 8061 8063 7300 0 -1 64 5816 0 0 0 157 2 0 0 16 0 13 0 146931338 1839448064 39230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8074] ppid=8061 vsize=1796336 CPUtime=0
/proc/8063/task/8074/stat : 8074 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146931338 1839448064 39230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8075] ppid=8061 vsize=1796336 CPUtime=0
/proc/8063/task/8075/stat : 8075 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146931338 1839448064 39230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8076] ppid=8061 vsize=1796336 CPUtime=0
/proc/8063/task/8076/stat : 8076 (java) S 8061 8063 7300 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146931535 1839448064 39230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 1796336

[startup+6.3017 s]
/proc/loadavg: 0.94 1.01 0.99 2/90 8076
/proc/meminfo: memFree=1466544/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1795008 CPUtime=9.36
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 62093 0 1 0 908 28 0 0 18 0 13 0 146931328 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 448752 47510 1328 9 0 446363 0
[pid=8063/tid=8065] ppid=8061 vsize=1795008 CPUtime=4.89
/proc/8063/task/8065/stat : 8065 (java) R 8061 8063 7300 0 -1 64 37740 0 1 0 472 17 0 0 25 0 13 0 146931330 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109573643 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8066] ppid=8061 vsize=1795008 CPUtime=0.16
/proc/8063/task/8066/stat : 8066 (java) S 8061 8063 7300 0 -1 64 2786 0 0 0 15 1 0 0 16 0 13 0 146931331 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8067] ppid=8061 vsize=1795008 CPUtime=0.15
/proc/8063/task/8067/stat : 8067 (java) S 8061 8063 7300 0 -1 64 2810 0 0 0 15 0 0 0 16 0 13 0 146931331 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8068] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8068/stat : 8068 (java) S 8061 8063 7300 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8069] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8069/stat : 8069 (java) S 8061 8063 7300 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8070] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8070/stat : 8070 (java) S 8061 8063 7300 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8071] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8071/stat : 8071 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146931338 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8072] ppid=8061 vsize=1795008 CPUtime=2.05
/proc/8063/task/8072/stat : 8072 (java) S 8061 8063 7300 0 -1 64 9425 0 0 0 201 4 0 0 16 0 13 0 146931338 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8073] ppid=8061 vsize=1795008 CPUtime=2.07
/proc/8063/task/8073/stat : 8073 (java) S 8061 8063 7300 0 -1 64 8596 0 0 0 204 3 0 0 16 0 13 0 146931338 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8074] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8074/stat : 8074 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146931338 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8075] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8075/stat : 8075 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146931338 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8076] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8076/stat : 8076 (java) S 8061 8063 7300 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146931535 1838088192 47510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 1795008

[startup+12.7014 s]
/proc/loadavg: 0.94 1.01 0.99 2/90 8076
/proc/meminfo: memFree=1439408/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1795008 CPUtime=16.02
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 71570 0 1 0 1568 34 0 0 18 0 13 0 146931328 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 448752 54159 1328 9 0 446363 0
[pid=8063/tid=8065] ppid=8061 vsize=1795008 CPUtime=11.02
/proc/8063/task/8065/stat : 8065 (java) R 8061 8063 7300 0 -1 64 37929 0 1 0 1085 17 0 0 25 0 13 0 146931330 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914419 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8066] ppid=8061 vsize=1795008 CPUtime=0.39
/proc/8063/task/8066/stat : 8066 (java) S 8061 8063 7300 0 -1 64 7658 0 0 0 36 3 0 0 15 0 13 0 146931331 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8067] ppid=8061 vsize=1795008 CPUtime=0.39
/proc/8063/task/8067/stat : 8067 (java) S 8061 8063 7300 0 -1 64 7215 0 0 0 36 3 0 0 16 0 13 0 146931331 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8068] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8068/stat : 8068 (java) S 8061 8063 7300 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 146931334 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8069] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8069/stat : 8069 (java) S 8061 8063 7300 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8070] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8070/stat : 8070 (java) S 8061 8063 7300 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8071] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8071/stat : 8071 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146931338 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8072] ppid=8061 vsize=1795008 CPUtime=2.05
/proc/8063/task/8072/stat : 8072 (java) S 8061 8063 7300 0 -1 64 9425 0 0 0 201 4 0 0 16 0 13 0 146931338 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8073] ppid=8061 vsize=1795008 CPUtime=2.11
/proc/8063/task/8073/stat : 8073 (java) S 8061 8063 7300 0 -1 64 8596 0 0 0 208 3 0 0 16 0 13 0 146931338 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8074] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8074/stat : 8074 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146931338 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8075] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8075/stat : 8075 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146931338 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8076] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8076/stat : 8076 (java) S 8061 8063 7300 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146931535 1838088192 54159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.02
Current children cumulated vsize (KiB) 1795008

[startup+25.5027 s]
/proc/loadavg: 0.95 1.01 0.99 2/90 8076
/proc/meminfo: memFree=1414960/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1795008 CPUtime=28.99
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 78309 0 1 0 2862 37 0 0 18 0 13 0 146931328 1838088192 60151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 448752 60151 1334 9 0 446363 0
[pid=8063/tid=8065] ppid=8061 vsize=1795008 CPUtime=23.6
/proc/8063/task/8065/stat : 8065 (java) R 8061 8063 7300 0 -1 64 38387 0 1 0 2343 17 0 0 20 0 13 0 146931330 1838088192 60151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849832 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8066] ppid=8061 vsize=1795008 CPUtime=0.56
/proc/8063/task/8066/stat : 8066 (java) S 8061 8063 7300 0 -1 64 10785 0 0 0 51 5 0 0 16 0 13 0 146931331 1838088192 60151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8067] ppid=8061 vsize=1795008 CPUtime=0.55
/proc/8063/task/8067/stat : 8067 (java) S 8061 8063 7300 0 -1 64 10363 0 0 0 51 4 0 0 16 0 13 0 146931331 1838088192 60151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8068] ppid=8061 vsize=1795008 CPUtime=0.01
/proc/8063/task/8068/stat : 8068 (java) S 8061 8063 7300 0 -1 64 24 0 0 0 1 0 0 0 16 0 13 0 146931334 1838088192 60151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=8063/tid=8068] ppid=8061 vsize=1795008 CPUtime=0.15
/proc/8063/task/8068/stat : 8068 (java) S 8061 8063 7300 0 -1 64 51 0 0 0 9 6 0 0 16 0 13 0 146931334 1838088192 160727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8069] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8069/stat : 8069 (java) S 8061 8063 7300 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 160727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8070] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8070/stat : 8070 (java) S 8061 8063 7300 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 160727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8071] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8071/stat : 8071 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146931338 1838088192 160727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8072] ppid=8061 vsize=1795008 CPUtime=2.22
/proc/8063/task/8072/stat : 8072 (java) S 8061 8063 7300 0 -1 64 9434 0 0 0 218 4 0 0 16 0 13 0 146931338 1838088192 160727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8073] ppid=8061 vsize=1795008 CPUtime=2.42
/proc/8063/task/8073/stat : 8073 (java) S 8061 8063 7300 0 -1 64 9367 0 0 0 239 3 0 0 17 0 13 0 146931338 1838088192 160727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8074] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8074/stat : 8074 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146931338 1838088192 160727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8075] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8075/stat : 8075 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146931338 1838088192 160727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8076] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8076/stat : 8076 (java) S 8061 8063 7300 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146931535 1838088192 160727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1563.7
Current children cumulated vsize (KiB) 1795008

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8274
/proc/meminfo: memFree=1001072/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1795008 CPUtime=1624.48
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 213322 0 1 0 162332 116 0 0 18 0 13 0 146931328 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 448752 163186 1334 9 0 446363 0
[pid=8063/tid=8065] ppid=8061 vsize=1795008 CPUtime=1580.32
/proc/8063/task/8065/stat : 8065 (java) R 8061 8063 7300 0 -1 64 42330 0 1 0 157998 34 0 0 25 0 13 0 146931330 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109560556 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8066] ppid=8061 vsize=1795008 CPUtime=19.63
/proc/8063/task/8066/stat : 8066 (java) S 8061 8063 7300 0 -1 64 74191 0 0 0 1929 34 0 0 16 0 13 0 146931331 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8067] ppid=8061 vsize=1795008 CPUtime=19.66
/proc/8063/task/8067/stat : 8067 (java) S 8061 8063 7300 0 -1 64 77226 0 0 0 1935 31 0 0 16 0 13 0 146931331 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8068] ppid=8061 vsize=1795008 CPUtime=0.16
/proc/8063/task/8068/stat : 8068 (java) S 8061 8063 7300 0 -1 64 51 0 0 0 10 6 0 0 16 0 13 0 146931334 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8069] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8069/stat : 8069 (java) S 8061 8063 7300 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8070] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8070/stat : 8070 (java) S 8061 8063 7300 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8071] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8071/stat : 8071 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146931338 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8072] ppid=8061 vsize=1795008 CPUtime=2.22
/proc/8063/task/8072/stat : 8072 (java) S 8061 8063 7300 0 -1 64 9434 0 0 0 218 4 0 0 16 0 13 0 146931338 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8073] ppid=8061 vsize=1795008 CPUtime=2.42
/proc/8063/task/8073/stat : 8073 (java) S 8061 8063 7300 0 -1 64 9367 0 0 0 239 3 0 0 17 0 13 0 146931338 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8074] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8074/stat : 8074 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146931338 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8075] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8075/stat : 8075 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146931338 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8076] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8076/stat : 8076 (java) S 8061 8063 7300 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146931535 1838088192 163186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1624.48
Current children cumulated vsize (KiB) 1795008

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8274
/proc/meminfo: memFree=991408/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1795008 CPUtime=1685.31
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 216129 0 1 0 168413 118 0 0 18 0 13 0 146931328 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 448752 165578 1334 9 0 446363 0
[pid=8063/tid=8065] ppid=8061 vsize=1795008 CPUtime=1639.39
/proc/8063/task/8065/stat : 8065 (java) R 8061 8063 7300 0 -1 64 42346 0 1 0 163905 34 0 0 25 0 13 0 146931330 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109821716 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8066] ppid=8061 vsize=1795008 CPUtime=20.51
/proc/8063/task/8066/stat : 8066 (java) S 8061 8063 7300 0 -1 64 75553 0 0 0 2017 34 0 0 17 0 13 0 146931331 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8067] ppid=8061 vsize=1795008 CPUtime=20.54
/proc/8063/task/8067/stat : 8067 (java) S 8061 8063 7300 0 -1 64 78655 0 0 0 2022 32 0 0 16 0 13 0 146931331 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8068] ppid=8061 vsize=1795008 CPUtime=0.16
/proc/8063/task/8068/stat : 8068 (java) S 8061 8063 7300 0 -1 64 51 0 0 0 10 6 0 0 16 0 13 0 146931334 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8069] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8069/stat : 8069 (java) S 8061 8063 7300 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8070] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8070/stat : 8070 (java) S 8061 8063 7300 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8071] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8071/stat : 8071 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146931338 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8072] ppid=8061 vsize=1795008 CPUtime=2.22
/proc/8063/task/8072/stat : 8072 (java) S 8061 8063 7300 0 -1 64 9434 0 0 0 218 4 0 0 16 0 13 0 146931338 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8073] ppid=8061 vsize=1795008 CPUtime=2.42
/proc/8063/task/8073/stat : 8073 (java) S 8061 8063 7300 0 -1 64 9367 0 0 0 239 3 0 0 17 0 13 0 146931338 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8074] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8074/stat : 8074 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146931338 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8075] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8075/stat : 8075 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146931338 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8076] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8076/stat : 8076 (java) S 8061 8063 7300 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146931535 1838088192 165578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1685.31
Current children cumulated vsize (KiB) 1795008

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8274
/proc/meminfo: memFree=982128/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1795008 CPUtime=1746.17
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 218686 0 1 0 174497 120 0 0 18 0 13 0 146931328 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 448752 167883 1334 9 0 446363 0
[pid=8063/tid=8065] ppid=8061 vsize=1795008 CPUtime=1698.46
/proc/8063/task/8065/stat : 8065 (java) R 8061 8063 7300 0 -1 64 42362 0 1 0 169811 35 0 0 25 0 13 0 146931330 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849844 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8066] ppid=8061 vsize=1795008 CPUtime=21.41
/proc/8063/task/8066/stat : 8066 (java) S 8061 8063 7300 0 -1 64 76748 0 0 0 2106 35 0 0 17 0 13 0 146931331 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8067] ppid=8061 vsize=1795008 CPUtime=21.43
/proc/8063/task/8067/stat : 8067 (java) S 8061 8063 7300 0 -1 64 80001 0 0 0 2110 33 0 0 17 0 13 0 146931331 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8068] ppid=8061 vsize=1795008 CPUtime=0.16
/proc/8063/task/8068/stat : 8068 (java) S 8061 8063 7300 0 -1 64 51 0 0 0 10 6 0 0 16 0 13 0 146931334 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8069] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8069/stat : 8069 (java) S 8061 8063 7300 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8070] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8070/stat : 8070 (java) S 8061 8063 7300 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8071] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8071/stat : 8071 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146931338 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8072] ppid=8061 vsize=1795008 CPUtime=2.22
/proc/8063/task/8072/stat : 8072 (java) S 8061 8063 7300 0 -1 64 9434 0 0 0 218 4 0 0 16 0 13 0 146931338 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8073] ppid=8061 vsize=1795008 CPUtime=2.42
/proc/8063/task/8073/stat : 8073 (java) S 8061 8063 7300 0 -1 64 9367 0 0 0 239 3 0 0 17 0 13 0 146931338 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8074] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8074/stat : 8074 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146931338 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8075] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8075/stat : 8075 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146931338 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8076] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8076/stat : 8076 (java) S 8061 8063 7300 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146931535 1838088192 167883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1746.17
Current children cumulated vsize (KiB) 1795008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8274
/proc/meminfo: memFree=973744/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=1795008 CPUtime=1800.04
/proc/8063/stat : 8063 (java) S 8061 8063 7300 0 -1 0 220983 0 1 0 179883 121 0 0 18 0 13 0 146931328 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8063/statm: 448752 169971 1334 9 0 446363 0
[pid=8063/tid=8065] ppid=8061 vsize=1795008 CPUtime=1750.76
/proc/8063/task/8065/stat : 8065 (java) R 8061 8063 7300 0 -1 64 42376 0 1 0 175041 35 0 0 25 0 13 0 146931330 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109560576 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8066] ppid=8061 vsize=1795008 CPUtime=22.19
/proc/8063/task/8066/stat : 8066 (java) S 8061 8063 7300 0 -1 64 77539 0 0 0 2184 35 0 0 16 0 13 0 146931331 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8067] ppid=8061 vsize=1795008 CPUtime=22.22
/proc/8063/task/8067/stat : 8067 (java) S 8061 8063 7300 0 -1 64 81493 0 0 0 2188 34 0 0 16 0 13 0 146931331 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8068] ppid=8061 vsize=1795008 CPUtime=0.17
/proc/8063/task/8068/stat : 8068 (java) S 8061 8063 7300 0 -1 64 51 0 0 0 11 6 0 0 16 0 13 0 146931334 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8069] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8069/stat : 8069 (java) S 8061 8063 7300 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8070] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8070/stat : 8070 (java) S 8061 8063 7300 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146931334 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8071] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8071/stat : 8071 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146931338 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8072] ppid=8061 vsize=1795008 CPUtime=2.22
/proc/8063/task/8072/stat : 8072 (java) S 8061 8063 7300 0 -1 64 9434 0 0 0 218 4 0 0 16 0 13 0 146931338 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8073] ppid=8061 vsize=1795008 CPUtime=2.42
/proc/8063/task/8073/stat : 8073 (java) S 8061 8063 7300 0 -1 64 9367 0 0 0 239 3 0 0 17 0 13 0 146931338 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8074] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8074/stat : 8074 (java) S 8061 8063 7300 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146931338 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8063/tid=8075] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8075/stat : 8075 (java) S 8061 8063 7300 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146931338 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8063/tid=8076] ppid=8061 vsize=1795008 CPUtime=0
/proc/8063/task/8076/stat : 8076 (java) S 8061 8063 7300 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146931535 1838088192 169971 18446744073709551615 134512640 134550740 4294956448 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) 1795008

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

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

[startup+1775.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8274
/proc/meminfo: memFree=973744/2055920 swapFree=4170480/4192956
[pid=8063] ppid=8061 vsize=0 CPUtime=1800.15
/proc/8063/stat : 8063 (java) Z 8061 8063 7300 0 -1 1036 221003 0 1 0 179889 126 0 0 15 0 2 0 146931328 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8063/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1775.57
CPU time (s): 1800.22
CPU user time (s): 1798.9
CPU system time (s): 1.3188
CPU usage (%): 101.388
Max. virtual memory (cumulated for all children) (KiB): 1802160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.3188
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221003
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= 42381
involuntary context switches= 49687

runsolver used 1.71874 second user time and 4.88426 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Apr 16 07:35:37 UTC 2007

IDJOB= 349560
IDBENCH= 2521
IDSOLVER= 164
FILE ID= node7/349560-1176708937

PBS_JOBID= 4559431

Free space on /tmp= 66421 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  158d85b2efcaf56eab2db834482aadfb

RANDOM SEED= 103500878

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1651632 kB
Buffers:         32012 kB
Cached:         287356 kB
SwapCached:       2952 kB
Active:         188804 kB
Inactive:       154984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651632 kB
SwapTotal:     4192956 kB
SwapFree:      4170480 kB
Dirty:            4512 kB
Writeback:           0 kB
Mapped:          31460 kB
Slab:            45964 kB
Committed_AS:  7034056 kB
PageTables:       1864 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= 66421 MiB

End job on node7 on Mon Apr 16 08:05:15 UTC 2007