Trace number 362362

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.22 1792.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370c.opb
MD5SUMc00448b3bb1fb54d1d5ecdb2bc9f967d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.05977
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654121
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 654121
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.13/3.86	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/3.86	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/3.86	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/3.88	c no version file found!!!
0.13/3.88	c sun.arch.data.model	32
0.13/3.88	c java.version	1.6.0
0.13/3.88	c os.name	Linux
0.13/3.88	c os.version	2.6.9-22.EL.rootsmp
0.13/3.88	c os.arch	i386
0.13/3.88	c Free memory 1651659224
0.13/3.88	c Max memory 1654456320
0.13/3.88	c Total memory 1654456320
0.13/3.88	c Number of processors 2
0.22/4.00	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.22/4.00	--- Begin Solver configuration ---
0.22/4.00	c Stops conflict analysis at the first Unique Implication Point
0.22/4.00	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.22/4.00	c Learn all clauses as in MiniSAT
0.22/4.00	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.22/4.00	c VSIDS like heuristics from MiniSAT using a heap
0.22/4.00	c No reason simplification
0.22/4.00	c --- End Solver configuration ---
0.22/4.00	c solving /tmp/evaluation/362362-1177011282/instance-362362-1177011282.opb
0.22/4.00	c reading problem ... 
6.56/9.05	c ... done. Wall clock time 5.05s.
6.56/9.05	c CPU time (experimental) 3.93s.
6.56/9.05	c #vars     155000
6.56/9.05	c #constraints  5300
1800.08/1792.51	c starts		: 2
1800.08/1792.52	c conflicts		: 125
1800.08/1792.52	c decisions		: 757644
1800.08/1792.52	c propagations		: 3680116
1800.08/1792.52	c inspects		: 6830857
1800.08/1792.52	c learnt literals	: 0
1800.08/1792.52	c learnt binary clauses	: 0
1800.08/1792.52	c learnt ternary clauses	: 0
1800.08/1792.52	c learnt clauses	: 124
1800.08/1792.52	c root simplifications	: 0
1800.08/1792.52	c removed literals (reason simplification)	: 0
1800.08/1792.52	c reason swapping (by a shorter reason)	: 0
1800.08/1792.52	c Calls to reduceDB	: 0
1800.08/1792.52	c speed (decisions/second)	: 424.9823027811838
1800.08/1792.52	c non guided choices	0
1800.08/1792.52	s UNKNOWN
1800.08/1792.52	c Total wall clock time (ms): 1788.517

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/node46/watcher-362362-1177011282 -o ROOT/results/node46/solver-362362-1177011282 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362362-1177011282/sat4jPseudoCP.jar /tmp/evaluation/362362-1177011282/instance-362362-1177011282.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: 1.00 1.00 1.00 2/78 26232
/proc/meminfo: memFree=1787640/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=18568 CPUtime=0
/proc/26232/stat : 26232 (runsolver) R 26230 26232 25171 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 55812078 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 255825866023 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26232/statm: 4642 292 257 24 0 2626 0

