Trace number 348822

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1802.45 1787.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-vpm1.opb
MD5SUM7d8a1496a778abf94cc39a37abc46ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51
Optimality of the best value was proved NO
Number of variables2754
Total number of constraints444
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints444
Minimum length of a constraint11
Maximum length of a constraint82
Number of terms in the objective function 168
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 168
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 204800
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524341
Number of bits of the biggest sum of numbers20
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/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/348822-1176599943/instance-348822-1176599943.opb
0.20/0.20	c reading problem ... 
1.40/0.98	c ... done. Wall clock time 0.785s.
1.40/0.99	c CPU time (experimental) 0.53s.
1.40/0.99	c #vars     2754
1.40/0.99	c #constraints  486
245.86/241.34	c SATISFIABLE
245.86/241.34	c OPTIMIZING...
245.86/241.34	c Got one! Elapsed wall clock time (in seconds):241.138
245.86/241.34	o 83
938.46/927.49	c Got one! Elapsed wall clock time (in seconds):927.293
938.46/927.49	o 76
1716.84/1701.97	c cleaning 1707227 clauses out of 3414475 for limit 0.001281040788778412
1794.25/1779.37	c cleaning 853865 clauses out of 1707747 for limit 0.004219730738493774

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-348822-1176599943 -o ROOT/results/node30/solver-348822-1176599943 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348822-1176599943/sat4jPseudoResolution.jar /tmp/evaluation/348822-1176599943/instance-348822-1176599943.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15686
/proc/meminfo: memFree=1728248/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=324 CPUtime=0
/proc/15686/stat : 15686 (java) R 15684 15686 8416 0 -1 0 61 0 0 0 0 0 0 0 18 0 1 0 107909963 331776 44 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7017252 0 0 4096 0 0 0 0 17 1 0 0
/proc/15686/statm: 378 46 34 9 0 8 0

