Trace number 420450

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-23? (TO) 1802.65 1791.74

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
pebbling/unsat-pbl-00250.sat05-1330.reshuffled-07.opb
MD5SUM6c295665c13752ecacf07440fccdb119
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables864
Total number of constraints32700
Number of constraints which are clauses32700
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	--- 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/420450-1177424838/instance-420450-1177424838.opb
0.20/0.20	c reading problem ... 
3.09/2.59	c ... done. Wall clock time 2.389s.
3.09/2.59	c CPU time (experimental) 2.01s.
3.09/2.59	c #vars     864
3.09/2.59	c #constraints  32698
1695.29/1684.70	c cleaning 1833205 clauses out of 3666492 for limit 3742559.3336359407

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/node68/watcher-420450-1177424838 -o ROOT/results/node68/solver-420450-1177424838 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420450-1177424838/sat4jPseudoResolution.jar /tmp/evaluation/420450-1177424838/instance-420450-1177424838.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.78 0.97 0.98 3/64 10039
/proc/meminfo: memFree=1771912/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=324 CPUtime=0
/proc/10039/stat : 10039 (java) R 10037 10039 9974 0 -1 0 59 0 0 0 0 0 0 0 18 0 1 0 218473320 331776 44 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10515236 0 0 4096 0 0 0 0 17 1 0 0
/proc/10039/statm: 81 44 33 9 0 6 0

[startup+0.0458161 s]
/proc/loadavg: 0.78 0.97 0.98 3/64 10039
/proc/meminfo: memFree=1771912/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1776376 CPUtime=0.02
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 3454 0 1 0 1 1 0 0 18 0 4 0 218473320 1819009024 3201 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10039/statm: 444094 3201 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776376

[startup+0.102818 s]
/proc/loadavg: 0.78 0.97 0.98 3/64 10039
/proc/meminfo: memFree=1771912/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1780256 CPUtime=0.08
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 3997 0 1 0 6 2 0 0 18 0 12 0 218473320 1822982144 3740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10039/statm: 445064 3740 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301832 s]
/proc/loadavg: 0.78 0.97 0.98 3/64 10039
/proc/meminfo: memFree=1771912/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1781428 CPUtime=0.31
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 5125 0 1 0 28 3 0 0 18 0 12 0 218473320 1824182272 4865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10039/statm: 445357 4865 1264 9 0 442969 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781428

[startup+0.70187 s]
/proc/loadavg: 0.78 0.97 0.98 3/64 10039
/proc/meminfo: memFree=1771912/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1782792 CPUtime=0.89
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 7047 0 1 0 85 4 0 0 18 0 12 0 218473320 1825579008 6579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10039/statm: 445698 6579 1301 9 0 443310 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782792

[startup+1.50194 s]
/proc/loadavg: 0.78 0.97 0.98 2/76 10051
/proc/meminfo: memFree=1741608/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1788024 CPUtime=1.98
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 21354 0 1 0 186 12 0 0 18 0 12 0 218473320 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10039/statm: 447006 18855 1303 9 0 444618 0
[pid=10039/tid=10041] ppid=10037 vsize=1788024 CPUtime=1.04
/proc/10039/task/10041/stat : 10041 (java) R 10037 10039 9974 0 -1 64 16497 0 1 0 95 9 0 0 19 0 12 0 218473322 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10042] ppid=10037 vsize=1788024 CPUtime=0
/proc/10039/task/10042/stat : 10042 (java) S 10037 10039 9974 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 218473323 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10043] ppid=10037 vsize=1788024 CPUtime=0
/proc/10039/task/10043/stat : 10043 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 218473323 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10044] ppid=10037 vsize=1788024 CPUtime=0
/proc/10039/task/10044/stat : 10044 (java) S 10037 10039 9974 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 218473325 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10045] ppid=10037 vsize=1788024 CPUtime=0
/proc/10039/task/10045/stat : 10045 (java) S 10037 10039 9974 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 218473326 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10046] ppid=10037 vsize=1788024 CPUtime=0
/proc/10039/task/10046/stat : 10046 (java) S 10037 10039 9974 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 218473326 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10047] ppid=10037 vsize=1788024 CPUtime=0
/proc/10039/task/10047/stat : 10047 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 218473330 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10048] ppid=10037 vsize=1788024 CPUtime=0.48
/proc/10039/task/10048/stat : 10048 (java) R 10037 10039 9974 0 -1 64 1735 0 0 0 48 0 0 0 16 0 12 0 218473330 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105423926 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10049] ppid=10037 vsize=1788024 CPUtime=0.42
/proc/10039/task/10049/stat : 10049 (java) R 10037 10039 9974 0 -1 64 2401 0 0 0 41 1 0 0 16 0 12 0 218473330 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103316093 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10050] ppid=10037 vsize=1788024 CPUtime=0
/proc/10039/task/10050/stat : 10050 (java) S 10037 10039 9974 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 218473330 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10051] ppid=10037 vsize=1788024 CPUtime=0
/proc/10039/task/10051/stat : 10051 (java) R 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 218473330 1830936576 18855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1788024

