Trace number 362076

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
sat4jPseudoCP 2007-03-23? (TO) 1800.27 1752.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
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 benchmark549.057
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
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.11/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.22	c no version file found!!!
0.11/0.22	c sun.arch.data.model	32
0.11/0.22	c java.version	1.6.0
0.11/0.22	c os.name	Linux
0.11/0.22	c os.version	2.6.9-22.EL.rootsmp
0.11/0.22	c os.arch	i386
0.11/0.22	c Free memory 1651659224
0.11/0.22	c Max memory 1654456320
0.11/0.22	c Total memory 1654456320
0.11/0.22	c Number of processors 2
0.11/0.27	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.11/0.27	--- Begin Solver configuration ---
0.11/0.27	c Stops conflict analysis at the first Unique Implication Point
0.11/0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.27	c Learn all clauses as in MiniSAT
0.11/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.11/0.27	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.27	c No reason simplification
0.11/0.27	c --- End Solver configuration ---
0.11/0.27	c solving /tmp/evaluation/362076-1177006109/instance-362076-1177006109.opb
0.11/0.27	c reading problem ... 
2.34/1.84	c ... done. Wall clock time 1.567s.
2.34/1.84	c CPU time (experimental) 1.32s.
2.34/1.84	c #vars     4626
2.34/1.84	c #constraints  30921
1800.10/1752.22	c starts		: 2
1800.10/1752.22	c conflicts		: 80664
1800.10/1752.22	c decisions		: 126025
1800.10/1752.22	c propagations		: 2843436
1800.10/1752.22	c inspects		: 516837998
1800.10/1752.22	c learnt literals	: 0
1800.10/1752.22	c learnt binary clauses	: 0
1800.10/1752.22	c learnt ternary clauses	: 0
1800.10/1752.22	c learnt clauses	: 80663
1800.10/1752.22	c root simplifications	: 0
1800.10/1752.22	c removed literals (reason simplification)	: 0
1800.10/1752.22	c reason swapping (by a shorter reason)	: 0
1800.10/1752.22	c Calls to reduceDB	: 0
1800.10/1752.22	c speed (decisions/second)	: 71.9991453225836
1800.10/1752.22	c non guided choices	7546
1800.10/1752.22	s UNKNOWN
1800.10/1752.22	c Total wall clock time (ms): 1751.944

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.94 2/64 13654
/proc/meminfo: memFree=1377632/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=18568 CPUtime=0
/proc/13654/stat : 13654 (runsolver) R 13652 13654 13062 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 148520940 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13654/statm: 4642 292 257 24 0 2626 0

[startup+0.025395 s]
/proc/loadavg: 0.92 0.98 0.94 2/64 13654
/proc/meminfo: memFree=1377632/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1608 CPUtime=0
/proc/13654/stat : 13654 (java) R 13652 13654 13062 0 -1 0 134 0 0 0 0 0 0 0 18 0 1 0 148520940 1646592 106 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13654/statm: 450 113 85 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1608

[startup+0.101406 s]
/proc/loadavg: 0.92 0.98 0.94 2/64 13654
/proc/meminfo: memFree=1377632/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1776088 CPUtime=0.03
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 3228 0 1 0 1 2 0 0 18 0 4 0 148520940 1818714112 2975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 444022 2975 887 9 0 441658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776088

[startup+0.301426 s]
/proc/loadavg: 0.92 0.98 0.94 2/64 13654
/proc/meminfo: memFree=1377632/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1782480 CPUtime=0.23
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 5010 0 1 0 20 3 0 0 18 0 12 0 148520940 1825259520 4748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 445620 4748 1246 9 0 443232 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1782480

[startup+0.701467 s]
/proc/loadavg: 0.92 0.98 0.94 2/64 13654
/proc/meminfo: memFree=1377632/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1783668 CPUtime=0.83
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 6692 0 1 0 79 4 0 0 18 0 12 0 148520940 1826476032 6184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 445917 6184 1302 9 0 443529 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1783668

