Trace number 420478

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
SAT4JPseudoResolution 2007-03-23UNSAT 18.0823 17.3498

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
pebbling/unsat-pbl-00080.sat05-1325.reshuffled-07.opb
MD5SUMe91355db9a9a4ee2ff3a0a996c75e4aa
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18.0823
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables288
Total number of constraints11604
Number of constraints which are clauses11604
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 constraint1
Maximum length of a constraint11
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
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.15	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	--- 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=1.5 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 solving /tmp/evaluation/420478-1177425372/instance-420478-1177425372.opb
0.20/0.20	c reading problem ... 
1.98/1.54	c ... done. Wall clock time 1.338s.
1.98/1.54	c CPU time (experimental) 1.11s.
1.98/1.54	c #vars     288
1.98/1.54	c #constraints  11602
18.03/17.32	c starts		: 17
18.03/17.32	c conflicts		: 167063
18.03/17.32	c decisions		: 383235
18.03/17.32	c propagations		: 1424750
18.03/17.32	c inspects		: 74275378
18.03/17.32	c learnt literals	: 17
18.03/17.32	c learnt binary clauses	: 31
18.03/17.32	c learnt ternary clauses	: 94
18.03/17.32	c learnt clauses	: 167045
18.03/17.32	c root simplifications	: 0
18.03/17.32	c removed literals (reason simplification)	: 0
18.03/17.32	c reason swapping (by a shorter reason)	: 0
18.03/17.32	c Calls to reduceDB	: 0
18.03/17.32	c speed (decisions/second)	: 24289.200152110534
18.03/17.32	c non guided choices	2209
18.03/17.32	s UNSATISFIABLE
18.03/17.32	c Total wall clock time (ms): 17.119

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node54/watcher-420478-1177425372 -o ROOT/results/node54/solver-420478-1177425372 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420478-1177425372/sat4jPseudoResolution.jar /tmp/evaluation/420478-1177425372/instance-420478-1177425372.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.77 0.92 0.96 2/66 11235
/proc/meminfo: memFree=1702144/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=152 CPUtime=0
/proc/11235/stat : 11235 (java) R 11233 11235 11120 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 189911720 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 1819428 0 0 4096 0 0 0 0 17 1 0 0
/proc/11235/statm: 38 26 19 9 0 4 0

[startup+0.0106039 s]
/proc/loadavg: 0.77 0.92 0.96 2/66 11235
/proc/meminfo: memFree=1702144/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1800 CPUtime=0
/proc/11235/stat : 11235 (java) D 11233 11235 11120 0 -1 0 332 0 0 0 0 0 0 0 18 0 1 0 189911720 1843200 143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/11235/statm: 450 143 106 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101623 s]
/proc/loadavg: 0.77 0.92 0.96 2/66 11235
/proc/meminfo: memFree=1702144/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1780108 CPUtime=0.08
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 3975 0 1 0 6 2 0 0 18 0 12 0 189911720 1822830592 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301645 s]
/proc/loadavg: 0.77 0.92 0.96 2/66 11235
/proc/meminfo: memFree=1702144/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1782452 CPUtime=0.3
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 5106 0 1 0 27 3 0 0 18 0 12 0 189911720 1825230848 4846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 445613 4846 1264 9 0 443225 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782452

[startup+0.7017 s]
/proc/loadavg: 0.77 0.92 0.96 2/66 11235
/proc/meminfo: memFree=1702144/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1783924 CPUtime=0.91
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 7023 0 1 0 87 4 0 0 18 0 12 0 189911720 1826738176 6522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 445981 6522 1301 9 0 443593 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783924

