Trace number 352423

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.19 1791.53

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark480
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495457
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495457
Number of bits of the biggest sum of numbers19
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.07/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.29	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.29	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.30	c no version file found!!!
0.07/0.30	c sun.arch.data.model	32
0.07/0.30	c java.version	1.6.0
0.07/0.30	c os.name	Linux
0.07/0.30	c os.version	2.6.9-22.EL.rootsmp
0.07/0.30	c os.arch	i386
0.07/0.30	c Free memory 1651659224
0.07/0.30	c Max memory 1654456320
0.07/0.30	c Total memory 1654456320
0.07/0.30	c Number of processors 2
0.15/0.35	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.15/0.35	--- Begin Solver configuration ---
0.15/0.35	c Stops conflict analysis at the first Unique Implication Point
0.15/0.35	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.35	c Learn all clauses as in MiniSAT
0.15/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.35	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.35	c No reason simplification
0.15/0.35	c --- End Solver configuration ---
0.15/0.35	c Simplify asserted PB constraints to clauses
0.15/0.35	c solving /tmp/evaluation/352423-1176631589/instance-352423-1176631589.opb
0.15/0.35	c reading problem ... 
12.65/10.78	c ... done. Wall clock time 10.424s.
12.65/10.78	c CPU time (experimental) 8.7s.
12.65/10.78	c #vars     10000
12.65/10.78	c #constraints  656900
1800.06/1791.41	c starts		: 2
1800.06/1791.41	c conflicts		: 5427
1800.06/1791.41	c decisions		: 18128
1800.06/1791.41	c propagations		: 822207
1800.06/1791.41	c inspects		: 4898049
1800.06/1791.41	c learnt literals	: 0
1800.06/1791.41	c learnt binary clauses	: 0
1800.06/1791.41	c learnt ternary clauses	: 0
1800.06/1791.41	c learnt clauses	: 5426
1800.06/1791.41	c root simplifications	: 0
1800.06/1791.41	c removed literals (reason simplification)	: 0
1800.06/1791.41	c reason swapping (by a shorter reason)	: 0
1800.06/1791.41	c Calls to reduceDB	: 0
1800.06/1791.41	c speed (decisions/second)	: 10.18219318195222
1800.06/1791.41	c non guided choices	0
1800.06/1791.41	s UNKNOWN
1800.06/1791.41	c Total wall clock time (ms): 1791.058

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/node41/watcher-352423-1176631589 -o ROOT/results/node41/solver-352423-1176631589 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352423-1176631589/sat4jPseudoCPClause.jar /tmp/evaluation/352423-1176631589/instance-352423-1176631589.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.85 0.97 0.99 2/64 13835
/proc/meminfo: memFree=1838136/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=152 CPUtime=0
/proc/13835/stat : 13835 (java) D 13833 13835 12558 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 111070836 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1962788 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13835/statm: 38 26 19 9 0 4 0

[startup+0.0867561 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 13835
/proc/meminfo: memFree=1838136/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=12668 CPUtime=0
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 794 0 34 0 0 0 0 0 18 0 2 0 111070836 12972032 592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 3167 592 277 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12668

[startup+0.10176 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 13835
/proc/meminfo: memFree=1838136/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1774248 CPUtime=0.01
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 2559 0 39 0 0 1 0 0 18 0 4 0 111070836 1816829952 2345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 443562 2345 424 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.301774 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 13835
/proc/meminfo: memFree=1838136/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1780428 CPUtime=0.15
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 4370 0 39 0 11 4 0 0 18 0 12 0 111070836 1823158272 4147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 445107 4148 1225 9 0 442718 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 1780428

[startup+0.701813 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 13835
/proc/meminfo: memFree=1838136/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1783668 CPUtime=0.76
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 6566 0 39 0 71 5 0 0 18 0 12 0 111070836 1826476032 6144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 445917 6144 1296 9 0 443528 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1783668

[startup+1.50288 s]
/proc/loadavg: 0.85 0.97 0.99 3/76 13847
/proc/meminfo: memFree=1805208/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1786276 CPUtime=1.93
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 16260 0 39 0 183 10 0 0 18 0 12 0 111070836 1829146624 13944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 446569 13945 1301 9 0 444180 0
[pid=13835/tid=13837] ppid=13833 vsize=1786276 CPUtime=1
/proc/13835/task/13837/stat : 13837 (java) R 13833 13835 12558 0 -1 64 12032 0 9 0 93 7 0 0 18 0 12 0 111070843 1829146624 13946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540033 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13838/stat : 13838 (java) S 13833 13835 12558 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 111070846 1829146624 13947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13839] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13839/stat : 13839 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 111070846 1829146624 13949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13840] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 111070850 1829146624 13950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13841] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13841/stat : 13841 (java) S 13833 13835 12558 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 111070850 1829146624 13951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13842] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13833 13835 12558 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 111070850 1829146624 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13843] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 111070857 1829146624 13953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13844] ppid=13833 vsize=1786276 CPUtime=0.53
/proc/13835/task/13844/stat : 13844 (java) S 13833 13835 12558 0 -1 64 2402 0 0 0 52 1 0 0 16 0 12 0 111070857 1829146624 13954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13845] ppid=13833 vsize=1786276 CPUtime=0.36
/proc/13835/task/13845/stat : 13845 (java) S 13833 13835 12558 0 -1 64 1139 0 0 0 36 0 0 0 16 0 12 0 111070857 1829146624 13955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13846] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13846/stat : 13846 (java) S 13833 13835 12558 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 111070857 1829146624 13956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13847] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13847/stat : 13847 (java) S 13833 13835 12558 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 111070857 1829146624 13957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1786276

