Trace number 358006

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.23 1773.13

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111219348.opb
MD5SUM33ddab1c7704f894e7f63014edbb9b9e
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.694893
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 1212
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.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.18	c no version file found!!!
0.06/0.18	c sun.arch.data.model	32
0.06/0.18	c java.version	1.6.0
0.06/0.18	c os.name	Linux
0.06/0.18	c os.version	2.6.9-22.EL.rootsmp
0.06/0.18	c os.arch	i386
0.06/0.18	c Free memory 1651659224
0.06/0.18	c Max memory 1654456320
0.06/0.18	c Total memory 1654456320
0.06/0.18	c Number of processors 2
0.15/0.24	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.15/0.24	--- Begin Solver configuration ---
0.15/0.24	c Stops conflict analysis at the first Unique Implication Point
0.15/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.24	c Learn all clauses as in MiniSAT
0.15/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.24	c No reason simplification
0.15/0.24	c --- End Solver configuration ---
0.15/0.24	c Simplify asserted PB constraints to clauses
0.15/0.24	c solving /tmp/evaluation/358006-1176911509/instance-358006-1176911509.opb
0.15/0.24	c reading problem ... 
0.26/0.37	c ... done. Wall clock time 0.133s.
0.26/0.37	c CPU time (experimental) 0.28s.
0.26/0.37	c #vars     169
0.26/0.37	c #constraints  101
1800.10/1773.01	c starts		: 2
1800.10/1773.01	c conflicts		: 28574
1800.10/1773.01	c decisions		: 108594
1800.10/1773.01	c propagations		: 786939
1800.10/1773.01	c inspects		: 573359553
1800.10/1773.01	c learnt literals	: 0
1800.10/1773.01	c learnt binary clauses	: 0
1800.10/1773.01	c learnt ternary clauses	: 0
1800.10/1773.01	c learnt clauses	: 28573
1800.10/1773.01	c root simplifications	: 0
1800.10/1773.01	c removed literals (reason simplification)	: 0
1800.10/1773.01	c reason swapping (by a shorter reason)	: 0
1800.10/1773.01	c Calls to reduceDB	: 0
1800.10/1773.01	c speed (decisions/second)	: 61.26137713707398
1800.10/1773.01	c non guided choices	38
1800.10/1773.01	s UNKNOWN
1800.10/1773.01	c Total wall clock time (ms): 1772.771

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/node2/watcher-358006-1176911509 -o ROOT/results/node2/solver-358006-1176911509 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358006-1176911509/sat4jPseudoCPClause.jar /tmp/evaluation/358006-1176911509/instance-358006-1176911509.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.96 0.98 0.99 2/77 20445
/proc/meminfo: memFree=1497592/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=18568 CPUtime=0
/proc/20445/stat : 20445 (runsolver) R 20443 20445 19894 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 167188704 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/20445/statm: 4642 292 257 24 0 2626 0