[startup+0.090392 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26232
/proc/meminfo: memFree=1787640/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=200 CPUtime=0
/proc/26232/stat : 26232 (java) D 26230 26232 25171 0 -1 0 49 0 0 0 0 0 0 0 20 0 1 0 55812078 204800 33 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7795620 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/26232/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101393 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26232
/proc/meminfo: memFree=1787640/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=200 CPUtime=0
/proc/26232/stat : 26232 (java) D 26230 26232 25171 0 -1 0 49 0 0 0 0 0 0 0 20 0 1 0 55812078 204800 33 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7795620 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/26232/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.301429 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26232
/proc/meminfo: memFree=1787640/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=324 CPUtime=0
/proc/26232/stat : 26232 (java) D 26230 26232 25171 0 -1 0 56 0 2 0 0 0 0 0 18 0 1 0 55812078 331776 41 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7799815 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/26232/statm: 81 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 324

[startup+0.701506 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26232
/proc/meminfo: memFree=1787640/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=12056 CPUtime=0
/proc/26232/stat : 26232 (java) D 26230 26232 25171 0 -1 0 364 0 4 0 0 0 0 0 18 0 1 0 55812078 12345344 175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7766303 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/26232/statm: 3014 175 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 1.00 1/79 26233
/proc/meminfo: memFree=1786608/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=12056 CPUtime=0
/proc/26232/stat : 26232 (java) D 26230 26232 25171 0 -1 0 370 0 14 0 0 0 0 0 18 0 1 0 55812078 12345344 191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7766826 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/26232/statm: 3014 191 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+3.10196 s]
/proc/loadavg: 1.00 1.00 1.00 1/79 26233
/proc/meminfo: memFree=1785072/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=1777708 CPUtime=0.07
/proc/26232/stat : 26232 (java) S 26230 26232 25171 0 -1 0 3711 0 36 0 4 3 0 0 18 0 7 0 55812078 1820372992 3488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26232/statm: 444427 3488 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777708

[startup+6.30274 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 26244
/proc/meminfo: memFree=1691544/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=1785332 CPUtime=3.23
/proc/26232/stat : 26232 (java) S 26230 26232 25171 0 -1 0 49002 0 36 0 301 22 0 0 18 0 12 0 55812078 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26232/statm: 446333 47258 1313 9 0 443945 0
[pid=26232/tid=26234] ppid=26230 vsize=1785332 CPUtime=1.84
/proc/26232/task/26234/stat : 26234 (java) R 26230 26232 25171 0 -1 64 37652 0 9 0 167 17 0 0 17 0 12 0 55812315 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109512017 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1785332 CPUtime=0.21
/proc/26232/task/26235/stat : 26235 (java) S 26230 26232 25171 0 -1 64 3641 0 0 0 20 1 0 0 16 0 12 0 55812330 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26236] ppid=26230 vsize=1785332 CPUtime=0.21
/proc/26232/task/26236/stat : 26236 (java) S 26230 26232 25171 0 -1 64 5259 0 0 0 19 2 0 0 18 0 12 0 55812330 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26237] ppid=26230 vsize=1785332 CPUtime=0
/proc/26232/task/26237/stat : 26237 (java) S 26230 26232 25171 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 55812356 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26238] ppid=26230 vsize=1785332 CPUtime=0
/proc/26232/task/26238/stat : 26238 (java) S 26230 26232 25171 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 55812360 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26239] ppid=26230 vsize=1785332 CPUtime=0
/proc/26232/task/26239/stat : 26239 (java) S 26230 26232 25171 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 55812360 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26240] ppid=26230 vsize=1785332 CPUtime=0
/proc/26232/task/26240/stat : 26240 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 55812411 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26241] ppid=26230 vsize=1785332 CPUtime=0.41
/proc/26232/task/26241/stat : 26241 (java) S 26230 26232 25171 0 -1 64 574 0 0 0 41 0 0 0 16 0 12 0 55812411 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26242] ppid=26230 vsize=1785332 CPUtime=0.52
/proc/26232/task/26242/stat : 26242 (java) S 26230 26232 25171 0 -1 64 1178 0 0 0 52 0 0 0 16 0 12 0 55812411 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26243] ppid=26230 vsize=1785332 CPUtime=0
/proc/26232/task/26243/stat : 26243 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 55812411 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26244] ppid=26230 vsize=1785332 CPUtime=0
/proc/26232/task/26244/stat : 26244 (java) S 26230 26232 25171 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 55812411 1828179968 47258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 1785332

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26245
/proc/meminfo: memFree=1514192/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=1788564 CPUtime=11.82
/proc/26232/stat : 26232 (java) S 26230 26232 25171 0 -1 0 81252 0 36 0 1145 37 0 0 18 0 13 0 55812078 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26232/statm: 447141 73258 1334 9 0 444753 0
[pid=26232/tid=26234] ppid=26230 vsize=1788564 CPUtime=6.36
/proc/26232/task/26234/stat : 26234 (java) R 26230 26232 25171 0 -1 64 37717 0 9 0 619 17 0 0 18 0 13 0 55812315 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109916311 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1788564 CPUtime=1.8
/proc/26232/task/26235/stat : 26235 (java) S 26230 26232 25171 0 -1 64 19431 0 0 0 173 7 0 0 16 0 13 0 55812330 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26236] ppid=26230 vsize=1788564 CPUtime=1.8
/proc/26232/task/26236/stat : 26236 (java) S 26230 26232 25171 0 -1 64 20735 0 0 0 171 9 0 0 16 0 13 0 55812330 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26237] ppid=26230 vsize=1788564 CPUtime=0
/proc/26232/task/26237/stat : 26237 (java) S 26230 26232 25171 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 55812356 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26238] ppid=26230 vsize=1788564 CPUtime=0
/proc/26232/task/26238/stat : 26238 (java) S 26230 26232 25171 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 55812360 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26239] ppid=26230 vsize=1788564 CPUtime=0
/proc/26232/task/26239/stat : 26239 (java) S 26230 26232 25171 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55812360 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26240] ppid=26230 vsize=1788564 CPUtime=0
/proc/26232/task/26240/stat : 26240 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 55812411 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26241] ppid=26230 vsize=1788564 CPUtime=0.84
/proc/26232/task/26241/stat : 26241 (java) S 26230 26232 25171 0 -1 64 1171 0 0 0 84 0 0 0 16 0 13 0 55812411 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26242] ppid=26230 vsize=1788564 CPUtime=0.96
/proc/26232/task/26242/stat : 26242 (java) S 26230 26232 25171 0 -1 64 1496 0 0 0 96 0 0 0 16 0 13 0 55812411 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26243] ppid=26230 vsize=1788564 CPUtime=0
/proc/26232/task/26243/stat : 26243 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 55812411 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26244] ppid=26230 vsize=1788564 CPUtime=0
/proc/26232/task/26244/stat : 26244 (java) S 26230 26232 25171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 55812411 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26245] ppid=26230 vsize=1788564 CPUtime=0
/proc/26232/task/26245/stat : 26245 (java) S 26230 26232 25171 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 55813071 1831489536 73258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 1788564

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26245
/proc/meminfo: memFree=1509136/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=1788500 CPUtime=24.96
/proc/26232/stat : 26232 (java) S 26230 26232 25171 0 -1 0 82480 0 36 0 2456 40 0 0 18 0 13 0 55812078 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26232/statm: 447125 69654 1334 9 0 444737 0
[pid=26232/tid=26234] ppid=26230 vsize=1788500 CPUtime=18.78
/proc/26232/task/26234/stat : 26234 (java) R 26230 26232 25171 0 -1 64 37752 0 9 0 1861 17 0 0 25 0 13 0 55812315 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109879551 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1788500 CPUtime=1.92
/proc/26232/task/26235/stat : 26235 (java) S 26230 26232 25171 0 -1 64 19699 0 0 0 184 8 0 0 16 0 13 0 55812330 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26236] ppid=26230 vsize=1788500 CPUtime=1.93
/proc/26232/task/26236/stat : 26236 (java) S 26230 26232 25171 0 -1 64 21037 0 0 0 182 11 0 0 16 0 13 0 55812330 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26237] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26237/stat : 26237 (java) S 26230 26232 25171 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 55812356 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26238] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26238/stat : 26238 (java) S 26230 26232 25171 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 55812360 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26239] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26239/stat : 26239 (java) S 26230 26232 25171 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55812360 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26240] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26240/stat : 26240 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 55812411 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26241] ppid=26230 vsize=1788500 CPUtime=1.1
/proc/26232/task/26241/stat : 26241 (java) S 26230 26232 25171 0 -1 64 1699 0 0 0 109 1 0 0 17 0 13 0 55812411 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26242] ppid=26230 vsize=1788500 CPUtime=1.18
/proc/26232/task/26242/stat : 26242 (java) S 26230 26232 25171 0 -1 64 1576 0 0 0 118 0 0 0 17 0 13 0 55812411 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26243] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26243/stat : 26243 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 55812411 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26244] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26244/stat : 26244 (java) S 26230 26232 25171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 55812411 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26245] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26245/stat : 26245 (java) S 26230 26232 25171 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 55813071 1831424000 69654 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 1788500

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26247
/proc/meminfo: memFree=1492304/2055920 swapFree=4123076/4192956
[pid=26232] ppid=26230 vsize=1788500 CPUtime=50.83
/proc/26232/stat : 26232 (java) S 26230 26232 25171 0 -1 0 91923 0 36 0 5036 47 0 0 18 0 13 0 55812078 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26232/statm: 447125 74126 1334 9 0 444737 0
[pid=26232/tid=26234] ppid=26230 vsize=1788500 CPUtime=44.04
/proc/26232/task/26234/stat : 26234 (java) R 26230 26232 25171 0 -1 64 45650 0 9 0 4383 21 0 0 25 0 13 0 55812315 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109610949 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1788500 CPUtime=2.1
/proc/26232/task/26235/stat : 26235 (java) S 26230 26232 25171 0 -1 64 20385 0 0 0 200 10 0 0 15 0 13 0 55812330 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26236] ppid=26230 vsize=1788500 CPUtime=2.13
/proc/26232/task/26236/stat : 26236 (java) S 26230 26232 25171 0 -1 64 21855 0 0 0 202 11 0 0 16 0 13 0 55812330 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26237] ppid=26230 vsize=1788500 CPUtime=0.01
/proc/26232/task/26237/stat : 26237 (java) S 26230 26232 25171 0 -1 64 49 0 0 0 1 0 0 0 16 0 13 0 55812356 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26238] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26238/stat : 26238 (java) S 26230 26232 25171 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 55812360 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26239] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26239/stat : 26239 (java) S 26230 26232 25171 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55812360 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26240] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26240/stat : 26240 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 55812411 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26241] ppid=26230 vsize=1788500 CPUtime=1.2
/proc/26232/task/26241/stat : 26241 (java) S 26230 26232 25171 0 -1 64 1706 0 0 0 119 1 0 0 16 0 13 0 55812411 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26242] ppid=26230 vsize=1788500 CPUtime=1.27
/proc/26232/task/26242/stat : 26242 (java) S 26230 26232 25171 0 -1 64 1583 0 0 0 127 0 0 0 16 0 13 0 55812411 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26243] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26243/stat : 26243 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 55812411 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26244] ppid=26230 vsize=1788500 CPUtime=0
/proc/26232/task/26244/stat : 26244 (java) S 26230 26232 25171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 55812411 1831424000 74126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26245] ppid=26230 vsize=1788500 CPUtime=0

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

