Trace number 357950

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.14 1774.31

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110971766.opb
MD5SUM4ce656c7025396ed91a180996d592d66
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.024996
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 1210
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.27	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.27	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.27	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.28	c no version file found!!!
0.09/0.28	c sun.arch.data.model	32
0.09/0.28	c java.version	1.6.0
0.09/0.28	c os.name	Linux
0.09/0.28	c os.version	2.6.9-22.EL.rootsmp
0.09/0.28	c os.arch	i386
0.09/0.28	c Free memory 1651659224
0.09/0.28	c Max memory 1654456320
0.09/0.28	c Total memory 1654456320
0.09/0.28	c Number of processors 2
0.17/0.34	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.17/0.34	--- Begin Solver configuration ---
0.17/0.34	c Stops conflict analysis at the first Unique Implication Point
0.17/0.34	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.34	c Learn all clauses as in MiniSAT
0.17/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.34	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.34	c No reason simplification
0.17/0.34	c --- End Solver configuration ---
0.17/0.34	c Simplify asserted PB constraints to clauses
0.17/0.34	c solving /tmp/evaluation/357950-1176905638/instance-357950-1176905638.opb
0.17/0.34	c reading problem ... 
0.29/0.48	c ... done. Wall clock time 0.135s.
0.29/0.48	c CPU time (experimental) 0.29s.
0.29/0.48	c #vars     169
0.29/0.48	c #constraints  101
1800.03/1774.22	c starts		: 2
1800.03/1774.22	c conflicts		: 26485
1800.03/1774.22	c decisions		: 88684
1800.03/1774.22	c propagations		: 656915
1800.03/1774.22	c inspects		: 571390532
1800.03/1774.22	c learnt literals	: 0
1800.03/1774.22	c learnt binary clauses	: 0
1800.03/1774.22	c learnt ternary clauses	: 0
1800.03/1774.22	c learnt clauses	: 26485
1800.03/1774.22	c root simplifications	: 0
1800.03/1774.22	c removed literals (reason simplification)	: 0
1800.03/1774.22	c reason swapping (by a shorter reason)	: 0
1800.03/1774.22	c Calls to reduceDB	: 0
1800.03/1774.22	c speed (decisions/second)	: 49.998449599291895
1800.03/1774.22	c non guided choices	38
1800.03/1774.22	s UNKNOWN
1800.03/1774.22	c Total wall clock time (ms): 1773.872

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/node13/watcher-357950-1176905638 -o ROOT/results/node13/solver-357950-1176905638 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357950-1176905638/sat4jPseudoCPClause.jar /tmp/evaluation/357950-1176905638/instance-357950-1176905638.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.87 0.97 0.98 2/77 1215
/proc/meminfo: memFree=1593336/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=152 CPUtime=0
/proc/1215/stat : 1215 (java) R 1213 1215 32465 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 138481645 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 11879204 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/1215/statm: 38 26 19 9 0 4 0

[startup+0.037394 s]
/proc/loadavg: 0.87 0.97 0.98 2/77 1215
/proc/meminfo: memFree=1593336/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=12056 CPUtime=0.01
/proc/1215/stat : 1215 (java) D 1213 1215 32465 0 -1 0 388 0 12 0 0 1 0 0 18 0 1 0 138481645 12345344 208 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 11850538 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/1215/statm: 3014 211 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.104386 s]
/proc/loadavg: 0.87 0.97 0.98 2/77 1215
/proc/meminfo: memFree=1593336/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1776088 CPUtime=0.04
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 3228 0 24 0 1 3 0 0 18 0 4 0 138481645 1818714112 2999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 444022 2999 887 9 0 441658 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776088

[startup+0.301387 s]
/proc/loadavg: 0.87 0.97 0.98 2/77 1215
/proc/meminfo: memFree=1593336/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1780428 CPUtime=0.17
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 4468 0 24 0 12 5 0 0 18 0 12 0 138481645 1823158272 4230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 445107 4231 1233 9 0 442718 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1780428