[startup+0.0513381 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 20445
/proc/meminfo: memFree=1497592/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1772952 CPUtime=0.01
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 1916 0 1 0 0 1 0 0 19 0 2 0 167188704 1815502848 1666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 443238 1666 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102317 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 20445
/proc/meminfo: memFree=1497592/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1777708 CPUtime=0.06
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 3754 0 1 0 3 3 0 0 19 0 7 0 167188704 1820372992 3497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 444427 3497 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.302337 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 20445
/proc/meminfo: memFree=1497592/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1781432 CPUtime=0.26
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 5019 0 1 0 22 4 0 0 19 0 12 0 167188704 1824186368 4758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 445358 4758 1247 9 0 442969 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1781432

[startup+0.701378 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 20445
/proc/meminfo: memFree=1497592/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1782980 CPUtime=0.95
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 8742 0 4 0 89 6 0 0 19 0 13 0 167188704 1825771520 7909 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 445745 7909 1304 9 0 443356 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1782980

[startup+1.50146 s]
/proc/loadavg: 1.04 1.00 1.00 4/90 20458
/proc/meminfo: memFree=1447632/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1800972 CPUtime=2.51
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 26896 0 5 0 235 16 0 0 19 0 13 0 167188704 1844195328 21520 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 450243 21522 1309 9 0 447854 0
[pid=20445/tid=20447] ppid=20443 vsize=1800972 CPUtime=0.88
/proc/20445/task/20447/stat : 20447 (java) R 20443 20445 19894 0 -1 64 16327 0 1 0 78 10 0 0 19 0 13 0 167188706 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20448] ppid=20443 vsize=1800972 CPUtime=0
/proc/20445/task/20448/stat : 20448 (java) S 20443 20445 19894 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 167188709 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20449] ppid=20443 vsize=1800972 CPUtime=0
/proc/20445/task/20449/stat : 20449 (java) S 20443 20445 19894 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 167188709 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20450] ppid=20443 vsize=1800972 CPUtime=0
/proc/20445/task/20450/stat : 20450 (java) S 20443 20445 19894 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 167188712 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20451] ppid=20443 vsize=1800972 CPUtime=0
/proc/20445/task/20451/stat : 20451 (java) S 20443 20445 19894 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 167188712 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20452] ppid=20443 vsize=1800972 CPUtime=0
/proc/20445/task/20452/stat : 20452 (java) S 20443 20445 19894 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 167188712 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20453] ppid=20443 vsize=1800972 CPUtime=0
/proc/20445/task/20453/stat : 20453 (java) S 20443 20445 19894 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 167188716 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20454] ppid=20443 vsize=1800972 CPUtime=0.8
/proc/20445/task/20454/stat : 20454 (java) R 20443 20445 19894 0 -1 64 4695 0 3 0 78 2 0 0 19 0 13 0 167188716 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105308302 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20455] ppid=20443 vsize=1800972 CPUtime=0.8
/proc/20445/task/20455/stat : 20455 (java) R 20443 20445 19894 0 -1 64 5151 0 1 0 78 2 0 0 18 0 13 0 167188716 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102065232 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20456] ppid=20443 vsize=1800972 CPUtime=0
/proc/20445/task/20456/stat : 20456 (java) S 20443 20445 19894 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167188716 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20457] ppid=20443 vsize=1800972 CPUtime=0
/proc/20445/task/20457/stat : 20457 (java) S 20443 20445 19894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167188716 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20458] ppid=20443 vsize=1800972 CPUtime=0
/proc/20445/task/20458/stat : 20458 (java) S 20443 20445 19894 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167188742 1844195328 21522 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1800972

