Trace number 358398

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.17 1773.05

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111216188.opb
MD5SUM73ef9a0af8fe147a7b3ff15d21fca3a0
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.081986
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1183
Number of bits of the biggest sum of numbers11
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/358398-1176915044/instance-358398-1176915044.opb
0.20/0.20	c reading problem ... 
0.30/0.33	c ... done. Wall clock time 0.131s.
0.30/0.33	c CPU time (experimental) 0.27s.
0.30/0.33	c #vars     169
0.30/0.33	c #constraints  101
1800.01/1772.91	c starts		: 2
1800.01/1772.91	c conflicts		: 29348
1800.01/1772.91	c decisions		: 107109
1800.01/1772.91	c propagations		: 754027
1800.01/1772.91	c inspects		: 594023324
1800.01/1772.91	c learnt literals	: 0
1800.01/1772.91	c learnt binary clauses	: 0
1800.01/1772.91	c learnt ternary clauses	: 0
1800.01/1772.91	c learnt clauses	: 29348
1800.01/1772.91	c root simplifications	: 0
1800.01/1772.91	c removed literals (reason simplification)	: 0
1800.01/1772.91	c reason swapping (by a shorter reason)	: 0
1800.01/1772.91	c Calls to reduceDB	: 0
1800.01/1772.91	c speed (decisions/second)	: 60.42548150154013
1800.01/1772.91	c non guided choices	35
1800.01/1772.91	s UNKNOWN
1800.01/1772.91	c Total wall clock time (ms): 1772.714

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/node12/watcher-358398-1176915044 -o ROOT/results/node12/solver-358398-1176915044 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358398-1176915044/sat4jPseudoCPClause.jar /tmp/evaluation/358398-1176915044/instance-358398-1176915044.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.88 0.97 0.99 2/77 3460
/proc/meminfo: memFree=1435768/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1800 CPUtime=0
/proc/3460/stat : 3460 (java) D 3458 3460 2463 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 167541794 1843200 151 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/3460/statm: 450 151 114 9 0 92 0

[startup+0.012682 s]
/proc/loadavg: 0.88 0.97 0.99 2/77 3460
/proc/meminfo: memFree=1435768/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=12336 CPUtime=0
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 727 0 0 0 0 0 0 0 18 0 2 0 167541794 12632064 523 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 3083 523 218 9 0 1229 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12336

[startup+0.101699 s]
/proc/loadavg: 0.88 0.97 0.99 2/77 3460
/proc/meminfo: memFree=1435768/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1780260 CPUtime=0.09
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 4003 0 1 0 7 2 0 0 18 0 12 0 167541794 1822986240 3745 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 445065 3745 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780260

[startup+0.301718 s]
/proc/loadavg: 0.88 0.97 0.99 2/77 3460
/proc/meminfo: memFree=1435768/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1782436 CPUtime=0.3
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 5137 0 1 0 28 2 0 0 18 0 12 0 167541794 1825214464 4876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 445609 4876 1264 9 0 443220 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782436

[startup+0.701757 s]
/proc/loadavg: 0.88 0.97 0.99 2/77 3460
/proc/meminfo: memFree=1435768/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1784224 CPUtime=0.98
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 9044 0 1 0 94 4 0 0 18 0 13 0 167541794 1827045376 8267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 446056 8267 1305 9 0 443667 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1784224