[startup+1.50254 s]
/proc/loadavg: 0.92 0.98 0.94 4/76 13666
/proc/meminfo: memFree=1350912/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1784840 CPUtime=2.03
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 16885 0 1 0 194 9 0 0 18 0 12 0 148520940 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 446210 15209 1309 9 0 443822 0
[pid=13654/tid=13656] ppid=13652 vsize=1784840 CPUtime=0.99
/proc/13654/task/13656/stat : 13656 (java) R 13652 13654 13062 0 -1 64 13389 0 1 0 92 7 0 0 24 0 12 0 148520944 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13657] ppid=13652 vsize=1784840 CPUtime=0
/proc/13654/task/13657/stat : 13657 (java) S 13652 13654 13062 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 148520949 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13658] ppid=13652 vsize=1784840 CPUtime=0
/proc/13654/task/13658/stat : 13658 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 148520949 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13659] ppid=13652 vsize=1784840 CPUtime=0
/proc/13654/task/13659/stat : 13659 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 148520951 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13660] ppid=13652 vsize=1784840 CPUtime=0
/proc/13654/task/13660/stat : 13660 (java) S 13652 13654 13062 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 148520952 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13661] ppid=13652 vsize=1784840 CPUtime=0
/proc/13654/task/13661/stat : 13661 (java) S 13652 13654 13062 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 148520952 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13662] ppid=13652 vsize=1784840 CPUtime=0
/proc/13654/task/13662/stat : 13662 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 148520957 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13663] ppid=13652 vsize=1784840 CPUtime=0.47
/proc/13654/task/13663/stat : 13663 (java) R 13652 13654 13062 0 -1 64 1111 0 0 0 47 0 0 0 16 0 12 0 148520957 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105217320 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13664] ppid=13652 vsize=1784840 CPUtime=0.54
/proc/13654/task/13664/stat : 13664 (java) S 13652 13654 13062 0 -1 64 1662 0 0 0 53 1 0 0 16 0 12 0 148520957 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13665] ppid=13652 vsize=1784840 CPUtime=0
/proc/13654/task/13665/stat : 13665 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 148520957 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13666] ppid=13652 vsize=1784840 CPUtime=0
/proc/13654/task/13666/stat : 13666 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148520957 1827676160 15209 18446744073709551615 134512640 134550740 4294956448 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) 1784840

[startup+3.10271 s]
/proc/loadavg: 0.92 0.98 0.94 3/77 13667
/proc/meminfo: memFree=1280248/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1797840 CPUtime=4.72
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 44428 0 1 0 448 24 0 0 18 0 13 0 148520940 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 449460 37150 1321 9 0 447072 0
[pid=13654/tid=13656] ppid=13652 vsize=1797840 CPUtime=1.88
/proc/13654/task/13656/stat : 13656 (java) R 13652 13654 13062 0 -1 64 32497 0 1 0 171 17 0 0 24 0 13 0 148520944 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13657] ppid=13652 vsize=1797840 CPUtime=0
/proc/13654/task/13657/stat : 13657 (java) S 13652 13654 13062 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 148520949 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13658] ppid=13652 vsize=1797840 CPUtime=0
/proc/13654/task/13658/stat : 13658 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148520949 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13659] ppid=13652 vsize=1797840 CPUtime=0
/proc/13654/task/13659/stat : 13659 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 148520951 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13660] ppid=13652 vsize=1797840 CPUtime=0
/proc/13654/task/13660/stat : 13660 (java) S 13652 13654 13062 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 148520952 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13661] ppid=13652 vsize=1797840 CPUtime=0
/proc/13654/task/13661/stat : 13661 (java) S 13652 13654 13062 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 148520952 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13662] ppid=13652 vsize=1797840 CPUtime=0
/proc/13654/task/13662/stat : 13662 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148520957 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13663] ppid=13652 vsize=1797840 CPUtime=1.27
/proc/13654/task/13663/stat : 13663 (java) R 13652 13654 13062 0 -1 64 4775 0 0 0 125 2 0 0 17 0 13 0 148520957 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336738 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13664] ppid=13652 vsize=1797840 CPUtime=1.53
/proc/13654/task/13664/stat : 13664 (java) R 13652 13654 13062 0 -1 64 6429 0 0 0 150 3 0 0 18 0 13 0 148520957 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336798 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13665] ppid=13652 vsize=1797840 CPUtime=0
/proc/13654/task/13665/stat : 13665 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 148520957 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13666] ppid=13652 vsize=1797840 CPUtime=0
/proc/13654/task/13666/stat : 13666 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148520957 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13667] ppid=13652 vsize=1797840 CPUtime=0
/proc/13654/task/13667/stat : 13667 (java) S 13652 13654 13062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148521126 1840988160 37150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1797840