[startup+0.10283 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15686
/proc/meminfo: memFree=1728248/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1780108 CPUtime=0.09
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 3989 0 1 0 6 3 0 0 18 0 12 0 107909963 1822830592 3730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 445027 3730 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.201837 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15686
/proc/meminfo: memFree=1728248/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1782012 CPUtime=0.2
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 4866 0 1 0 17 3 0 0 18 0 12 0 107909963 1824780288 4604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 445503 4604 1244 9 0 443115 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1782012

[startup+0.301837 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15686
/proc/meminfo: memFree=1728248/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1782012 CPUtime=0.32
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 5173 0 1 0 29 3 0 0 18 0 12 0 107909963 1824780288 4911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 445503 4911 1264 9 0 443115 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782012

[startup+0.701871 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15686
/proc/meminfo: memFree=1728248/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1788652 CPUtime=1
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 8291 0 1 0 95 5 0 0 18 0 12 0 107909963 1831579648 7489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 447163 7489 1303 9 0 444775 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1788652

[startup+1.50291 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 15698
/proc/meminfo: memFree=1691352/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1795484 CPUtime=2.53
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 15101 0 1 0 239 14 0 0 18 0 13 0 107909963 1838575616 11172 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 448871 11173 1322 9 0 446483 0
[pid=15686/tid=15688] ppid=15684 vsize=1795484 CPUtime=0.74
/proc/15686/task/15688/stat : 15688 (java) R 15684 15686 8416 0 -1 64 6885 0 1 0 70 4 0 0 22 0 13 0 107909964 1838575616 11173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109762995 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15689] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15689/stat : 15689 (java) S 15684 15686 8416 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107909966 1838575616 11174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15690] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15690/stat : 15690 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107909966 1838575616 11174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15691] ppid=15684 vsize=1795484 CPUtime=0.08
/proc/15686/task/15691/stat : 15691 (java) S 15684 15686 8416 0 -1 64 2 0 0 0 3 5 0 0 16 0 13 0 107909968 1838575616 11174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15692] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15692/stat : 15692 (java) S 15684 15686 8416 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 107909969 1838575616 11175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15693] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15693/stat : 15693 (java) S 15684 15686 8416 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 107909969 1838575616 11175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15694] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15694/stat : 15694 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107909972 1838575616 11175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15695] ppid=15684 vsize=1795484 CPUtime=0.68
/proc/15686/task/15695/stat : 15695 (java) S 15684 15686 8416 0 -1 64 2556 0 0 0 67 1 0 0 16 0 13 0 107909972 1838575616 11176 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15696] ppid=15684 vsize=1795484 CPUtime=1
/proc/15686/task/15696/stat : 15696 (java) S 15684 15686 8416 0 -1 64 4934 0 0 0 98 2 0 0 18 0 13 0 107909972 1838575616 11176 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15697] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15697/stat : 15697 (java) S 15684 15686 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107909972 1838575616 11176 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15698] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15698/stat : 15698 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107909972 1838575616 11176 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1795484

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 15699
/proc/meminfo: memFree=1662160/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1795484 CPUtime=4.26
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 31922 0 1 0 405 21 0 0 18 0 13 0 107909963 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 448871 27992 1324 9 0 446483 0
[pid=15686/tid=15688] ppid=15684 vsize=1795484 CPUtime=2.3
/proc/15686/task/15688/stat : 15688 (java) R 15684 15686 8416 0 -1 64 23689 0 1 0 219 11 0 0 25 0 13 0 107909964 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109814580 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15689] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15689/stat : 15689 (java) S 15684 15686 8416 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107909966 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15690] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15690/stat : 15690 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107909966 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15691] ppid=15684 vsize=1795484 CPUtime=0.08
/proc/15686/task/15691/stat : 15691 (java) S 15684 15686 8416 0 -1 64 2 0 0 0 3 5 0 0 17 0 13 0 107909968 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15692] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15692/stat : 15692 (java) S 15684 15686 8416 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 107909969 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15693] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15693/stat : 15693 (java) S 15684 15686 8416 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 107909969 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15694] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15694/stat : 15694 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107909972 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15695] ppid=15684 vsize=1795484 CPUtime=0.74
/proc/15686/task/15695/stat : 15695 (java) S 15684 15686 8416 0 -1 64 2559 0 0 0 73 1 0 0 16 0 13 0 107909972 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15696] ppid=15684 vsize=1795484 CPUtime=1.11
/proc/15686/task/15696/stat : 15696 (java) S 15684 15686 8416 0 -1 64 4947 0 0 0 109 2 0 0 16 0 13 0 107909972 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15697] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15697/stat : 15697 (java) S 15684 15686 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107909972 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15698] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15698/stat : 15698 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107909972 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15699] ppid=15684 vsize=1795484 CPUtime=0
/proc/15686/task/15699/stat : 15699 (java) S 15684 15686 8416 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 107910080 1838575616 27992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1795484

[startup+6.30221 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15699
/proc/meminfo: memFree=1548952/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1794744 CPUtime=7.52
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 50036 0 1 0 722 30 0 0 18 0 13 0 107909963 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 448686 45829 1333 9 0 446298 0
[pid=15686/tid=15688] ppid=15684 vsize=1794744 CPUtime=5.44
/proc/15686/task/15688/stat : 15688 (java) R 15684 15686 8416 0 -1 64 37706 0 1 0 525 19 0 0 25 0 13 0 107909964 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109775312 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15689] ppid=15684 vsize=1794744 CPUtime=0.04
/proc/15686/task/15689/stat : 15689 (java) S 15684 15686 8416 0 -1 64 2065 0 0 0 4 0 0 0 16 0 13 0 107909966 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15690] ppid=15684 vsize=1794744 CPUtime=0.04
/proc/15686/task/15690/stat : 15690 (java) S 15684 15686 8416 0 -1 64 2028 0 0 0 4 0 0 0 16 0 13 0 107909966 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15691] ppid=15684 vsize=1794744 CPUtime=0.08
/proc/15686/task/15691/stat : 15691 (java) S 15684 15686 8416 0 -1 64 7 0 0 0 3 5 0 0 16 0 13 0 107909968 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15692] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15692/stat : 15692 (java) S 15684 15686 8416 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107909969 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15693] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15693/stat : 15693 (java) S 15684 15686 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107909969 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15694] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15694/stat : 15694 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107909972 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15695] ppid=15684 vsize=1794744 CPUtime=0.74
/proc/15686/task/15695/stat : 15695 (java) S 15684 15686 8416 0 -1 64 2559 0 0 0 73 1 0 0 17 0 13 0 107909972 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15696] ppid=15684 vsize=1794744 CPUtime=1.13
/proc/15686/task/15696/stat : 15696 (java) S 15684 15686 8416 0 -1 64 4947 0 0 0 111 2 0 0 16 0 13 0 107909972 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15697] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15697/stat : 15697 (java) S 15684 15686 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107909972 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15698] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15698/stat : 15698 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107909972 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15699] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15699/stat : 15699 (java) S 15684 15686 8416 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 107910080 1837817856 45829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 1794744