[startup+1.50284 s]
/proc/loadavg: 0.88 0.97 0.99 4/90 3473
/proc/meminfo: memFree=1382224/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1796776 CPUtime=2.54
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 27422 0 1 0 240 14 0 0 18 0 13 0 167541794 1839898624 22785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 449194 22785 1315 9 0 446805 0
[pid=3460/tid=3462] ppid=3458 vsize=1796776 CPUtime=0.9
/proc/3460/task/3462/stat : 3462 (java) R 3458 3460 2463 0 -1 64 18323 0 1 0 81 9 0 0 18 0 13 0 167541796 1839898624 22785 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109213124 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3463] ppid=3458 vsize=1797224 CPUtime=0
/proc/3460/task/3463/stat : 3463 (java) S 3458 3460 2463 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 167541797 1840357376 22787 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3464] ppid=3458 vsize=1797224 CPUtime=0
/proc/3460/task/3464/stat : 3464 (java) S 3458 3460 2463 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 167541797 1840357376 22797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3465] ppid=3458 vsize=1797224 CPUtime=0
/proc/3460/task/3465/stat : 3465 (java) S 3458 3460 2463 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 167541799 1840357376 22807 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3466] ppid=3458 vsize=1797224 CPUtime=0
/proc/3460/task/3466/stat : 3466 (java) S 3458 3460 2463 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 167541800 1840357376 22820 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3467] ppid=3458 vsize=1797224 CPUtime=0
/proc/3460/task/3467/stat : 3467 (java) S 3458 3460 2463 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 167541800 1840357376 22830 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3468] ppid=3458 vsize=1797224 CPUtime=0
/proc/3460/task/3468/stat : 3468 (java) S 3458 3460 2463 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 167541803 1840357376 22839 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3469] ppid=3458 vsize=1797224 CPUtime=0.85
/proc/3460/task/3469/stat : 3469 (java) R 3458 3460 2463 0 -1 64 4712 0 0 0 83 2 0 0 19 0 13 0 167541803 1840357376 22848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102119237 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3470] ppid=3458 vsize=1797224 CPUtime=0.76
/proc/3460/task/3470/stat : 3470 (java) R 3458 3460 2463 0 -1 64 3736 0 0 0 75 1 0 0 18 0 13 0 167541804 1840357376 22858 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103059411 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3471] ppid=3458 vsize=1797224 CPUtime=0
/proc/3460/task/3471/stat : 3471 (java) S 3458 3460 2463 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 167541804 1840357376 22867 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3472] ppid=3458 vsize=1797224 CPUtime=0
/proc/3460/task/3472/stat : 3472 (java) S 3458 3460 2463 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167541804 1840357376 22877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3473] ppid=3458 vsize=1797224 CPUtime=0
/proc/3460/task/3473/stat : 3473 (java) S 3458 3460 2463 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167541828 1840357376 22886 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1796776

[startup+3.10299 s]
/proc/loadavg: 0.88 0.97 0.99 2/90 3473
/proc/meminfo: memFree=1279504/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1802908 CPUtime=4.93
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 51482 0 1 0 469 24 0 0 18 0 13 0 167541794 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 450727 44953 1324 9 0 448338 0
[pid=3460/tid=3462] ppid=3458 vsize=1802908 CPUtime=2.27
/proc/3460/task/3462/stat : 3462 (java) R 3458 3460 2463 0 -1 64 37743 0 1 0 210 17 0 0 25 0 13 0 167541796 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501317 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3463] ppid=3458 vsize=1802908 CPUtime=0.01
/proc/3460/task/3463/stat : 3463 (java) S 3458 3460 2463 0 -1 64 637 0 0 0 1 0 0 0 16 0 13 0 167541797 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3464] ppid=3458 vsize=1802908 CPUtime=0.01
/proc/3460/task/3464/stat : 3464 (java) S 3458 3460 2463 0 -1 64 590 0 0 0 1 0 0 0 16 0 13 0 167541797 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3465] ppid=3458 vsize=1802908 CPUtime=0
/proc/3460/task/3465/stat : 3465 (java) S 3458 3460 2463 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 167541799 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3466] ppid=3458 vsize=1802908 CPUtime=0
/proc/3460/task/3466/stat : 3466 (java) S 3458 3460 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167541800 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3467] ppid=3458 vsize=1802908 CPUtime=0
/proc/3460/task/3467/stat : 3467 (java) S 3458 3460 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167541800 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3468] ppid=3458 vsize=1802908 CPUtime=0
/proc/3460/task/3468/stat : 3468 (java) S 3458 3460 2463 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 167541803 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3469] ppid=3458 vsize=1802908 CPUtime=1.1
/proc/3460/task/3469/stat : 3469 (java) S 3458 3460 2463 0 -1 64 5241 0 0 0 108 2 0 0 16 0 13 0 167541803 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3470] ppid=3458 vsize=1802908 CPUtime=1.48
/proc/3460/task/3470/stat : 3470 (java) S 3458 3460 2463 0 -1 64 6541 0 0 0 146 2 0 0 15 0 13 0 167541804 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3471] ppid=3458 vsize=1802908 CPUtime=0
/proc/3460/task/3471/stat : 3471 (java) S 3458 3460 2463 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 167541804 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3472] ppid=3458 vsize=1802908 CPUtime=0
/proc/3460/task/3472/stat : 3472 (java) S 3458 3460 2463 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167541804 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3473] ppid=3458 vsize=1802908 CPUtime=0
/proc/3460/task/3473/stat : 3473 (java) S 3458 3460 2463 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167541828 1846177792 44953 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 1802908