[startup+6.30301 s]
/proc/loadavg: 1.09 1.02 0.95 2/77 13667
/proc/meminfo: memFree=1197432/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1799480 CPUtime=9.02
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 58743 0 1 0 871 31 0 0 18 0 13 0 148520940 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 449870 46362 1330 9 0 447482 0
[pid=13654/tid=13656] ppid=13652 vsize=1799480 CPUtime=4.42
/proc/13654/task/13656/stat : 13656 (java) R 13652 13654 13062 0 -1 64 37755 0 1 0 422 20 0 0 25 0 13 0 148520944 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109842160 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13657] ppid=13652 vsize=1799480 CPUtime=0.1
/proc/13654/task/13657/stat : 13657 (java) S 13652 13654 13062 0 -1 64 1932 0 0 0 9 1 0 0 16 0 13 0 148520949 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13658] ppid=13652 vsize=1799480 CPUtime=0.08
/proc/13654/task/13658/stat : 13658 (java) S 13652 13654 13062 0 -1 64 1332 0 0 0 8 0 0 0 16 0 13 0 148520949 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13659] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13659/stat : 13659 (java) S 13652 13654 13062 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 148520951 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13660] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13660/stat : 13660 (java) S 13652 13654 13062 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13661] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13661/stat : 13661 (java) S 13652 13654 13062 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13662] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13662/stat : 13662 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148520957 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13663] ppid=13652 vsize=1799480 CPUtime=2.18
/proc/13654/task/13663/stat : 13663 (java) S 13652 13654 13062 0 -1 64 8265 0 0 0 215 3 0 0 17 0 13 0 148520957 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13664] ppid=13652 vsize=1799480 CPUtime=2.18
/proc/13654/task/13664/stat : 13664 (java) S 13652 13654 13062 0 -1 64 8722 0 0 0 214 4 0 0 16 0 13 0 148520957 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13665] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13665/stat : 13665 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 148520957 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13666] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13666/stat : 13666 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148520957 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13667] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13667/stat : 13667 (java) S 13652 13654 13062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148521126 1842667520 46362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.02
Current children cumulated vsize (KiB) 1799480