[startup+3.10301 s]
/proc/loadavg: 0.85 0.97 0.99 2/76 13847
/proc/meminfo: memFree=1713880/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1786276 CPUtime=3.58
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 43894 0 39 0 334 24 0 0 18 0 12 0 111070836 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 446569 41571 1310 9 0 444180 0
[pid=13835/tid=13837] ppid=13833 vsize=1786276 CPUtime=2.55
/proc/13835/task/13837/stat : 13837 (java) R 13833 13835 12558 0 -1 64 37677 0 9 0 234 21 0 0 21 0 12 0 111070843 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516130 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13833 vsize=1786276 CPUtime=0.05
/proc/13835/task/13838/stat : 13838 (java) S 13833 13835 12558 0 -1 64 1067 0 0 0 5 0 0 0 16 0 12 0 111070846 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13839] ppid=13833 vsize=1786276 CPUtime=0.05
/proc/13835/task/13839/stat : 13839 (java) S 13833 13835 12558 0 -1 64 915 0 0 0 5 0 0 0 17 0 12 0 111070846 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13840] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13833 13835 12558 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 111070850 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13841] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13841/stat : 13841 (java) S 13833 13835 12558 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 111070850 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13842] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13833 13835 12558 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 111070850 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13843] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 111070857 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13844] ppid=13833 vsize=1786276 CPUtime=0.53
/proc/13835/task/13844/stat : 13844 (java) S 13833 13835 12558 0 -1 64 2402 0 0 0 52 1 0 0 16 0 12 0 111070857 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13845] ppid=13833 vsize=1786276 CPUtime=0.36
/proc/13835/task/13845/stat : 13845 (java) S 13833 13835 12558 0 -1 64 1139 0 0 0 36 0 0 0 16 0 12 0 111070857 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13846] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13846/stat : 13846 (java) S 13833 13835 12558 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 111070857 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13847] ppid=13833 vsize=1786276 CPUtime=0
/proc/13835/task/13847/stat : 13847 (java) S 13833 13835 12558 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 111070857 1829146624 41571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 1786276