[startup+3.10263 s]
/proc/loadavg: 1.04 1.00 1.00 4/90 20458
/proc/meminfo: memFree=1342672/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1798380 CPUtime=4.99
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 52429 0 6 0 472 27 0 0 19 0 13 0 167188704 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 449595 44109 1330 9 0 447206 0
[pid=20445/tid=20447] ppid=20443 vsize=1798380 CPUtime=2.36
/proc/20445/task/20447/stat : 20447 (java) R 20443 20445 19894 0 -1 64 37712 0 1 0 217 19 0 0 24 0 13 0 167188706 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109834624 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20448] ppid=20443 vsize=1798380 CPUtime=0.01
/proc/20445/task/20448/stat : 20448 (java) S 20443 20445 19894 0 -1 64 700 0 0 0 1 0 0 0 16 0 13 0 167188709 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20449] ppid=20443 vsize=1798380 CPUtime=0.01
/proc/20445/task/20449/stat : 20449 (java) S 20443 20445 19894 0 -1 64 566 0 0 0 1 0 0 0 16 0 13 0 167188709 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20450] ppid=20443 vsize=1798380 CPUtime=0
/proc/20445/task/20450/stat : 20450 (java) S 20443 20445 19894 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167188712 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20451] ppid=20443 vsize=1798380 CPUtime=0
/proc/20445/task/20451/stat : 20451 (java) S 20443 20445 19894 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167188712 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20452] ppid=20443 vsize=1798380 CPUtime=0
/proc/20445/task/20452/stat : 20452 (java) S 20443 20445 19894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167188712 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20453] ppid=20443 vsize=1798380 CPUtime=0
/proc/20445/task/20453/stat : 20453 (java) S 20443 20445 19894 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 167188716 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20454] ppid=20443 vsize=1798380 CPUtime=1.44
/proc/20445/task/20454/stat : 20454 (java) S 20443 20445 19894 0 -1 64 7267 0 3 0 141 3 0 0 15 0 13 0 167188716 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20455] ppid=20443 vsize=1798380 CPUtime=1.11
/proc/20445/task/20455/stat : 20455 (java) S 20443 20445 19894 0 -1 64 5454 0 2 0 109 2 0 0 15 0 13 0 167188716 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20456] ppid=20443 vsize=1798380 CPUtime=0
/proc/20445/task/20456/stat : 20456 (java) S 20443 20445 19894 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167188716 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20457] ppid=20443 vsize=1798380 CPUtime=0
/proc/20445/task/20457/stat : 20457 (java) S 20443 20445 19894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167188716 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20458] ppid=20443 vsize=1798380 CPUtime=0
/proc/20445/task/20458/stat : 20458 (java) S 20443 20445 19894 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167188742 1841541120 44109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 1798380

[startup+6.30295 s]
/proc/loadavg: 1.04 1.00 1.00 2/90 20458
/proc/meminfo: memFree=1323856/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1797100 CPUtime=8.65
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 58760 0 6 0 834 31 0 0 19 0 13 0 167188704 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 449275 46187 1331 9 0 446886 0
[pid=20445/tid=20447] ppid=20443 vsize=1797100 CPUtime=5.42
/proc/20445/task/20447/stat : 20447 (java) R 20443 20445 19894 0 -1 64 37718 0 1 0 523 19 0 0 25 0 13 0 167188706 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109521159 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20448] ppid=20443 vsize=1797100 CPUtime=0.11
/proc/20445/task/20448/stat : 20448 (java) S 20443 20445 19894 0 -1 64 2795 0 0 0 10 1 0 0 16 0 13 0 167188709 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20449] ppid=20443 vsize=1797100 CPUtime=0.1
/proc/20445/task/20449/stat : 20449 (java) S 20443 20445 19894 0 -1 64 2471 0 0 0 9 1 0 0 17 0 13 0 167188709 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20450] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20450/stat : 20450 (java) S 20443 20445 19894 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167188712 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20451] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20451/stat : 20451 (java) S 20443 20445 19894 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167188712 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20452] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20452/stat : 20452 (java) S 20443 20445 19894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167188712 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20453] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20453/stat : 20453 (java) S 20443 20445 19894 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 167188716 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20454] ppid=20443 vsize=1797100 CPUtime=1.75
/proc/20445/task/20454/stat : 20454 (java) S 20443 20445 19894 0 -1 64 9524 0 3 0 171 4 0 0 16 0 13 0 167188716 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20455] ppid=20443 vsize=1797100 CPUtime=1.21
/proc/20445/task/20455/stat : 20455 (java) S 20443 20445 19894 0 -1 64 5503 0 2 0 119 2 0 0 16 0 13 0 167188716 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20456] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20456/stat : 20456 (java) S 20443 20445 19894 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167188716 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20457] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20457/stat : 20457 (java) S 20443 20445 19894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167188716 1840230400 46187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20458] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20458/stat : 20458 (java) S 20443 20445 19894 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167188742 1840230400 46187 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) 1797100