[startup+1.50281 s]
/proc/loadavg: 0.77 0.92 0.96 2/78 11247
/proc/meminfo: memFree=1667744/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1785948 CPUtime=1.98
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 19948 0 1 0 187 11 0 0 18 0 12 0 189911720 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 446487 18601 1302 9 0 444099 0
[pid=11235/tid=11237] ppid=11233 vsize=1785948 CPUtime=1.07
/proc/11235/task/11237/stat : 11237 (java) R 11233 11235 11120 0 -1 64 16740 0 1 0 98 9 0 0 16 0 12 0 189911722 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109496991 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11238] ppid=11233 vsize=1785948 CPUtime=0
/proc/11235/task/11238/stat : 11238 (java) S 11233 11235 11120 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 189911723 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11239] ppid=11233 vsize=1785948 CPUtime=0
/proc/11235/task/11239/stat : 11239 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 189911723 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11240] ppid=11233 vsize=1785948 CPUtime=0
/proc/11235/task/11240/stat : 11240 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 189911725 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11241] ppid=11233 vsize=1785948 CPUtime=0
/proc/11235/task/11241/stat : 11241 (java) S 11233 11235 11120 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 189911726 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11242] ppid=11233 vsize=1785948 CPUtime=0
/proc/11235/task/11242/stat : 11242 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 189911726 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11243] ppid=11233 vsize=1785948 CPUtime=0
/proc/11235/task/11243/stat : 11243 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189911730 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11244] ppid=11233 vsize=1785948 CPUtime=0.44
/proc/11235/task/11244/stat : 11244 (java) S 11233 11235 11120 0 -1 64 916 0 0 0 44 0 0 0 16 0 12 0 189911730 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11245] ppid=11233 vsize=1785948 CPUtime=0.43
/proc/11235/task/11245/stat : 11245 (java) S 11233 11235 11120 0 -1 64 1573 0 0 0 43 0 0 0 16 0 12 0 189911730 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11246] ppid=11233 vsize=1785948 CPUtime=0
/proc/11235/task/11246/stat : 11246 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189911730 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11247] ppid=11233 vsize=1785948 CPUtime=0
/proc/11235/task/11247/stat : 11247 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189911730 1828810752 18601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1785948

[startup+3.10301 s]
/proc/loadavg: 0.77 0.92 0.96 2/79 11248
/proc/meminfo: memFree=1625944/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1786272 CPUtime=3.82
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 22644 0 1 0 369 13 0 0 18 0 13 0 189911720 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 446568 21295 1316 9 0 444180 0
[pid=11235/tid=11237] ppid=11233 vsize=1786272 CPUtime=2.53
/proc/11235/task/11237/stat : 11237 (java) R 11233 11235 11120 0 -1 64 19395 0 1 0 243 10 0 0 25 0 13 0 189911722 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109783735 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11238] ppid=11233 vsize=1786272 CPUtime=0
/proc/11235/task/11238/stat : 11238 (java) S 11233 11235 11120 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 189911723 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11239] ppid=11233 vsize=1786272 CPUtime=0
/proc/11235/task/11239/stat : 11239 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 189911723 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11240] ppid=11233 vsize=1786272 CPUtime=0
/proc/11235/task/11240/stat : 11240 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 189911725 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11241] ppid=11233 vsize=1786272 CPUtime=0
/proc/11235/task/11241/stat : 11241 (java) S 11233 11235 11120 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 189911726 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11242] ppid=11233 vsize=1786272 CPUtime=0
/proc/11235/task/11242/stat : 11242 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 189911726 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11243] ppid=11233 vsize=1786272 CPUtime=0
/proc/11235/task/11243/stat : 11243 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189911730 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11244] ppid=11233 vsize=1786272 CPUtime=0.61
/proc/11235/task/11244/stat : 11244 (java) S 11233 11235 11120 0 -1 64 937 0 0 0 61 0 0 0 16 0 13 0 189911730 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11245] ppid=11233 vsize=1786272 CPUtime=0.63
/proc/11235/task/11245/stat : 11245 (java) S 11233 11235 11120 0 -1 64 1588 0 0 0 63 0 0 0 16 0 13 0 189911730 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11246] ppid=11233 vsize=1786272 CPUtime=0
/proc/11235/task/11246/stat : 11246 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189911730 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11247] ppid=11233 vsize=1786272 CPUtime=0
/proc/11235/task/11247/stat : 11247 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189911730 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11248] ppid=11233 vsize=1786272 CPUtime=0
/proc/11235/task/11248/stat : 11248 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189911875 1829142528 21295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 1786272