[startup+0.701478 s]
/proc/loadavg: 0.87 0.97 0.98 2/77 1215
/proc/meminfo: memFree=1593336/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1783540 CPUtime=0.76
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 7867 0 24 0 69 7 0 0 18 0 13 0 138481645 1826344960 7380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 445885 7380 1304 9 0 443496 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1783540

[startup+1.50264 s]
/proc/loadavg: 1.04 1.00 0.99 3/90 1228
/proc/meminfo: memFree=1548176/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1797936 CPUtime=2.32
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 23460 0 24 0 207 25 0 0 18 0 13 0 138481645 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 449484 19329 1316 9 0 447095 0
[pid=1215/tid=1217] ppid=1213 vsize=1797936 CPUtime=0.8
/proc/1215/task/1217/stat : 1217 (java) R 1213 1215 32465 0 -1 64 15013 0 6 0 71 9 0 0 18 0 13 0 138481649 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109191358 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1218] ppid=1213 vsize=1797936 CPUtime=0
/proc/1215/task/1218/stat : 1218 (java) S 1213 1215 32465 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 138481653 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1219] ppid=1213 vsize=1797936 CPUtime=0
/proc/1215/task/1219/stat : 1219 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 138481653 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1220] ppid=1213 vsize=1797936 CPUtime=0.18
/proc/1215/task/1220/stat : 1220 (java) S 1213 1215 32465 0 -1 64 2 0 0 0 7 11 0 0 16 0 13 0 138481656 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1221] ppid=1213 vsize=1797936 CPUtime=0
/proc/1215/task/1221/stat : 1221 (java) S 1213 1215 32465 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 138481657 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1222] ppid=1213 vsize=1797936 CPUtime=0
/proc/1215/task/1222/stat : 1222 (java) S 1213 1215 32465 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 138481657 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1223] ppid=1213 vsize=1797936 CPUtime=0
/proc/1215/task/1223/stat : 1223 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 138481665 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1224] ppid=1213 vsize=1797936 CPUtime=0.6
/proc/1215/task/1224/stat : 1224 (java) R 1213 1215 32465 0 -1 64 3328 0 0 0 59 1 0 0 17 0 13 0 138481665 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102294580 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1225] ppid=1213 vsize=1797936 CPUtime=0.7
/proc/1215/task/1225/stat : 1225 (java) R 1213 1215 32465 0 -1 64 4411 0 0 0 69 1 0 0 19 0 13 0 138481665 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104723294 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1226] ppid=1213 vsize=1797936 CPUtime=0
/proc/1215/task/1226/stat : 1226 (java) S 1213 1215 32465 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 138481665 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1227] ppid=1213 vsize=1797936 CPUtime=0
/proc/1215/task/1227/stat : 1227 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 138481665 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1228] ppid=1213 vsize=1797936 CPUtime=0
/proc/1215/task/1228/stat : 1228 (java) S 1213 1215 32465 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 138481694 1841086464 19329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1797936

