Trace number 367219

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23SAT 13.9489 12.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMb56e28afe1ffd19dcf9a2ab038cbc43f
Bench CategorySATUNSAT-MEDINT (no optimisation, medium integers)
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 benchmark13.9489
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables80
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint80
Maximum length of a constraint80
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 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/367219-1177051806/instance-367219-1177051806.opb
0.20/0.20	c reading problem ... 
0.20/0.23	c ... done. Wall clock time 0.029s.
0.20/0.23	c CPU time (experimental) 0.18s.
0.20/0.23	c #vars     80
0.20/0.23	c #constraints  2
13.81/12.19	c starts		: 2
13.81/12.19	c conflicts		: 2135
13.81/12.19	c decisions		: 2304
13.81/12.19	c propagations		: 14682
13.81/12.19	c inspects		: 2566089
13.81/12.19	c learnt literals	: 0
13.81/12.19	c learnt binary clauses	: 0
13.81/12.19	c learnt ternary clauses	: 0
13.81/12.19	c learnt clauses	: 2135
13.81/12.19	c root simplifications	: 0
13.81/12.19	c removed literals (reason simplification)	: 0
13.81/12.19	c reason swapping (by a shorter reason)	: 0
13.81/12.19	c Calls to reduceDB	: 0
13.81/12.19	c speed (decisions/second)	: 192.6260346124906
13.81/12.19	c non guided choices	68
13.81/12.19	s SATISFIABLE
13.81/12.19	v x1 x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 x16 x17 -x18 x19 -x20 -x21 -x22 -x23 x24 x25 x26 x27 x28 x29 x30 -x31
13.81/12.19	v -x32 -x33 x34 x35 x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 x45 x46 x47 -x48 x49 x50 -x51 -x52 -x53 x54 x55 x56 x57 -x58 -x59 -x60
13.81/12.19	v -x61 -x62 x63 x64 x65 x66 -x67 -x68 -x69 -x70 -x71 x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80
13.81/12.19	c Total wall clock time (ms): 11.993

Verifier Data (download as text)

OK	0

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node57/watcher-367219-1177051806 -o ROOT/results/node57/solver-367219-1177051806 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/367219-1177051806/sat4jPseudoCPClause.jar /tmp/evaluation/367219-1177051806/instance-367219-1177051806.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: 1.00 1.03 1.00 2/64 9606
/proc/meminfo: memFree=1738880/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=272 CPUtime=0
/proc/9606/stat : 9606 (java) D 9604 9606 9426 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 146316560 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7394084 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9606/statm: 68 37 28 9 0 6 0

[startup+0.0499479 s]
/proc/loadavg: 1.00 1.03 1.00 2/64 9606
/proc/meminfo: memFree=1738880/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1776376 CPUtime=0.04
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 3472 0 1 0 2 2 0 0 18 0 4 0 146316560 1819009024 3218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 444094 3218 1027 9 0 441730 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776376

[startup+0.101951 s]
/proc/loadavg: 1.00 1.03 1.00 2/64 9606
/proc/meminfo: memFree=1738880/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1780112 CPUtime=0.08
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 3980 0 1 0 6 2 0 0 18 0 12 0 146316560 1822834688 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 445028 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301968 s]
/proc/loadavg: 1.00 1.03 1.00 2/64 9606
/proc/meminfo: memFree=1738880/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1782736 CPUtime=0.3
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 5144 0 1 0 27 3 0 0 18 0 13 0 146316560 1825521664 4883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 445684 4883 1274 9 0 443295 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782736

[startup+0.702005 s]
/proc/loadavg: 1.00 1.03 1.00 2/64 9606
/proc/meminfo: memFree=1738880/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1788176 CPUtime=1.03
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 9911 0 1 0 98 5 0 0 18 0 13 0 146316560 1831092224 8438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 447044 8438 1303 9 0 444655 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1788176