[startup+12.7026 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15699
/proc/meminfo: memFree=1502088/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1794744 CPUtime=14.11
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 63241 0 1 0 1374 37 0 0 18 0 13 0 107909963 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 448686 57566 1333 9 0 446298 0
[pid=15686/tid=15688] ppid=15684 vsize=1794744 CPUtime=11.64
/proc/15686/task/15688/stat : 15688 (java) R 15684 15686 8416 0 -1 64 37708 0 1 0 1145 19 0 0 24 0 13 0 107909964 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109813172 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15689] ppid=15684 vsize=1794744 CPUtime=0.22
/proc/15686/task/15689/stat : 15689 (java) S 15684 15686 8416 0 -1 64 9652 0 0 0 18 4 0 0 16 0 13 0 107909966 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15690] ppid=15684 vsize=1794744 CPUtime=0.23
/proc/15686/task/15690/stat : 15690 (java) S 15684 15686 8416 0 -1 64 7641 0 0 0 20 3 0 0 16 0 13 0 107909966 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15691] ppid=15684 vsize=1794744 CPUtime=0.08
/proc/15686/task/15691/stat : 15691 (java) S 15684 15686 8416 0 -1 64 9 0 0 0 3 5 0 0 16 0 13 0 107909968 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15692] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15692/stat : 15692 (java) S 15684 15686 8416 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107909969 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15693] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15693/stat : 15693 (java) S 15684 15686 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107909969 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15694] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15694/stat : 15694 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107909972 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15695] ppid=15684 vsize=1794744 CPUtime=0.75
/proc/15686/task/15695/stat : 15695 (java) S 15684 15686 8416 0 -1 64 2560 0 0 0 74 1 0 0 17 0 13 0 107909972 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15696] ppid=15684 vsize=1794744 CPUtime=1.13
/proc/15686/task/15696/stat : 15696 (java) S 15684 15686 8416 0 -1 64 4947 0 0 0 111 2 0 0 16 0 13 0 107909972 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15697] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15697/stat : 15697 (java) S 15684 15686 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107909972 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15698] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15698/stat : 15698 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107909972 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15699] ppid=15684 vsize=1794744 CPUtime=0
/proc/15686/task/15699/stat : 15699 (java) S 15684 15686 8416 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 107910080 1837817856 57566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 1794744

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15699
/proc/meminfo: memFree=1482824/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1794744 CPUtime=27.14
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 69789 0 1 0 2674 40 0 0 18 0 13 0 107909963 1837817856 62409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 448686 62409 1333 9 0 446298 0
[pid=15686/tid=15688] ppid=15684 vsize=1794744 CPUtime=24.2
/proc/15686/task/15688/stat : 15688 (java) R 15684 15686 8416 0 -1 64 37710 0 1 0 2401 19 0 0 25 0 13 0 107909964 1837817856 62409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109812907 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15689] ppid=15684 vsize=1794744 CPUtime=0.46
/proc/15686/task/15689/stat : 15689 (java) S 15684 15686 8416 0 -1 64 12789 0 0 0 40 6 0 0 17 0 13 0 107909966 1837817856 62409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15690] ppid=15684 vsize=1794744 CPUtime=0.46
/proc/15686/task/15690/stat : 15690 (java) S 15684 15686 8416 0 -1 64 11050 0 0 0 42 4 0 0 16 0 13 0 107909966 1837817856 62409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15691] ppid=15684 vsize=1794744 CPUtime=0.08
/proc/15686/task/15691/stat : 15691 (java) S 15684 15686 8416 0 -1 64 9 0 0 0 3 5 0 0 16 0 13 0 107909968 1837817856 62409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=15686/tid=15698] ppid=15684 vsize=1793780 CPUtime=0
/proc/15686/task/15698/stat : 15698 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107909972 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15701] ppid=15684 vsize=1793780 CPUtime=0
/proc/15686/task/15701/stat : 15701 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 108002713 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.25
Current children cumulated vsize (KiB) 1793780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15703
/proc/meminfo: memFree=96376/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1793780 CPUtime=1800.05
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 477442 0 1 0 179761 244 0 0 18 0 13 0 107909963 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15686/statm: 448445 408138 1336 9 0 446057 0
[pid=15686/tid=15688] ppid=15684 vsize=1793780 CPUtime=1769.29
/proc/15686/task/15688/stat : 15688 (java) R 15684 15686 8416 0 -1 64 37829 0 1 0 176896 33 0 0 25 0 13 0 107909964 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109915926 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15689] ppid=15684 vsize=1793780 CPUtime=14.21
/proc/15686/task/15689/stat : 15689 (java) S 15684 15686 8416 0 -1 64 206767 0 0 0 1327 94 0 0 16 0 13 0 107909966 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15690] ppid=15684 vsize=1793780 CPUtime=14.32
/proc/15686/task/15690/stat : 15690 (java) S 15684 15686 8416 0 -1 64 224543 0 0 0 1328 104 0 0 17 0 13 0 107909966 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15691] ppid=15684 vsize=1793780 CPUtime=0.11
/proc/15686/task/15691/stat : 15691 (java) S 15684 15686 8416 0 -1 64 57 0 0 0 4 7 0 0 16 0 13 0 107909968 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15692] ppid=15684 vsize=1793780 CPUtime=0
/proc/15686/task/15692/stat : 15692 (java) S 15684 15686 8416 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107909969 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15693] ppid=15684 vsize=1793780 CPUtime=0
/proc/15686/task/15693/stat : 15693 (java) S 15684 15686 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107909969 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15694] ppid=15684 vsize=1793780 CPUtime=0
/proc/15686/task/15694/stat : 15694 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107909972 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15695] ppid=15684 vsize=1793780 CPUtime=0.86
/proc/15686/task/15695/stat : 15695 (java) S 15684 15686 8416 0 -1 64 2567 0 0 0 85 1 0 0 17 0 13 0 107909972 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15696] ppid=15684 vsize=1793780 CPUtime=1.22
/proc/15686/task/15696/stat : 15696 (java) S 15684 15686 8416 0 -1 64 4952 0 0 0 120 2 0 0 17 0 13 0 107909972 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15697] ppid=15684 vsize=1793780 CPUtime=0
/proc/15686/task/15697/stat : 15697 (java) S 15684 15686 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107909972 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15698] ppid=15684 vsize=1793780 CPUtime=0
/proc/15686/task/15698/stat : 15698 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107909972 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15701] ppid=15684 vsize=1793780 CPUtime=0
/proc/15686/task/15701/stat : 15701 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 108002713 1836830720 408138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1793780

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+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 15706
/proc/meminfo: memFree=86944/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1794428 CPUtime=1800.63
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 480081 0 1 0 179817 246 0 0 16 0 15 0 107909963 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15686/statm: 448607 410528 1337 9 0 446219 0
[pid=15686/tid=15688] ppid=15684 vsize=1794428 CPUtime=1769.3
/proc/15686/task/15688/stat : 15688 (java) S 15684 15686 8416 0 -1 64 37829 0 1 0 176897 33 0 0 25 0 15 0 107909964 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15689] ppid=15684 vsize=1794428 CPUtime=14.38
/proc/15686/task/15689/stat : 15689 (java) S 15684 15686 8416 0 -1 64 207569 0 0 0 1344 94 0 0 16 0 15 0 107909966 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15690] ppid=15684 vsize=1794428 CPUtime=14.5
/proc/15686/task/15690/stat : 15690 (java) S 15684 15686 8416 0 -1 64 226363 0 0 0 1344 106 0 0 16 0 15 0 107909966 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15691] ppid=15684 vsize=1794428 CPUtime=0.31
/proc/15686/task/15691/stat : 15691 (java) R 15684 15686 8416 0 -1 64 58 0 0 0 24 7 0 0 16 0 15 0 107909968 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904115 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15692] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15692/stat : 15692 (java) S 15684 15686 8416 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 107909969 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15693] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15693/stat : 15693 (java) S 15684 15686 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 107909969 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15694] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15694/stat : 15694 (java) S 15684 15686 8416 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 107909972 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15695] ppid=15684 vsize=1794428 CPUtime=0.86
/proc/15686/task/15695/stat : 15695 (java) S 15684 15686 8416 0 -1 64 2567 0 0 0 85 1 0 0 17 0 15 0 107909972 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15696] ppid=15684 vsize=1794428 CPUtime=1.22
/proc/15686/task/15696/stat : 15696 (java) S 15684 15686 8416 0 -1 64 4952 0 0 0 120 2 0 0 17 0 15 0 107909972 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15697] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15697/stat : 15697 (java) S 15684 15686 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 15 0 107909972 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15698] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15698/stat : 15698 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 107909972 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15701] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15701/stat : 15701 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 17 0 15 0 108002713 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15705] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15705/stat : 15705 (java) S 15684 15686 8416 0 -1 64 8 0 0 0 0 0 0 0 19 0 15 0 108088475 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15706] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15706/stat : 15706 (java) S 15684 15686 8416 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 108088475 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 1794428