[pid=26232/tid=26237] ppid=26230 vsize=1789524 CPUtime=0.3
/proc/26232/task/26237/stat : 26237 (java) S 26230 26232 25171 0 -1 64 162 0 0 0 20 10 0 0 15 0 13 0 55812356 1832472576 107249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26238] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26238/stat : 26238 (java) S 26230 26232 25171 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 55812360 1832472576 107249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26239] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26239/stat : 26239 (java) S 26230 26232 25171 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55812360 1832472576 107249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26240] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26240/stat : 26240 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 55812411 1832472576 107249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26241] ppid=26230 vsize=1789524 CPUtime=1.29
/proc/26232/task/26241/stat : 26241 (java) S 26230 26232 25171 0 -1 64 1732 0 0 0 128 1 0 0 16 0 13 0 55812411 1832472576 107249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26242] ppid=26230 vsize=1789524 CPUtime=1.37
/proc/26232/task/26242/stat : 26242 (java) S 26230 26232 25171 0 -1 64 1995 0 0 0 136 1 0 0 17 0 13 0 55812411 1832472576 107249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26243] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26243/stat : 26243 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 55812411 1832472576 107249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26244] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26244/stat : 26244 (java) S 26230 26232 25171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 55812411 1832472576 107249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26245] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26245/stat : 26245 (java) S 26230 26232 25171 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 55813071 1832472576 107249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1609.02
Current children cumulated vsize (KiB) 1789524

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/91 26445
/proc/meminfo: memFree=1354256/2055920 swapFree=4123784/4192956
[pid=26232] ppid=26230 vsize=1789524 CPUtime=1669.24
/proc/26232/stat : 26232 (java) S 26230 26232 25171 0 -1 0 173386 0 36 0 166691 233 0 0 18 0 13 0 55812078 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26232/statm: 447381 108170 1334 9 0 444993 0
[pid=26232/tid=26234] ppid=26230 vsize=1789524 CPUtime=1637.41
/proc/26232/task/26234/stat : 26234 (java) R 26230 26232 25171 0 -1 64 86585 0 9 0 163685 56 0 0 17 0 13 0 55812315 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110076574 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1789524 CPUtime=14.35
/proc/26232/task/26235/stat : 26235 (java) S 26230 26232 25171 0 -1 64 40877 0 0 0 1354 81 0 0 16 0 13 0 55812330 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26236] ppid=26230 vsize=1789524 CPUtime=14.46
/proc/26232/task/26236/stat : 26236 (java) S 26230 26232 25171 0 -1 64 41340 0 0 0 1365 81 0 0 16 0 13 0 55812330 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26237] ppid=26230 vsize=1789524 CPUtime=0.3
/proc/26232/task/26237/stat : 26237 (java) S 26230 26232 25171 0 -1 64 162 0 0 0 20 10 0 0 16 0 13 0 55812356 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26238] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26238/stat : 26238 (java) S 26230 26232 25171 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 55812360 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26239] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26239/stat : 26239 (java) S 26230 26232 25171 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55812360 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26240] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26240/stat : 26240 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 55812411 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26241] ppid=26230 vsize=1789524 CPUtime=1.29
/proc/26232/task/26241/stat : 26241 (java) S 26230 26232 25171 0 -1 64 1732 0 0 0 128 1 0 0 16 0 13 0 55812411 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26242] ppid=26230 vsize=1789524 CPUtime=1.37
/proc/26232/task/26242/stat : 26242 (java) S 26230 26232 25171 0 -1 64 1995 0 0 0 136 1 0 0 17 0 13 0 55812411 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26243] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26243/stat : 26243 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 55812411 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26244] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26244/stat : 26244 (java) S 26230 26232 25171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 55812411 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26245] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26245/stat : 26245 (java) S 26230 26232 25171 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 55813071 1832472576 108170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1669.24
Current children cumulated vsize (KiB) 1789524

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 26445
/proc/meminfo: memFree=1350032/2055920 swapFree=4123848/4192956
[pid=26232] ppid=26230 vsize=1789524 CPUtime=1729.57
/proc/26232/stat : 26232 (java) S 26230 26232 25171 0 -1 0 177927 0 36 0 172716 241 0 0 18 0 13 0 55812078 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26232/statm: 447381 109229 1334 9 0 444993 0
[pid=26232/tid=26234] ppid=26230 vsize=1789524 CPUtime=1696.75
/proc/26232/task/26234/stat : 26234 (java) R 26230 26232 25171 0 -1 64 89767 0 9 0 169617 58 0 0 25 0 13 0 55812315 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109909863 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1789524 CPUtime=14.88
/proc/26232/task/26235/stat : 26235 (java) S 26230 26232 25171 0 -1 64 41675 0 0 0 1406 82 0 0 16 0 13 0 55812330 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26236] ppid=26230 vsize=1789524 CPUtime=14.89
/proc/26232/task/26236/stat : 26236 (java) S 26230 26232 25171 0 -1 64 41890 0 0 0 1404 85 0 0 16 0 13 0 55812330 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26237] ppid=26230 vsize=1789524 CPUtime=0.32
/proc/26232/task/26237/stat : 26237 (java) S 26230 26232 25171 0 -1 64 173 0 0 0 21 11 0 0 16 0 13 0 55812356 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26238] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26238/stat : 26238 (java) S 26230 26232 25171 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 55812360 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26239] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26239/stat : 26239 (java) S 26230 26232 25171 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55812360 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26240] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26240/stat : 26240 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26241] ppid=26230 vsize=1789524 CPUtime=1.3
/proc/26232/task/26241/stat : 26241 (java) S 26230 26232 25171 0 -1 64 1732 0 0 0 129 1 0 0 17 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26242] ppid=26230 vsize=1789524 CPUtime=1.37
/proc/26232/task/26242/stat : 26242 (java) S 26230 26232 25171 0 -1 64 1995 0 0 0 136 1 0 0 16 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26243] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26243/stat : 26243 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26244] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26244/stat : 26244 (java) S 26230 26232 25171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26245] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26245/stat : 26245 (java) S 26230 26232 25171 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 55813071 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1729.57
Current children cumulated vsize (KiB) 1789524

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 26445
/proc/meminfo: memFree=1349968/2055920 swapFree=4123848/4192956
[pid=26232] ppid=26230 vsize=1789524 CPUtime=1789.83
/proc/26232/stat : 26232 (java) S 26230 26232 25171 0 -1 0 178009 0 36 0 178737 246 0 0 18 0 13 0 55812078 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26232/statm: 447381 109229 1334 9 0 444993 0
[pid=26232/tid=26234] ppid=26230 vsize=1789524 CPUtime=1756.07
/proc/26232/task/26234/stat : 26234 (java) R 26230 26232 25171 0 -1 64 89849 0 9 0 175549 58 0 0 25 0 13 0 55812315 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109910087 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1789524 CPUtime=15.34
/proc/26232/task/26235/stat : 26235 (java) S 26230 26232 25171 0 -1 64 41675 0 0 0 1451 83 0 0 16 0 13 0 55812330 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26236] ppid=26230 vsize=1789524 CPUtime=15.37
/proc/26232/task/26236/stat : 26236 (java) S 26230 26232 25171 0 -1 64 41890 0 0 0 1448 89 0 0 16 0 13 0 55812330 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26237] ppid=26230 vsize=1789524 CPUtime=0.33
/proc/26232/task/26237/stat : 26237 (java) S 26230 26232 25171 0 -1 64 173 0 0 0 22 11 0 0 15 0 13 0 55812356 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26238] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26238/stat : 26238 (java) S 26230 26232 25171 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 55812360 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26239] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26239/stat : 26239 (java) S 26230 26232 25171 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55812360 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26240] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26240/stat : 26240 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26241] ppid=26230 vsize=1789524 CPUtime=1.3
/proc/26232/task/26241/stat : 26241 (java) S 26230 26232 25171 0 -1 64 1732 0 0 0 129 1 0 0 17 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26242] ppid=26230 vsize=1789524 CPUtime=1.37
/proc/26232/task/26242/stat : 26242 (java) S 26230 26232 25171 0 -1 64 1995 0 0 0 136 1 0 0 16 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26243] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26243/stat : 26243 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26244] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26244/stat : 26244 (java) S 26230 26232 25171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26245] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26245/stat : 26245 (java) S 26230 26232 25171 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 55813071 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1789.83
Current children cumulated vsize (KiB) 1789524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26445
/proc/meminfo: memFree=1349968/2055920 swapFree=4123848/4192956
[pid=26232] ppid=26230 vsize=1789524 CPUtime=1800.08
/proc/26232/stat : 26232 (java) S 26230 26232 25171 0 -1 0 178023 0 36 0 179761 247 0 0 18 0 13 0 55812078 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26232/statm: 447381 109229 1334 9 0 444993 0
[pid=26232/tid=26234] ppid=26230 vsize=1789524 CPUtime=1766.14
/proc/26232/task/26234/stat : 26234 (java) R 26230 26232 25171 0 -1 64 89863 0 9 0 176556 58 0 0 25 0 13 0 55812315 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109910289 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1789524 CPUtime=15.41
/proc/26232/task/26235/stat : 26235 (java) S 26230 26232 25171 0 -1 64 41675 0 0 0 1458 83 0 0 16 0 13 0 55812330 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26236] ppid=26230 vsize=1789524 CPUtime=15.46
/proc/26232/task/26236/stat : 26236 (java) S 26230 26232 25171 0 -1 64 41890 0 0 0 1457 89 0 0 16 0 13 0 55812330 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26237] ppid=26230 vsize=1789524 CPUtime=0.33
/proc/26232/task/26237/stat : 26237 (java) S 26230 26232 25171 0 -1 64 173 0 0 0 22 11 0 0 16 0 13 0 55812356 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26238] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26238/stat : 26238 (java) S 26230 26232 25171 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 55812360 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26239] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26239/stat : 26239 (java) S 26230 26232 25171 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 55812360 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26240] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26240/stat : 26240 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26241] ppid=26230 vsize=1789524 CPUtime=1.3
/proc/26232/task/26241/stat : 26241 (java) S 26230 26232 25171 0 -1 64 1732 0 0 0 129 1 0 0 17 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26232/tid=26242] ppid=26230 vsize=1789524 CPUtime=1.37
/proc/26232/task/26242/stat : 26242 (java) S 26230 26232 25171 0 -1 64 1995 0 0 0 136 1 0 0 16 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26243] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26243/stat : 26243 (java) S 26230 26232 25171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26244] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26244/stat : 26244 (java) S 26230 26232 25171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 55812411 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26232/tid=26245] ppid=26230 vsize=1789524 CPUtime=0
/proc/26232/task/26245/stat : 26245 (java) S 26230 26232 25171 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 55813071 1832472576 109229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1789524

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

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