[startup+3.10209 s]
/proc/loadavg: 0.78 0.97 0.98 2/76 10051
/proc/meminfo: memFree=1643880/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1788348 CPUtime=3.93
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 43392 0 1 0 370 23 0 0 18 0 13 0 218473320 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10039/statm: 447087 40884 1326 9 0 444699 0
[pid=10039/tid=10041] ppid=10037 vsize=1788348 CPUtime=2.42
/proc/10039/task/10041/stat : 10041 (java) R 10037 10039 9974 0 -1 64 37703 0 1 0 222 20 0 0 20 0 13 0 218473322 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109779142 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10042] ppid=10037 vsize=1788348 CPUtime=0.01
/proc/10039/task/10042/stat : 10042 (java) S 10037 10039 9974 0 -1 64 395 0 0 0 1 0 0 0 16 0 13 0 218473323 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10043] ppid=10037 vsize=1788348 CPUtime=0.01
/proc/10039/task/10043/stat : 10043 (java) S 10037 10039 9974 0 -1 64 361 0 0 0 1 0 0 0 16 0 13 0 218473323 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10044] ppid=10037 vsize=1788348 CPUtime=0
/proc/10039/task/10044/stat : 10044 (java) S 10037 10039 9974 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 218473325 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10045] ppid=10037 vsize=1788348 CPUtime=0
/proc/10039/task/10045/stat : 10045 (java) S 10037 10039 9974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 218473326 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10046] ppid=10037 vsize=1788348 CPUtime=0
/proc/10039/task/10046/stat : 10046 (java) S 10037 10039 9974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218473326 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10047] ppid=10037 vsize=1788348 CPUtime=0
/proc/10039/task/10047/stat : 10047 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218473330 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10048] ppid=10037 vsize=1788348 CPUtime=0.79
/proc/10039/task/10048/stat : 10048 (java) S 10037 10039 9974 0 -1 64 1771 0 0 0 79 0 0 0 16 0 13 0 218473330 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10049] ppid=10037 vsize=1788348 CPUtime=0.66
/proc/10039/task/10049/stat : 10049 (java) S 10037 10039 9974 0 -1 64 2433 0 0 0 65 1 0 0 16 0 13 0 218473330 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10050] ppid=10037 vsize=1788348 CPUtime=0
/proc/10039/task/10050/stat : 10050 (java) S 10037 10039 9974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218473330 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10051] ppid=10037 vsize=1788348 CPUtime=0
/proc/10039/task/10051/stat : 10051 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218473330 1831268352 40884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 1788348

