Trace number 348030

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.25 1784.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ir98.opb
MD5SUM395bac5c9d0c4cdb5ae1073c67c6675c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark263089
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263089
Optimality of the best value was proved NO
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527290
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/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.33	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.33	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.34	c no version file found!!!
0.13/0.34	c sun.arch.data.model	32
0.13/0.34	c java.version	1.6.0
0.13/0.34	c os.name	Linux
0.13/0.34	c os.version	2.6.9-22.EL.rootsmp
0.13/0.34	c os.arch	i386
0.13/0.34	c Free memory 1651659224
0.13/0.34	c Max memory 1654456320
0.13/0.34	c Total memory 1654456320
0.13/0.34	c Number of processors 2
0.13/0.40	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.13/0.40	--- Begin Solver configuration ---
0.13/0.40	c Stops conflict analysis at the first Unique Implication Point
0.13/0.40	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.40	c Learn all clauses as in MiniSAT
0.13/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.13/0.40	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.40	c No reason simplification
0.13/0.40	c --- End Solver configuration ---
0.13/0.40	c solving /tmp/evaluation/348030-1176566266/instance-348030-1176566266.opb
0.13/0.40	c reading problem ... 
2.43/1.82	c ... done. Wall clock time 1.419s.
2.43/1.82	c CPU time (experimental) 1.17s.
2.43/1.82	c #vars     7287
2.43/1.82	c #constraints  595
1800.10/1784.51	c starts		: 2
1800.10/1784.51	c conflicts		: 430
1800.10/1784.51	c decisions		: 36436
1800.10/1784.51	c propagations		: 70055
1800.10/1784.51	c inspects		: 2132378
1800.10/1784.51	c learnt literals	: 0
1800.10/1784.51	c learnt binary clauses	: 0
1800.10/1784.51	c learnt ternary clauses	: 0
1800.10/1784.51	c learnt clauses	: 429
1800.10/1784.51	c root simplifications	: 0
1800.10/1784.51	c removed literals (reason simplification)	: 0
1800.10/1784.51	c reason swapping (by a shorter reason)	: 0
1800.10/1784.51	c Calls to reduceDB	: 0
1800.10/1784.51	c speed (decisions/second)	: 20.438878296229106
1800.10/1784.51	c non guided choices	0
1800.10/1784.51	s UNKNOWN
1800.10/1784.51	c Total wall clock time (ms): 1784.116

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/node38/watcher-348030-1176566266 -o ROOT/results/node38/solver-348030-1176566266 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348030-1176566266/sat4jPseudoCP.jar /tmp/evaluation/348030-1176566266/instance-348030-1176566266.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.56 1.90 1.90 2/77 21130
/proc/meminfo: memFree=1430728/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=152 CPUtime=0
/proc/21130/stat : 21130 (java) D 21128 21130 21067 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 88793318 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8606500 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21130/statm: 38 26 19 9 0 4 0

[startup+0.054476 s]
/proc/loadavg: 1.56 1.90 1.90 2/77 21130
/proc/meminfo: memFree=1430728/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=12056 CPUtime=0
/proc/21130/stat : 21130 (java) D 21128 21130 21067 0 -1 0 372 0 9 0 0 0 0 0 18 0 1 0 88793318 12345344 188 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 8577834 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/21130/statm: 3014 188 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.102302 s]
/proc/loadavg: 1.56 1.90 1.90 2/77 21130
/proc/meminfo: memFree=1430728/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=12620 CPUtime=0.01
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 824 0 25 0 0 1 0 0 18 0 2 0 88793318 12922880 605 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 3155 605 288 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12620

[startup+0.301341 s]
/proc/loadavg: 1.56 1.90 1.90 2/77 21130
/proc/meminfo: memFree=1430728/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1780256 CPUtime=0.13
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 4079 0 35 0 9 4 0 0 18 0 12 0 88793318 1822982144 3854 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 445064 3854 1126 9 0 442683 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1780256

