Trace number 351222

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.2 1794.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
MD5SUMb5e82d02e51b7eb09c369bc9f6b2937f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables118500
Total number of constraints10525
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 constraints10525
Minimum length of a constraint10
Maximum length of a constraint118500
Number of terms in the objective function 102000
Biggest coefficient in the objective function 1981
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 601677
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 13452
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 608143
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/351222-1176589948/instance-351222-1176589948.opb
0.20/0.20	c reading problem ... 
19.38/14.55	c ... done. Wall clock time 14.346s.
19.38/14.55	c CPU time (experimental) 10.39s.
19.38/14.55	c #vars     118500
19.38/14.55	c #constraints  10526
1800.07/1794.51	c starts		: 4
1800.07/1794.51	c conflicts		: 811
1800.07/1794.51	c decisions		: 88536
1800.07/1794.51	c propagations		: 1157978
1800.07/1794.51	c inspects		: 6872215
1800.07/1794.51	c learnt literals	: 0
1800.07/1794.51	c learnt binary clauses	: 0
1800.07/1794.51	c learnt ternary clauses	: 0
1800.07/1794.51	c learnt clauses	: 811
1800.07/1794.51	c root simplifications	: 0
1800.07/1794.51	c removed literals (reason simplification)	: 0
1800.07/1794.51	c reason swapping (by a shorter reason)	: 0
1800.07/1794.51	c Calls to reduceDB	: 0
1800.07/1794.51	c speed (decisions/second)	: 49.75140033985777
1800.07/1794.51	c non guided choices	0
1800.07/1794.51	s UNKNOWN
1800.07/1794.51	c Total wall clock time (ms): 1794.309

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/node52/watcher-351222-1176589948 -o ROOT/results/node52/solver-351222-1176589948 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351222-1176589948/sat4jPseudoResolution.jar /tmp/evaluation/351222-1176589948/instance-351222-1176589948.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 11419
/proc/meminfo: memFree=1678300/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=18568 CPUtime=0
/proc/11419/stat : 11419 (runsolver) R 11417 11419 30386 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 13839904 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 273653755175 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11419/statm: 4642 292 257 24 0 2626 0

[startup+0.041679 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 11419
/proc/meminfo: memFree=1678300/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1776088 CPUtime=0.02
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 3204 0 1 0 1 1 0 0 18 0 4 0 13839904 1818714112 2951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 444022 2951 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.102685 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 11419
/proc/meminfo: memFree=1678300/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1780108 CPUtime=0.08
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 13839904 1822830592 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302699 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 11419
/proc/meminfo: memFree=1678300/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1782152 CPUtime=0.32
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 6104 0 1 0 29 3 0 0 18 0 12 0 13839904 1824923648 5842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 445538 5842 1264 9 0 443150 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782152

[startup+0.70273 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 11419
/proc/meminfo: memFree=1678300/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1783800 CPUtime=0.9
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 10510 0 1 0 86 4 0 0 18 0 12 0 13839904 1826611200 9812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 445950 9812 1296 9 0 443562 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783800

[startup+1.50278 s]
/proc/loadavg: 0.92 1.00 0.99 2/76 11431
/proc/meminfo: memFree=1614780/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1785812 CPUtime=2.09
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 23046 0 1 0 199 10 0 0 18 0 12 0 13839904 1828671488 21307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 446453 21308 1303 9 0 444065 0
[pid=11419/tid=11421] ppid=11417 vsize=1785812 CPUtime=1.15
/proc/11419/task/11421/stat : 11421 (java) R 11417 11419 30386 0 -1 64 19389 0 1 0 107 8 0 0 24 0 12 0 13839905 1828671488 21308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11422] ppid=11417 vsize=1785812 CPUtime=0
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 30386 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 13839907 1828671488 21309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=1785812 CPUtime=0
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 13839907 1828671488 21310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=1785812 CPUtime=0
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 13839909 1828671488 21311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=1785812 CPUtime=0
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 30386 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 13839909 1828671488 21312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=1785812 CPUtime=0
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 30386 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 13839909 1828671488 21313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=1785812 CPUtime=0
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 13839913 1828671488 21314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=1785812 CPUtime=0.46
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 30386 0 -1 64 1270 0 0 0 45 1 0 0 18 0 12 0 13839913 1828671488 21315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=1785812 CPUtime=0.46
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 30386 0 -1 64 1669 0 0 0 46 0 0 0 18 0 12 0 13839913 1828671488 21316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11430] ppid=11417 vsize=1785812 CPUtime=0
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 30386 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 13839913 1828671488 21317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=1785812 CPUtime=0
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 13839913 1828671488 21318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1785812

