Trace number 360470

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.18 1767.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
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 benchmark31.2183
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/360470-1176969882/instance-360470-1176969882.opb
0.20/0.20	c reading problem ... 
12.34/11.05	c ... done. Wall clock time 10.849s.
12.34/11.05	c CPU time (experimental) 9.75s.
12.34/11.05	c #vars     3750
12.34/11.05	c #constraints  468375
1800.05/1767.41	c starts		: 2
1800.05/1767.41	c conflicts		: 100431
1800.05/1767.41	c decisions		: 131730
1800.05/1767.41	c propagations		: 14040490
1800.05/1767.41	c inspects		: 306887648
1800.05/1767.41	c learnt literals	: 0
1800.05/1767.41	c learnt binary clauses	: 0
1800.05/1767.41	c learnt ternary clauses	: 0
1800.05/1767.41	c learnt clauses	: 100430
1800.05/1767.41	c root simplifications	: 0
1800.05/1767.41	c removed literals (reason simplification)	: 0
1800.05/1767.41	c reason swapping (by a shorter reason)	: 0
1800.05/1767.41	c Calls to reduceDB	: 0
1800.05/1767.41	c speed (decisions/second)	: 75.00192159329976
1800.05/1767.41	c non guided choices	1026
1800.05/1767.41	s UNKNOWN
1800.05/1767.41	c Total wall clock time (ms): 1767.213

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/node21/watcher-360470-1176969882 -o ROOT/results/node21/solver-360470-1176969882 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360470-1176969882/sat4jPseudoCPClause.jar /tmp/evaluation/360470-1176969882/instance-360470-1176969882.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.93 1.01 0.99 3/77 20518
/proc/meminfo: memFree=1265088/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1520 CPUtime=0
/proc/20518/stat : 20518 (java) R 20516 20518 19584 0 -1 0 90 0 0 0 0 0 0 0 18 0 1 0 144905538 1556480 73 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8409696 0 0 4096 0 0 0 0 17 1 0 0
/proc/20518/statm: 380 73 56 9 0 10 0