[startup+1.50208 s]
/proc/loadavg: 1.16 1.06 1.01 3/77 9619
/proc/meminfo: memFree=1687256/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1799080 CPUtime=2.62
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 24884 0 1 0 242 20 0 0 18 0 13 0 146316560 1842257920 19501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 449770 19504 1311 9 0 447381 0
[pid=9606/tid=9608] ppid=9604 vsize=1799080 CPUtime=0.7
/proc/9606/task/9608/stat : 9608 (java) R 9604 9606 9426 0 -1 64 14592 0 1 0 63 7 0 0 18 0 13 0 146316561 1842257920 19506 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109500813 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9609] ppid=9604 vsize=1799080 CPUtime=0
/proc/9606/task/9609/stat : 9609 (java) S 9604 9606 9426 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 146316562 1842257920 19508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9610] ppid=9604 vsize=1799080 CPUtime=0
/proc/9606/task/9610/stat : 9610 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 146316562 1842257920 19510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9611] ppid=9604 vsize=1799080 CPUtime=0.12
/proc/9606/task/9611/stat : 9611 (java) S 9604 9606 9426 0 -1 64 2 0 0 0 5 7 0 0 18 0 13 0 146316565 1842257920 19513 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9612] ppid=9604 vsize=1799080 CPUtime=0
/proc/9606/task/9612/stat : 9612 (java) S 9604 9606 9426 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 146316565 1842257920 19515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9613] ppid=9604 vsize=1799080 CPUtime=0
/proc/9606/task/9613/stat : 9613 (java) S 9604 9606 9426 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146316565 1842257920 19517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9614] ppid=9604 vsize=1799080 CPUtime=0
/proc/9606/task/9614/stat : 9614 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146316569 1842257920 19519 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9615] ppid=9604 vsize=1799080 CPUtime=1
/proc/9606/task/9615/stat : 9615 (java) R 9604 9606 9426 0 -1 64 4739 0 0 0 99 1 0 0 19 0 13 0 146316569 1842257920 19521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336755 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9616] ppid=9604 vsize=1799080 CPUtime=0.74
/proc/9606/task/9616/stat : 9616 (java) S 9604 9606 9426 0 -1 64 4833 0 0 0 72 2 0 0 17 0 13 0 146316569 1842257920 19524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9617] ppid=9604 vsize=1799080 CPUtime=0
/proc/9606/task/9617/stat : 9617 (java) S 9604 9606 9426 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146316569 1842257920 19525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9618] ppid=9604 vsize=1799080 CPUtime=0
/proc/9606/task/9618/stat : 9618 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146316569 1842257920 19528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9619] ppid=9604 vsize=1799080 CPUtime=0
/proc/9606/task/9619/stat : 9619 (java) S 9604 9606 9426 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146316584 1842257920 19530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1799080

[startup+3.1022 s]
/proc/loadavg: 1.16 1.06 1.01 2/77 9619
/proc/meminfo: memFree=1592152/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1797224 CPUtime=4.5
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 49359 0 1 0 421 29 0 0 18 0 13 0 146316560 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 449306 42876 1322 9 0 446917 0
[pid=9606/tid=9608] ppid=9604 vsize=1797224 CPUtime=2.17
/proc/9606/task/9608/stat : 9608 (java) R 9604 9606 9426 0 -1 64 37727 0 1 0 201 16 0 0 24 0 13 0 146316561 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109511929 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9609] ppid=9604 vsize=1797224 CPUtime=0.01
/proc/9606/task/9609/stat : 9609 (java) S 9604 9606 9426 0 -1 64 285 0 0 0 1 0 0 0 16 0 13 0 146316562 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9610] ppid=9604 vsize=1797224 CPUtime=0
/proc/9606/task/9610/stat : 9610 (java) S 9604 9606 9426 0 -1 64 249 0 0 0 0 0 0 0 16 0 13 0 146316562 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9611] ppid=9604 vsize=1797224 CPUtime=0.12
/proc/9606/task/9611/stat : 9611 (java) S 9604 9606 9426 0 -1 64 7 0 0 0 5 7 0 0 16 0 13 0 146316565 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9612] ppid=9604 vsize=1797224 CPUtime=0
/proc/9606/task/9612/stat : 9612 (java) S 9604 9606 9426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146316565 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9613] ppid=9604 vsize=1797224 CPUtime=0
/proc/9606/task/9613/stat : 9613 (java) S 9604 9606 9426 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146316565 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9614] ppid=9604 vsize=1797224 CPUtime=0
/proc/9606/task/9614/stat : 9614 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146316569 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9615] ppid=9604 vsize=1797224 CPUtime=1.22
/proc/9606/task/9615/stat : 9615 (java) S 9604 9606 9426 0 -1 64 5501 0 0 0 121 1 0 0 16 0 13 0 146316569 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9616] ppid=9604 vsize=1797224 CPUtime=0.93
/proc/9606/task/9616/stat : 9616 (java) S 9604 9606 9426 0 -1 64 4868 0 0 0 91 2 0 0 16 0 13 0 146316569 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9617] ppid=9604 vsize=1797224 CPUtime=0
/proc/9606/task/9617/stat : 9617 (java) S 9604 9606 9426 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146316569 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9618] ppid=9604 vsize=1797224 CPUtime=0
/proc/9606/task/9618/stat : 9618 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146316569 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9619] ppid=9604 vsize=1797224 CPUtime=0
/proc/9606/task/9619/stat : 9619 (java) S 9604 9606 9426 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146316584 1840357376 42876 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 1797224