[startup+6.3024 s]
/proc/loadavg: 0.79 0.92 0.96 2/79 11248
/proc/meminfo: memFree=1616152/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1785716 CPUtime=7.02
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 24448 0 1 0 687 15 0 0 18 0 13 0 189911720 1828573184 22959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 446429 22959 1316 9 0 444041 0
[pid=11235/tid=11237] ppid=11233 vsize=1785716 CPUtime=5.72
/proc/11235/task/11237/stat : 11237 (java) R 11233 11235 11120 0 -1 64 21198 0 1 0 560 12 0 0 25 0 13 0 189911722 1828573184 22959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109748157 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11238] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11238/stat : 11238 (java) S 11233 11235 11120 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 189911723 1828573184 22959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11239] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11239/stat : 11239 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 189911723 1828573184 22959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11240] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11240/stat : 11240 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189911725 1828573184 22959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11241] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11241/stat : 11241 (java) S 11233 11235 11120 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 189911726 1828573184 22959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11242] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11242/stat : 11242 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 189911726 1828573184 22960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11243] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11243/stat : 11243 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189911730 1828573184 22960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11244] ppid=11233 vsize=1785716 CPUtime=0.62
/proc/11235/task/11244/stat : 11244 (java) S 11233 11235 11120 0 -1 64 938 0 0 0 62 0 0 0 17 0 13 0 189911730 1828573184 22960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11245] ppid=11233 vsize=1785716 CPUtime=0.63
/proc/11235/task/11245/stat : 11245 (java) S 11233 11235 11120 0 -1 64 1588 0 0 0 63 0 0 0 16 0 13 0 189911730 1828573184 22960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11246] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11246/stat : 11246 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189911730 1828573184 22960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11247] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11247/stat : 11247 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189911730 1828573184 22960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11248] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11248/stat : 11248 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189911875 1828573184 22960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 1785716

[startup+12.7022 s]
/proc/loadavg: 0.81 0.92 0.96 2/79 11248
/proc/meminfo: memFree=1604632/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1785716 CPUtime=13.43
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 27306 0 1 0 1327 16 0 0 18 0 13 0 189911720 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 446429 25817 1316 9 0 444041 0
[pid=11235/tid=11237] ppid=11233 vsize=1785716 CPUtime=12.13
/proc/11235/task/11237/stat : 11237 (java) R 11233 11235 11120 0 -1 64 24056 0 1 0 1199 14 0 0 25 0 13 0 189911722 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109754444 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11238] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11238/stat : 11238 (java) S 11233 11235 11120 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 189911723 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11239] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11239/stat : 11239 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 189911723 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11240] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11240/stat : 11240 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189911725 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11241] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11241/stat : 11241 (java) S 11233 11235 11120 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 189911726 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11242] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11242/stat : 11242 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 189911726 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11243] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11243/stat : 11243 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189911730 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11244] ppid=11233 vsize=1785716 CPUtime=0.62
/proc/11235/task/11244/stat : 11244 (java) S 11233 11235 11120 0 -1 64 938 0 0 0 62 0 0 0 17 0 13 0 189911730 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11245] ppid=11233 vsize=1785716 CPUtime=0.64
/proc/11235/task/11245/stat : 11245 (java) S 11233 11235 11120 0 -1 64 1588 0 0 0 64 0 0 0 16 0 13 0 189911730 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11246] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11246/stat : 11246 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189911730 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11247] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11247/stat : 11247 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189911730 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11248] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11248/stat : 11248 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189911875 1828573184 25817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.43
Current children cumulated vsize (KiB) 1785716

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