[startup+0.0348691 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 20518
/proc/meminfo: memFree=1265088/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1776088 CPUtime=0.02
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 3154 0 1 0 1 1 0 0 18 0 4 0 144905538 1818714112 2902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 444022 2902 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101873 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 20518
/proc/meminfo: memFree=1265088/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1780112 CPUtime=0.08
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 144905538 1822834688 3723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 445028 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301895 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 20518
/proc/meminfo: memFree=1265088/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1782236 CPUtime=0.31
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 5167 0 1 0 28 3 0 0 18 0 12 0 144905538 1825009664 4906 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 445559 4906 1263 9 0 443170 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782236

[startup+0.701936 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 20518
/proc/meminfo: memFree=1265088/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1782940 CPUtime=0.88
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 6972 0 1 0 84 4 0 0 18 0 12 0 144905538 1825730560 6506 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 445735 6507 1301 9 0 443346 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782940

[startup+1.50302 s]
/proc/loadavg: 0.93 1.01 0.99 2/89 20530
/proc/meminfo: memFree=1235680/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1784764 CPUtime=2.03
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 18362 0 1 0 193 10 0 0 18 0 12 0 144905538 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 446191 16903 1302 9 0 443802 0
[pid=20518/tid=20520] ppid=20516 vsize=1784764 CPUtime=1.04
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 19584 0 -1 64 15128 0 1 0 96 8 0 0 19 0 12 0 144905539 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109591732 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 19584 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 144905541 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 144905541 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 19584 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 144905543 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 19584 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 144905543 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 19584 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 144905543 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144905547 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1784764 CPUtime=0.46
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 19584 0 -1 64 1536 0 0 0 45 1 0 0 18 0 12 0 144905547 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1784764 CPUtime=0.52
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 19584 0 -1 64 976 0 0 0 52 0 0 0 17 0 12 0 144905547 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 19584 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 144905547 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 144905547 1827598336 16903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1784764

[startup+3.10219 s]
/proc/loadavg: 0.93 1.01 0.99 2/89 20530
/proc/meminfo: memFree=1134816/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1784764 CPUtime=3.66
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 41982 0 1 0 345 21 0 0 18 0 12 0 144905538 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 446191 40516 1311 9 0 443802 0
[pid=20518/tid=20520] ppid=20516 vsize=1784764 CPUtime=2.59
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 19584 0 -1 64 37672 0 1 0 241 18 0 0 24 0 12 0 144905539 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1784764 CPUtime=0.02
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 19584 0 -1 64 538 0 0 0 2 0 0 0 17 0 12 0 144905541 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1784764 CPUtime=0.02
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 19584 0 -1 64 533 0 0 0 2 0 0 0 16 0 12 0 144905541 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 19584 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 144905543 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 19584 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144905543 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 19584 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144905543 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144905547 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1784764 CPUtime=0.47
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 19584 0 -1 64 1536 0 0 0 46 1 0 0 16 0 12 0 144905547 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1784764 CPUtime=0.52
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 19584 0 -1 64 976 0 0 0 52 0 0 0 17 0 12 0 144905547 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 19584 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 144905547 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1784764 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 144905547 1827598336 40516 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1784764

[startup+6.30254 s]
/proc/loadavg: 0.94 1.01 0.99 2/89 20530
/proc/meminfo: memFree=1084320/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1786324 CPUtime=7.14
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 50176 0 1 0 689 25 0 0 18 0 12 0 144905538 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 446581 48329 1311 9 0 444192 0
[pid=20518/tid=20520] ppid=20516 vsize=1786324 CPUtime=5.52
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 19584 0 -1 64 37677 0 1 0 533 19 0 0 18 0 12 0 144905539 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1786324 CPUtime=0.29
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 19584 0 -1 64 3828 0 0 0 28 1 0 0 16 0 12 0 144905541 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1786324 CPUtime=0.3
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 19584 0 -1 64 5421 0 0 0 28 2 0 0 16 0 12 0 144905541 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1786324 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 19584 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 144905543 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1786324 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 19584 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144905543 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1786324 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 19584 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144905543 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1786324 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144905547 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1786324 CPUtime=0.47
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 19584 0 -1 64 1536 0 0 0 46 1 0 0 16 0 12 0 144905547 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1786324 CPUtime=0.52
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 19584 0 -1 64 976 0 0 0 52 0 0 0 17 0 12 0 144905547 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1786324 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 19584 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 144905547 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1786324 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 144905547 1829195776 48329 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 1786324

[startup+12.7022 s]
/proc/loadavg: 0.94 1.00 0.99 4/90 20531
/proc/meminfo: memFree=1025240/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1789656 CPUtime=14.9
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 67200 0 1 0 1455 35 0 0 18 0 13 0 144905538 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 447414 62398 1324 9 0 445025 0
[pid=20518/tid=20520] ppid=20516 vsize=1789656 CPUtime=11.1
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 19584 0 -1 64 37727 0 1 0 1089 21 0 0 16 0 13 0 144905539 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109838055 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1789656 CPUtime=0.93
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 19584 0 -1 64 11197 0 0 0 89 4 0 0 16 0 13 0 144905541 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1789656 CPUtime=0.94
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 19584 0 -1 64 12970 0 0 0 89 5 0 0 17 0 13 0 144905541 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1789656 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 19584 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 144905543 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1789656 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 19584 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144905543 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1789656 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 19584 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144905543 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1789656 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144905547 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1789656 CPUtime=0.91
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 19584 0 -1 64 2570 0 0 0 90 1 0 0 16 0 13 0 144905547 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1789656 CPUtime=0.95
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 19584 0 -1 64 1990 0 0 0 95 0 0 0 16 0 13 0 144905547 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1789656 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 19584 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144905547 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1789656 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144905547 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1789656 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 19584 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 144906644 1832607744 62398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.9
Current children cumulated vsize (KiB) 1789656

[startup+25.5016 s]
/proc/loadavg: 0.95 1.00 0.99 2/90 20531
/proc/meminfo: memFree=1024280/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1798248 CPUtime=28.94
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 74539 0 1 0 2855 39 0 0 18 0 13 0 144905538 1841405952 61254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 449562 61254 1324 9 0 447173 0
[pid=20518/tid=20520] ppid=20516 vsize=1798248 CPUtime=23.65
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 19584 0 -1 64 37745 0 1 0 2344 21 0 0 23 0 13 0 144905539 1841405952 61254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109838255 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1798248 CPUtime=1.03
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 19584 0 -1 64 11980 0 0 0 98 5 0 0 16 0 13 0 144905541 1841405952 61254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1798248 CPUtime=1.03
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 19584 0 -1 64 13455 0 0 0 98 5 0 0 16 0 13 0 144905541 1841405952 61254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1798248 CPUtime=0
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 19584 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 144905543 1841405952 61254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1798248 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 19584 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144905543 1841405952 61254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1798248 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 19584 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144905543 1841405952 61254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=20518/tid=20523] ppid=20516 vsize=1792744 CPUtime=0.36
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 19584 0 -1 64 153 0 0 0 23 13 0 0 16 0 13 0 144905543 1835769856 155188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 19584 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144905543 1835769856 155188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 19584 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144905543 1835769856 155188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144905547 1835769856 155188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1792744 CPUtime=2.06
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 19584 0 -1 64 8593 0 0 0 202 4 0 0 17 0 13 0 144905547 1835769856 155188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1792744 CPUtime=1.24
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 19584 0 -1 64 2028 0 0 0 124 0 0 0 17 0 13 0 144905547 1835769856 155188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 19584 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144905547 1835769856 155188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144905547 1835769856 155188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 19584 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 144906644 1835769856 155188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1568.93
Current children cumulated vsize (KiB) 1792744

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 20531
/proc/meminfo: memFree=632728/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1792744 CPUtime=1630.46
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 219118 0 1 0 162916 130 0 0 18 0 13 0 144905538 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 448186 158966 1332 9 0 445797 0
[pid=20518/tid=20520] ppid=20516 vsize=1792744 CPUtime=1573.09
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 19584 0 -1 64 70924 0 1 0 157266 43 0 0 25 0 13 0 144905539 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109838386 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1792744 CPUtime=26.82
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 19584 0 -1 64 64499 0 0 0 2649 33 0 0 16 0 13 0 144905541 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1792744 CPUtime=26.8
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 19584 0 -1 64 72198 0 0 0 2648 32 0 0 16 0 13 0 144905541 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1792744 CPUtime=0.38
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 19584 0 -1 64 153 0 0 0 24 14 0 0 15 0 13 0 144905543 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 19584 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144905543 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 19584 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144905543 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144905547 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1792744 CPUtime=2.06
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 19584 0 -1 64 8593 0 0 0 202 4 0 0 17 0 13 0 144905547 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1792744 CPUtime=1.24
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 19584 0 -1 64 2028 0 0 0 124 0 0 0 17 0 13 0 144905547 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 19584 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144905547 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144905547 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 19584 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 144906644 1835769856 158966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1630.46
Current children cumulated vsize (KiB) 1792744

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20531
/proc/meminfo: memFree=620120/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1792744 CPUtime=1692.07
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 222492 0 1 0 169074 133 0 0 18 0 13 0 144905538 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 448186 162113 1332 9 0 445797 0
[pid=20518/tid=20520] ppid=20516 vsize=1792744 CPUtime=1631.38
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 19584 0 -1 64 70969 0 1 0 163094 44 0 0 25 0 13 0 144905539 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109819271 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1792744 CPUtime=28.48
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 19584 0 -1 64 66925 0 0 0 2814 34 0 0 17 0 13 0 144905541 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1792744 CPUtime=28.45
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 19584 0 -1 64 73101 0 0 0 2812 33 0 0 17 0 13 0 144905541 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1792744 CPUtime=0.39
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 19584 0 -1 64 153 0 0 0 25 14 0 0 16 0 13 0 144905543 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 19584 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144905543 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 19584 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144905543 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144905547 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1792744 CPUtime=2.06
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 19584 0 -1 64 8593 0 0 0 202 4 0 0 17 0 13 0 144905547 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1792744 CPUtime=1.24
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 19584 0 -1 64 2028 0 0 0 124 0 0 0 17 0 13 0 144905547 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 19584 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144905547 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144905547 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 19584 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 144906644 1835769856 162113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1692.07
Current children cumulated vsize (KiB) 1792744

[startup+1722.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/90 20531
/proc/meminfo: memFree=605016/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1792744 CPUtime=1753.68
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 226624 0 1 0 175233 135 0 0 18 0 13 0 144905538 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 448186 165974 1332 9 0 445797 0
[pid=20518/tid=20520] ppid=20516 vsize=1792744 CPUtime=1689.68
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 19584 0 -1 64 71011 0 1 0 168924 44 0 0 25 0 13 0 144905539 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109838171 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1792744 CPUtime=30.13
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 19584 0 -1 64 69610 0 0 0 2978 35 0 0 16 0 13 0 144905541 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1792744 CPUtime=30.1
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 19584 0 -1 64 74506 0 0 0 2976 34 0 0 16 0 13 0 144905541 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1792744 CPUtime=0.4
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 19584 0 -1 64 153 0 0 0 26 14 0 0 15 0 13 0 144905543 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 19584 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144905543 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 19584 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144905543 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144905547 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1792744 CPUtime=2.06
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 19584 0 -1 64 8593 0 0 0 202 4 0 0 17 0 13 0 144905547 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1792744 CPUtime=1.24
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 19584 0 -1 64 2028 0 0 0 124 0 0 0 17 0 13 0 144905547 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 19584 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144905547 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144905547 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 19584 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 144906644 1835769856 165974 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1753.68
Current children cumulated vsize (KiB) 1792744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.4 s]
/proc/loadavg: 1.15 1.05 1.01 2/90 20531
/proc/meminfo: memFree=593304/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=1792744 CPUtime=1800.05
/proc/20518/stat : 20518 (java) S 20516 20518 19584 0 -1 0 229705 0 1 0 179868 137 0 0 18 0 13 0 144905538 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20518/statm: 448186 168801 1332 9 0 445797 0
[pid=20518/tid=20520] ppid=20516 vsize=1792744 CPUtime=1733.46
/proc/20518/task/20520/stat : 20520 (java) R 20516 20518 19584 0 -1 64 71043 0 1 0 173302 44 0 0 25 0 13 0 144905539 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109819582 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20521] ppid=20516 vsize=1792744 CPUtime=31.42
/proc/20518/task/20521/stat : 20521 (java) S 20516 20518 19584 0 -1 64 70996 0 0 0 3107 35 0 0 16 0 13 0 144905541 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20522] ppid=20516 vsize=1792744 CPUtime=31.39
/proc/20518/task/20522/stat : 20522 (java) S 20516 20518 19584 0 -1 64 76169 0 0 0 3104 35 0 0 17 0 13 0 144905541 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20523] ppid=20516 vsize=1792744 CPUtime=0.41
/proc/20518/task/20523/stat : 20523 (java) S 20516 20518 19584 0 -1 64 153 0 0 0 26 15 0 0 16 0 13 0 144905543 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20518/tid=20524] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20524/stat : 20524 (java) S 20516 20518 19584 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144905543 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20525] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20525/stat : 20525 (java) S 20516 20518 19584 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144905543 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20526] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20526/stat : 20526 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144905547 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20527] ppid=20516 vsize=1792744 CPUtime=2.06
/proc/20518/task/20527/stat : 20527 (java) S 20516 20518 19584 0 -1 64 8593 0 0 0 202 4 0 0 17 0 13 0 144905547 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20528] ppid=20516 vsize=1792744 CPUtime=1.24
/proc/20518/task/20528/stat : 20528 (java) S 20516 20518 19584 0 -1 64 2028 0 0 0 124 0 0 0 17 0 13 0 144905547 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20529] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20529/stat : 20529 (java) S 20516 20518 19584 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 144905547 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20530] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20530/stat : 20530 (java) S 20516 20518 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144905547 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20518/tid=20531] ppid=20516 vsize=1792744 CPUtime=0
/proc/20518/task/20531/stat : 20531 (java) S 20516 20518 19584 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 144906644 1835769856 168801 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1792744

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

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