[startup+6.30249 s]
/proc/loadavg: 1.16 1.06 1.01 2/77 9619
/proc/meminfo: memFree=1564120/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1794976 CPUtime=7.81
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 51775 0 1 0 751 30 0 0 18 0 13 0 146316560 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 448744 44681 1323 9 0 446355 0
[pid=9606/tid=9608] ppid=9604 vsize=1794976 CPUtime=5.3
/proc/9606/task/9608/stat : 9608 (java) R 9604 9606 9426 0 -1 64 37732 0 1 0 514 16 0 0 24 0 13 0 146316561 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109500883 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9609] ppid=9604 vsize=1794976 CPUtime=0.06
/proc/9606/task/9609/stat : 9609 (java) S 9604 9606 9426 0 -1 64 1577 0 0 0 6 0 0 0 17 0 13 0 146316562 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9610] ppid=9604 vsize=1794976 CPUtime=0.06
/proc/9606/task/9610/stat : 9610 (java) S 9604 9606 9426 0 -1 64 1355 0 0 0 6 0 0 0 17 0 13 0 146316562 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9611] ppid=9604 vsize=1794976 CPUtime=0.12
/proc/9606/task/9611/stat : 9611 (java) S 9604 9606 9426 0 -1 64 13 0 0 0 5 7 0 0 16 0 13 0 146316565 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9612] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9612/stat : 9612 (java) S 9604 9606 9426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146316565 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9613] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9613/stat : 9613 (java) S 9604 9606 9426 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146316565 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9614] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9614/stat : 9614 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146316569 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9615] ppid=9604 vsize=1794976 CPUtime=1.24
/proc/9606/task/9615/stat : 9615 (java) S 9604 9606 9426 0 -1 64 5506 0 0 0 123 1 0 0 16 0 13 0 146316569 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9616] ppid=9604 vsize=1794976 CPUtime=0.95
/proc/9606/task/9616/stat : 9616 (java) S 9604 9606 9426 0 -1 64 4870 0 0 0 93 2 0 0 16 0 13 0 146316569 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9617] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9617/stat : 9617 (java) S 9604 9606 9426 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146316569 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9618] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9618/stat : 9618 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146316569 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9619] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9619/stat : 9619 (java) S 9604 9606 9426 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146316584 1838055424 44681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 1794976

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