[startup+6.30237 s]
/proc/loadavg: 0.80 0.97 0.98 2/77 10052
/proc/meminfo: memFree=1612832/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1787804 CPUtime=7.15
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 43397 0 1 0 691 24 0 0 18 0 13 0 218473320 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10039/statm: 446951 40773 1326 9 0 444563 0
[pid=10039/tid=10041] ppid=10037 vsize=1787804 CPUtime=5.58
/proc/10039/task/10041/stat : 10041 (java) R 10037 10039 9974 0 -1 64 37705 0 1 0 538 20 0 0 25 0 13 0 218473322 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109783244 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10042] ppid=10037 vsize=1787804 CPUtime=0.01
/proc/10039/task/10042/stat : 10042 (java) S 10037 10039 9974 0 -1 64 395 0 0 0 1 0 0 0 16 0 13 0 218473323 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10043] ppid=10037 vsize=1787804 CPUtime=0.01
/proc/10039/task/10043/stat : 10043 (java) S 10037 10039 9974 0 -1 64 361 0 0 0 1 0 0 0 16 0 13 0 218473323 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10044] ppid=10037 vsize=1787804 CPUtime=0
/proc/10039/task/10044/stat : 10044 (java) S 10037 10039 9974 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 218473325 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10045] ppid=10037 vsize=1787804 CPUtime=0
/proc/10039/task/10045/stat : 10045 (java) S 10037 10039 9974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 218473326 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10046] ppid=10037 vsize=1787804 CPUtime=0
/proc/10039/task/10046/stat : 10046 (java) S 10037 10039 9974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218473326 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10047] ppid=10037 vsize=1787804 CPUtime=0
/proc/10039/task/10047/stat : 10047 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218473330 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10048] ppid=10037 vsize=1787804 CPUtime=0.82
/proc/10039/task/10048/stat : 10048 (java) S 10037 10039 9974 0 -1 64 1772 0 0 0 82 0 0 0 17 0 13 0 218473330 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10049] ppid=10037 vsize=1787804 CPUtime=0.68
/proc/10039/task/10049/stat : 10049 (java) S 10037 10039 9974 0 -1 64 2435 0 0 0 67 1 0 0 16 0 13 0 218473330 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10050] ppid=10037 vsize=1787804 CPUtime=0
/proc/10039/task/10050/stat : 10050 (java) S 10037 10039 9974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218473330 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10051] ppid=10037 vsize=1787804 CPUtime=0
/proc/10039/task/10051/stat : 10051 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218473330 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10052] ppid=10037 vsize=1787804 CPUtime=0
/proc/10039/task/10052/stat : 10052 (java) S 10037 10039 9974 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 218473580 1830711296 40773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1787804

[startup+12.7029 s]
/proc/loadavg: 0.81 0.97 0.98 2/77 10052
/proc/meminfo: memFree=1613608/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1787068 CPUtime=13.55
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 43397 0 1 0 1331 24 0 0 18 0 13 0 218473320 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10039/statm: 446767 40589 1326 9 0 444379 0
[pid=10039/tid=10041] ppid=10037 vsize=1787068 CPUtime=11.97
/proc/10039/task/10041/stat : 10041 (java) R 10037 10039 9974 0 -1 64 37705 0 1 0 1177 20 0 0 25 0 13 0 218473322 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109840507 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10042] ppid=10037 vsize=1787068 CPUtime=0.01
/proc/10039/task/10042/stat : 10042 (java) S 10037 10039 9974 0 -1 64 395 0 0 0 1 0 0 0 16 0 13 0 218473323 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10043] ppid=10037 vsize=1787068 CPUtime=0.01
/proc/10039/task/10043/stat : 10043 (java) S 10037 10039 9974 0 -1 64 361 0 0 0 1 0 0 0 16 0 13 0 218473323 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10044] ppid=10037 vsize=1787068 CPUtime=0
/proc/10039/task/10044/stat : 10044 (java) S 10037 10039 9974 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 218473325 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10045] ppid=10037 vsize=1787068 CPUtime=0
/proc/10039/task/10045/stat : 10045 (java) S 10037 10039 9974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 218473326 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10046] ppid=10037 vsize=1787068 CPUtime=0
/proc/10039/task/10046/stat : 10046 (java) S 10037 10039 9974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218473326 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10047] ppid=10037 vsize=1787068 CPUtime=0
/proc/10039/task/10047/stat : 10047 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218473330 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10048] ppid=10037 vsize=1787068 CPUtime=0.83
/proc/10039/task/10048/stat : 10048 (java) S 10037 10039 9974 0 -1 64 1772 0 0 0 83 0 0 0 17 0 13 0 218473330 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10049] ppid=10037 vsize=1787068 CPUtime=0.68
/proc/10039/task/10049/stat : 10049 (java) S 10037 10039 9974 0 -1 64 2435 0 0 0 67 1 0 0 16 0 13 0 218473330 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10050] ppid=10037 vsize=1787068 CPUtime=0
/proc/10039/task/10050/stat : 10050 (java) S 10037 10039 9974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218473330 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10051] ppid=10037 vsize=1787068 CPUtime=0
/proc/10039/task/10051/stat : 10051 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218473330 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10052] ppid=10037 vsize=1787068 CPUtime=0
/proc/10039/task/10052/stat : 10052 (java) S 10037 10039 9974 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 218473580 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.55
Current children cumulated vsize (KiB) 1787068