[startup+1792.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 26445
/proc/meminfo: memFree=1349968/2055920 swapFree=4123848/4192956
[pid=26232] ppid=26230 vsize=0 CPUtime=1800.18
/proc/26232/stat : 26232 (java) Z 26230 26232 25171 0 -1 1036 178043 0 36 0 179767 251 0 0 15 0 2 0 55812078 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26232/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.65
CPU time (s): 1800.22
CPU user time (s): 1797.68
CPU system time (s): 2.54461
CPU usage (%): 100.422
Max. virtual memory (cumulated for all children) (KiB): 1790048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.68
system time used= 2.54461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178043
page faults= 36
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63584
involuntary context switches= 45500

runsolver used 2.02469 second user time and 5.60815 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Thu Apr 19 19:34:51 UTC 2007

IDJOB= 362362
IDBENCH= 1554
IDSOLVER= 160
FILE ID= node46/362362-1177011282

PBS_JOBID= 4630507

Free space on /tmp= 66075 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370c.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362362-1177011282/sat4jPseudoCP.jar /tmp/evaluation/362362-1177011282/instance-362362-1177011282.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-362362-1177011282 -o ROOT/results/node46/solver-362362-1177011282 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362362-1177011282/sat4jPseudoCP.jar /tmp/evaluation/362362-1177011282/instance-362362-1177011282.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c00448b3bb1fb54d1d5ecdb2bc9f967d

RANDOM SEED= 169641073

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1788056 kB
Buffers:         30504 kB
Cached:         166004 kB
SwapCached:       3004 kB
Active:          45028 kB
Inactive:       175864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788056 kB
SwapTotal:     4192956 kB
SwapFree:      4123076 kB
Dirty:           10280 kB
Writeback:           0 kB
Mapped:          31632 kB
Slab:            32328 kB
Committed_AS:  1952804 kB
PageTables:       1992 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= 66075 MiB

End job on node46 on Thu Apr 19 20:04:46 UTC 2007