[startup+3.10299 s]
/proc/loadavg: 1.04 1.00 0.99 4/90 1228
/proc/meminfo: memFree=1453136/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1801052 CPUtime=4.92
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 51505 0 24 0 453 39 0 0 18 0 13 0 138481645 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 450263 44704 1330 9 0 447874 0
[pid=1215/tid=1217] ppid=1213 vsize=1801052 CPUtime=2.14
/proc/1215/task/1217/stat : 1217 (java) R 1213 1215 32465 0 -1 64 37735 0 6 0 194 20 0 0 21 0 13 0 138481649 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109520356 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1218] ppid=1213 vsize=1801052 CPUtime=0.01
/proc/1215/task/1218/stat : 1218 (java) S 1213 1215 32465 0 -1 64 648 0 0 0 1 0 0 0 16 0 13 0 138481653 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1219] ppid=1213 vsize=1801052 CPUtime=0.01
/proc/1215/task/1219/stat : 1219 (java) S 1213 1215 32465 0 -1 64 575 0 0 0 1 0 0 0 16 0 13 0 138481653 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1220] ppid=1213 vsize=1801052 CPUtime=0.18
/proc/1215/task/1220/stat : 1220 (java) S 1213 1215 32465 0 -1 64 9 0 0 0 7 11 0 0 16 0 13 0 138481656 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1221] ppid=1213 vsize=1801052 CPUtime=0
/proc/1215/task/1221/stat : 1221 (java) S 1213 1215 32465 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 138481657 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1222] ppid=1213 vsize=1801052 CPUtime=0
/proc/1215/task/1222/stat : 1222 (java) S 1213 1215 32465 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138481657 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1223] ppid=1213 vsize=1801052 CPUtime=0
/proc/1215/task/1223/stat : 1223 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 138481665 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1224] ppid=1213 vsize=1801052 CPUtime=1.49
/proc/1215/task/1224/stat : 1224 (java) S 1213 1215 32465 0 -1 64 6814 0 0 0 146 3 0 0 16 0 13 0 138481665 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1225] ppid=1213 vsize=1801052 CPUtime=1.03
/proc/1215/task/1225/stat : 1225 (java) S 1213 1215 32465 0 -1 64 5020 0 0 0 101 2 0 0 16 0 13 0 138481665 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1226] ppid=1213 vsize=1801052 CPUtime=0
/proc/1215/task/1226/stat : 1226 (java) S 1213 1215 32465 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 138481665 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1227] ppid=1213 vsize=1801052 CPUtime=0
/proc/1215/task/1227/stat : 1227 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 138481665 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1228] ppid=1213 vsize=1801052 CPUtime=0
/proc/1215/task/1228/stat : 1228 (java) S 1213 1215 32465 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 138481694 1844277248 44704 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 1801052

[startup+6.30166 s]
/proc/loadavg: 1.04 1.00 0.99 2/90 1228
/proc/meminfo: memFree=1407184/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1802208 CPUtime=8.65
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 58121 0 24 0 824 41 0 0 18 0 13 0 138481645 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 450552 47409 1331 9 0 448163 0
[pid=1215/tid=1217] ppid=1213 vsize=1802208 CPUtime=5.18
/proc/1215/task/1217/stat : 1217 (java) R 1213 1215 32465 0 -1 64 37741 0 6 0 498 20 0 0 20 0 13 0 138481649 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109554250 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1218] ppid=1213 vsize=1802208 CPUtime=0.12
/proc/1215/task/1218/stat : 1218 (java) S 1213 1215 32465 0 -1 64 3072 0 0 0 11 1 0 0 16 0 13 0 138481653 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1219] ppid=1213 vsize=1802208 CPUtime=0.08
/proc/1215/task/1219/stat : 1219 (java) S 1213 1215 32465 0 -1 64 2218 0 0 0 8 0 0 0 16 0 13 0 138481653 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1220] ppid=1213 vsize=1802208 CPUtime=0.19
/proc/1215/task/1220/stat : 1220 (java) S 1213 1215 32465 0 -1 64 28 0 0 0 8 11 0 0 16 0 13 0 138481656 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1221] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1221/stat : 1221 (java) S 1213 1215 32465 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 138481657 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1222] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1222/stat : 1222 (java) S 1213 1215 32465 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138481657 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1223] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1223/stat : 1223 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 138481665 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1224] ppid=1213 vsize=1802208 CPUtime=1.69
/proc/1215/task/1224/stat : 1224 (java) S 1213 1215 32465 0 -1 64 6828 0 0 0 166 3 0 0 15 0 13 0 138481665 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1225] ppid=1213 vsize=1802208 CPUtime=1.32
/proc/1215/task/1225/stat : 1225 (java) S 1213 1215 32465 0 -1 64 7530 0 0 0 130 2 0 0 18 0 13 0 138481665 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1226] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1226/stat : 1226 (java) S 1213 1215 32465 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 138481665 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1227] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1227/stat : 1227 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 138481665 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1228] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1228/stat : 1228 (java) S 1213 1215 32465 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 138481694 1845460992 47409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 1802208