[startup+12.7026 s]
/proc/loadavg: 1.08 1.02 0.95 2/77 13667
/proc/meminfo: memFree=1162424/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1799480 CPUtime=15.68
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 69893 0 1 0 1533 35 0 0 18 0 13 0 148520940 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 449870 54677 1331 9 0 447482 0
[pid=13654/tid=13656] ppid=13652 vsize=1799480 CPUtime=10.58
/proc/13654/task/13656/stat : 13656 (java) R 13652 13654 13062 0 -1 64 39861 0 1 0 1038 20 0 0 25 0 13 0 148520944 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109786527 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13657] ppid=13652 vsize=1799480 CPUtime=0.29
/proc/13654/task/13657/stat : 13657 (java) S 13652 13654 13062 0 -1 64 6773 0 0 0 27 2 0 0 16 0 13 0 148520949 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13658] ppid=13652 vsize=1799480 CPUtime=0.28
/proc/13654/task/13658/stat : 13658 (java) S 13652 13654 13062 0 -1 64 5515 0 0 0 26 2 0 0 16 0 13 0 148520949 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13659] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13659/stat : 13659 (java) S 13652 13654 13062 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 148520951 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13660] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13660/stat : 13660 (java) S 13652 13654 13062 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13661] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13661/stat : 13661 (java) S 13652 13654 13062 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13662] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13662/stat : 13662 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148520957 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13663] ppid=13652 vsize=1799480 CPUtime=2.21
/proc/13654/task/13663/stat : 13663 (java) S 13652 13654 13062 0 -1 64 8266 0 0 0 218 3 0 0 17 0 13 0 148520957 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13664] ppid=13652 vsize=1799480 CPUtime=2.26
/proc/13654/task/13664/stat : 13664 (java) S 13652 13654 13062 0 -1 64 8726 0 0 0 222 4 0 0 17 0 13 0 148520957 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13665] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13665/stat : 13665 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 148520957 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13666] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13666/stat : 13666 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148520957 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13667] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13667/stat : 13667 (java) S 13652 13654 13062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148521126 1842667520 54677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.68
Current children cumulated vsize (KiB) 1799480

[startup+25.5019 s]
/proc/loadavg: 1.06 1.01 0.95 2/77 13667
/proc/meminfo: memFree=1146616/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1799480 CPUtime=28.68
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 74530 0 1 0 2831 37 0 0 18 0 13 0 148520940 1842667520 58657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 449870 58657 1332 9 0 447482 0
[pid=13654/tid=13656] ppid=13652 vsize=1799480 CPUtime=23.19
/proc/13654/task/13656/stat : 13656 (java) R 13652 13654 13062 0 -1 64 39984 0 1 0 2299 20 0 0 21 0 13 0 148520944 1842667520 58657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109830596 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13657] ppid=13652 vsize=1799480 CPUtime=0.45
/proc/13654/task/13657/stat : 13657 (java) S 13652 13654 13062 0 -1 64 8788 0 0 0 42 3 0 0 16 0 13 0 148520949 1842667520 58657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13658] ppid=13652 vsize=1799480 CPUtime=0.44
/proc/13654/task/13658/stat : 13658 (java) S 13652 13654 13062 0 -1 64 8013 0 0 0 41 3 0 0 16 0 13 0 148520949 1842667520 58657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13659] ppid=13652 vsize=1799480 CPUtime=0.01
/proc/13654/task/13659/stat : 13659 (java) S 13652 13654 13062 0 -1 64 29 0 0 0 1 0 0 0 16 0 13 0 148520951 1842667520 58657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=13654/tid=13659] ppid=13652 vsize=1799480 CPUtime=0.22
/proc/13654/task/13659/stat : 13659 (java) S 13652 13654 13062 0 -1 64 30 0 0 0 15 7 0 0 16 0 13 0 148520951 1842667520 200706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13660] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13660/stat : 13660 (java) S 13652 13654 13062 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 200706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13661] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13661/stat : 13661 (java) S 13652 13654 13062 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 200706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13662] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13662/stat : 13662 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148520957 1842667520 200706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13663] ppid=13652 vsize=1799480 CPUtime=2.35
/proc/13654/task/13663/stat : 13663 (java) S 13652 13654 13062 0 -1 64 8267 0 0 0 232 3 0 0 17 0 13 0 148520957 1842667520 200706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13664] ppid=13652 vsize=1799480 CPUtime=2.35
/proc/13654/task/13664/stat : 13664 (java) S 13652 13654 13062 0 -1 64 8728 0 0 0 231 4 0 0 16 0 13 0 148520957 1842667520 200706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13665] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13665/stat : 13665 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 148520957 1842667520 200706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13666] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13666/stat : 13666 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148520957 1842667520 200706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13667] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13667/stat : 13667 (java) S 13652 13654 13062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148521126 1842667520 200706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1582.38
Current children cumulated vsize (KiB) 1799480

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 13667
/proc/meminfo: memFree=559096/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1799480 CPUtime=1644.62
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 239338 0 1 0 164344 118 0 0 18 0 13 0 148520940 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 449870 205138 1333 9 0 447482 0
[pid=13654/tid=13656] ppid=13652 vsize=1799480 CPUtime=1559.3
/proc/13654/task/13656/stat : 13656 (java) R 13652 13654 13062 0 -1 64 40889 0 1 0 155905 25 0 0 25 0 13 0 148520944 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109779553 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13657] ppid=13652 vsize=1799480 CPUtime=40.19
/proc/13654/task/13657/stat : 13657 (java) S 13652 13654 13062 0 -1 64 86870 0 0 0 3984 35 0 0 16 0 13 0 148520949 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13658] ppid=13652 vsize=1799480 CPUtime=40.12
/proc/13654/task/13658/stat : 13658 (java) S 13652 13654 13062 0 -1 64 93831 0 0 0 3973 39 0 0 16 0 13 0 148520949 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13659] ppid=13652 vsize=1799480 CPUtime=0.22
/proc/13654/task/13659/stat : 13659 (java) S 13652 13654 13062 0 -1 64 30 0 0 0 15 7 0 0 16 0 13 0 148520951 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13660] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13660/stat : 13660 (java) S 13652 13654 13062 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13661] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13661/stat : 13661 (java) S 13652 13654 13062 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13662] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13662/stat : 13662 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148520957 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13663] ppid=13652 vsize=1799480 CPUtime=2.35
/proc/13654/task/13663/stat : 13663 (java) S 13652 13654 13062 0 -1 64 8267 0 0 0 232 3 0 0 17 0 13 0 148520957 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13664] ppid=13652 vsize=1799480 CPUtime=2.35
/proc/13654/task/13664/stat : 13664 (java) S 13652 13654 13062 0 -1 64 8728 0 0 0 231 4 0 0 16 0 13 0 148520957 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13665] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13665/stat : 13665 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 148520957 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13666] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13666/stat : 13666 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148520957 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13667] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13667/stat : 13667 (java) S 13652 13654 13062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148521126 1842667520 205138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1644.62
Current children cumulated vsize (KiB) 1799480