[startup+0.701424 s]
/proc/loadavg: 1.56 1.90 1.90 2/77 21130
/proc/meminfo: memFree=1430728/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1786792 CPUtime=0.71
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 6838 0 35 0 65 6 0 0 18 0 12 0 88793318 1829675008 6305 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 446698 6305 1296 9 0 444310 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1786792

[startup+1.50257 s]
/proc/loadavg: 1.56 1.90 1.90 4/89 21142
/proc/meminfo: memFree=1390312/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1792364 CPUtime=2.11
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 21097 0 35 0 199 12 0 0 18 0 12 0 88793318 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 448091 17903 1303 9 0 445703 0
[pid=21130/tid=21132] ppid=21128 vsize=1792364 CPUtime=0.85
/proc/21130/task/21132/stat : 21132 (java) R 21128 21130 21067 0 -1 64 14318 0 10 0 77 8 0 0 19 0 12 0 88793327 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109533265 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21133] ppid=21128 vsize=1792364 CPUtime=0
/proc/21130/task/21133/stat : 21133 (java) S 21128 21130 21067 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 88793331 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21134] ppid=21128 vsize=1792364 CPUtime=0
/proc/21130/task/21134/stat : 21134 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 88793331 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21135] ppid=21128 vsize=1792364 CPUtime=0
/proc/21130/task/21135/stat : 21135 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 88793336 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21136] ppid=21128 vsize=1792364 CPUtime=0
/proc/21130/task/21136/stat : 21136 (java) S 21128 21130 21067 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 88793336 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21137] ppid=21128 vsize=1792364 CPUtime=0
/proc/21130/task/21137/stat : 21137 (java) S 21128 21130 21067 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 88793336 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21138] ppid=21128 vsize=1792364 CPUtime=0
/proc/21130/task/21138/stat : 21138 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 88793343 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21139] ppid=21128 vsize=1792364 CPUtime=0.58
/proc/21130/task/21139/stat : 21139 (java) S 21128 21130 21067 0 -1 64 2200 0 0 0 58 0 0 0 16 0 12 0 88793343 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21140] ppid=21128 vsize=1792364 CPUtime=0.63
/proc/21130/task/21140/stat : 21140 (java) S 21128 21130 21067 0 -1 64 3884 0 0 0 62 1 0 0 18 0 12 0 88793343 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21141] ppid=21128 vsize=1792364 CPUtime=0
/proc/21130/task/21141/stat : 21141 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 88793343 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21142] ppid=21128 vsize=1792364 CPUtime=0
/proc/21130/task/21142/stat : 21142 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 88793343 1835380736 17903 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 1792364

[startup+3.10287 s]
/proc/loadavg: 1.56 1.90 1.90 3/90 21143
/proc/meminfo: memFree=1309536/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1792688 CPUtime=4.16
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 48536 0 35 0 393 23 0 0 18 0 13 0 88793318 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 448172 44696 1321 9 0 445784 0
[pid=21130/tid=21132] ppid=21128 vsize=1792688 CPUtime=2.18
/proc/21130/task/21132/stat : 21132 (java) R 21128 21130 21067 0 -1 64 37719 0 10 0 200 18 0 0 19 0 13 0 88793327 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109527133 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21133] ppid=21128 vsize=1792688 CPUtime=0.07
/proc/21130/task/21133/stat : 21133 (java) S 21128 21130 21067 0 -1 64 1838 0 0 0 7 0 0 0 17 0 13 0 88793331 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21134] ppid=21128 vsize=1792688 CPUtime=0.07
/proc/21130/task/21134/stat : 21134 (java) S 21128 21130 21067 0 -1 64 1538 0 0 0 7 0 0 0 16 0 13 0 88793331 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21135] ppid=21128 vsize=1792688 CPUtime=0
/proc/21130/task/21135/stat : 21135 (java) S 21128 21130 21067 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 88793336 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21136] ppid=21128 vsize=1792688 CPUtime=0
/proc/21130/task/21136/stat : 21136 (java) S 21128 21130 21067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 88793336 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21137] ppid=21128 vsize=1792688 CPUtime=0
/proc/21130/task/21137/stat : 21137 (java) S 21128 21130 21067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88793336 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21138] ppid=21128 vsize=1792688 CPUtime=0
/proc/21130/task/21138/stat : 21138 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88793343 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21139] ppid=21128 vsize=1792688 CPUtime=0.9
/proc/21130/task/21139/stat : 21139 (java) S 21128 21130 21067 0 -1 64 2838 0 0 0 90 0 0 0 17 0 13 0 88793343 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21140] ppid=21128 vsize=1792688 CPUtime=0.87
/proc/21130/task/21140/stat : 21140 (java) S 21128 21130 21067 0 -1 64 3898 0 0 0 86 1 0 0 17 0 13 0 88793343 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21141] ppid=21128 vsize=1792688 CPUtime=0
/proc/21130/task/21141/stat : 21141 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 88793343 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21142] ppid=21128 vsize=1792688 CPUtime=0
/proc/21130/task/21142/stat : 21142 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88793343 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21143] ppid=21128 vsize=1792688 CPUtime=0
/proc/21130/task/21143/stat : 21143 (java) S 21128 21130 21067 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 88793502 1835712512 44696 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1792688