[startup+12.7026 s]
/proc/loadavg: 1.04 1.00 1.00 2/90 20458
/proc/meminfo: memFree=1280976/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1797100 CPUtime=15.24
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 68114 0 6 0 1489 35 0 0 19 0 13 0 167188704 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 449275 54902 1331 9 0 446886 0
[pid=20445/tid=20447] ppid=20443 vsize=1797100 CPUtime=11.61
/proc/20445/task/20447/stat : 20447 (java) R 20443 20445 19894 0 -1 64 39365 0 1 0 1142 19 0 0 25 0 13 0 167188706 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109510447 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20448] ppid=20443 vsize=1797100 CPUtime=0.26
/proc/20445/task/20448/stat : 20448 (java) S 20443 20445 19894 0 -1 64 6819 0 0 0 23 3 0 0 16 0 13 0 167188709 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20449] ppid=20443 vsize=1797100 CPUtime=0.26
/proc/20445/task/20449/stat : 20449 (java) S 20443 20445 19894 0 -1 64 6146 0 0 0 23 3 0 0 16 0 13 0 167188709 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20450] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20450/stat : 20450 (java) S 20443 20445 19894 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167188712 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20451] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20451/stat : 20451 (java) S 20443 20445 19894 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167188712 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20452] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20452/stat : 20452 (java) S 20443 20445 19894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167188712 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20453] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20453/stat : 20453 (java) S 20443 20445 19894 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 167188716 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20454] ppid=20443 vsize=1797100 CPUtime=1.79
/proc/20445/task/20454/stat : 20454 (java) S 20443 20445 19894 0 -1 64 9530 0 3 0 175 4 0 0 17 0 13 0 167188716 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20455] ppid=20443 vsize=1797100 CPUtime=1.25
/proc/20445/task/20455/stat : 20455 (java) S 20443 20445 19894 0 -1 64 5505 0 2 0 123 2 0 0 16 0 13 0 167188716 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20456] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20456/stat : 20456 (java) S 20443 20445 19894 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167188716 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20457] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20457/stat : 20457 (java) S 20443 20445 19894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167188716 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20458] ppid=20443 vsize=1797100 CPUtime=0
/proc/20445/task/20458/stat : 20458 (java) S 20443 20445 19894 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167188742 1840230400 54902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.24
Current children cumulated vsize (KiB) 1797100