[startup+6.30131 s]
/proc/loadavg: 0.89 0.97 0.99 2/90 3473
/proc/meminfo: memFree=1259408/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1801628 CPUtime=8.28
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 55315 0 1 0 802 26 0 0 18 0 13 0 167541794 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 450407 47063 1325 9 0 448018 0
[pid=3460/tid=3462] ppid=3458 vsize=1801628 CPUtime=5.33
/proc/3460/task/3462/stat : 3462 (java) R 3458 3460 2463 0 -1 64 37748 0 1 0 515 18 0 0 25 0 13 0 167541796 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501022 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3463] ppid=3458 vsize=1801628 CPUtime=0.1
/proc/3460/task/3463/stat : 3463 (java) S 3458 3460 2463 0 -1 64 2602 0 0 0 10 0 0 0 16 0 13 0 167541797 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3464] ppid=3458 vsize=1801628 CPUtime=0.1
/proc/3460/task/3464/stat : 3464 (java) S 3458 3460 2463 0 -1 64 2427 0 0 0 9 1 0 0 16 0 13 0 167541797 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3465] ppid=3458 vsize=1801628 CPUtime=0
/proc/3460/task/3465/stat : 3465 (java) S 3458 3460 2463 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167541799 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3466] ppid=3458 vsize=1801628 CPUtime=0
/proc/3460/task/3466/stat : 3466 (java) S 3458 3460 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167541800 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3467] ppid=3458 vsize=1801628 CPUtime=0
/proc/3460/task/3467/stat : 3467 (java) S 3458 3460 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167541800 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3468] ppid=3458 vsize=1801628 CPUtime=0
/proc/3460/task/3468/stat : 3468 (java) S 3458 3460 2463 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 167541803 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3469] ppid=3458 vsize=1801628 CPUtime=1.18
/proc/3460/task/3469/stat : 3469 (java) S 3458 3460 2463 0 -1 64 5246 0 0 0 116 2 0 0 16 0 13 0 167541803 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3470] ppid=3458 vsize=1801628 CPUtime=1.52
/proc/3460/task/3470/stat : 3470 (java) S 3458 3460 2463 0 -1 64 6543 0 0 0 149 3 0 0 16 0 13 0 167541804 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3471] ppid=3458 vsize=1801628 CPUtime=0
/proc/3460/task/3471/stat : 3471 (java) S 3458 3460 2463 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 167541804 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3472] ppid=3458 vsize=1801628 CPUtime=0
/proc/3460/task/3472/stat : 3472 (java) S 3458 3460 2463 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167541804 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3473] ppid=3458 vsize=1801628 CPUtime=0
/proc/3460/task/3473/stat : 3473 (java) S 3458 3460 2463 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167541828 1844867072 47063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 1801628