[startup+12.703 s]
/proc/loadavg: 1.11 1.02 1.00 2/90 1228
/proc/meminfo: memFree=1369952/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1802208 CPUtime=15.23
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 67499 0 24 0 1477 46 0 0 18 0 13 0 138481645 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 450552 56220 1331 9 0 448163 0
[pid=1215/tid=1217] ppid=1213 vsize=1802208 CPUtime=11.37
/proc/1215/task/1217/stat : 1217 (java) R 1213 1215 32465 0 -1 64 39269 0 6 0 1117 20 0 0 21 0 13 0 138481649 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501202 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1218] ppid=1213 vsize=1802208 CPUtime=0.29
/proc/1215/task/1218/stat : 1218 (java) S 1213 1215 32465 0 -1 64 7405 0 0 0 26 3 0 0 17 0 13 0 138481653 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1219] ppid=1213 vsize=1802208 CPUtime=0.25
/proc/1215/task/1219/stat : 1219 (java) S 1213 1215 32465 0 -1 64 5735 0 0 0 22 3 0 0 17 0 13 0 138481653 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1220] ppid=1213 vsize=1802208 CPUtime=0.19
/proc/1215/task/1220/stat : 1220 (java) S 1213 1215 32465 0 -1 64 28 0 0 0 8 11 0 0 16 0 13 0 138481656 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1221] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1221/stat : 1221 (java) S 1213 1215 32465 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 138481657 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1222] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1222/stat : 1222 (java) S 1213 1215 32465 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138481657 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1223] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1223/stat : 1223 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 138481665 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1224] ppid=1213 vsize=1802208 CPUtime=1.71
/proc/1215/task/1224/stat : 1224 (java) S 1213 1215 32465 0 -1 64 6828 0 0 0 168 3 0 0 16 0 13 0 138481665 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1225] ppid=1213 vsize=1802208 CPUtime=1.36
/proc/1215/task/1225/stat : 1225 (java) S 1213 1215 32465 0 -1 64 7530 0 0 0 134 2 0 0 17 0 13 0 138481665 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1226] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1226/stat : 1226 (java) S 1213 1215 32465 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 138481665 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1227] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1227/stat : 1227 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 138481665 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1228] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1228/stat : 1228 (java) S 1213 1215 32465 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 138481694 1845460992 56220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.23
Current children cumulated vsize (KiB) 1802208

[startup+25.5018 s]
/proc/loadavg: 1.09 1.02 1.00 2/90 1228
/proc/meminfo: memFree=1357416/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1802208 CPUtime=28.24
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 71120 0 24 0 2776 48 0 0 18 0 13 0 138481645 1845460992 59303 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 450552 59303 1332 9 0 448163 0
[pid=1215/tid=1217] ppid=1213 vsize=1802208 CPUtime=24.01
/proc/1215/task/1217/stat : 1217 (java) R 1213 1215 32465 0 -1 64 39279 0 6 0 2381 20 0 0 17 0 13 0 138481649 1845460992 59303 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109552686 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1218] ppid=1213 vsize=1802208 CPUtime=0.44
/proc/1215/task/1218/stat : 1218 (java) S 1213 1215 32465 0 -1 64 9530 0 0 0 40 4 0 0 16 0 13 0 138481653 1845460992 59303 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1219] ppid=1213 vsize=1802208 CPUtime=0.39
/proc/1215/task/1219/stat : 1219 (java) S 1213 1215 32465 0 -1 64 7220 0 0 0 35 4 0 0 16 0 13 0 138481653 1845460992 59303 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=1215] ppid=1213 vsize=1802208 CPUtime=1564.04
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 163073 0 24 0 156294 110 0 0 18 0 13 0 138481645 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 450552 121071 1332 9 0 448163 0
[pid=1215/tid=1217] ppid=1213 vsize=1802208 CPUtime=1520.01
/proc/1215/task/1217/stat : 1217 (java) R 1213 1215 32465 0 -1 64 55580 0 6 0 151961 40 0 0 24 0 13 0 138481649 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109506603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1218] ppid=1213 vsize=1802208 CPUtime=20.23
/proc/1215/task/1218/stat : 1218 (java) S 1213 1215 32465 0 -1 64 46058 0 0 0 2002 21 0 0 16 0 13 0 138481653 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1219] ppid=1213 vsize=1802208 CPUtime=20.2
/proc/1215/task/1219/stat : 1219 (java) S 1213 1215 32465 0 -1 64 46291 0 0 0 1999 21 0 0 17 0 13 0 138481653 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1220] ppid=1213 vsize=1802208 CPUtime=0.37
/proc/1215/task/1220/stat : 1220 (java) S 1213 1215 32465 0 -1 64 81 0 0 0 18 19 0 0 16 0 13 0 138481656 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1221] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1221/stat : 1221 (java) S 1213 1215 32465 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 138481657 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1222] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1222/stat : 1222 (java) S 1213 1215 32465 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138481657 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1223] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1223/stat : 1223 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 138481665 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1224] ppid=1213 vsize=1802208 CPUtime=1.77
/proc/1215/task/1224/stat : 1224 (java) S 1213 1215 32465 0 -1 64 6829 0 0 0 174 3 0 0 16 0 13 0 138481665 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1225] ppid=1213 vsize=1802208 CPUtime=1.39
/proc/1215/task/1225/stat : 1225 (java) S 1213 1215 32465 0 -1 64 7530 0 0 0 137 2 0 0 16 0 13 0 138481665 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1226] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1226/stat : 1226 (java) S 1213 1215 32465 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 138481665 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1227] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1227/stat : 1227 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 138481665 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1228] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1228/stat : 1228 (java) S 1213 1215 32465 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 138481694 1845460992 121071 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1564.04
Current children cumulated vsize (KiB) 1802208