[startup+15.9016 s]
/proc/loadavg: 0.82 0.93 0.96 2/79 11248
/proc/meminfo: memFree=1600088/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1785716 CPUtime=16.63
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 28243 0 1 0 1646 17 0 0 18 0 13 0 189911720 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 446429 26754 1316 9 0 444041 0
[pid=11235/tid=11237] ppid=11233 vsize=1785716 CPUtime=15.32
/proc/11235/task/11237/stat : 11237 (java) R 11233 11235 11120 0 -1 64 24993 0 1 0 1518 14 0 0 25 0 13 0 189911722 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109748878 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11238] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11238/stat : 11238 (java) S 11233 11235 11120 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 189911723 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11239] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11239/stat : 11239 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 189911723 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11240] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11240/stat : 11240 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189911725 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11241] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11241/stat : 11241 (java) S 11233 11235 11120 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 189911726 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11242] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11242/stat : 11242 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 189911726 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11243] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11243/stat : 11243 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189911730 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11244] ppid=11233 vsize=1785716 CPUtime=0.62
/proc/11235/task/11244/stat : 11244 (java) S 11233 11235 11120 0 -1 64 938 0 0 0 62 0 0 0 17 0 13 0 189911730 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11245] ppid=11233 vsize=1785716 CPUtime=0.64
/proc/11235/task/11245/stat : 11245 (java) S 11233 11235 11120 0 -1 64 1588 0 0 0 64 0 0 0 16 0 13 0 189911730 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11246] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11246/stat : 11246 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189911730 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11247] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11247/stat : 11247 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189911730 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11248] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11248/stat : 11248 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189911875 1828573184 26754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.63
Current children cumulated vsize (KiB) 1785716

[startup+16.7017 s]
/proc/loadavg: 0.82 0.93 0.96 2/79 11248
/proc/meminfo: memFree=1599320/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1785716 CPUtime=17.43
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 28334 0 1 0 1726 17 0 0 18 0 13 0 189911720 1828573184 26845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 446429 26846 1316 9 0 444041 0
[pid=11235/tid=11237] ppid=11233 vsize=1785716 CPUtime=16.12
/proc/11235/task/11237/stat : 11237 (java) R 11233 11235 11120 0 -1 64 25085 0 1 0 1597 15 0 0 25 0 13 0 189911722 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109824351 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11238] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11238/stat : 11238 (java) S 11233 11235 11120 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 189911723 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11239] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11239/stat : 11239 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 189911723 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11240] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11240/stat : 11240 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189911725 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11241] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11241/stat : 11241 (java) S 11233 11235 11120 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 189911726 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11242] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11242/stat : 11242 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 189911726 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11243] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11243/stat : 11243 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189911730 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11244] ppid=11233 vsize=1785716 CPUtime=0.63
/proc/11235/task/11244/stat : 11244 (java) S 11233 11235 11120 0 -1 64 938 0 0 0 63 0 0 0 17 0 13 0 189911730 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11245] ppid=11233 vsize=1785716 CPUtime=0.64
/proc/11235/task/11245/stat : 11245 (java) S 11233 11235 11120 0 -1 64 1588 0 0 0 64 0 0 0 16 0 13 0 189911730 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11246] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11246/stat : 11246 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189911730 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11247] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11247/stat : 11247 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189911730 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11248] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11248/stat : 11248 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189911875 1828573184 26846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.43
Current children cumulated vsize (KiB) 1785716

[startup+17.1018 s]
/proc/loadavg: 0.82 0.93 0.96 2/79 11248
/proc/meminfo: memFree=1599320/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1785716 CPUtime=17.83
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 28389 0 1 0 1766 17 0 0 18 0 13 0 189911720 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 446429 26900 1316 9 0 444041 0
[pid=11235/tid=11237] ppid=11233 vsize=1785716 CPUtime=16.52
/proc/11235/task/11237/stat : 11237 (java) R 11233 11235 11120 0 -1 64 25139 0 1 0 1637 15 0 0 25 0 13 0 189911722 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109748084 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11238] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11238/stat : 11238 (java) S 11233 11235 11120 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 189911723 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11239] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11239/stat : 11239 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 189911723 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11240] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11240/stat : 11240 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189911725 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11241] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11241/stat : 11241 (java) S 11233 11235 11120 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 189911726 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11242] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11242/stat : 11242 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 189911726 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11243] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11243/stat : 11243 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189911730 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11244] ppid=11233 vsize=1785716 CPUtime=0.63
/proc/11235/task/11244/stat : 11244 (java) S 11233 11235 11120 0 -1 64 938 0 0 0 63 0 0 0 17 0 13 0 189911730 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11245] ppid=11233 vsize=1785716 CPUtime=0.64
/proc/11235/task/11245/stat : 11245 (java) S 11233 11235 11120 0 -1 64 1588 0 0 0 64 0 0 0 16 0 13 0 189911730 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11246] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11246/stat : 11246 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189911730 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11247] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11247/stat : 11247 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189911730 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11248] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11248/stat : 11248 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189911875 1828573184 26900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.83
Current children cumulated vsize (KiB) 1785716