[startup+12.7029 s]
/proc/loadavg: 0.90 0.97 0.99 2/90 3473
/proc/meminfo: memFree=1216720/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1801172 CPUtime=14.89
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 64817 0 1 0 1458 31 0 0 18 0 13 0 167541794 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 450293 55797 1331 9 0 447904 0
[pid=3460/tid=3462] ppid=3458 vsize=1801172 CPUtime=11.55
/proc/3460/task/3462/stat : 3462 (java) R 3458 3460 2463 0 -1 64 39576 0 1 0 1137 18 0 0 24 0 13 0 167541796 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109509906 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3463] ppid=3458 vsize=1801172 CPUtime=0.26
/proc/3460/task/3463/stat : 3463 (java) S 3458 3460 2463 0 -1 64 6808 0 0 0 23 3 0 0 16 0 13 0 167541797 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3464] ppid=3458 vsize=1801172 CPUtime=0.26
/proc/3460/task/3464/stat : 3464 (java) S 3458 3460 2463 0 -1 64 5885 0 0 0 23 3 0 0 16 0 13 0 167541797 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3465] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3465/stat : 3465 (java) S 3458 3460 2463 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167541799 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3466] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3466/stat : 3466 (java) S 3458 3460 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3467] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3467/stat : 3467 (java) S 3458 3460 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3468] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3468/stat : 3468 (java) S 3458 3460 2463 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 167541803 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3469] ppid=3458 vsize=1801172 CPUtime=1.22
/proc/3460/task/3469/stat : 3469 (java) S 3458 3460 2463 0 -1 64 5254 0 0 0 120 2 0 0 17 0 13 0 167541803 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3470] ppid=3458 vsize=1801172 CPUtime=1.56
/proc/3460/task/3470/stat : 3470 (java) S 3458 3460 2463 0 -1 64 6545 0 0 0 153 3 0 0 16 0 13 0 167541804 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3471] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3471/stat : 3471 (java) S 3458 3460 2463 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 167541804 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3472] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3472/stat : 3472 (java) S 3458 3460 2463 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167541804 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3473] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3473/stat : 3473 (java) S 3458 3460 2463 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167541828 1844400128 55797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 1801172

[startup+25.5022 s]
/proc/loadavg: 0.92 0.97 0.99 2/90 3473
/proc/meminfo: memFree=1205072/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1801172 CPUtime=27.86
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 68537 0 1 0 2752 34 0 0 18 0 13 0 167541794 1844400128 59005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 450293 59005 1331 9 0 447904 0
[pid=3460/tid=3462] ppid=3458 vsize=1801172 CPUtime=24.18
/proc/3460/task/3462/stat : 3462 (java) R 3458 3460 2463 0 -1 64 39586 0 1 0 2400 18 0 0 25 0 13 0 167541796 1844400128 59005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109861624 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3463] ppid=3458 vsize=1801172 CPUtime=0.4
/proc/3460/task/3463/stat : 3463 (java) S 3458 3460 2463 0 -1 64 8819 0 0 0 36 4 0 0 16 0 13 0 167541797 1844400128 59005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3464] ppid=3458 vsize=1801172 CPUtime=0.4
/proc/3460/task/3464/stat : 3464 (java) S 3458 3460 2463 0 -1 64 7584 0 0 0 36 4 0 0 16 0 13 0 167541797 1844400128 59005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=3460/tid=3465] ppid=3458 vsize=1801172 CPUtime=0.18
/proc/3460/task/3465/stat : 3465 (java) S 3458 3460 2463 0 -1 64 90 0 0 0 10 8 0 0 16 0 13 0 167541799 1844400128 122115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3466] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3466/stat : 3466 (java) S 3458 3460 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 122115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3467] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3467/stat : 3467 (java) S 3458 3460 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 122115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3468] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3468/stat : 3468 (java) S 3458 3460 2463 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 167541803 1844400128 122115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3469] ppid=3458 vsize=1801172 CPUtime=1.42
/proc/3460/task/3469/stat : 3469 (java) S 3458 3460 2463 0 -1 64 5262 0 0 0 140 2 0 0 16 0 13 0 167541803 1844400128 122115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3470] ppid=3458 vsize=1801172 CPUtime=1.83
/proc/3460/task/3470/stat : 3470 (java) S 3458 3460 2463 0 -1 64 6555 0 0 0 180 3 0 0 16 0 13 0 167541804 1844400128 122115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3471] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3471/stat : 3471 (java) S 3458 3460 2463 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 167541804 1844400128 122115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3472] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3472/stat : 3472 (java) S 3458 3460 2463 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167541804 1844400128 122115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3473] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3473/stat : 3473 (java) S 3458 3460 2463 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167541828 1844400128 122115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1564.83
Current children cumulated vsize (KiB) 1801172