[startup+1662.3 s]
/proc/loadavg: 1.12 1.04 1.00 3/77 13667
/proc/meminfo: memFree=543544/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1799480 CPUtime=1706.88
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 243530 0 1 0 170568 120 0 0 18 0 13 0 148520940 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 449870 209053 1333 9 0 447482 0
[pid=13654/tid=13656] ppid=13652 vsize=1799480 CPUtime=1616.96
/proc/13654/task/13656/stat : 13656 (java) R 13652 13654 13062 0 -1 64 40915 0 1 0 161671 25 0 0 25 0 13 0 148520944 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109895447 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13657] ppid=13652 vsize=1799480 CPUtime=42.5
/proc/13654/task/13657/stat : 13657 (java) S 13652 13654 13062 0 -1 64 88553 0 0 0 4214 36 0 0 16 0 13 0 148520949 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13658] ppid=13652 vsize=1799480 CPUtime=42.42
/proc/13654/task/13658/stat : 13658 (java) S 13652 13654 13062 0 -1 64 96314 0 0 0 4201 41 0 0 16 0 13 0 148520949 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13659] ppid=13652 vsize=1799480 CPUtime=0.22
/proc/13654/task/13659/stat : 13659 (java) S 13652 13654 13062 0 -1 64 30 0 0 0 15 7 0 0 15 0 13 0 148520951 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13660] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13660/stat : 13660 (java) S 13652 13654 13062 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13661] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13661/stat : 13661 (java) S 13652 13654 13062 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13662] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13662/stat : 13662 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148520957 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13663] ppid=13652 vsize=1799480 CPUtime=2.35
/proc/13654/task/13663/stat : 13663 (java) S 13652 13654 13062 0 -1 64 8267 0 0 0 232 3 0 0 17 0 13 0 148520957 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13664] ppid=13652 vsize=1799480 CPUtime=2.35
/proc/13654/task/13664/stat : 13664 (java) S 13652 13654 13062 0 -1 64 8728 0 0 0 231 4 0 0 16 0 13 0 148520957 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13665] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13665/stat : 13665 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 148520957 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13666] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13666/stat : 13666 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148520957 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13667] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13667/stat : 13667 (java) S 13652 13654 13062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148521126 1842667520 209053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.88
Current children cumulated vsize (KiB) 1799480