[startup+1602.3 s]
/proc/loadavg: 1.09 1.04 1.01 2/90 1230
/proc/meminfo: memFree=1102568/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1802208 CPUtime=1625.06
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 164464 0 24 0 162395 111 0 0 18 0 13 0 138481645 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 450552 122406 1332 9 0 448163 0
[pid=1215/tid=1217] ppid=1213 vsize=1802208 CPUtime=1578.93
/proc/1215/task/1217/stat : 1217 (java) R 1213 1215 32465 0 -1 64 55600 0 6 0 157853 40 0 0 25 0 13 0 138481649 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109872008 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1218] ppid=1213 vsize=1802208 CPUtime=21.27
/proc/1215/task/1218/stat : 1218 (java) S 1213 1215 32465 0 -1 64 46537 0 0 0 2106 21 0 0 17 0 13 0 138481653 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1219] ppid=1213 vsize=1802208 CPUtime=21.24
/proc/1215/task/1219/stat : 1219 (java) S 1213 1215 32465 0 -1 64 47183 0 0 0 2103 21 0 0 16 0 13 0 138481653 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1220] ppid=1213 vsize=1802208 CPUtime=0.38
/proc/1215/task/1220/stat : 1220 (java) S 1213 1215 32465 0 -1 64 81 0 0 0 19 19 0 0 16 0 13 0 138481656 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1221] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1221/stat : 1221 (java) S 1213 1215 32465 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 138481657 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1222] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1222/stat : 1222 (java) S 1213 1215 32465 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138481657 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1223] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1223/stat : 1223 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 138481665 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1224] ppid=1213 vsize=1802208 CPUtime=1.77
/proc/1215/task/1224/stat : 1224 (java) S 1213 1215 32465 0 -1 64 6829 0 0 0 174 3 0 0 16 0 13 0 138481665 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1225] ppid=1213 vsize=1802208 CPUtime=1.39
/proc/1215/task/1225/stat : 1225 (java) S 1213 1215 32465 0 -1 64 7530 0 0 0 137 2 0 0 16 0 13 0 138481665 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1226] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1226/stat : 1226 (java) S 1213 1215 32465 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 138481665 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1227] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1227/stat : 1227 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 138481665 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1228] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1228/stat : 1228 (java) S 1213 1215 32465 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 138481694 1845460992 122406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1625.06
Current children cumulated vsize (KiB) 1802208

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 1230
/proc/meminfo: memFree=1098024/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1802208 CPUtime=1686.1
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 165658 0 24 0 168498 112 0 0 18 0 13 0 138481645 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 450552 123538 1332 9 0 448163 0
[pid=1215/tid=1217] ppid=1213 vsize=1802208 CPUtime=1637.84
/proc/1215/task/1217/stat : 1217 (java) R 1213 1215 32465 0 -1 64 55620 0 6 0 163743 41 0 0 25 0 13 0 138481649 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109554250 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1218] ppid=1213 vsize=1802208 CPUtime=22.34
/proc/1215/task/1218/stat : 1218 (java) S 1213 1215 32465 0 -1 64 46627 0 0 0 2213 21 0 0 17 0 13 0 138481653 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1219] ppid=1213 vsize=1802208 CPUtime=22.3
/proc/1215/task/1219/stat : 1219 (java) S 1213 1215 32465 0 -1 64 48267 0 0 0 2209 21 0 0 16 0 13 0 138481653 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1220] ppid=1213 vsize=1802208 CPUtime=0.38
/proc/1215/task/1220/stat : 1220 (java) S 1213 1215 32465 0 -1 64 81 0 0 0 19 19 0 0 16 0 13 0 138481656 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1221] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1221/stat : 1221 (java) S 1213 1215 32465 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 138481657 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1222] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1222/stat : 1222 (java) S 1213 1215 32465 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138481657 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1223] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1223/stat : 1223 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 138481665 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1224] ppid=1213 vsize=1802208 CPUtime=1.77
/proc/1215/task/1224/stat : 1224 (java) S 1213 1215 32465 0 -1 64 6829 0 0 0 174 3 0 0 16 0 13 0 138481665 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1225] ppid=1213 vsize=1802208 CPUtime=1.39
/proc/1215/task/1225/stat : 1225 (java) S 1213 1215 32465 0 -1 64 7530 0 0 0 137 2 0 0 16 0 13 0 138481665 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1226] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1226/stat : 1226 (java) S 1213 1215 32465 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 138481665 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1227] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1227/stat : 1227 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 138481665 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1228] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1228/stat : 1228 (java) S 1213 1215 32465 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 138481694 1845460992 123538 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1686.1
Current children cumulated vsize (KiB) 1802208

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 3/90 1230
/proc/meminfo: memFree=1093096/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1802208 CPUtime=1747.16
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 166914 0 24 0 174603 113 0 0 18 0 13 0 138481645 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 450552 124744 1332 9 0 448163 0
[pid=1215/tid=1217] ppid=1213 vsize=1802208 CPUtime=1696.73
/proc/1215/task/1217/stat : 1217 (java) R 1213 1215 32465 0 -1 64 55640 0 6 0 169631 42 0 0 25 0 13 0 138481649 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109872008 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1218] ppid=1213 vsize=1802208 CPUtime=23.43
/proc/1215/task/1218/stat : 1218 (java) S 1213 1215 32465 0 -1 64 46831 0 0 0 2322 21 0 0 16 0 13 0 138481653 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1219] ppid=1213 vsize=1802208 CPUtime=23.39
/proc/1215/task/1219/stat : 1219 (java) S 1213 1215 32465 0 -1 64 49299 0 0 0 2317 22 0 0 16 0 13 0 138481653 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1220] ppid=1213 vsize=1802208 CPUtime=0.38
/proc/1215/task/1220/stat : 1220 (java) S 1213 1215 32465 0 -1 64 81 0 0 0 19 19 0 0 16 0 13 0 138481656 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1221] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1221/stat : 1221 (java) S 1213 1215 32465 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 138481657 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1222] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1222/stat : 1222 (java) S 1213 1215 32465 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138481657 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1223] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1223/stat : 1223 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 138481665 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1224] ppid=1213 vsize=1802208 CPUtime=1.77
/proc/1215/task/1224/stat : 1224 (java) S 1213 1215 32465 0 -1 64 6829 0 0 0 174 3 0 0 16 0 13 0 138481665 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1225] ppid=1213 vsize=1802208 CPUtime=1.39
/proc/1215/task/1225/stat : 1225 (java) S 1213 1215 32465 0 -1 64 7530 0 0 0 137 2 0 0 16 0 13 0 138481665 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1226] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1226/stat : 1226 (java) S 1213 1215 32465 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 138481665 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1227] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1227/stat : 1227 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 138481665 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1228] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1228/stat : 1228 (java) S 1213 1215 32465 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 138481694 1845460992 124744 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1747.16
Current children cumulated vsize (KiB) 1802208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.2 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 1230
/proc/meminfo: memFree=1088744/2055920 swapFree=4159408/4192956
[pid=1215] ppid=1213 vsize=1802208 CPUtime=1800.03
/proc/1215/stat : 1215 (java) S 1213 1215 32465 0 -1 0 168065 0 24 0 179889 114 0 0 18 0 13 0 138481645 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1215/statm: 450552 125834 1332 9 0 448163 0
[pid=1215/tid=1217] ppid=1213 vsize=1802208 CPUtime=1747.61
/proc/1215/task/1217/stat : 1217 (java) R 1213 1215 32465 0 -1 64 55658 0 6 0 174719 42 0 0 25 0 13 0 138481649 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109552686 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1218] ppid=1213 vsize=1802208 CPUtime=24.43
/proc/1215/task/1218/stat : 1218 (java) S 1213 1215 32465 0 -1 64 47487 0 0 0 2421 22 0 0 16 0 13 0 138481653 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1219] ppid=1213 vsize=1802208 CPUtime=24.38
/proc/1215/task/1219/stat : 1219 (java) S 1213 1215 32465 0 -1 64 49776 0 0 0 2416 22 0 0 17 0 13 0 138481653 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1215/tid=1220] ppid=1213 vsize=1802208 CPUtime=0.38
/proc/1215/task/1220/stat : 1220 (java) S 1213 1215 32465 0 -1 64 81 0 0 0 19 19 0 0 16 0 13 0 138481656 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1221] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1221/stat : 1221 (java) S 1213 1215 32465 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 138481657 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1222] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1222/stat : 1222 (java) S 1213 1215 32465 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138481657 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1223] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1223/stat : 1223 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 138481665 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1224] ppid=1213 vsize=1802208 CPUtime=1.77
/proc/1215/task/1224/stat : 1224 (java) S 1213 1215 32465 0 -1 64 6829 0 0 0 174 3 0 0 16 0 13 0 138481665 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1225] ppid=1213 vsize=1802208 CPUtime=1.39
/proc/1215/task/1225/stat : 1225 (java) S 1213 1215 32465 0 -1 64 7530 0 0 0 137 2 0 0 16 0 13 0 138481665 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1226] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1226/stat : 1226 (java) S 1213 1215 32465 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 138481665 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1227] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1227/stat : 1227 (java) S 1213 1215 32465 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 138481665 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1215/tid=1228] ppid=1213 vsize=1802208 CPUtime=0
/proc/1215/task/1228/stat : 1228 (java) S 1213 1215 32465 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 138481694 1845460992 125834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1802208

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

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