[startup+25.5021 s]
/proc/loadavg: 0.85 0.97 0.98 2/77 10052
/proc/meminfo: memFree=1613736/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1787068 CPUtime=26.34
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 43397 0 1 0 2610 24 0 0 18 0 13 0 218473320 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10039/statm: 446767 40589 1326 9 0 444379 0
[pid=10039/tid=10041] ppid=10037 vsize=1787068 CPUtime=24.77
/proc/10039/task/10041/stat : 10041 (java) R 10037 10039 9974 0 -1 64 37705 0 1 0 2456 21 0 0 25 0 13 0 218473322 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109839007 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10042] ppid=10037 vsize=1787068 CPUtime=0.01
/proc/10039/task/10042/stat : 10042 (java) S 10037 10039 9974 0 -1 64 395 0 0 0 1 0 0 0 16 0 13 0 218473323 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10043] ppid=10037 vsize=1787068 CPUtime=0.01
/proc/10039/task/10043/stat : 10043 (java) S 10037 10039 9974 0 -1 64 361 0 0 0 1 0 0 0 16 0 13 0 218473323 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10044] ppid=10037 vsize=1787068 CPUtime=0
/proc/10039/task/10044/stat : 10044 (java) S 10037 10039 9974 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 218473325 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10045] ppid=10037 vsize=1787068 CPUtime=0
/proc/10039/task/10045/stat : 10045 (java) S 10037 10039 9974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 218473326 1829957632 40589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10054
/proc/meminfo: memFree=247720/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1797316 CPUtime=1800.09
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 462637 0 1 0 179786 223 0 0 18 0 13 0 218473320 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10039/statm: 449329 381357 1329 9 0 446941 0
[pid=10039/tid=10041] ppid=10037 vsize=1797316 CPUtime=1777.78
/proc/10039/task/10041/stat : 10041 (java) R 10037 10039 9974 0 -1 64 37723 0 1 0 177756 22 0 0 25 0 13 0 218473322 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10042] ppid=10037 vsize=1797316 CPUtime=10.25
/proc/10039/task/10042/stat : 10042 (java) S 10037 10039 9974 0 -1 64 212192 0 0 0 924 101 0 0 20 0 13 0 218473323 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10043] ppid=10037 vsize=1797316 CPUtime=10.35
/proc/10039/task/10043/stat : 10043 (java) S 10037 10039 9974 0 -1 64 207781 0 0 0 938 97 0 0 16 0 13 0 218473323 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10044] ppid=10037 vsize=1797316 CPUtime=0
/proc/10039/task/10044/stat : 10044 (java) S 10037 10039 9974 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 218473325 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10045] ppid=10037 vsize=1797316 CPUtime=0
/proc/10039/task/10045/stat : 10045 (java) S 10037 10039 9974 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 218473326 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10046] ppid=10037 vsize=1797316 CPUtime=0
/proc/10039/task/10046/stat : 10046 (java) S 10037 10039 9974 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218473326 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10047] ppid=10037 vsize=1797316 CPUtime=0
/proc/10039/task/10047/stat : 10047 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218473330 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10048] ppid=10037 vsize=1797316 CPUtime=0.91
/proc/10039/task/10048/stat : 10048 (java) S 10037 10039 9974 0 -1 64 1775 0 0 0 91 0 0 0 16 0 13 0 218473330 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10049] ppid=10037 vsize=1797316 CPUtime=0.75
/proc/10039/task/10049/stat : 10049 (java) S 10037 10039 9974 0 -1 64 2435 0 0 0 74 1 0 0 16 0 13 0 218473330 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10050] ppid=10037 vsize=1797316 CPUtime=0
/proc/10039/task/10050/stat : 10050 (java) S 10037 10039 9974 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 218473330 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10051] ppid=10037 vsize=1797316 CPUtime=0
/proc/10039/task/10051/stat : 10051 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218473330 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10052] ppid=10037 vsize=1797316 CPUtime=0
/proc/10039/task/10052/stat : 10052 (java) S 10037 10039 9974 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 218473580 1840451584 381357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1797316

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1790.2 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 10057
/proc/meminfo: memFree=247696/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1797964 CPUtime=1801.1
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 473173 0 1 0 179881 229 0 0 16 0 15 0 218473320 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10039/statm: 449491 391784 1331 9 0 447103 0
[pid=10039/tid=10041] ppid=10037 vsize=1797964 CPUtime=1777.79
/proc/10039/task/10041/stat : 10041 (java) S 10037 10039 9974 0 -1 64 37723 0 1 0 177757 22 0 0 25 0 15 0 218473322 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10042] ppid=10037 vsize=1797964 CPUtime=10.57
/proc/10039/task/10042/stat : 10042 (java) S 10037 10039 9974 0 -1 64 218376 0 0 0 953 104 0 0 19 0 15 0 218473323 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10043] ppid=10037 vsize=1797964 CPUtime=10.67
/proc/10039/task/10043/stat : 10043 (java) S 10037 10039 9974 0 -1 64 212114 0 0 0 967 100 0 0 16 0 15 0 218473323 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10044] ppid=10037 vsize=1797964 CPUtime=0.37
/proc/10039/task/10044/stat : 10044 (java) R 10037 10039 9974 0 -1 64 11 0 0 0 37 0 0 0 16 0 15 0 218473325 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103350760 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10045] ppid=10037 vsize=1797964 CPUtime=0
/proc/10039/task/10045/stat : 10045 (java) S 10037 10039 9974 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 218473326 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10046] ppid=10037 vsize=1797964 CPUtime=0
/proc/10039/task/10046/stat : 10046 (java) S 10037 10039 9974 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 218473326 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10047] ppid=10037 vsize=1797964 CPUtime=0
/proc/10039/task/10047/stat : 10047 (java) S 10037 10039 9974 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 218473330 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10048] ppid=10037 vsize=1797964 CPUtime=0.91
/proc/10039/task/10048/stat : 10048 (java) S 10037 10039 9974 0 -1 64 1775 0 0 0 91 0 0 0 16 0 15 0 218473330 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10049] ppid=10037 vsize=1797964 CPUtime=0.75
/proc/10039/task/10049/stat : 10049 (java) S 10037 10039 9974 0 -1 64 2435 0 0 0 74 1 0 0 16 0 15 0 218473330 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10050] ppid=10037 vsize=1797964 CPUtime=0
/proc/10039/task/10050/stat : 10050 (java) S 10037 10039 9974 0 -1 64 2 0 0 0 0 0 0 0 25 0 15 0 218473330 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10051] ppid=10037 vsize=1797964 CPUtime=0
/proc/10039/task/10051/stat : 10051 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 218473330 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10052] ppid=10037 vsize=1797964 CPUtime=0
/proc/10039/task/10052/stat : 10052 (java) S 10037 10039 9974 0 -1 64 5 0 0 0 0 0 0 0 16 0 15 0 218473580 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10056] ppid=10037 vsize=1797964 CPUtime=0
/proc/10039/task/10056/stat : 10056 (java) S 10037 10039 9974 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 218652272 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10057] ppid=10037 vsize=1797964 CPUtime=0
/proc/10039/task/10057/stat : 10057 (java) S 10037 10039 9974 0 -1 64 5 0 0 0 0 0 0 0 19 0 15 0 218652272 1841115136 391784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 1797964