[startup+3.10189 s]
/proc/loadavg: 0.92 1.00 0.99 2/76 11431
/proc/meminfo: memFree=1535740/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1787740 CPUtime=4.43
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 51919 0 1 0 417 26 0 0 18 0 12 0 13839904 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 446935 48484 1312 9 0 444547 0
[pid=11419/tid=11421] ppid=11417 vsize=1787740 CPUtime=2.49
/proc/11419/task/11421/stat : 11421 (java) R 11417 11419 30386 0 -1 64 37672 0 1 0 231 18 0 0 21 0 12 0 13839905 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109691981 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11422] ppid=11417 vsize=1787740 CPUtime=0.23
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 30386 0 -1 64 5143 0 0 0 21 2 0 0 16 0 12 0 13839907 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=1787740 CPUtime=0.23
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 30386 0 -1 64 4402 0 0 0 21 2 0 0 16 0 12 0 13839907 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11424] ppid=11417 vsize=1787740 CPUtime=0
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 30386 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 13839909 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=1787740 CPUtime=0
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 13839909 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=1787740 CPUtime=0
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 13839909 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=1787740 CPUtime=0
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 13839913 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=1787740 CPUtime=0.71
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 30386 0 -1 64 2085 0 0 0 70 1 0 0 18 0 12 0 13839913 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=1787740 CPUtime=0.73
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 30386 0 -1 64 1892 0 0 0 73 0 0 0 18 0 12 0 13839913 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=1787740 CPUtime=0
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 30386 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 13839913 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=1787740 CPUtime=0
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 13839913 1830645760 48484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 1787740

[startup+6.3021 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 11431
/proc/meminfo: memFree=1438908/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1789244 CPUtime=8.47
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 70217 0 1 0 812 35 0 0 18 0 12 0 13839904 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 447311 64530 1313 9 0 444923 0
[pid=11419/tid=11421] ppid=11417 vsize=1789244 CPUtime=4.92
/proc/11419/task/11421/stat : 11421 (java) R 11417 11419 30386 0 -1 64 37676 0 1 0 474 18 0 0 20 0 12 0 13839905 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11422] ppid=11417 vsize=1789244 CPUtime=1
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 30386 0 -1 64 15379 0 0 0 93 7 0 0 16 0 12 0 13839907 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=1789244 CPUtime=1
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 30386 0 -1 64 12456 0 0 0 94 6 0 0 16 0 12 0 13839907 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11424] ppid=11417 vsize=1789244 CPUtime=0
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 30386 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 13839909 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=1789244 CPUtime=0
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 13839909 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=1789244 CPUtime=0
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 13839909 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=1789244 CPUtime=0
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 13839913 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=1789244 CPUtime=0.72
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 30386 0 -1 64 2086 0 0 0 71 1 0 0 15 0 12 0 13839913 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=1789244 CPUtime=0.79
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 30386 0 -1 64 1895 0 0 0 79 0 0 0 16 0 12 0 13839913 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=1789244 CPUtime=0
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 30386 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 13839913 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=1789244 CPUtime=0
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 13839913 1832185856 64530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 1789244

[startup+12.7015 s]
/proc/loadavg: 1.01 1.01 1.00 3/76 11431
/proc/meminfo: memFree=1369732/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1790524 CPUtime=16.82
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 88581 0 1 0 1639 43 0 0 18 0 12 0 13839904 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 447631 80441 1313 9 0 445243 0
[pid=11419/tid=11421] ppid=11417 vsize=1790524 CPUtime=9.32
/proc/11419/task/11421/stat : 11421 (java) R 11417 11419 30386 0 -1 64 37682 0 1 0 913 19 0 0 19 0 12 0 13839905 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109477198 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11422] ppid=11417 vsize=1790524 CPUtime=2.96
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 30386 0 -1 64 22565 0 0 0 286 10 0 0 16 0 12 0 13839907 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=1790524 CPUtime=2.98
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 30386 0 -1 64 23628 0 0 0 287 11 0 0 19 0 12 0 13839907 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11424] ppid=11417 vsize=1790524 CPUtime=0
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 30386 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 13839909 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=1790524 CPUtime=0
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 13839909 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=1790524 CPUtime=0
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 13839909 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=1790524 CPUtime=0
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 13839913 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=1790524 CPUtime=0.72
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 30386 0 -1 64 2086 0 0 0 71 1 0 0 16 0 12 0 13839913 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=1790524 CPUtime=0.79
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 30386 0 -1 64 1895 0 0 0 79 0 0 0 16 0 12 0 13839913 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=1790524 CPUtime=0
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 30386 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 13839913 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=1790524 CPUtime=0
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 13839913 1833496576 80441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.82
Current children cumulated vsize (KiB) 1790524