[startup+6.30129 s]
/proc/loadavg: 0.94 0.98 0.99 2/76 13847
/proc/meminfo: memFree=1644120/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1788844 CPUtime=7.1
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 53614 0 39 0 681 29 0 0 18 0 12 0 111070836 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 447211 50997 1310 9 0 444822 0
[pid=13835/tid=13837] ppid=13833 vsize=1788844 CPUtime=5.43
/proc/13835/task/13837/stat : 13837 (java) R 13833 13835 12558 0 -1 64 37681 0 9 0 521 22 0 0 20 0 12 0 111070843 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541347 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13833 vsize=1788844 CPUtime=0.36
/proc/13835/task/13838/stat : 13838 (java) S 13833 13835 12558 0 -1 64 6060 0 0 0 34 2 0 0 17 0 12 0 111070846 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13839] ppid=13833 vsize=1788844 CPUtime=0.36
/proc/13835/task/13839/stat : 13839 (java) S 13833 13835 12558 0 -1 64 5632 0 0 0 35 1 0 0 18 0 12 0 111070846 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13840] ppid=13833 vsize=1788844 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13833 13835 12558 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 111070850 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13833 vsize=1788844 CPUtime=0
/proc/13835/task/13841/stat : 13841 (java) S 13833 13835 12558 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 111070850 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13842] ppid=13833 vsize=1788844 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13833 13835 12558 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 111070850 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13843] ppid=13833 vsize=1788844 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 111070857 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13844] ppid=13833 vsize=1788844 CPUtime=0.53
/proc/13835/task/13844/stat : 13844 (java) S 13833 13835 12558 0 -1 64 2402 0 0 0 52 1 0 0 16 0 12 0 111070857 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13845] ppid=13833 vsize=1788844 CPUtime=0.36
/proc/13835/task/13845/stat : 13845 (java) S 13833 13835 12558 0 -1 64 1139 0 0 0 36 0 0 0 16 0 12 0 111070857 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13846] ppid=13833 vsize=1788844 CPUtime=0
/proc/13835/task/13846/stat : 13846 (java) S 13833 13835 12558 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 111070857 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13847] ppid=13833 vsize=1788844 CPUtime=0
/proc/13835/task/13847/stat : 13847 (java) S 13833 13835 12558 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 111070857 1831776256 50997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 1788844

[startup+12.7028 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 13848
/proc/meminfo: memFree=1585440/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1791728 CPUtime=15.43
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 70248 0 39 0 1506 37 0 0 18 0 13 0 111070836 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 447932 64491 1326 9 0 445543 0
[pid=13835/tid=13837] ppid=13833 vsize=1791728 CPUtime=10.17
/proc/13835/task/13837/stat : 13837 (java) R 13833 13835 12558 0 -1 64 37731 0 9 0 995 22 0 0 21 0 13 0 111070843 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109846934 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13833 vsize=1791728 CPUtime=1.71
/proc/13835/task/13838/stat : 13838 (java) S 13833 13835 12558 0 -1 64 14695 0 0 0 165 6 0 0 16 0 13 0 111070846 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13839] ppid=13833 vsize=1791728 CPUtime=1.73
/proc/13835/task/13839/stat : 13839 (java) S 13833 13835 12558 0 -1 64 12897 0 0 0 168 5 0 0 16 0 13 0 111070846 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13840] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13833 13835 12558 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 111070850 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13841/stat : 13841 (java) S 13833 13835 12558 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 111070850 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13842] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13833 13835 12558 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111070850 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13843] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 111070857 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13844] ppid=13833 vsize=1791728 CPUtime=0.95
/proc/13835/task/13844/stat : 13844 (java) S 13833 13835 12558 0 -1 64 2427 0 0 0 94 1 0 0 15 0 13 0 111070857 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13845] ppid=13833 vsize=1791728 CPUtime=0.82
/proc/13835/task/13845/stat : 13845 (java) S 13833 13835 12558 0 -1 64 1791 0 0 0 82 0 0 0 16 0 13 0 111070857 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13846] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13846/stat : 13846 (java) S 13833 13835 12558 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 111070857 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13847] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13847/stat : 13847 (java) S 13833 13835 12558 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111070857 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13848] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13848/stat : 13848 (java) S 13833 13835 12558 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111071942 1834729472 64491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.43
Current children cumulated vsize (KiB) 1791728