Child status: 143
Real time (s): 1774.31
CPU time (s): 1800.14
CPU user time (s): 1798.93
CPU system time (s): 1.21881
CPU usage (%): 101.456
Max. virtual memory (cumulated for all children) (KiB): 1807196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.21881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168085
page faults= 24
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42768
involuntary context switches= 58309

runsolver used 1.70474 second user time and 4.82926 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Wed Apr 18 14:13:58 UTC 2007

IDJOB= 357950
IDBENCH= 1179
IDSOLVER= 164
FILE ID= node13/357950-1176905638

PBS_JOBID= 4595175

Free space on /tmp= 66317 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.1110971766.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357950-1176905638/sat4jPseudoCPClause.jar /tmp/evaluation/357950-1176905638/instance-357950-1176905638.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-357950-1176905638 -o ROOT/results/node13/solver-357950-1176905638 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/357950-1176905638/sat4jPseudoCPClause.jar /tmp/evaluation/357950-1176905638/instance-357950-1176905638.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4ce656c7025396ed91a180996d592d66

RANDOM SEED= 401795396

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1593744 kB
Buffers:         22876 kB
Cached:         374580 kB
SwapCached:      12516 kB
Active:          99912 kB
Inactive:       320652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1593744 kB
SwapTotal:     4192956 kB
SwapFree:      4159408 kB
Dirty:            3756 kB
Writeback:           0 kB
Mapped:          30248 kB
Slab:            27024 kB
Committed_AS:  6551128 kB
PageTables:       1872 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= 66317 MiB

End job on node13 on Wed Apr 18 14:43:35 UTC 2007