[startup+1602.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/90 3671
/proc/meminfo: memFree=945232/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1801172 CPUtime=1626.02
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 163782 0 1 0 162496 106 0 0 18 0 13 0 167541794 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 450293 123569 1332 9 0 447904 0
[pid=3460/tid=3462] ppid=3458 vsize=1801172 CPUtime=1577.79
/proc/3460/task/3462/stat : 3462 (java) R 3458 3460 2463 0 -1 64 56021 0 1 0 157734 45 0 0 25 0 13 0 167541796 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109542077 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3463] ppid=3458 vsize=1801172 CPUtime=22.37
/proc/3460/task/3463/stat : 3463 (java) S 3458 3460 2463 0 -1 64 50979 0 0 0 2214 23 0 0 16 0 13 0 167541797 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3464] ppid=3458 vsize=1801172 CPUtime=22.38
/proc/3460/task/3464/stat : 3464 (java) S 3458 3460 2463 0 -1 64 44154 0 0 0 2216 22 0 0 16 0 13 0 167541797 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3465] ppid=3458 vsize=1801172 CPUtime=0.19
/proc/3460/task/3465/stat : 3465 (java) S 3458 3460 2463 0 -1 64 90 0 0 0 11 8 0 0 15 0 13 0 167541799 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3466] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3466/stat : 3466 (java) S 3458 3460 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3467] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3467/stat : 3467 (java) S 3458 3460 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3468] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3468/stat : 3468 (java) S 3458 3460 2463 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 167541803 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3469] ppid=3458 vsize=1801172 CPUtime=1.42
/proc/3460/task/3469/stat : 3469 (java) S 3458 3460 2463 0 -1 64 5262 0 0 0 140 2 0 0 16 0 13 0 167541803 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3470] ppid=3458 vsize=1801172 CPUtime=1.83
/proc/3460/task/3470/stat : 3470 (java) S 3458 3460 2463 0 -1 64 6555 0 0 0 180 3 0 0 16 0 13 0 167541804 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3471] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3471/stat : 3471 (java) S 3458 3460 2463 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 167541804 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3472] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3472/stat : 3472 (java) S 3458 3460 2463 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167541804 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3473] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3473/stat : 3473 (java) S 3458 3460 2463 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167541828 1844400128 123569 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.02
Current children cumulated vsize (KiB) 1801172

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 3/90 3671
/proc/meminfo: memFree=938128/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1801172 CPUtime=1687.23
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 165542 0 1 0 168615 108 0 0 18 0 13 0 167541794 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 450293 125260 1332 9 0 447904 0
[pid=3460/tid=3462] ppid=3458 vsize=1801172 CPUtime=1636.48
/proc/3460/task/3462/stat : 3462 (java) R 3458 3460 2463 0 -1 64 56043 0 1 0 163603 45 0 0 25 0 13 0 167541796 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109575847 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3463] ppid=3458 vsize=1801172 CPUtime=23.62
/proc/3460/task/3463/stat : 3463 (java) S 3458 3460 2463 0 -1 64 52226 0 0 0 2339 23 0 0 16 0 13 0 167541797 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3464] ppid=3458 vsize=1801172 CPUtime=23.63
/proc/3460/task/3464/stat : 3464 (java) S 3458 3460 2463 0 -1 64 44645 0 0 0 2340 23 0 0 16 0 13 0 167541797 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3465] ppid=3458 vsize=1801172 CPUtime=0.19
/proc/3460/task/3465/stat : 3465 (java) S 3458 3460 2463 0 -1 64 90 0 0 0 11 8 0 0 15 0 13 0 167541799 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3466] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3466/stat : 3466 (java) S 3458 3460 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3467] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3467/stat : 3467 (java) S 3458 3460 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3468] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3468/stat : 3468 (java) S 3458 3460 2463 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 167541803 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3469] ppid=3458 vsize=1801172 CPUtime=1.42
/proc/3460/task/3469/stat : 3469 (java) S 3458 3460 2463 0 -1 64 5262 0 0 0 140 2 0 0 16 0 13 0 167541803 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3470] ppid=3458 vsize=1801172 CPUtime=1.83
/proc/3460/task/3470/stat : 3470 (java) S 3458 3460 2463 0 -1 64 6555 0 0 0 180 3 0 0 16 0 13 0 167541804 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3471] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3471/stat : 3471 (java) S 3458 3460 2463 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 167541804 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3472] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3472/stat : 3472 (java) S 3458 3460 2463 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167541804 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3473] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3473/stat : 3473 (java) S 3458 3460 2463 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167541828 1844400128 125260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.23
Current children cumulated vsize (KiB) 1801172

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 3671
/proc/meminfo: memFree=932432/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1801172 CPUtime=1748.39
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 166996 0 1 0 174730 109 0 0 18 0 13 0 167541794 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 450293 126653 1332 9 0 447904 0
[pid=3460/tid=3462] ppid=3458 vsize=1801172 CPUtime=1695.19
/proc/3460/task/3462/stat : 3462 (java) R 3458 3460 2463 0 -1 64 56064 0 1 0 169474 45 0 0 25 0 13 0 167541796 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109547175 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3463] ppid=3458 vsize=1801172 CPUtime=24.85
/proc/3460/task/3463/stat : 3463 (java) S 3458 3460 2463 0 -1 64 53466 0 0 0 2461 24 0 0 16 0 13 0 167541797 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3464] ppid=3458 vsize=1801172 CPUtime=24.84
/proc/3460/task/3464/stat : 3464 (java) S 3458 3460 2463 0 -1 64 44838 0 0 0 2461 23 0 0 16 0 13 0 167541797 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3465] ppid=3458 vsize=1801172 CPUtime=0.19
/proc/3460/task/3465/stat : 3465 (java) S 3458 3460 2463 0 -1 64 90 0 0 0 11 8 0 0 16 0 13 0 167541799 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3466] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3466/stat : 3466 (java) S 3458 3460 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3467] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3467/stat : 3467 (java) S 3458 3460 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3468] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3468/stat : 3468 (java) S 3458 3460 2463 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 167541803 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3469] ppid=3458 vsize=1801172 CPUtime=1.42
/proc/3460/task/3469/stat : 3469 (java) S 3458 3460 2463 0 -1 64 5262 0 0 0 140 2 0 0 16 0 13 0 167541803 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3470] ppid=3458 vsize=1801172 CPUtime=1.83
/proc/3460/task/3470/stat : 3470 (java) S 3458 3460 2463 0 -1 64 6555 0 0 0 180 3 0 0 16 0 13 0 167541804 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3471] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3471/stat : 3471 (java) S 3458 3460 2463 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 167541804 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3472] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3472/stat : 3472 (java) S 3458 3460 2463 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167541804 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3473] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3473/stat : 3473 (java) S 3458 3460 2463 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167541828 1844400128 126653 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.39
Current children cumulated vsize (KiB) 1801172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 3671
/proc/meminfo: memFree=928336/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=1801172 CPUtime=1800.01
/proc/3460/stat : 3460 (java) S 3458 3460 2463 0 -1 0 168039 0 1 0 179892 109 0 0 18 0 13 0 167541794 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3460/statm: 450293 127650 1332 9 0 447904 0
[pid=3460/tid=3462] ppid=3458 vsize=1801172 CPUtime=1744.72
/proc/3460/task/3462/stat : 3462 (java) R 3458 3460 2463 0 -1 64 56082 0 1 0 174426 46 0 0 25 0 13 0 167541796 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109475672 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3463] ppid=3458 vsize=1801172 CPUtime=25.9
/proc/3460/task/3463/stat : 3463 (java) S 3458 3460 2463 0 -1 64 54425 0 0 0 2566 24 0 0 16 0 13 0 167541797 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3464] ppid=3458 vsize=1801172 CPUtime=25.89
/proc/3460/task/3464/stat : 3464 (java) S 3458 3460 2463 0 -1 64 44904 0 0 0 2566 23 0 0 16 0 13 0 167541797 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3465] ppid=3458 vsize=1801172 CPUtime=0.2
/proc/3460/task/3465/stat : 3465 (java) S 3458 3460 2463 0 -1 64 90 0 0 0 12 8 0 0 16 0 13 0 167541799 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3466] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3466/stat : 3466 (java) S 3458 3460 2463 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3467] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3467/stat : 3467 (java) S 3458 3460 2463 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167541800 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3468] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3468/stat : 3468 (java) S 3458 3460 2463 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 167541803 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3469] ppid=3458 vsize=1801172 CPUtime=1.42
/proc/3460/task/3469/stat : 3469 (java) S 3458 3460 2463 0 -1 64 5262 0 0 0 140 2 0 0 16 0 13 0 167541803 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3470] ppid=3458 vsize=1801172 CPUtime=1.83
/proc/3460/task/3470/stat : 3470 (java) S 3458 3460 2463 0 -1 64 6555 0 0 0 180 3 0 0 16 0 13 0 167541804 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3460/tid=3471] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3471/stat : 3471 (java) S 3458 3460 2463 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 167541804 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3472] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3472/stat : 3472 (java) S 3458 3460 2463 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167541804 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3460/tid=3473] ppid=3458 vsize=1801172 CPUtime=0
/proc/3460/task/3473/stat : 3473 (java) S 3458 3460 2463 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167541828 1844400128 127650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1801172

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

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