[startup+25.503 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 13848
/proc/meminfo: memFree=1609184/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1792180 CPUtime=28.5
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 71011 0 39 0 2811 39 0 0 18 0 13 0 111070836 1835192320 56669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 448045 56669 1326 9 0 445656 0
[pid=13835/tid=13837] ppid=13833 vsize=1792180 CPUtime=22.77
/proc/13835/task/13837/stat : 13837 (java) R 13833 13835 12558 0 -1 64 37753 0 9 0 2254 23 0 0 25 0 13 0 111070843 1835192320 56669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109846356 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13833 vsize=1792180 CPUtime=1.78
/proc/13835/task/13838/stat : 13838 (java) S 13833 13835 12558 0 -1 64 14977 0 0 0 172 6 0 0 16 0 13 0 111070846 1835192320 56669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13833 vsize=1792180 CPUtime=1.79
/proc/13835/task/13839/stat : 13839 (java) S 13833 13835 12558 0 -1 64 13051 0 0 0 174 5 0 0 16 0 13 0 111070846 1835192320 56669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13840] ppid=13833 vsize=1792180 CPUtime=0
/proc/13835/task/13840/stat : 13840 (java) S 13833 13835 12558 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 111070850 1835192320 56669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13833 vsize=1792180 CPUtime=0
/proc/13835/task/13841/stat : 13841 (java) S 13833 13835 12558 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 111070850 1835192320 56669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13842] ppid=13833 vsize=1792180 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13833 13835 12558 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111070850 1835192320 56669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=13835/tid=13840] ppid=13833 vsize=1791728 CPUtime=0.37
/proc/13835/task/13840/stat : 13840 (java) S 13833 13835 12558 0 -1 64 280 0 0 0 22 15 0 0 16 0 13 0 111070850 1834729472 89081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13841] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13841/stat : 13841 (java) S 13833 13835 12558 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 111070850 1834729472 89081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13842] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13833 13835 12558 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111070850 1834729472 89081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13843] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 111070857 1834729472 89081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13844] ppid=13833 vsize=1791728 CPUtime=1.23
/proc/13835/task/13844/stat : 13844 (java) S 13833 13835 12558 0 -1 64 2695 0 0 0 122 1 0 0 17 0 13 0 111070857 1834729472 89081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13845] ppid=13833 vsize=1791728 CPUtime=1.04
/proc/13835/task/13845/stat : 13845 (java) S 13833 13835 12558 0 -1 64 1837 0 0 0 104 0 0 0 16 0 13 0 111070857 1834729472 89081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13846] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13846/stat : 13846 (java) S 13833 13835 12558 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 111070857 1834729472 89081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13847] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13847/stat : 13847 (java) S 13833 13835 12558 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111070857 1834729472 89081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13848] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13848/stat : 13848 (java) S 13833 13835 12558 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111071942 1834729472 89081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1610.31
Current children cumulated vsize (KiB) 1791728

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 13848
/proc/meminfo: memFree=1482528/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1791728 CPUtime=1670.5
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 179529 0 39 0 166779 271 0 0 18 0 13 0 111070836 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 447932 88121 1326 9 0 445543 0
[pid=13835/tid=13837] ppid=13833 vsize=1791728 CPUtime=1642.76
/proc/13835/task/13837/stat : 13837 (java) R 13833 13835 12558 0 -1 64 94365 0 9 0 164223 53 0 0 25 0 13 0 111070843 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109852665 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13833 vsize=1791728 CPUtime=12.56
/proc/13835/task/13838/stat : 13838 (java) S 13833 13835 12558 0 -1 64 39393 0 0 0 1163 93 0 0 16 0 13 0 111070846 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13833 vsize=1791728 CPUtime=12.47
/proc/13835/task/13839/stat : 13839 (java) S 13833 13835 12558 0 -1 64 40267 0 0 0 1141 106 0 0 16 0 13 0 111070846 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13840] ppid=13833 vsize=1791728 CPUtime=0.38
/proc/13835/task/13840/stat : 13840 (java) S 13833 13835 12558 0 -1 64 280 0 0 0 23 15 0 0 16 0 13 0 111070850 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13841/stat : 13841 (java) S 13833 13835 12558 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 111070850 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13842] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13833 13835 12558 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111070850 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13843] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 111070857 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13844] ppid=13833 vsize=1791728 CPUtime=1.23
/proc/13835/task/13844/stat : 13844 (java) S 13833 13835 12558 0 -1 64 2695 0 0 0 122 1 0 0 17 0 13 0 111070857 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13845] ppid=13833 vsize=1791728 CPUtime=1.04
/proc/13835/task/13845/stat : 13845 (java) S 13833 13835 12558 0 -1 64 1837 0 0 0 104 0 0 0 16 0 13 0 111070857 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13846] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13846/stat : 13846 (java) S 13833 13835 12558 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 111070857 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13847] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13847/stat : 13847 (java) S 13833 13835 12558 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111070857 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13848] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13848/stat : 13848 (java) S 13833 13835 12558 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111071942 1834729472 88121 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1670.5
Current children cumulated vsize (KiB) 1791728

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 13848
/proc/meminfo: memFree=1489248/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1791728 CPUtime=1730.73
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 180528 0 39 0 172795 278 0 0 18 0 13 0 111070836 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 447932 86405 1326 9 0 445543 0
[pid=13835/tid=13837] ppid=13833 vsize=1791728 CPUtime=1702.17
/proc/13835/task/13837/stat : 13837 (java) R 13833 13835 12558 0 -1 64 94463 0 9 0 170164 53 0 0 25 0 13 0 111070843 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109854035 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13838] ppid=13833 vsize=1791728 CPUtime=12.96
/proc/13835/task/13838/stat : 13838 (java) S 13833 13835 12558 0 -1 64 39764 0 0 0 1201 95 0 0 16 0 13 0 111070846 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13833 vsize=1791728 CPUtime=12.85
/proc/13835/task/13839/stat : 13839 (java) S 13833 13835 12558 0 -1 64 40794 0 0 0 1177 108 0 0 15 0 13 0 111070846 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13840] ppid=13833 vsize=1791728 CPUtime=0.4
/proc/13835/task/13840/stat : 13840 (java) S 13833 13835 12558 0 -1 64 283 0 0 0 24 16 0 0 16 0 13 0 111070850 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13841] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13841/stat : 13841 (java) S 13833 13835 12558 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 111070850 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13842] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13833 13835 12558 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111070850 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13843] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 111070857 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13844] ppid=13833 vsize=1791728 CPUtime=1.23
/proc/13835/task/13844/stat : 13844 (java) S 13833 13835 12558 0 -1 64 2695 0 0 0 122 1 0 0 17 0 13 0 111070857 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13845] ppid=13833 vsize=1791728 CPUtime=1.04
/proc/13835/task/13845/stat : 13845 (java) S 13833 13835 12558 0 -1 64 1837 0 0 0 104 0 0 0 16 0 13 0 111070857 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13846] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13846/stat : 13846 (java) S 13833 13835 12558 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 111070857 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13847] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13847/stat : 13847 (java) S 13833 13835 12558 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111070857 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13848] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13848/stat : 13848 (java) S 13833 13835 12558 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111071942 1834729472 86405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1730.73
Current children cumulated vsize (KiB) 1791728

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 13848
/proc/meminfo: memFree=1481632/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1791728 CPUtime=1790.91
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 184477 0 39 0 178806 285 0 0 18 0 13 0 111070836 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 447932 88349 1326 9 0 445543 0
[pid=13835/tid=13837] ppid=13833 vsize=1791728 CPUtime=1761.57
/proc/13835/task/13837/stat : 13837 (java) R 13833 13835 12558 0 -1 64 96827 0 9 0 176102 55 0 0 25 0 13 0 111070843 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109853155 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13838] ppid=13833 vsize=1791728 CPUtime=13.38
/proc/13835/task/13838/stat : 13838 (java) S 13833 13835 12558 0 -1 64 40365 0 0 0 1240 98 0 0 16 0 13 0 111070846 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13833 vsize=1791728 CPUtime=13.22
/proc/13835/task/13839/stat : 13839 (java) S 13833 13835 12558 0 -1 64 41751 0 0 0 1211 111 0 0 16 0 13 0 111070846 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13840] ppid=13833 vsize=1791728 CPUtime=0.41
/proc/13835/task/13840/stat : 13840 (java) S 13833 13835 12558 0 -1 64 310 0 0 0 25 16 0 0 16 0 13 0 111070850 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13841] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13841/stat : 13841 (java) S 13833 13835 12558 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 111070850 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13842] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13833 13835 12558 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111070850 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13843] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 111070857 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13844] ppid=13833 vsize=1791728 CPUtime=1.23
/proc/13835/task/13844/stat : 13844 (java) S 13833 13835 12558 0 -1 64 2695 0 0 0 122 1 0 0 17 0 13 0 111070857 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13845] ppid=13833 vsize=1791728 CPUtime=1.04
/proc/13835/task/13845/stat : 13845 (java) S 13833 13835 12558 0 -1 64 1837 0 0 0 104 0 0 0 16 0 13 0 111070857 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13846] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13846/stat : 13846 (java) S 13833 13835 12558 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 111070857 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13847] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13847/stat : 13847 (java) S 13833 13835 12558 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111070857 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13848] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13848/stat : 13848 (java) S 13833 13835 12558 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111071942 1834729472 88349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1790.91
Current children cumulated vsize (KiB) 1791728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 13848
/proc/meminfo: memFree=1482656/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=1791728 CPUtime=1800.06
/proc/13835/stat : 13835 (java) S 13833 13835 12558 0 -1 0 184577 0 39 0 179719 287 0 0 18 0 13 0 111070836 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 447932 88095 1326 9 0 445543 0
[pid=13835/tid=13837] ppid=13833 vsize=1791728 CPUtime=1770.58
/proc/13835/task/13837/stat : 13837 (java) R 13833 13835 12558 0 -1 64 96841 0 9 0 177003 55 0 0 25 0 13 0 111070843 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109841712 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13838] ppid=13833 vsize=1791728 CPUtime=13.45
/proc/13835/task/13838/stat : 13838 (java) S 13833 13835 12558 0 -1 64 40366 0 0 0 1247 98 0 0 16 0 13 0 111070846 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13839] ppid=13833 vsize=1791728 CPUtime=13.27
/proc/13835/task/13839/stat : 13839 (java) S 13833 13835 12558 0 -1 64 41833 0 0 0 1215 112 0 0 16 0 13 0 111070846 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13840] ppid=13833 vsize=1791728 CPUtime=0.41
/proc/13835/task/13840/stat : 13840 (java) S 13833 13835 12558 0 -1 64 313 0 0 0 25 16 0 0 17 0 13 0 111070850 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13841] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13841/stat : 13841 (java) S 13833 13835 12558 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 111070850 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13842] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13842/stat : 13842 (java) S 13833 13835 12558 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111070850 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13843] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13843/stat : 13843 (java) S 13833 13835 12558 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 111070857 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13844] ppid=13833 vsize=1791728 CPUtime=1.23
/proc/13835/task/13844/stat : 13844 (java) S 13833 13835 12558 0 -1 64 2695 0 0 0 122 1 0 0 17 0 13 0 111070857 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13845] ppid=13833 vsize=1791728 CPUtime=1.04
/proc/13835/task/13845/stat : 13845 (java) S 13833 13835 12558 0 -1 64 1837 0 0 0 104 0 0 0 16 0 13 0 111070857 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13846] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13846/stat : 13846 (java) S 13833 13835 12558 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 111070857 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13835/tid=13847] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13847/stat : 13847 (java) S 13833 13835 12558 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111070857 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13835/tid=13848] ppid=13833 vsize=1791728 CPUtime=0
/proc/13835/task/13848/stat : 13848 (java) S 13833 13835 12558 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111071942 1834729472 88095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1791728

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

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