[startup+6.30249 s]
/proc/loadavg: 1.68 1.92 1.90 2/90 21143
/proc/meminfo: memFree=1233824/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1792268 CPUtime=7.69
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 58380 0 35 0 742 27 0 0 18 0 13 0 88793318 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 448067 51252 1321 9 0 445679 0
[pid=21130/tid=21132] ppid=21128 vsize=1792268 CPUtime=5.04
/proc/21130/task/21132/stat : 21132 (java) R 21128 21130 21067 0 -1 64 37727 0 10 0 486 18 0 0 18 0 13 0 88793327 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109526984 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21133] ppid=21128 vsize=1792268 CPUtime=0.39
/proc/21130/task/21133/stat : 21133 (java) S 21128 21130 21067 0 -1 64 7093 0 0 0 37 2 0 0 16 0 13 0 88793331 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21134] ppid=21128 vsize=1792268 CPUtime=0.39
/proc/21130/task/21134/stat : 21134 (java) S 21128 21130 21067 0 -1 64 6104 0 0 0 38 1 0 0 16 0 13 0 88793331 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21135] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21135/stat : 21135 (java) S 21128 21130 21067 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 88793336 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21136] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21136/stat : 21136 (java) S 21128 21130 21067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 88793336 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21137] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21137/stat : 21137 (java) S 21128 21130 21067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88793336 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21138] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21138/stat : 21138 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88793343 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21139] ppid=21128 vsize=1792268 CPUtime=0.9
/proc/21130/task/21139/stat : 21139 (java) S 21128 21130 21067 0 -1 64 2838 0 0 0 90 0 0 0 17 0 13 0 88793343 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21140] ppid=21128 vsize=1792268 CPUtime=0.87
/proc/21130/task/21140/stat : 21140 (java) S 21128 21130 21067 0 -1 64 3898 0 0 0 86 1 0 0 16 0 13 0 88793343 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21141] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21141/stat : 21141 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 88793343 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21142] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21142/stat : 21142 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88793343 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21143] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21143/stat : 21143 (java) S 21128 21130 21067 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 88793502 1835282432 51252 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1792268