[startup+9.50177 s]
/proc/loadavg: 1.15 1.06 1.01 2/77 9619
/proc/meminfo: memFree=1559328/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1794976 CPUtime=11.18
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 56228 0 1 0 1087 31 0 0 18 0 13 0 146316560 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 448744 47235 1329 9 0 446355 0
[pid=9606/tid=9608] ppid=9604 vsize=1794976 CPUtime=8.39
/proc/9606/task/9608/stat : 9608 (java) R 9604 9606 9426 0 -1 64 37736 0 1 0 823 16 0 0 24 0 13 0 146316561 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109590363 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9609] ppid=9604 vsize=1794976 CPUtime=0.17
/proc/9606/task/9609/stat : 9609 (java) S 9604 9606 9426 0 -1 64 4068 0 0 0 16 1 0 0 17 0 13 0 146316562 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9610] ppid=9604 vsize=1794976 CPUtime=0.17
/proc/9606/task/9610/stat : 9610 (java) S 9604 9606 9426 0 -1 64 3285 0 0 0 16 1 0 0 16 0 13 0 146316562 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9611] ppid=9604 vsize=1794976 CPUtime=0.13
/proc/9606/task/9611/stat : 9611 (java) S 9604 9606 9426 0 -1 64 28 0 0 0 5 8 0 0 17 0 13 0 146316565 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9612] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9612/stat : 9612 (java) S 9604 9606 9426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146316565 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9613] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9613/stat : 9613 (java) S 9604 9606 9426 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146316565 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9614] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9614/stat : 9614 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146316569 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9615] ppid=9604 vsize=1794976 CPUtime=1.28
/proc/9606/task/9615/stat : 9615 (java) S 9604 9606 9426 0 -1 64 5516 0 0 0 127 1 0 0 15 0 13 0 146316569 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9616] ppid=9604 vsize=1794976 CPUtime=0.99
/proc/9606/task/9616/stat : 9616 (java) S 9604 9606 9426 0 -1 64 4873 0 0 0 97 2 0 0 15 0 13 0 146316569 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9617] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9617/stat : 9617 (java) S 9604 9606 9426 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146316569 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9618] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9618/stat : 9618 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146316569 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9619] ppid=9604 vsize=1794976 CPUtime=0
/proc/9606/task/9619/stat : 9619 (java) S 9604 9606 9426 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146316584 1838055424 47235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.18
Current children cumulated vsize (KiB) 1794976

[startup+11.1029 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 9619
/proc/meminfo: memFree=1554592/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1794240 CPUtime=12.81
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 58303 0 1 0 1249 32 0 0 18 0 13 0 146316560 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 448560 48995 1329 9 0 446171 0
[pid=9606/tid=9608] ppid=9604 vsize=1794240 CPUtime=9.96
/proc/9606/task/9608/stat : 9608 (java) R 9604 9606 9426 0 -1 64 37737 0 1 0 980 16 0 0 24 0 13 0 146316561 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109676108 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9609] ppid=9604 vsize=1794240 CPUtime=0.2
/proc/9606/task/9609/stat : 9609 (java) S 9604 9606 9426 0 -1 64 5196 0 0 0 18 2 0 0 17 0 13 0 146316562 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9610] ppid=9604 vsize=1794240 CPUtime=0.2
/proc/9606/task/9610/stat : 9610 (java) S 9604 9606 9426 0 -1 64 4231 0 0 0 19 1 0 0 16 0 13 0 146316562 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9611] ppid=9604 vsize=1794240 CPUtime=0.13
/proc/9606/task/9611/stat : 9611 (java) S 9604 9606 9426 0 -1 64 28 0 0 0 5 8 0 0 16 0 13 0 146316565 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9612] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9612/stat : 9612 (java) S 9604 9606 9426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146316565 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9613] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9613/stat : 9613 (java) S 9604 9606 9426 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146316565 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9614] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9614/stat : 9614 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9615] ppid=9604 vsize=1794240 CPUtime=1.28
/proc/9606/task/9615/stat : 9615 (java) S 9604 9606 9426 0 -1 64 5516 0 0 0 127 1 0 0 15 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9616] ppid=9604 vsize=1794240 CPUtime=0.99
/proc/9606/task/9616/stat : 9616 (java) S 9604 9606 9426 0 -1 64 4873 0 0 0 97 2 0 0 15 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9617] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9617/stat : 9617 (java) S 9604 9606 9426 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9618] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9618/stat : 9618 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9619] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9619/stat : 9619 (java) S 9604 9606 9426 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146316584 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 1794240