[startup+25.5024 s]
/proc/loadavg: 1.07 1.03 1.00 2/77 11432
/proc/meminfo: memFree=1328444/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1791304 CPUtime=30.7
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 98491 0 1 0 3022 48 0 0 18 0 13 0 13839904 1834295296 88539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 447826 88539 1328 9 0 445438 0
[pid=11419/tid=11421] ppid=11417 vsize=1791304 CPUtime=21.19
/proc/11419/task/11421/stat : 11421 (java) R 11417 11419 30386 0 -1 64 37721 0 1 0 2100 19 0 0 25 0 13 0 13839905 1834295296 88539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109960206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11422] ppid=11417 vsize=1791304 CPUtime=3.73
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 30386 0 -1 64 26809 0 0 0 361 12 0 0 19 0 13 0 13839907 1834295296 88539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=1791304 CPUtime=3.75
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 30386 0 -1 64 28478 0 0 0 362 13 0 0 20 0 13 0 13839907 1834295296 88539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 30386 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 88539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 88539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 88539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13839913 1834295296 88539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11419/tid=11424] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 30386 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 103134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 103134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 103134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13839913 1834295296 103134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=1791304 CPUtime=1.13
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 30386 0 -1 64 2774 0 0 0 112 1 0 0 16 0 13 0 13839913 1834295296 103134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=1791304 CPUtime=1.24
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 30386 0 -1 64 2492 0 0 0 123 1 0 0 16 0 13 0 13839913 1834295296 103134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 30386 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 13839913 1834295296 103134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 13839913 1834295296 103134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13841399 1834295296 103134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1607.96
Current children cumulated vsize (KiB) 1791304

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 11432
/proc/meminfo: memFree=1275644/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1791304 CPUtime=1667.96
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 116302 0 1 0 166733 63 0 0 18 0 13 0 13839904 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 447826 101597 1328 9 0 445438 0
[pid=11419/tid=11421] ppid=11417 vsize=1791304 CPUtime=1657
/proc/11419/task/11421/stat : 11421 (java) R 11417 11419 30386 0 -1 64 37742 0 1 0 165676 24 0 0 25 0 13 0 13839905 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110008159 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11422] ppid=11417 vsize=1791304 CPUtime=4.25
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 30386 0 -1 64 35608 0 0 0 408 17 0 0 17 0 13 0 13839907 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11423] ppid=11417 vsize=1791304 CPUtime=4.28
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 30386 0 -1 64 36954 0 0 0 411 17 0 0 17 0 13 0 13839907 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11424] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 30386 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13839913 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=1791304 CPUtime=1.13
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 30386 0 -1 64 2774 0 0 0 112 1 0 0 16 0 13 0 13839913 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=1791304 CPUtime=1.24
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 30386 0 -1 64 2492 0 0 0 123 1 0 0 16 0 13 0 13839913 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 30386 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 13839913 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 13839913 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13841399 1834295296 101597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.96
Current children cumulated vsize (KiB) 1791304

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/83 11504
/proc/meminfo: memFree=1283260/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1791304 CPUtime=1727.92
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 116839 0 1 0 172729 63 0 0 18 0 13 0 13839904 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 447826 99324 1328 9 0 445438 0
[pid=11419/tid=11421] ppid=11417 vsize=1791304 CPUtime=1716.93
/proc/11419/task/11421/stat : 11421 (java) R 11417 11419 30386 0 -1 64 37744 0 1 0 171669 24 0 0 25 0 13 0 13839905 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110008159 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11422] ppid=11417 vsize=1791304 CPUtime=4.27
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 30386 0 -1 64 36028 0 0 0 410 17 0 0 16 0 13 0 13839907 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11423] ppid=11417 vsize=1791304 CPUtime=4.29
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 30386 0 -1 64 37069 0 0 0 412 17 0 0 16 0 13 0 13839907 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 30386 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13839913 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=1791304 CPUtime=1.13
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 30386 0 -1 64 2774 0 0 0 112 1 0 0 16 0 13 0 13839913 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=1791304 CPUtime=1.24
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 30386 0 -1 64 2492 0 0 0 123 1 0 0 16 0 13 0 13839913 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 30386 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 13839913 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 13839913 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13841399 1834295296 99324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.92
Current children cumulated vsize (KiB) 1791304

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11630
/proc/meminfo: memFree=1293308/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1791304 CPUtime=1787.87
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 117416 0 1 0 178722 65 0 0 18 0 13 0 13839904 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 447826 97070 1328 9 0 445438 0
[pid=11419/tid=11421] ppid=11417 vsize=1791304 CPUtime=1776.84
/proc/11419/task/11421/stat : 11421 (java) R 11417 11419 30386 0 -1 64 37746 0 1 0 177659 25 0 0 25 0 13 0 13839905 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110008329 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11422] ppid=11417 vsize=1791304 CPUtime=4.28
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 30386 0 -1 64 36138 0 0 0 411 17 0 0 17 0 13 0 13839907 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11423] ppid=11417 vsize=1791304 CPUtime=4.31
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 30386 0 -1 64 37534 0 0 0 414 17 0 0 16 0 13 0 13839907 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 30386 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11425] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13839913 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=1791304 CPUtime=1.13
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 30386 0 -1 64 2774 0 0 0 112 1 0 0 16 0 13 0 13839913 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=1791304 CPUtime=1.24
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 30386 0 -1 64 2492 0 0 0 123 1 0 0 16 0 13 0 13839913 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 30386 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 13839913 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 13839913 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13841399 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.87
Current children cumulated vsize (KiB) 1791304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11630
/proc/meminfo: memFree=1293372/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=1791304 CPUtime=1800.07
/proc/11419/stat : 11419 (java) S 11417 11419 30386 0 -1 0 117416 0 1 0 179942 65 0 0 18 0 13 0 13839904 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11419/statm: 447826 97070 1328 9 0 445438 0
[pid=11419/tid=11421] ppid=11417 vsize=1791304 CPUtime=1789.04
/proc/11419/task/11421/stat : 11421 (java) R 11417 11419 30386 0 -1 64 37746 0 1 0 178879 25 0 0 25 0 13 0 13839905 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109960147 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11422] ppid=11417 vsize=1791304 CPUtime=4.28
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 30386 0 -1 64 36138 0 0 0 411 17 0 0 17 0 13 0 13839907 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11423] ppid=11417 vsize=1791304 CPUtime=4.31
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 30386 0 -1 64 37534 0 0 0 414 17 0 0 16 0 13 0 13839907 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 30386 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11419/tid=11425] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 30386 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13839909 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 30386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13839913 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=1791304 CPUtime=1.13
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 30386 0 -1 64 2774 0 0 0 112 1 0 0 16 0 13 0 13839913 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=1791304 CPUtime=1.24
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 30386 0 -1 64 2492 0 0 0 123 1 0 0 16 0 13 0 13839913 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 30386 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 13839913 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 30386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 13839913 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=1791304 CPUtime=0
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 30386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13841399 1834295296 97070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1791304

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

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