[startup+1791.51 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 13848
/proc/meminfo: memFree=1482656/2055920 swapFree=4184680/4192956
[pid=13835] ppid=13833 vsize=0 CPUtime=1800.17
/proc/13835/stat : 13835 (java) Z 13833 13835 12558 0 -1 1036 184597 0 39 0 179725 292 0 0 16 0 2 0 111070836 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13835/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.53
CPU time (s): 1800.19
CPU user time (s): 1797.25
CPU system time (s): 2.93355
CPU usage (%): 100.483
Max. virtual memory (cumulated for all children) (KiB): 1792644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.25
system time used= 2.93355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184597
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68606
involuntary context switches= 29923

runsolver used 2.18167 second user time and 5.08323 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Sun Apr 15 10:06:30 UTC 2007

IDJOB= 352423
IDBENCH= 1974
IDSOLVER= 164
FILE ID= node41/352423-1176631589

PBS_JOBID= 4559800

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  fad34197fa8b5ebd519d12750a352ad5

RANDOM SEED= 108724957

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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:       1838736 kB
Buffers:          1820 kB
Cached:         115856 kB
SwapCached:       1868 kB
Active:          54652 kB
Inactive:        73108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838736 kB
SwapTotal:     4192956 kB
SwapFree:      4184680 kB
Dirty:           20404 kB
Writeback:           0 kB
Mapped:          17340 kB
Slab:            75384 kB
Committed_AS:   728744 kB
PageTables:       1480 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= 66544 MiB

End job on node41 on Sun Apr 15 10:36:23 UTC 2007