[startup+11.903 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 9619
/proc/meminfo: memFree=1554592/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1794240 CPUtime=13.61
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 58303 0 1 0 1329 32 0 0 18 0 13 0 146316560 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 448560 48995 1329 9 0 446171 0
[pid=9606/tid=9608] ppid=9604 vsize=1794240 CPUtime=10.76
/proc/9606/task/9608/stat : 9608 (java) R 9604 9606 9426 0 -1 64 37737 0 1 0 1060 16 0 0 25 0 13 0 146316561 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109492057 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9609] ppid=9604 vsize=1794240 CPUtime=0.2
/proc/9606/task/9609/stat : 9609 (java) S 9604 9606 9426 0 -1 64 5196 0 0 0 18 2 0 0 17 0 13 0 146316562 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9610] ppid=9604 vsize=1794240 CPUtime=0.2
/proc/9606/task/9610/stat : 9610 (java) S 9604 9606 9426 0 -1 64 4231 0 0 0 19 1 0 0 16 0 13 0 146316562 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9611] ppid=9604 vsize=1794240 CPUtime=0.13
/proc/9606/task/9611/stat : 9611 (java) S 9604 9606 9426 0 -1 64 28 0 0 0 5 8 0 0 16 0 13 0 146316565 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9612] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9612/stat : 9612 (java) S 9604 9606 9426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146316565 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9613] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9613/stat : 9613 (java) S 9604 9606 9426 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146316565 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9614] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9614/stat : 9614 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9615] ppid=9604 vsize=1794240 CPUtime=1.28
/proc/9606/task/9615/stat : 9615 (java) S 9604 9606 9426 0 -1 64 5516 0 0 0 127 1 0 0 15 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9616] ppid=9604 vsize=1794240 CPUtime=0.99
/proc/9606/task/9616/stat : 9616 (java) S 9604 9606 9426 0 -1 64 4873 0 0 0 97 2 0 0 15 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9617] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9617/stat : 9617 (java) S 9604 9606 9426 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9618] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9618/stat : 9618 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9619] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9619/stat : 9619 (java) S 9604 9606 9426 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146316584 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.61
Current children cumulated vsize (KiB) 1794240

[startup+12.107 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 9619
/proc/meminfo: memFree=1546976/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1794240 CPUtime=13.81
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 58303 0 1 0 1349 32 0 0 18 0 13 0 146316560 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 448560 48995 1329 9 0 446171 0
[pid=9606/tid=9608] ppid=9604 vsize=1794240 CPUtime=10.96
/proc/9606/task/9608/stat : 9608 (java) R 9604 9606 9426 0 -1 64 37737 0 1 0 1080 16 0 0 25 0 13 0 146316561 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109491754 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9609] ppid=9604 vsize=1794240 CPUtime=0.2
/proc/9606/task/9609/stat : 9609 (java) S 9604 9606 9426 0 -1 64 5196 0 0 0 18 2 0 0 17 0 13 0 146316562 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9610] ppid=9604 vsize=1794240 CPUtime=0.2
/proc/9606/task/9610/stat : 9610 (java) S 9604 9606 9426 0 -1 64 4231 0 0 0 19 1 0 0 16 0 13 0 146316562 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9611] ppid=9604 vsize=1794240 CPUtime=0.13
/proc/9606/task/9611/stat : 9611 (java) S 9604 9606 9426 0 -1 64 28 0 0 0 5 8 0 0 16 0 13 0 146316565 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9612] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9612/stat : 9612 (java) S 9604 9606 9426 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146316565 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9613] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9613/stat : 9613 (java) S 9604 9606 9426 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146316565 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9614] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9614/stat : 9614 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9615] ppid=9604 vsize=1794240 CPUtime=1.28
/proc/9606/task/9615/stat : 9615 (java) S 9604 9606 9426 0 -1 64 5516 0 0 0 127 1 0 0 15 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9616] ppid=9604 vsize=1794240 CPUtime=0.99
/proc/9606/task/9616/stat : 9616 (java) S 9604 9606 9426 0 -1 64 4873 0 0 0 97 2 0 0 15 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9617] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9617/stat : 9617 (java) S 9604 9606 9426 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9618] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9618/stat : 9618 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146316569 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9619] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9619/stat : 9619 (java) S 9604 9606 9426 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 146316584 1837301760 48995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 1794240