[startup+1722.3 s]
/proc/loadavg: 1.10 1.05 1.00 2/77 13667
/proc/meminfo: memFree=527992/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1799480 CPUtime=1769.11
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 247939 0 1 0 176789 122 0 0 18 0 13 0 148520940 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 449870 213056 1333 9 0 447482 0
[pid=13654/tid=13656] ppid=13652 vsize=1799480 CPUtime=1674.67
/proc/13654/task/13656/stat : 13656 (java) R 13652 13654 13062 0 -1 64 40940 0 1 0 167442 25 0 0 18 0 13 0 148520944 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109838259 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13657] ppid=13652 vsize=1799480 CPUtime=44.76
/proc/13654/task/13657/stat : 13657 (java) S 13652 13654 13062 0 -1 64 90784 0 0 0 4439 37 0 0 17 0 13 0 148520949 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13658] ppid=13652 vsize=1799480 CPUtime=44.67
/proc/13654/task/13658/stat : 13658 (java) S 13652 13654 13062 0 -1 64 98467 0 0 0 4426 41 0 0 16 0 13 0 148520949 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13659] ppid=13652 vsize=1799480 CPUtime=0.23
/proc/13654/task/13659/stat : 13659 (java) S 13652 13654 13062 0 -1 64 30 0 0 0 16 7 0 0 15 0 13 0 148520951 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13660] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13660/stat : 13660 (java) S 13652 13654 13062 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13661] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13661/stat : 13661 (java) S 13652 13654 13062 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13662] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13662/stat : 13662 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148520957 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13663] ppid=13652 vsize=1799480 CPUtime=2.35
/proc/13654/task/13663/stat : 13663 (java) S 13652 13654 13062 0 -1 64 8267 0 0 0 232 3 0 0 17 0 13 0 148520957 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13664] ppid=13652 vsize=1799480 CPUtime=2.35
/proc/13654/task/13664/stat : 13664 (java) S 13652 13654 13062 0 -1 64 8728 0 0 0 231 4 0 0 16 0 13 0 148520957 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13665] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13665/stat : 13665 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 148520957 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13666] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13666/stat : 13666 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148520957 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13667] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13667/stat : 13667 (java) S 13652 13654 13062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148521126 1842667520 213056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.11
Current children cumulated vsize (KiB) 1799480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1752.2 s]
/proc/loadavg: 1.13 1.06 1.01 2/77 13667
/proc/meminfo: memFree=520376/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=1799480 CPUtime=1800.1
/proc/13654/stat : 13654 (java) S 13652 13654 13062 0 -1 0 249878 0 1 0 179888 122 0 0 18 0 13 0 148520940 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 449870 214794 1333 9 0 447482 0
[pid=13654/tid=13656] ppid=13652 vsize=1799480 CPUtime=1703.46
/proc/13654/task/13656/stat : 13656 (java) R 13652 13654 13062 0 -1 64 40952 0 1 0 170321 25 0 0 25 0 13 0 148520944 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109830714 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13657] ppid=13652 vsize=1799480 CPUtime=45.86
/proc/13654/task/13657/stat : 13657 (java) S 13652 13654 13062 0 -1 64 91401 0 0 0 4549 37 0 0 16 0 13 0 148520949 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13658] ppid=13652 vsize=1799480 CPUtime=45.77
/proc/13654/task/13658/stat : 13658 (java) S 13652 13654 13062 0 -1 64 99777 0 0 0 4535 42 0 0 16 0 13 0 148520949 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13659] ppid=13652 vsize=1799480 CPUtime=0.24
/proc/13654/task/13659/stat : 13659 (java) S 13652 13654 13062 0 -1 64 30 0 0 0 16 8 0 0 16 0 13 0 148520951 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13654/tid=13660] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13660/stat : 13660 (java) S 13652 13654 13062 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13661] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13661/stat : 13661 (java) S 13652 13654 13062 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148520952 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13662] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13662/stat : 13662 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 148520957 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13663] ppid=13652 vsize=1799480 CPUtime=2.35
/proc/13654/task/13663/stat : 13663 (java) S 13652 13654 13062 0 -1 64 8267 0 0 0 232 3 0 0 17 0 13 0 148520957 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13664] ppid=13652 vsize=1799480 CPUtime=2.35
/proc/13654/task/13664/stat : 13664 (java) S 13652 13654 13062 0 -1 64 8728 0 0 0 231 4 0 0 16 0 13 0 148520957 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13665] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13665/stat : 13665 (java) S 13652 13654 13062 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 148520957 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13666] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13666/stat : 13666 (java) S 13652 13654 13062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148520957 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13654/tid=13667] ppid=13652 vsize=1799480 CPUtime=0
/proc/13654/task/13667/stat : 13667 (java) S 13652 13654 13062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148521126 1842667520 214794 18446744073709551615 134512640 134550740 4294956448 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) 1799480

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

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