[startup+1767.51 s]
/proc/loadavg: 1.15 1.05 1.01 2/90 20531
/proc/meminfo: memFree=593304/2055920 swapFree=4160292/4192956
[pid=20518] ppid=20516 vsize=0 CPUtime=1800.16
/proc/20518/stat : 20518 (java) Z 20516 20518 19584 0 -1 1036 229726 0 1 0 179870 146 0 0 16 0 2 0 144905538 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20518/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1767.54
CPU time (s): 1800.18
CPU user time (s): 1798.7
CPU system time (s): 1.47978
CPU usage (%): 101.847
Max. virtual memory (cumulated for all children) (KiB): 1800628

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

runsolver used 2.11768 second user time and 5.73813 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Thu Apr 19 08:04:42 UTC 2007

IDJOB= 360470
IDBENCH= 1373
IDSOLVER= 164
FILE ID= node21/360470-1176969882

PBS_JOBID= 4630277

Free space on /tmp= 66368 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360470-1176969882/sat4jPseudoCPClause.jar /tmp/evaluation/360470-1176969882/instance-360470-1176969882.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-360470-1176969882 -o ROOT/results/node21/solver-360470-1176969882 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360470-1176969882/sat4jPseudoCPClause.jar /tmp/evaluation/360470-1176969882/instance-360470-1176969882.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  84dfc4b706a5e82746c96ff285501708

RANDOM SEED= 762601114

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.232
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.232
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:       1265560 kB
Buffers:         46776 kB
Cached:         640032 kB
SwapCached:      11144 kB
Active:         215432 kB
Inactive:       509280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265560 kB
SwapTotal:     4192956 kB
SwapFree:      4160292 kB
Dirty:           23360 kB
Writeback:           0 kB
Mapped:          41328 kB
Slab:            51196 kB
Committed_AS:  1074024 kB
PageTables:       1816 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= 66368 MiB

End job on node21 on Thu Apr 19 08:34:12 UTC 2007