[startup+12.7027 s]
/proc/loadavg: 1.62 1.90 1.90 2/90 21143
/proc/meminfo: memFree=1222120/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1792268 CPUtime=14.16
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 58736 0 35 0 1388 28 0 0 18 0 13 0 88793318 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 448067 48638 1325 9 0 445679 0
[pid=21130/tid=21132] ppid=21128 vsize=1792268 CPUtime=11.37
/proc/21130/task/21132/stat : 21132 (java) R 21128 21130 21067 0 -1 64 37742 0 10 0 1119 18 0 0 18 0 13 0 88793327 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109815395 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21133] ppid=21128 vsize=1792268 CPUtime=0.41
/proc/21130/task/21133/stat : 21133 (java) S 21128 21130 21067 0 -1 64 7341 0 0 0 39 2 0 0 15 0 13 0 88793331 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21134] ppid=21128 vsize=1792268 CPUtime=0.41
/proc/21130/task/21134/stat : 21134 (java) S 21128 21130 21067 0 -1 64 6193 0 0 0 40 1 0 0 16 0 13 0 88793331 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21135] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21135/stat : 21135 (java) S 21128 21130 21067 0 -1 64 23 0 0 0 0 0 0 0 15 0 13 0 88793336 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21136] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21136/stat : 21136 (java) S 21128 21130 21067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 88793336 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21137] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21137/stat : 21137 (java) S 21128 21130 21067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88793336 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21138] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21138/stat : 21138 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88793343 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21139] ppid=21128 vsize=1792268 CPUtime=0.96
/proc/21130/task/21139/stat : 21139 (java) S 21128 21130 21067 0 -1 64 2838 0 0 0 96 0 0 0 16 0 13 0 88793343 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21140] ppid=21128 vsize=1792268 CPUtime=0.92
/proc/21130/task/21140/stat : 21140 (java) S 21128 21130 21067 0 -1 64 3902 0 0 0 91 1 0 0 16 0 13 0 88793343 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21141] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21141/stat : 21141 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 88793343 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21142] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21142/stat : 21142 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88793343 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21143] ppid=21128 vsize=1792268 CPUtime=0
/proc/21130/task/21143/stat : 21143 (java) S 21128 21130 21067 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 88793502 1835282432 48638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 1792268