[startup+1786.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 15706
/proc/meminfo: memFree=86944/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1794428 CPUtime=1801.43
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 480081 0 1 0 179897 246 0 0 16 0 15 0 107909963 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15686/statm: 448607 410528 1337 9 0 446219 0
[pid=15686/tid=15688] ppid=15684 vsize=1794428 CPUtime=1769.3
/proc/15686/task/15688/stat : 15688 (java) S 15684 15686 8416 0 -1 64 37829 0 1 0 176897 33 0 0 25 0 15 0 107909964 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15689] ppid=15684 vsize=1794428 CPUtime=14.38
/proc/15686/task/15689/stat : 15689 (java) S 15684 15686 8416 0 -1 64 207569 0 0 0 1344 94 0 0 16 0 15 0 107909966 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15690] ppid=15684 vsize=1794428 CPUtime=14.5
/proc/15686/task/15690/stat : 15690 (java) S 15684 15686 8416 0 -1 64 226363 0 0 0 1344 106 0 0 16 0 15 0 107909966 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15691] ppid=15684 vsize=1794428 CPUtime=1.11
/proc/15686/task/15691/stat : 15691 (java) R 15684 15686 8416 0 -1 64 58 0 0 0 104 7 0 0 17 0 15 0 107909968 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105333214 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15692] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15692/stat : 15692 (java) S 15684 15686 8416 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 107909969 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15693] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15693/stat : 15693 (java) S 15684 15686 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 107909969 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15694] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15694/stat : 15694 (java) S 15684 15686 8416 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 107909972 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15695] ppid=15684 vsize=1794428 CPUtime=0.86
/proc/15686/task/15695/stat : 15695 (java) S 15684 15686 8416 0 -1 64 2567 0 0 0 85 1 0 0 17 0 15 0 107909972 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15696] ppid=15684 vsize=1794428 CPUtime=1.22
/proc/15686/task/15696/stat : 15696 (java) S 15684 15686 8416 0 -1 64 4952 0 0 0 120 2 0 0 17 0 15 0 107909972 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15697] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15697/stat : 15697 (java) S 15684 15686 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 15 0 107909972 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15698] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15698/stat : 15698 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 107909972 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15701] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15701/stat : 15701 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 17 0 15 0 108002713 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15705] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15705/stat : 15705 (java) S 15684 15686 8416 0 -1 64 8 0 0 0 0 0 0 0 19 0 15 0 108088475 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15706] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15706/stat : 15706 (java) S 15684 15686 8416 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 108088475 1837494272 410528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 1794428