[startup+12.203 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 9619
/proc/meminfo: memFree=1546976/2055920 swapFree=4183112/4192956
[pid=9606] ppid=9604 vsize=1794240 CPUtime=13.9
/proc/9606/stat : 9606 (java) S 9604 9606 9426 0 -1 0 58309 0 1 0 1358 32 0 0 18 0 12 0 146316560 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9606/statm: 448560 49001 1330 9 0 446171 0
[pid=9606/tid=9608] ppid=9604 vsize=1794240 CPUtime=11.05
/proc/9606/task/9608/stat : 9608 (java) S 9604 9606 9426 0 -1 64 37741 0 1 0 1089 16 0 0 25 0 12 0 146316561 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9609] ppid=9604 vsize=1794240 CPUtime=0.2
/proc/9606/task/9609/stat : 9609 (java) S 9604 9606 9426 0 -1 64 5196 0 0 0 18 2 0 0 17 0 12 0 146316562 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9610] ppid=9604 vsize=1794240 CPUtime=0.2
/proc/9606/task/9610/stat : 9610 (java) S 9604 9606 9426 0 -1 64 4231 0 0 0 19 1 0 0 16 0 12 0 146316562 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9611] ppid=9604 vsize=1794240 CPUtime=0.13
/proc/9606/task/9611/stat : 9611 (java) S 9604 9606 9426 0 -1 64 28 0 0 0 5 8 0 0 16 0 12 0 146316565 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9606/tid=9612] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9612/stat : 9612 (java) S 9604 9606 9426 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 146316565 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9613] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9613/stat : 9613 (java) S 9604 9606 9426 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146316565 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9614] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9614/stat : 9614 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 146316569 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9615] ppid=9604 vsize=1794240 CPUtime=1.28
/proc/9606/task/9615/stat : 9615 (java) S 9604 9606 9426 0 -1 64 5516 0 0 0 127 1 0 0 15 0 12 0 146316569 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9616] ppid=9604 vsize=1794240 CPUtime=0.99
/proc/9606/task/9616/stat : 9616 (java) S 9604 9606 9426 0 -1 64 4873 0 0 0 97 2 0 0 15 0 12 0 146316569 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9617] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9617/stat : 9617 (java) S 9604 9606 9426 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146316569 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9606/tid=9618] ppid=9604 vsize=1794240 CPUtime=0
/proc/9606/task/9618/stat : 9618 (java) S 9604 9606 9426 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146316569 1837301760 49001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.9
Current children cumulated vsize (KiB) 1794240

Child status: 10
Real time (s): 12.25
CPU time (s): 13.9489
CPU user time (s): 13.5899
CPU system time (s): 0.358945
CPU usage (%): 113.868
Max. virtual memory (cumulated for all children) (KiB): 1800428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5899
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58314
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= 794
involuntary context switches= 593

runsolver used 0.013997 second user time and 0.044993 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Fri Apr 20 06:50:06 UTC 2007

IDJOB= 367219
IDBENCH= 2555
IDSOLVER= 164
FILE ID= node57/367219-1177051806

PBS_JOBID= 4640176

Free space on /tmp= 66453 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob5.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/367219-1177051806/sat4jPseudoCPClause.jar /tmp/evaluation/367219-1177051806/instance-367219-1177051806.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node57/watcher-367219-1177051806 -o ROOT/results/node57/solver-367219-1177051806 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/367219-1177051806/sat4jPseudoCPClause.jar /tmp/evaluation/367219-1177051806/instance-367219-1177051806.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b56e28afe1ffd19dcf9a2ab038cbc43f

RANDOM SEED= 88002534

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node57.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.239
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.239
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:       1739288 kB
Buffers:         66944 kB
Cached:         199768 kB
SwapCached:       3656 kB
Active:         109232 kB
Inactive:       167936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739288 kB
SwapTotal:     4192956 kB
SwapFree:      4183112 kB
Dirty:            3720 kB
Writeback:           0 kB
Mapped:          15852 kB
Slab:            25548 kB
Committed_AS:  2495596 kB
PageTables:       1408 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= 66453 MiB

End job on node57 on Fri Apr 20 06:50:18 UTC 2007