[startup+1791 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 10057
/proc/meminfo: memFree=201872/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1801968 CPUtime=1801.9
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 474675 0 1 0 179960 230 0 0 16 0 15 0 218473320 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10039/statm: 450492 392785 1331 9 0 448104 0
[pid=10039/tid=10041] ppid=10037 vsize=1801968 CPUtime=1777.79
/proc/10039/task/10041/stat : 10041 (java) S 10037 10039 9974 0 -1 64 37723 0 1 0 177757 22 0 0 25 0 15 0 218473322 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10042] ppid=10037 vsize=1801968 CPUtime=10.57
/proc/10039/task/10042/stat : 10042 (java) S 10037 10039 9974 0 -1 64 218376 0 0 0 953 104 0 0 19 0 15 0 218473323 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10043] ppid=10037 vsize=1801968 CPUtime=10.67
/proc/10039/task/10043/stat : 10043 (java) S 10037 10039 9974 0 -1 64 212114 0 0 0 967 100 0 0 16 0 15 0 218473323 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10044] ppid=10037 vsize=1801968 CPUtime=1.16
/proc/10039/task/10044/stat : 10044 (java) R 10037 10039 9974 0 -1 64 1513 0 0 0 116 0 0 0 17 0 15 0 218473325 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105332840 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10045] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10045/stat : 10045 (java) S 10037 10039 9974 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 218473326 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10046] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10046/stat : 10046 (java) S 10037 10039 9974 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 218473326 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10047] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10047/stat : 10047 (java) S 10037 10039 9974 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 218473330 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10048] ppid=10037 vsize=1801968 CPUtime=0.91
/proc/10039/task/10048/stat : 10048 (java) S 10037 10039 9974 0 -1 64 1775 0 0 0 91 0 0 0 16 0 15 0 218473330 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10049] ppid=10037 vsize=1801968 CPUtime=0.75
/proc/10039/task/10049/stat : 10049 (java) S 10037 10039 9974 0 -1 64 2435 0 0 0 74 1 0 0 16 0 15 0 218473330 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10050] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10050/stat : 10050 (java) S 10037 10039 9974 0 -1 64 2 0 0 0 0 0 0 0 25 0 15 0 218473330 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10051] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10051/stat : 10051 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 218473330 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10052] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10052/stat : 10052 (java) S 10037 10039 9974 0 -1 64 5 0 0 0 0 0 0 0 16 0 15 0 218473580 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10056] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10056/stat : 10056 (java) S 10037 10039 9974 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 218652272 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10057] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10057/stat : 10057 (java) S 10037 10039 9974 0 -1 64 5 0 0 0 0 0 0 0 19 0 15 0 218652272 1845215232 392785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 1801968