[startup+25.5012 s]
/proc/loadavg: 1.48 1.86 1.88 2/90 21143
/proc/meminfo: memFree=1311592/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1792268 CPUtime=27.36
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 61498 0 35 0 2705 31 0 0 18 0 13 0 88793318 1835282432 28396 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 448067 28396 1325 9 0 445679 0
[pid=21130/tid=21132] ppid=21128 vsize=1792268 CPUtime=23.86
/proc/21130/task/21132/stat : 21132 (java) R 21128 21130 21067 0 -1 64 37785 0 10 0 2368 18 0 0 18 0 13 0 88793327 1835282432 28396 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109527016 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21133] ppid=21128 vsize=1792268 CPUtime=0.45
/proc/21130/task/21133/stat : 21133 (java) S 21128 21130 21067 0 -1 64 7788 0 0 0 42 3 0 0 15 0 13 0 88793331 1835282432 28396 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21134] ppid=21128 vsize=1792268 CPUtime=0.46
/proc/21130/task/21134/stat : 21134 (java) S 21128 21130 21067 0 -1 64 6365 0 0 0 44 2 0 0 15 0 13 0 88793331 1835282432 28396 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21135] ppid=21128 vsize=1792268 CPUtime=0.03
/proc/21130/task/21135/stat : 21135 (java) S 21128 21130 21067 0 -1 64 31 0 0 0 1 2 0 0 15 0 13 0 88793336 1835282432 28396 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=21130/tid=21135] ppid=21128 vsize=1793292 CPUtime=0.85
/proc/21130/task/21135/stat : 21135 (java) S 21128 21130 21067 0 -1 64 505 0 0 0 48 37 0 0 16 0 13 0 88793336 1836331008 123548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21136] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21136/stat : 21136 (java) S 21128 21130 21067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 88793336 1836331008 123548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21137] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21137/stat : 21137 (java) S 21128 21130 21067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88793336 1836331008 123548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21138] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21138/stat : 21138 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88793343 1836331008 123548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21139] ppid=21128 vsize=1793292 CPUtime=2.2
/proc/21130/task/21139/stat : 21139 (java) S 21128 21130 21067 0 -1 64 9348 0 0 0 217 3 0 0 16 0 13 0 88793343 1836331008 123548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21140] ppid=21128 vsize=1793292 CPUtime=2.03
/proc/21130/task/21140/stat : 21140 (java) S 21128 21130 21067 0 -1 64 3991 0 0 0 202 1 0 0 16 0 13 0 88793343 1836331008 123548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21141] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21141/stat : 21141 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 88793343 1836331008 123548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21142] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21142/stat : 21142 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88793343 1836331008 123548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21143] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21143/stat : 21143 (java) S 21128 21130 21067 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 88793502 1836331008 123548 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616.37
Current children cumulated vsize (KiB) 1793292

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/90 21343
/proc/meminfo: memFree=923496/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1793292 CPUtime=1676.86
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 285636 0 35 0 167490 196 0 0 18 0 13 0 88793318 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 448323 125674 1325 9 0 445935 0
[pid=21130/tid=21132] ppid=21128 vsize=1793292 CPUtime=1645.96
/proc/21130/task/21132/stat : 21132 (java) R 21128 21130 21067 0 -1 64 154567 0 10 0 164514 82 0 0 19 0 13 0 88793327 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109527133 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21133] ppid=21128 vsize=1793292 CPUtime=12.86
/proc/21130/task/21133/stat : 21133 (java) S 21128 21130 21067 0 -1 64 59545 0 0 0 1254 32 0 0 16 0 13 0 88793331 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21134] ppid=21128 vsize=1793292 CPUtime=12.84
/proc/21130/task/21134/stat : 21134 (java) S 21128 21130 21067 0 -1 64 56980 0 0 0 1250 34 0 0 16 0 13 0 88793331 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21135] ppid=21128 vsize=1793292 CPUtime=0.88
/proc/21130/task/21135/stat : 21135 (java) S 21128 21130 21067 0 -1 64 508 0 0 0 50 38 0 0 15 0 13 0 88793336 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21136] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21136/stat : 21136 (java) S 21128 21130 21067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 88793336 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21137] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21137/stat : 21137 (java) S 21128 21130 21067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88793336 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21138] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21138/stat : 21138 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88793343 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21139] ppid=21128 vsize=1793292 CPUtime=2.2
/proc/21130/task/21139/stat : 21139 (java) S 21128 21130 21067 0 -1 64 9348 0 0 0 217 3 0 0 16 0 13 0 88793343 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21140] ppid=21128 vsize=1793292 CPUtime=2.03
/proc/21130/task/21140/stat : 21140 (java) S 21128 21130 21067 0 -1 64 3991 0 0 0 202 1 0 0 16 0 13 0 88793343 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21141] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21141/stat : 21141 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 88793343 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21142] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21142/stat : 21142 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88793343 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21143] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21143/stat : 21143 (java) S 21128 21130 21067 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 88793502 1836331008 125674 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.86
Current children cumulated vsize (KiB) 1793292

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/90 21343
/proc/meminfo: memFree=913448/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1793292 CPUtime=1737.37
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 291044 0 35 0 173536 201 0 0 18 0 13 0 88793318 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 448323 128074 1325 9 0 445935 0
[pid=21130/tid=21132] ppid=21128 vsize=1793292 CPUtime=1705.35
/proc/21130/task/21132/stat : 21132 (java) R 21128 21130 21067 0 -1 64 156215 0 10 0 170451 84 0 0 17 0 13 0 88793327 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109855205 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21133] ppid=21128 vsize=1793292 CPUtime=13.4
/proc/21130/task/21133/stat : 21133 (java) S 21128 21130 21067 0 -1 64 61372 0 0 0 1307 33 0 0 16 0 13 0 88793331 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21134] ppid=21128 vsize=1793292 CPUtime=13.39
/proc/21130/task/21134/stat : 21134 (java) S 21128 21130 21067 0 -1 64 58908 0 0 0 1304 35 0 0 16 0 13 0 88793331 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21135] ppid=21128 vsize=1793292 CPUtime=0.89
/proc/21130/task/21135/stat : 21135 (java) S 21128 21130 21067 0 -1 64 512 0 0 0 51 38 0 0 15 0 13 0 88793336 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21136] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21136/stat : 21136 (java) S 21128 21130 21067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 88793336 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21137] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21137/stat : 21137 (java) S 21128 21130 21067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88793336 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21138] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21138/stat : 21138 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88793343 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21139] ppid=21128 vsize=1793292 CPUtime=2.2
/proc/21130/task/21139/stat : 21139 (java) S 21128 21130 21067 0 -1 64 9348 0 0 0 217 3 0 0 16 0 13 0 88793343 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21140] ppid=21128 vsize=1793292 CPUtime=2.03
/proc/21130/task/21140/stat : 21140 (java) S 21128 21130 21067 0 -1 64 3992 0 0 0 202 1 0 0 16 0 13 0 88793343 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21141] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21141/stat : 21141 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 88793343 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21142] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21142/stat : 21142 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88793343 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21143] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21143/stat : 21143 (java) S 21128 21130 21067 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 88793502 1836331008 128074 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.37
Current children cumulated vsize (KiB) 1793292

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.10 3/90 21343
/proc/meminfo: memFree=902632/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1793292 CPUtime=1797.88
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 296069 0 35 0 179583 205 0 0 18 0 13 0 88793318 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 448323 130740 1325 9 0 445935 0
[pid=21130/tid=21132] ppid=21128 vsize=1793292 CPUtime=1764.73
/proc/21130/task/21132/stat : 21132 (java) R 21128 21130 21067 0 -1 64 157271 0 10 0 176388 85 0 0 17 0 13 0 88793327 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109527133 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21133] ppid=21128 vsize=1793292 CPUtime=13.97
/proc/21130/task/21133/stat : 21133 (java) S 21128 21130 21067 0 -1 64 63557 0 0 0 1362 35 0 0 16 0 13 0 88793331 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21134] ppid=21128 vsize=1793292 CPUtime=13.95
/proc/21130/task/21134/stat : 21134 (java) S 21128 21130 21067 0 -1 64 60688 0 0 0 1359 36 0 0 16 0 13 0 88793331 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21135] ppid=21128 vsize=1793292 CPUtime=0.92
/proc/21130/task/21135/stat : 21135 (java) S 21128 21130 21067 0 -1 64 516 0 0 0 52 40 0 0 16 0 13 0 88793336 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21136] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21136/stat : 21136 (java) S 21128 21130 21067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 88793336 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21137] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21137/stat : 21137 (java) S 21128 21130 21067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88793336 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21138] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21138/stat : 21138 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88793343 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21139] ppid=21128 vsize=1793292 CPUtime=2.2
/proc/21130/task/21139/stat : 21139 (java) S 21128 21130 21067 0 -1 64 9348 0 0 0 217 3 0 0 16 0 13 0 88793343 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21140] ppid=21128 vsize=1793292 CPUtime=2.03
/proc/21130/task/21140/stat : 21140 (java) S 21128 21130 21067 0 -1 64 3992 0 0 0 202 1 0 0 16 0 13 0 88793343 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21141] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21141/stat : 21141 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 88793343 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21142] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21142/stat : 21142 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88793343 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21143] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21143/stat : 21143 (java) S 21128 21130 21067 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 88793502 1836331008 130740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 1793292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.5 s]
/proc/loadavg: 1.00 1.00 1.10 2/90 21343
/proc/meminfo: memFree=903272/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=1793292 CPUtime=1800.1
/proc/21130/stat : 21130 (java) S 21128 21130 21067 0 -1 0 296077 0 35 0 179805 205 0 0 18 0 13 0 88793318 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 448323 130633 1325 9 0 445935 0
[pid=21130/tid=21132] ppid=21128 vsize=1793292 CPUtime=1766.91
/proc/21130/task/21132/stat : 21132 (java) R 21128 21130 21067 0 -1 64 157274 0 10 0 176606 85 0 0 18 0 13 0 88793327 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109527035 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21133] ppid=21128 vsize=1793292 CPUtime=13.98
/proc/21130/task/21133/stat : 21133 (java) S 21128 21130 21067 0 -1 64 63562 0 0 0 1363 35 0 0 16 0 13 0 88793331 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21134] ppid=21128 vsize=1793292 CPUtime=13.97
/proc/21130/task/21134/stat : 21134 (java) S 21128 21130 21067 0 -1 64 60688 0 0 0 1361 36 0 0 16 0 13 0 88793331 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21135] ppid=21128 vsize=1793292 CPUtime=0.92
/proc/21130/task/21135/stat : 21135 (java) S 21128 21130 21067 0 -1 64 516 0 0 0 52 40 0 0 16 0 13 0 88793336 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21136] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21136/stat : 21136 (java) S 21128 21130 21067 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 88793336 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21137] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21137/stat : 21137 (java) S 21128 21130 21067 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 88793336 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21138] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21138/stat : 21138 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 88793343 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21139] ppid=21128 vsize=1793292 CPUtime=2.2
/proc/21130/task/21139/stat : 21139 (java) S 21128 21130 21067 0 -1 64 9348 0 0 0 217 3 0 0 16 0 13 0 88793343 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21130/tid=21140] ppid=21128 vsize=1793292 CPUtime=2.03
/proc/21130/task/21140/stat : 21140 (java) S 21128 21130 21067 0 -1 64 3992 0 0 0 202 1 0 0 16 0 13 0 88793343 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21141] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21141/stat : 21141 (java) S 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 88793343 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21142] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21142/stat : 21142 (java) R 21128 21130 21067 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88793343 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21130/tid=21143] ppid=21128 vsize=1793292 CPUtime=0
/proc/21130/task/21143/stat : 21143 (java) S 21128 21130 21067 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 88793502 1836331008 130633 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1793292

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

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