[startup+25.5029 s]
/proc/loadavg: 1.03 1.00 1.00 2/90 20458
/proc/meminfo: memFree=1268560/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1797100 CPUtime=28.19
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 71645 0 6 0 2782 37 0 0 19 0 13 0 167188704 1840230400 58005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 449275 58005 1331 9 0 446886 0
[pid=20445/tid=20447] ppid=20443 vsize=1797100 CPUtime=24.23
/proc/20445/task/20447/stat : 20447 (java) R 20443 20445 19894 0 -1 64 39375 0 1 0 2404 19 0 0 25 0 13 0 167188706 1840230400 58005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109699510 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20448] ppid=20443 vsize=1797100 CPUtime=0.41
/proc/20445/task/20448/stat : 20448 (java) S 20443 20445 19894 0 -1 64 8948 0 0 0 37 4 0 0 16 0 13 0 167188709 1840230400 58005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20449] ppid=20443 vsize=1797100 CPUtime=0.41
/proc/20445/task/20449/stat : 20449 (java) S 20443 20445 19894 0 -1 64 7538 0 0 0 37 4 0 0 16 0 13 0 167188709 1840230400 58005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=20445/tid=20450] ppid=20443 vsize=1798124 CPUtime=0.17
/proc/20445/task/20450/stat : 20450 (java) S 20443 20445 19894 0 -1 64 88 0 0 0 10 7 0 0 16 0 13 0 167188712 1841278976 119885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20451] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20451/stat : 20451 (java) S 20443 20445 19894 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167188712 1841278976 119885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20452] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20452/stat : 20452 (java) S 20443 20445 19894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167188712 1841278976 119885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20453] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20453/stat : 20453 (java) S 20443 20445 19894 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 167188716 1841278976 119885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20454] ppid=20443 vsize=1798124 CPUtime=2
/proc/20445/task/20454/stat : 20454 (java) S 20443 20445 19894 0 -1 64 9543 0 3 0 195 5 0 0 17 0 13 0 167188716 1841278976 119885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20455] ppid=20443 vsize=1798124 CPUtime=1.53
/proc/20445/task/20455/stat : 20455 (java) S 20443 20445 19894 0 -1 64 6079 0 2 0 150 3 0 0 18 0 13 0 167188716 1841278976 119885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20456] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20456/stat : 20456 (java) S 20443 20445 19894 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167188716 1841278976 119885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20457] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20457/stat : 20457 (java) S 20443 20445 19894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167188716 1841278976 119885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20458] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20458/stat : 20458 (java) S 20443 20445 19894 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167188742 1841278976 119885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.02
Current children cumulated vsize (KiB) 1798124

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 20656
/proc/meminfo: memFree=1014224/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1798124 CPUtime=1626.09
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 164677 0 6 0 162507 102 0 0 19 0 13 0 167188704 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 449531 121182 1332 9 0 447142 0
[pid=20445/tid=20447] ppid=20443 vsize=1798124 CPUtime=1578.57
/proc/20445/task/20447/stat : 20447 (java) R 20443 20445 19894 0 -1 64 54706 0 1 0 157818 39 0 0 25 0 13 0 167188706 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109549636 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20448] ppid=20443 vsize=1798124 CPUtime=21.89
/proc/20445/task/20448/stat : 20448 (java) S 20443 20445 19894 0 -1 64 46972 0 0 0 2165 24 0 0 16 0 13 0 167188709 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20449] ppid=20443 vsize=1798124 CPUtime=21.87
/proc/20445/task/20449/stat : 20449 (java) S 20443 20445 19894 0 -1 64 46568 0 0 0 2166 21 0 0 16 0 13 0 167188709 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20450] ppid=20443 vsize=1798124 CPUtime=0.17
/proc/20445/task/20450/stat : 20450 (java) S 20443 20445 19894 0 -1 64 88 0 0 0 10 7 0 0 16 0 13 0 167188712 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20451] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20451/stat : 20451 (java) S 20443 20445 19894 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167188712 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20452] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20452/stat : 20452 (java) S 20443 20445 19894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167188712 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20453] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20453/stat : 20453 (java) S 20443 20445 19894 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 167188716 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20454] ppid=20443 vsize=1798124 CPUtime=2
/proc/20445/task/20454/stat : 20454 (java) S 20443 20445 19894 0 -1 64 9543 0 3 0 195 5 0 0 17 0 13 0 167188716 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20455] ppid=20443 vsize=1798124 CPUtime=1.53
/proc/20445/task/20455/stat : 20455 (java) S 20443 20445 19894 0 -1 64 6079 0 2 0 150 3 0 0 18 0 13 0 167188716 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20456] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20456/stat : 20456 (java) S 20443 20445 19894 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167188716 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20457] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20457/stat : 20457 (java) S 20443 20445 19894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167188716 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20458] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20458/stat : 20458 (java) S 20443 20445 19894 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167188742 1841278976 121182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.09
Current children cumulated vsize (KiB) 1798124

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 20656
/proc/meminfo: memFree=1008272/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1798124 CPUtime=1687.25
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 166250 0 6 0 168622 103 0 0 19 0 13 0 167188704 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 449531 122665 1332 9 0 447142 0
[pid=20445/tid=20447] ppid=20443 vsize=1798124 CPUtime=1637.36
/proc/20445/task/20447/stat : 20447 (java) R 20443 20445 19894 0 -1 64 54727 0 1 0 163697 39 0 0 25 0 13 0 167188706 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109507618 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20448] ppid=20443 vsize=1798124 CPUtime=23.06
/proc/20445/task/20448/stat : 20448 (java) S 20443 20445 19894 0 -1 64 47632 0 0 0 2282 24 0 0 17 0 13 0 167188709 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20449] ppid=20443 vsize=1798124 CPUtime=23.06
/proc/20445/task/20449/stat : 20449 (java) S 20443 20445 19894 0 -1 64 47460 0 0 0 2284 22 0 0 16 0 13 0 167188709 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20450] ppid=20443 vsize=1798124 CPUtime=0.17
/proc/20445/task/20450/stat : 20450 (java) S 20443 20445 19894 0 -1 64 88 0 0 0 10 7 0 0 16 0 13 0 167188712 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20451] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20451/stat : 20451 (java) S 20443 20445 19894 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167188712 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20452] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20452/stat : 20452 (java) S 20443 20445 19894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167188712 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20453] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20453/stat : 20453 (java) S 20443 20445 19894 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 167188716 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20454] ppid=20443 vsize=1798124 CPUtime=2
/proc/20445/task/20454/stat : 20454 (java) S 20443 20445 19894 0 -1 64 9543 0 3 0 195 5 0 0 17 0 13 0 167188716 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20455] ppid=20443 vsize=1798124 CPUtime=1.53
/proc/20445/task/20455/stat : 20455 (java) S 20443 20445 19894 0 -1 64 6079 0 2 0 150 3 0 0 18 0 13 0 167188716 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20456] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20456/stat : 20456 (java) S 20443 20445 19894 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167188716 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20457] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20457/stat : 20457 (java) S 20443 20445 19894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167188716 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20458] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20458/stat : 20458 (java) S 20443 20445 19894 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167188742 1841278976 122665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.25
Current children cumulated vsize (KiB) 1798124

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20656
/proc/meminfo: memFree=1003792/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1798124 CPUtime=1748.38
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 167452 0 6 0 174733 105 0 0 19 0 13 0 167188704 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 449531 123776 1332 9 0 447142 0
[pid=20445/tid=20447] ppid=20443 vsize=1798124 CPUtime=1696.2
/proc/20445/task/20447/stat : 20447 (java) R 20443 20445 19894 0 -1 64 54747 0 1 0 169580 40 0 0 25 0 13 0 167188706 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109507959 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20448] ppid=20443 vsize=1798124 CPUtime=24.2
/proc/20445/task/20448/stat : 20448 (java) S 20443 20445 19894 0 -1 64 48587 0 0 0 2396 24 0 0 16 0 13 0 167188709 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20449] ppid=20443 vsize=1798124 CPUtime=24.2
/proc/20445/task/20449/stat : 20449 (java) S 20443 20445 19894 0 -1 64 47687 0 0 0 2398 22 0 0 16 0 13 0 167188709 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20450] ppid=20443 vsize=1798124 CPUtime=0.18
/proc/20445/task/20450/stat : 20450 (java) S 20443 20445 19894 0 -1 64 88 0 0 0 10 8 0 0 16 0 13 0 167188712 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20451] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20451/stat : 20451 (java) S 20443 20445 19894 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167188712 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20452] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20452/stat : 20452 (java) S 20443 20445 19894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167188712 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20453] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20453/stat : 20453 (java) S 20443 20445 19894 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 167188716 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20454] ppid=20443 vsize=1798124 CPUtime=2
/proc/20445/task/20454/stat : 20454 (java) S 20443 20445 19894 0 -1 64 9543 0 3 0 195 5 0 0 17 0 13 0 167188716 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20455] ppid=20443 vsize=1798124 CPUtime=1.53
/proc/20445/task/20455/stat : 20455 (java) S 20443 20445 19894 0 -1 64 6079 0 2 0 150 3 0 0 18 0 13 0 167188716 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20456] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20456/stat : 20456 (java) S 20443 20445 19894 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167188716 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20457] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20457/stat : 20457 (java) S 20443 20445 19894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167188716 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20458] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20458/stat : 20458 (java) S 20443 20445 19894 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167188742 1841278976 123776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.38
Current children cumulated vsize (KiB) 1798124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20656
/proc/meminfo: memFree=999696/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=1798124 CPUtime=1800.1
/proc/20445/stat : 20445 (java) S 20443 20445 19894 0 -1 0 168577 0 6 0 179904 106 0 0 19 0 13 0 167188704 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 449531 124802 1332 9 0 447142 0
[pid=20445/tid=20447] ppid=20443 vsize=1798124 CPUtime=1745.84
/proc/20445/task/20447/stat : 20447 (java) R 20443 20445 19894 0 -1 64 54765 0 1 0 174544 40 0 0 18 0 13 0 167188706 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109507919 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20448] ppid=20443 vsize=1798124 CPUtime=25.24
/proc/20445/task/20448/stat : 20448 (java) S 20443 20445 19894 0 -1 64 49363 0 0 0 2499 25 0 0 16 0 13 0 167188709 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20449] ppid=20443 vsize=1798124 CPUtime=25.25
/proc/20445/task/20449/stat : 20449 (java) S 20443 20445 19894 0 -1 64 48018 0 0 0 2502 23 0 0 16 0 13 0 167188709 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20450] ppid=20443 vsize=1798124 CPUtime=0.19
/proc/20445/task/20450/stat : 20450 (java) S 20443 20445 19894 0 -1 64 88 0 0 0 11 8 0 0 16 0 13 0 167188712 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20451] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20451/stat : 20451 (java) S 20443 20445 19894 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167188712 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20452] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20452/stat : 20452 (java) S 20443 20445 19894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167188712 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20453] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20453/stat : 20453 (java) S 20443 20445 19894 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 167188716 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20454] ppid=20443 vsize=1798124 CPUtime=2
/proc/20445/task/20454/stat : 20454 (java) S 20443 20445 19894 0 -1 64 9543 0 3 0 195 5 0 0 17 0 13 0 167188716 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20455] ppid=20443 vsize=1798124 CPUtime=1.53
/proc/20445/task/20455/stat : 20455 (java) S 20443 20445 19894 0 -1 64 6079 0 2 0 150 3 0 0 18 0 13 0 167188716 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20456] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20456/stat : 20456 (java) S 20443 20445 19894 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 167188716 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20445/tid=20457] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20457/stat : 20457 (java) S 20443 20445 19894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167188716 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20445/tid=20458] ppid=20443 vsize=1798124 CPUtime=0
/proc/20445/task/20458/stat : 20458 (java) S 20443 20445 19894 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167188742 1841278976 124802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1798124

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

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