[startup+1787.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 15706
/proc/meminfo: memFree=86944/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=1794428 CPUtime=1802.23
/proc/15686/stat : 15686 (java) S 15684 15686 8416 0 -1 0 480082 0 1 0 179974 249 0 0 16 0 15 0 107909963 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15686/statm: 448607 389025 38782 9 0 446219 0
[pid=15686/tid=15688] ppid=15684 vsize=1794428 CPUtime=1769.3
/proc/15686/task/15688/stat : 15688 (java) S 15684 15686 8416 0 -1 64 37829 0 1 0 176897 33 0 0 25 0 15 0 107909964 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15689] ppid=15684 vsize=1794428 CPUtime=14.38
/proc/15686/task/15689/stat : 15689 (java) S 15684 15686 8416 0 -1 64 207569 0 0 0 1344 94 0 0 16 0 15 0 107909966 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15690] ppid=15684 vsize=1794428 CPUtime=14.5
/proc/15686/task/15690/stat : 15690 (java) S 15684 15686 8416 0 -1 64 226363 0 0 0 1344 106 0 0 16 0 15 0 107909966 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15691] ppid=15684 vsize=1794428 CPUtime=1.91
/proc/15686/task/15691/stat : 15691 (java) R 15684 15686 8416 0 -1 64 59 0 0 0 181 10 0 0 18 0 15 0 107909968 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15692] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15692/stat : 15692 (java) S 15684 15686 8416 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 107909969 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15693] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15693/stat : 15693 (java) S 15684 15686 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 107909969 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15694] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15694/stat : 15694 (java) S 15684 15686 8416 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 107909972 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15695] ppid=15684 vsize=1794428 CPUtime=0.86
/proc/15686/task/15695/stat : 15695 (java) S 15684 15686 8416 0 -1 64 2567 0 0 0 85 1 0 0 17 0 15 0 107909972 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15696] ppid=15684 vsize=1794428 CPUtime=1.22
/proc/15686/task/15696/stat : 15696 (java) S 15684 15686 8416 0 -1 64 4952 0 0 0 120 2 0 0 17 0 15 0 107909972 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15697] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15697/stat : 15697 (java) S 15684 15686 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 15 0 107909972 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15698] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15698/stat : 15698 (java) D 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 107909972 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15686/tid=15701] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15701/stat : 15701 (java) S 15684 15686 8416 0 -1 64 1 0 0 0 0 0 0 0 17 0 15 0 108002713 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15705] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15705/stat : 15705 (java) S 15684 15686 8416 0 -1 64 8 0 0 0 0 0 0 0 19 0 15 0 108088475 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15686/tid=15706] ppid=15684 vsize=1794428 CPUtime=0
/proc/15686/task/15706/stat : 15706 (java) S 15684 15686 8416 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 108088475 1837494272 389025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.23
Current children cumulated vsize (KiB) 1794428