[startup+1794.61 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 11630
/proc/meminfo: memFree=1293372/2055920 swapFree=4192956/4192956
[pid=11419] ppid=11417 vsize=0 CPUtime=1800.18
/proc/11419/stat : 11419 (java) Z 11417 11419 30386 0 -1 1036 117436 0 1 0 179948 70 0 0 16 0 2 0 13839904 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11419/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): 1794.62
CPU time (s): 1800.2
CPU user time (s): 1799.49
CPU system time (s): 0.714891
CPU usage (%): 100.311
Max. virtual memory (cumulated for all children) (KiB): 1792064

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

runsolver used 2.22566 second user time and 4.34634 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Apr 14 22:32:28 UTC 2007

IDJOB= 351222
IDBENCH= 1705
IDSOLVER= 159
FILE ID= node52/351222-1176589948

PBS_JOBID= 4556952

Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351222-1176589948/sat4jPseudoResolution.jar /tmp/evaluation/351222-1176589948/instance-351222-1176589948.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-351222-1176589948 -o ROOT/results/node52/solver-351222-1176589948 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351222-1176589948/sat4jPseudoResolution.jar /tmp/evaluation/351222-1176589948/instance-351222-1176589948.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b5e82d02e51b7eb09c369bc9f6b2937f

RANDOM SEED= 439016487

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1678708 kB
Buffers:         39964 kB
Cached:         234620 kB
SwapCached:          0 kB
Active:          87824 kB
Inactive:       208208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678708 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           20612 kB
Writeback:           0 kB
Mapped:          29172 kB
Slab:            67124 kB
Committed_AS:   544376 kB
PageTables:       1496 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= 66544 MiB

End job on node52 on Sat Apr 14 23:02:25 UTC 2007