[startup+1784.61 s]
/proc/loadavg: 1.00 1.00 1.10 2/90 21343
/proc/meminfo: memFree=903272/2055920 swapFree=4184880/4192956
[pid=21130] ppid=21128 vsize=0 CPUtime=1800.21
/proc/21130/stat : 21130 (java) Z 21128 21130 21067 0 -1 1036 296097 0 35 0 179810 211 0 0 16 0 2 0 88793318 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21130/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.64
CPU time (s): 1800.25
CPU user time (s): 1798.11
CPU system time (s): 2.13768
CPU usage (%): 100.874
Max. virtual memory (cumulated for all children) (KiB): 1798028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.13767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296097
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70655
involuntary context switches= 57493

runsolver used 1.9507 second user time and 5.56015 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Apr 14 15:57:46 UTC 2007

IDJOB= 348030
IDBENCH= 1608
IDSOLVER= 160
FILE ID= node38/348030-1176566266

PBS_JOBID= 4556891

Free space on /tmp= 66560 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/unibo/normalized-reduced-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348030-1176566266/sat4jPseudoCP.jar /tmp/evaluation/348030-1176566266/instance-348030-1176566266.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-348030-1176566266 -o ROOT/results/node38/solver-348030-1176566266 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348030-1176566266/sat4jPseudoCP.jar /tmp/evaluation/348030-1176566266/instance-348030-1176566266.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  395bac5c9d0c4cdb5ae1073c67c6675c

RANDOM SEED= 997052731

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.263
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.263
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:       1431776 kB
Buffers:         37652 kB
Cached:         267856 kB
SwapCached:       2668 kB
Active:         308328 kB
Inactive:       196928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431776 kB
SwapTotal:     4192956 kB
SwapFree:      4184880 kB
Dirty:            4672 kB
Writeback:           0 kB
Mapped:         214988 kB
Slab:           104180 kB
Committed_AS:   368432 kB
PageTables:       2060 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= 66560 MiB

End job on node38 on Sat Apr 14 16:27:33 UTC 2007