[startup+1787.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 15706
/proc/meminfo: memFree=86944/2055920 swapFree=4186972/4192956
[pid=15686] ppid=15684 vsize=0 CPUtime=1802.43
/proc/15686/stat : 15686 (java) Z 15684 15686 8416 0 -1 1036 480082 0 1 0 179974 269 0 0 16 0 2 0 107909963 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.43
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1787.32
CPU time (s): 1802.45
CPU user time (s): 1799.74
CPU system time (s): 2.71259
CPU usage (%): 100.847
Max. virtual memory (cumulated for all children) (KiB): 1797192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 2.71259
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480082
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= 37990
involuntary context switches= 41915

runsolver used 1.70174 second user time and 4.84926 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Apr 15 01:19:03 UTC 2007

IDJOB= 348822
IDBENCH= 1755
IDSOLVER= 159
FILE ID= node30/348822-1176599943

PBS_JOBID= 4556996

Free space on /tmp= 66561 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-vpm1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348822-1176599943/sat4jPseudoResolution.jar /tmp/evaluation/348822-1176599943/instance-348822-1176599943.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-348822-1176599943 -o ROOT/results/node30/solver-348822-1176599943 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348822-1176599943/sat4jPseudoResolution.jar /tmp/evaluation/348822-1176599943/instance-348822-1176599943.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7d8a1496a778abf94cc39a37abc46ff3

RANDOM SEED= 13587335

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1728656 kB
Buffers:         31248 kB
Cached:         146000 kB
SwapCached:       2204 kB
Active:          80732 kB
Inactive:       136824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728656 kB
SwapTotal:     4192956 kB
SwapFree:      4186972 kB
Dirty:            3776 kB
Writeback:           0 kB
Mapped:          56936 kB
Slab:            95228 kB
Committed_AS:   218536 kB
PageTables:       1776 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= 66561 MiB

End job on node30 on Sun Apr 15 01:48:50 UTC 2007