[startup+1791.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 10057
/proc/meminfo: memFree=201872/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=1801968 CPUtime=1802.3
/proc/10039/stat : 10039 (java) S 10037 10039 9974 0 -1 0 474676 0 1 0 180000 230 0 0 16 0 15 0 218473320 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10039/statm: 450492 392786 1332 9 0 448104 0
[pid=10039/tid=10041] ppid=10037 vsize=1801968 CPUtime=1777.79
/proc/10039/task/10041/stat : 10041 (java) S 10037 10039 9974 0 -1 64 37723 0 1 0 177757 22 0 0 25 0 15 0 218473322 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10042] ppid=10037 vsize=1801968 CPUtime=10.57
/proc/10039/task/10042/stat : 10042 (java) S 10037 10039 9974 0 -1 64 218376 0 0 0 953 104 0 0 19 0 15 0 218473323 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10043] ppid=10037 vsize=1801968 CPUtime=10.67
/proc/10039/task/10043/stat : 10043 (java) S 10037 10039 9974 0 -1 64 212114 0 0 0 967 100 0 0 16 0 15 0 218473323 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10044] ppid=10037 vsize=1801968 CPUtime=1.56
/proc/10039/task/10044/stat : 10044 (java) R 10037 10039 9974 0 -1 64 1514 0 0 0 156 0 0 0 17 0 15 0 218473325 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105333995 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10045] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10045/stat : 10045 (java) S 10037 10039 9974 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 218473326 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10046] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10046/stat : 10046 (java) S 10037 10039 9974 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 218473326 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10047] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10047/stat : 10047 (java) S 10037 10039 9974 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 218473330 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10048] ppid=10037 vsize=1801968 CPUtime=0.91
/proc/10039/task/10048/stat : 10048 (java) S 10037 10039 9974 0 -1 64 1775 0 0 0 91 0 0 0 16 0 15 0 218473330 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10049] ppid=10037 vsize=1801968 CPUtime=0.75
/proc/10039/task/10049/stat : 10049 (java) S 10037 10039 9974 0 -1 64 2435 0 0 0 74 1 0 0 16 0 15 0 218473330 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10050] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10050/stat : 10050 (java) S 10037 10039 9974 0 -1 64 2 0 0 0 0 0 0 0 25 0 15 0 218473330 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10051] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10051/stat : 10051 (java) S 10037 10039 9974 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 218473330 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10052] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10052/stat : 10052 (java) S 10037 10039 9974 0 -1 64 5 0 0 0 0 0 0 0 16 0 15 0 218473580 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10039/tid=10056] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10056/stat : 10056 (java) S 10037 10039 9974 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 218652272 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10039/tid=10057] ppid=10037 vsize=1801968 CPUtime=0
/proc/10039/task/10057/stat : 10057 (java) S 10037 10039 9974 0 -1 64 5 0 0 0 0 0 0 0 19 0 15 0 218652272 1845215232 392786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.3
Current children cumulated vsize (KiB) 1801968