[startup+17.3018 s]
/proc/loadavg: 0.82 0.93 0.96 2/79 11248
/proc/meminfo: memFree=1599320/2055920 swapFree=4182160/4192956
[pid=11235] ppid=11233 vsize=1785716 CPUtime=18.03
/proc/11235/stat : 11235 (java) S 11233 11235 11120 0 -1 0 28410 0 1 0 1786 17 0 0 18 0 13 0 189911720 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11235/statm: 446429 26921 1316 9 0 444041 0
[pid=11235/tid=11237] ppid=11233 vsize=1785716 CPUtime=16.72
/proc/11235/task/11237/stat : 11237 (java) R 11233 11235 11120 0 -1 64 25160 0 1 0 1657 15 0 0 25 0 13 0 189911722 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109754444 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11238] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11238/stat : 11238 (java) S 11233 11235 11120 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 189911723 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11239] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11239/stat : 11239 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 189911723 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11240] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11240/stat : 11240 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189911725 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11241] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11241/stat : 11241 (java) S 11233 11235 11120 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 189911726 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11242] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11242/stat : 11242 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 189911726 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11243] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11243/stat : 11243 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189911730 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11244] ppid=11233 vsize=1785716 CPUtime=0.63
/proc/11235/task/11244/stat : 11244 (java) S 11233 11235 11120 0 -1 64 938 0 0 0 63 0 0 0 17 0 13 0 189911730 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11245] ppid=11233 vsize=1785716 CPUtime=0.64
/proc/11235/task/11245/stat : 11245 (java) S 11233 11235 11120 0 -1 64 1588 0 0 0 64 0 0 0 16 0 13 0 189911730 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11246] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11246/stat : 11246 (java) S 11233 11235 11120 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189911730 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11235/tid=11247] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11247/stat : 11247 (java) S 11233 11235 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189911730 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11235/tid=11248] ppid=11233 vsize=1785716 CPUtime=0
/proc/11235/task/11248/stat : 11248 (java) S 11233 11235 11120 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189911875 1828573184 26921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.03
Current children cumulated vsize (KiB) 1785716

Child status: 20
Real time (s): 17.3498
CPU time (s): 18.0823
CPU user time (s): 17.8853
CPU system time (s): 0.19697
CPU usage (%): 104.222
Max. virtual memory (cumulated for all children) (KiB): 1786484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8853
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28425
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= 949
involuntary context switches= 831

runsolver used 0.025996 second user time and 0.047992 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Tue Apr 24 14:36:12 UTC 2007

IDJOB= 420478
IDBENCH= 47848
IDSOLVER= 159
FILE ID= node54/420478-1177425372

PBS_JOBID= 4675744

Free space on /tmp= 66336 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00080.sat05-1325.reshuffled-07.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420478-1177425372/sat4jPseudoResolution.jar /tmp/evaluation/420478-1177425372/instance-420478-1177425372.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-420478-1177425372 -o ROOT/results/node54/solver-420478-1177425372 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420478-1177425372/sat4jPseudoResolution.jar /tmp/evaluation/420478-1177425372/instance-420478-1177425372.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e91355db9a9a4ee2ff3a0a996c75e4aa

RANDOM SEED= 635933493

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1702552 kB
Buffers:         39916 kB
Cached:         233460 kB
SwapCached:       4132 kB
Active:          47784 kB
Inactive:       235432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702552 kB
SwapTotal:     4192956 kB
SwapFree:      4182160 kB
Dirty:            4524 kB
Writeback:           0 kB
Mapped:          15664 kB
Slab:            56052 kB
Committed_AS:  2271172 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB

End job on node54 on Tue Apr 24 14:36:30 UTC 2007