[startup+1773.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 20659
/proc/meminfo: memFree=1408000/2055920 swapFree=4149056/4192956
[pid=20445] ppid=20443 vsize=0 CPUtime=1800.21
/proc/20445/stat : 20445 (java) Z 20443 20445 19894 0 -1 1036 168597 0 6 0 179908 113 0 0 16 0 2 0 167188704 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20445/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1773.13
CPU time (s): 1800.23
CPU user time (s): 1799.09
CPU system time (s): 1.14682
CPU usage (%): 101.528
Max. virtual memory (cumulated for all children) (KiB): 1803232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.14682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168597
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42465
involuntary context switches= 47804

runsolver used 1.61275 second user time and 4.96124 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Wed Apr 18 15:51:49 UTC 2007

IDJOB= 358006
IDBENCH= 1183
IDSOLVER= 164
FILE ID= node2/358006-1176911509

PBS_JOBID= 4595197

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  33ddab1c7704f894e7f63014edbb9b9e

RANDOM SEED= 927604396

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.234
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.234
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:       1498000 kB
Buffers:         26536 kB
Cached:         443456 kB
SwapCached:      12264 kB
Active:          56056 kB
Inactive:       437572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1498000 kB
SwapTotal:     4192956 kB
SwapFree:      4149056 kB
Dirty:            3612 kB
Writeback:           0 kB
Mapped:          30656 kB
Slab:            49812 kB
Committed_AS:  7123204 kB
PageTables:       1860 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= 66398 MiB

End job on node2 on Wed Apr 18 16:21:24 UTC 2007