[startup+1791.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 10057
/proc/meminfo: memFree=201872/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=0 CPUtime=1802.5
/proc/10039/stat : 10039 (java) Z 10037 10039 9974 0 -1 1036 474676 0 1 0 180012 238 0 0 16 0 2 0 218473320 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10039/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.5
Current children cumulated vsize (KiB) 0

[startup+1791.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 10057
/proc/meminfo: memFree=201872/2055920 swapFree=4183916/4192956
[pid=10039] ppid=10037 vsize=0 CPUtime=1802.6
/proc/10039/stat : 10039 (java) Z 10037 10039 9974 0 -1 1036 474676 0 1 0 180012 248 0 0 16 0 2 0 218473320 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10039/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1791.74
CPU time (s): 1802.65
CPU user time (s): 1800.13
CPU system time (s): 2.52462
CPU usage (%): 100.609
Max. virtual memory (cumulated for all children) (KiB): 1801968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.13
system time used= 2.52462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474676
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= 37153
involuntary context switches= 5389

runsolver used 1.74473 second user time and 4.79727 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Tue Apr 24 14:27:18 UTC 2007

IDJOB= 420450
IDBENCH= 47846
IDSOLVER= 159
FILE ID= node68/420450-1177424838

PBS_JOBID= 4675725

Free space on /tmp= 66439 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6c295665c13752ecacf07440fccdb119

RANDOM SEED= 202365885

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1772384 kB
Buffers:         29880 kB
Cached:         187404 kB
SwapCached:       3172 kB
Active:          71964 kB
Inactive:       154916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772384 kB
SwapTotal:     4192956 kB
SwapFree:      4183916 kB
Dirty:            6012 kB
Writeback:           0 kB
Mapped:          15448 kB
Slab:            42712 kB
Committed_AS:  2870372 kB
PageTables:       1380 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= 66439 MiB

End job on node68 on Tue Apr 24 14:57:10 UTC 2007