[startup+1773.01 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 3671
/proc/meminfo: memFree=928336/2055920 swapFree=4155784/4192956
[pid=3460] ppid=3458 vsize=0 CPUtime=1800.12
/proc/3460/stat : 3460 (java) Z 3458 3460 2463 0 -1 1036 168059 0 1 0 179898 114 0 0 16 0 2 0 167541794 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3460/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1773.05
CPU time (s): 1800.17
CPU user time (s): 1798.99
CPU system time (s): 1.18082
CPU usage (%): 101.529
Max. virtual memory (cumulated for all children) (KiB): 1804352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.18082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168059
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= 43675
involuntary context switches= 49124

runsolver used 2.03869 second user time and 5.39618 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Wed Apr 18 16:50:44 UTC 2007

IDJOB= 358398
IDBENCH= 1211
IDSOLVER= 164
FILE ID= node12/358398-1176915044

PBS_JOBID= 4595218

Free space on /tmp= 66253 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111216188.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358398-1176915044/sat4jPseudoCPClause.jar /tmp/evaluation/358398-1176915044/instance-358398-1176915044.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-358398-1176915044 -o ROOT/results/node12/solver-358398-1176915044 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358398-1176915044/sat4jPseudoCPClause.jar /tmp/evaluation/358398-1176915044/instance-358398-1176915044.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  73ef9a0af8fe147a7b3ff15d21fca3a0

RANDOM SEED= 722512935

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1436176 kB
Buffers:         34428 kB
Cached:         495200 kB
SwapCached:      15800 kB
Active:         109796 kB
Inactive:       447864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1436176 kB
SwapTotal:     4192956 kB
SwapFree:      4155784 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          30760 kB
Slab:            47568 kB
Committed_AS:  4306288 kB
PageTables:       1792 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= 66253 MiB

End job on node12 on Wed Apr 18 17:20:19 UTC 2007