[startup+1752.32 s]
/proc/loadavg: 1.13 1.06 1.01 2/77 13667
/proc/meminfo: memFree=520376/2055920 swapFree=4181684/4192956
[pid=13654] ppid=13652 vsize=0 CPUtime=1800.22
/proc/13654/stat : 13654 (java) Z 13652 13654 13062 0 -1 1036 249898 0 1 0 179891 131 0 0 16 0 2 0 148520940 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13654/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1752.36
CPU time (s): 1800.27
CPU user time (s): 1798.91
CPU system time (s): 1.35579
CPU usage (%): 102.734
Max. virtual memory (cumulated for all children) (KiB): 1803288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.35579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249898
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= 44463
involuntary context switches= 30472

runsolver used 1.66175 second user time and 4.74528 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Thu Apr 19 18:08:30 UTC 2007

IDJOB= 362076
IDBENCH= 1498
IDSOLVER= 160
FILE ID= node60/362076-1177006109

PBS_JOBID= 4630493

Free space on /tmp= 66413 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362076-1177006109/sat4jPseudoCP.jar /tmp/evaluation/362076-1177006109/instance-362076-1177006109.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-362076-1177006109 -o ROOT/results/node60/solver-362076-1177006109 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362076-1177006109/sat4jPseudoCP.jar /tmp/evaluation/362076-1177006109/instance-362076-1177006109.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  732cdc3fa8b0bf0f47e882c13d928a6d

RANDOM SEED= 717622067

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1378040 kB
Buffers:         28732 kB
Cached:         575452 kB
SwapCached:       5028 kB
Active:          83340 kB
Inactive:       531808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378040 kB
SwapTotal:     4192956 kB
SwapFree:      4181684 kB
Dirty:            4648 kB
Writeback:           0 kB
Mapped:          15452 kB
Slab:            48672 kB
Committed_AS:  1584368 kB
PageTables:       1464 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= 66413 MiB

End job on node60 on Thu Apr 19 18:37:44 UTC 2007