Trace number 366535

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.68 1790.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-fout.r.opb
MD5SUM40b50d0e4bc3f1ba5675c1e65f55a1d7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark0.036994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved YES
Number of variables431
Total number of constraints177
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint26
Number of terms in the objective function 431
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 431
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 431
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.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.08/0.18	--- Begin Solver configuration ---
0.08/0.18	c Stops conflict analysis at the first Unique Implication Point
0.08/0.18	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.18	c Learn all clauses as in MiniSAT
0.08/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.18	c No reason simplification
0.08/0.18	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/366535-1177062588/instance-366535-1177062588.opb
0.08/0.19	c reading problem ... 
0.35/0.37	c ... done. Wall clock time 0.18s.
0.35/0.37	c CPU time (experimental) 0.32s.
0.35/0.37	c #vars     431
0.35/0.37	c #constraints  177
0.52/0.41	c SATISFIABLE
0.52/0.41	c OPTIMIZING...
0.52/0.41	c Got one! Elapsed wall clock time (in seconds):0.223
0.52/0.41	o 51
0.68/0.54	c Got one! Elapsed wall clock time (in seconds):0.35
0.68/0.54	o 50

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/node4/watcher-366535-1177062588 -o ROOT/results/node4/solver-366535-1177062588 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366535-1177062588/sat4jPseudoResolution.jar /tmp/evaluation/366535-1177062588/instance-366535-1177062588.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.00 3/77 31492
/proc/meminfo: memFree=1675928/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1800 CPUtime=0
/proc/31492/stat : 31492 (java) R 31490 31492 30522 0 -1 0 168 0 0 0 0 0 0 0 18 0 1 0 182296563 1843200 140 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10960096 0 0 4096 0 0 0 0 17 1 0 0
/proc/31492/statm: 450 143 106 9 0 92 0

[startup+0.0591629 s]
/proc/loadavg: 1.00 1.03 1.00 3/77 31492
/proc/meminfo: memFree=1675928/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1777708 CPUtime=0.04
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 3612 0 1 0 2 2 0 0 18 0 7 0 182296563 1820372992 3354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/31492/statm: 444427 3354 1070 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101169 s]
/proc/loadavg: 1.00 1.03 1.00 3/77 31492
/proc/meminfo: memFree=1675928/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1780108 CPUtime=0.08
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 182296563 1822830592 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31492/statm: 445027 3720 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301189 s]
/proc/loadavg: 1.00 1.03 1.00 3/77 31492
/proc/meminfo: memFree=1675928/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1781944 CPUtime=0.35
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 5086 0 1 0 32 3 0 0 18 0 12 0 182296563 1824710656 4821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31492/statm: 445486 4821 1266 9 0 443098 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1781944

[startup+0.701223 s]
/proc/loadavg: 1.00 1.03 1.00 3/77 31492
/proc/meminfo: memFree=1675928/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1784292 CPUtime=0.98
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 6509 0 1 0 94 4 0 0 18 0 13 0 182296563 1827115008 5864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31492/statm: 446073 5864 1309 9 0 443685 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1784292

[startup+1.5023 s]
/proc/loadavg: 1.08 1.04 1.01 3/90 31507
/proc/meminfo: memFree=1656624/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1784292 CPUtime=1.9
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 7157 0 1 0 185 5 0 0 18 0 13 0 182296563 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31492/statm: 446073 6511 1311 9 0 443685 0
[pid=31492/tid=31494] ppid=31490 vsize=1784292 CPUtime=1.28
/proc/31492/task/31494/stat : 31494 (java) R 31490 31492 30522 0 -1 64 5138 0 1 0 125 3 0 0 20 0 13 0 182296565 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109562252 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31495] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31495/stat : 31495 (java) S 31490 31492 30522 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 182296566 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31496] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31496/stat : 31496 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 182296566 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31497] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31497/stat : 31497 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 182296568 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31498] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31498/stat : 31498 (java) S 31490 31492 30522 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 182296569 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31499] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31499/stat : 31499 (java) S 31490 31492 30522 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 182296569 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31500] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31500/stat : 31500 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182296573 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31501] ppid=31490 vsize=1784292 CPUtime=0.29
/proc/31492/task/31501/stat : 31501 (java) S 31490 31492 30522 0 -1 64 688 0 0 0 29 0 0 0 16 0 13 0 182296573 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31502] ppid=31490 vsize=1784292 CPUtime=0.29
/proc/31492/task/31502/stat : 31502 (java) S 31490 31492 30522 0 -1 64 605 0 0 0 29 0 0 0 16 0 13 0 182296573 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31503] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31503/stat : 31503 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182296573 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31504] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31504/stat : 31504 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182296573 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31507] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31507/stat : 31507 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 182296620 1827115008 6511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1784292

[startup+3.10245 s]
/proc/loadavg: 1.08 1.04 1.01 2/90 31507
/proc/meminfo: memFree=1652464/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1784292 CPUtime=3.5
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 8449 0 1 0 345 5 0 0 18 0 13 0 182296563 1827115008 7802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31492/statm: 446073 7802 1311 9 0 443685 0
[pid=31492/tid=31494] ppid=31490 vsize=1784292 CPUtime=2.86
/proc/31492/task/31494/stat : 31494 (java) R 31490 31492 30522 0 -1 64 6428 0 1 0 282 4 0 0 25 0 13 0 182296565 1827115008 7802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109534966 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31495] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31495/stat : 31495 (java) S 31490 31492 30522 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 182296566 1827115008 7802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31496] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31496/stat : 31496 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 182296566 1827115008 7802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31497] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31497/stat : 31497 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 182296568 1827115008 7802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31498] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31498/stat : 31498 (java) S 31490 31492 30522 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 182296569 1827115008 7802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31499] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31499/stat : 31499 (java) S 31490 31492 30522 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 182296569 1827115008 7802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31500] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31500/stat : 31500 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182296573 1827115008 7803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31501] ppid=31490 vsize=1784292 CPUtime=0.31
/proc/31492/task/31501/stat : 31501 (java) S 31490 31492 30522 0 -1 64 689 0 0 0 31 0 0 0 16 0 13 0 182296573 1827115008 7803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31502] ppid=31490 vsize=1784292 CPUtime=0.31
/proc/31492/task/31502/stat : 31502 (java) S 31490 31492 30522 0 -1 64 606 0 0 0 31 0 0 0 16 0 13 0 182296573 1827115008 7803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31503] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31503/stat : 31503 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182296573 1827115008 7803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31504] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31504/stat : 31504 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182296573 1827115008 7803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31507] ppid=31490 vsize=1784292 CPUtime=0
/proc/31492/task/31507/stat : 31507 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 182296620 1827115008 7803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 1784292

[startup+6.30175 s]
/proc/loadavg: 1.08 1.04 1.01 2/90 31507
/proc/meminfo: memFree=1642096/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1784132 CPUtime=6.7
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 10947 0 1 0 664 6 0 0 18 0 13 0 182296563 1826951168 10247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31492/statm: 446033 10247 1311 9 0 443645 0
[pid=31492/tid=31494] ppid=31490 vsize=1784132 CPUtime=6.05
/proc/31492/task/31494/stat : 31494 (java) R 31490 31492 30522 0 -1 64 8925 0 1 0 600 5 0 0 25 0 13 0 182296565 1826951168 10247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548828 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31495] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31495/stat : 31495 (java) S 31490 31492 30522 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 182296566 1826951168 10247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31496] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31496/stat : 31496 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 182296566 1826951168 10247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31497] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31497/stat : 31497 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 182296568 1826951168 10247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31498] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31498/stat : 31498 (java) S 31490 31492 30522 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 182296569 1826951168 10247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31499] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31499/stat : 31499 (java) S 31490 31492 30522 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 182296569 1826951168 10247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31500] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31500/stat : 31500 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182296573 1826951168 10248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31501] ppid=31490 vsize=1784132 CPUtime=0.32
/proc/31492/task/31501/stat : 31501 (java) S 31490 31492 30522 0 -1 64 690 0 0 0 32 0 0 0 17 0 13 0 182296573 1826951168 10248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31502] ppid=31490 vsize=1784132 CPUtime=0.31
/proc/31492/task/31502/stat : 31502 (java) S 31490 31492 30522 0 -1 64 606 0 0 0 31 0 0 0 16 0 13 0 182296573 1826951168 10248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31503] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31503/stat : 31503 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182296573 1826951168 10248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31504] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31504/stat : 31504 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182296573 1826951168 10248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31507] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31507/stat : 31507 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 182296620 1826951168 10248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 1784132

[startup+12.7024 s]
/proc/loadavg: 1.07 1.04 1.00 2/90 31507
/proc/meminfo: memFree=1621808/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1784132 CPUtime=13.12
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 15805 0 1 0 1303 9 0 0 18 0 13 0 182296563 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31492/statm: 446033 15105 1311 9 0 443645 0
[pid=31492/tid=31494] ppid=31490 vsize=1784132 CPUtime=12.44
/proc/31492/task/31494/stat : 31494 (java) R 31490 31492 30522 0 -1 64 13783 0 1 0 1237 7 0 0 25 0 13 0 182296565 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109535152 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31495] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31495/stat : 31495 (java) S 31490 31492 30522 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 182296566 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31496] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31496/stat : 31496 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 182296566 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31497] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31497/stat : 31497 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 182296568 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31498] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31498/stat : 31498 (java) S 31490 31492 30522 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 182296569 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31499] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31499/stat : 31499 (java) S 31490 31492 30522 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 182296569 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31500] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31500/stat : 31500 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182296573 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31501] ppid=31490 vsize=1784132 CPUtime=0.33
/proc/31492/task/31501/stat : 31501 (java) S 31490 31492 30522 0 -1 64 690 0 0 0 33 0 0 0 16 0 13 0 182296573 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31502] ppid=31490 vsize=1784132 CPUtime=0.32
/proc/31492/task/31502/stat : 31502 (java) S 31490 31492 30522 0 -1 64 606 0 0 0 32 0 0 0 16 0 13 0 182296573 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31503] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31503/stat : 31503 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182296573 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31504] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31504/stat : 31504 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182296573 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31507] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31507/stat : 31507 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 182296620 1826951168 15105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 1784132

[startup+25.5016 s]
/proc/loadavg: 1.06 1.04 1.00 2/90 31507
/proc/meminfo: memFree=1583024/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1784132 CPUtime=25.91
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 25212 0 1 0 2577 14 0 0 18 0 13 0 182296563 1826951168 24512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31492/statm: 446033 24512 1311 9 0 443645 0
[pid=31492/tid=31494] ppid=31490 vsize=1784132 CPUtime=25.23
/proc/31492/task/31494/stat : 31494 (java) R 31490 31492 30522 0 -1 64 23190 0 1 0 2511 12 0 0 25 0 13 0 182296565 1826951168 24512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109524605 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31495] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31495/stat : 31495 (java) S 31490 31492 30522 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 182296566 1826951168 24512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31496] ppid=31490 vsize=1784132 CPUtime=0
/proc/31492/task/31496/stat : 31496 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 182296566 1826951168 24512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31492/tid=31501] ppid=31490 vsize=1804620 CPUtime=0.4
/proc/31492/task/31501/stat : 31501 (java) S 31490 31492 30522 0 -1 64 703 0 0 0 40 0 0 0 16 0 13 0 182296573 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31502] ppid=31490 vsize=1804620 CPUtime=0.37
/proc/31492/task/31502/stat : 31502 (java) S 31490 31492 30522 0 -1 64 612 0 0 0 37 0 0 0 16 0 13 0 182296573 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31503] ppid=31490 vsize=1804620 CPUtime=0
/proc/31492/task/31503/stat : 31503 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182296573 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31504] ppid=31490 vsize=1804620 CPUtime=0
/proc/31492/task/31504/stat : 31504 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182296573 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31507] ppid=31490 vsize=1804620 CPUtime=0
/proc/31492/task/31507/stat : 31507 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 182296620 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1794.14
Current children cumulated vsize (KiB) 1804620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.2 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 31705
/proc/meminfo: memFree=137904/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1804620 CPUtime=1800.04
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 479053 0 3 0 179772 232 0 0 18 0 13 0 182296563 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31492/statm: 451155 384734 1329 9 0 448767 0
[pid=31492/tid=31494] ppid=31490 vsize=1804620 CPUtime=1768.82
/proc/31492/task/31494/stat : 31494 (java) R 31490 31492 30522 0 -1 64 37749 0 1 0 176848 34 0 0 25 0 13 0 182296565 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109701937 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31495] ppid=31490 vsize=1804620 CPUtime=12.47
/proc/31492/task/31495/stat : 31495 (java) S 31490 31492 30522 0 -1 64 205792 0 0 0 1156 91 0 0 16 0 13 0 182296566 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31496] ppid=31490 vsize=1804620 CPUtime=12.11
/proc/31492/task/31496/stat : 31496 (java) S 31490 31492 30522 0 -1 64 217710 0 0 0 1112 99 0 0 18 0 13 0 182296566 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31497] ppid=31490 vsize=1804620 CPUtime=5.81
/proc/31492/task/31497/stat : 31497 (java) S 31490 31492 30522 0 -1 64 15764 0 2 0 575 6 0 0 16 0 13 0 182296568 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31498] ppid=31490 vsize=1804620 CPUtime=0
/proc/31492/task/31498/stat : 31498 (java) S 31490 31492 30522 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 182296569 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31499] ppid=31490 vsize=1804620 CPUtime=0
/proc/31492/task/31499/stat : 31499 (java) S 31490 31492 30522 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 182296569 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31500] ppid=31490 vsize=1804620 CPUtime=0
/proc/31492/task/31500/stat : 31500 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 182296573 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31501] ppid=31490 vsize=1804620 CPUtime=0.4
/proc/31492/task/31501/stat : 31501 (java) S 31490 31492 30522 0 -1 64 703 0 0 0 40 0 0 0 16 0 13 0 182296573 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31502] ppid=31490 vsize=1804620 CPUtime=0.37
/proc/31492/task/31502/stat : 31502 (java) S 31490 31492 30522 0 -1 64 612 0 0 0 37 0 0 0 16 0 13 0 182296573 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31503] ppid=31490 vsize=1804620 CPUtime=0
/proc/31492/task/31503/stat : 31503 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 182296573 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31504] ppid=31490 vsize=1804620 CPUtime=0
/proc/31492/task/31504/stat : 31504 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182296573 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31507] ppid=31490 vsize=1804620 CPUtime=0
/proc/31492/task/31507/stat : 31507 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 182296620 1847930880 384734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1804620

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+1788.61 s]
/proc/loadavg: 1.01 1.01 1.00 3/92 31707
/proc/meminfo: memFree=132064/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1804944 CPUtime=1800.82
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 486452 0 3 0 179846 236 0 0 16 0 14 0 182296563 1848262656 391910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31492/statm: 451236 391921 1329 9 0 448848 0
[pid=31492/tid=31494] ppid=31490 vsize=1804944 CPUtime=1768.83
/proc/31492/task/31494/stat : 31494 (java) S 31490 31492 30522 0 -1 64 37749 0 1 0 176849 34 0 0 25 0 14 0 182296565 1848262656 391927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31495] ppid=31490 vsize=1804944 CPUtime=12.86
/proc/31492/task/31495/stat : 31495 (java) R 31490 31492 30522 0 -1 64 209127 0 0 0 1193 93 0 0 20 0 14 0 182296566 1848262656 391936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31496] ppid=31490 vsize=1804944 CPUtime=12.5
/proc/31492/task/31496/stat : 31496 (java) R 31490 31492 30522 0 -1 64 221795 0 0 0 1149 101 0 0 19 0 14 0 182296566 1848262656 391943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31497] ppid=31490 vsize=1804944 CPUtime=5.81
/proc/31492/task/31497/stat : 31497 (java) S 31490 31492 30522 0 -1 64 15764 0 2 0 575 6 0 0 16 0 14 0 182296568 1848262656 391952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31498] ppid=31490 vsize=1804944 CPUtime=0
/proc/31492/task/31498/stat : 31498 (java) S 31490 31492 30522 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 182296569 1848262656 391960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31499] ppid=31490 vsize=1804944 CPUtime=0
/proc/31492/task/31499/stat : 31499 (java) S 31490 31492 30522 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 182296569 1848262656 391968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31500] ppid=31490 vsize=1804944 CPUtime=0
/proc/31492/task/31500/stat : 31500 (java) S 31490 31492 30522 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 182296573 1848262656 391977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31501] ppid=31490 vsize=1804944 CPUtime=0.4
/proc/31492/task/31501/stat : 31501 (java) S 31490 31492 30522 0 -1 64 703 0 0 0 40 0 0 0 16 0 14 0 182296573 1848262656 391984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31502] ppid=31490 vsize=1804944 CPUtime=0.37
/proc/31492/task/31502/stat : 31502 (java) S 31490 31492 30522 0 -1 64 612 0 0 0 37 0 0 0 16 0 14 0 182296573 1848262656 391993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31503] ppid=31490 vsize=1804944 CPUtime=0
/proc/31492/task/31503/stat : 31503 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 25 0 14 0 182296573 1848262656 392002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31504] ppid=31490 vsize=1804944 CPUtime=0
/proc/31492/task/31504/stat : 31504 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 182296573 1848262656 392008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31507] ppid=31490 vsize=1804944 CPUtime=0
/proc/31492/task/31507/stat : 31507 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 182296620 1848262656 392017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31707] ppid=31490 vsize=1804944 CPUtime=0
/proc/31492/task/31707/stat : 31707 (java) S 31490 31492 30522 0 -1 64 7 0 0 0 0 0 0 0 18 0 14 0 182475385 1848262656 392023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (KiB) 1804944

[startup+1789.4 s]
/proc/loadavg: 1.01 1.01 1.00 3/92 31707
/proc/meminfo: memFree=132064/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1808948 CPUtime=1801.64
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 490357 0 3 0 179925 239 0 0 16 0 14 0 182296563 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31492/statm: 452237 395063 1329 9 0 449849 0
[pid=31492/tid=31494] ppid=31490 vsize=1808948 CPUtime=1768.83
/proc/31492/task/31494/stat : 31494 (java) S 31490 31492 30522 0 -1 64 37749 0 1 0 176849 34 0 0 25 0 14 0 182296565 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31495] ppid=31490 vsize=1808948 CPUtime=12.86
/proc/31492/task/31495/stat : 31495 (java) S 31490 31492 30522 0 -1 64 209744 0 0 0 1193 93 0 0 20 0 14 0 182296566 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31496] ppid=31490 vsize=1808948 CPUtime=12.52
/proc/31492/task/31496/stat : 31496 (java) S 31490 31492 30522 0 -1 64 223297 0 0 0 1150 102 0 0 16 0 14 0 182296566 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31497] ppid=31490 vsize=1808948 CPUtime=6.59
/proc/31492/task/31497/stat : 31497 (java) R 31490 31492 30522 0 -1 64 17517 0 2 0 653 6 0 0 17 0 14 0 182296568 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904660 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31498] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31498/stat : 31498 (java) S 31490 31492 30522 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 182296569 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31499] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31499/stat : 31499 (java) S 31490 31492 30522 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 182296569 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31500] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31500/stat : 31500 (java) S 31490 31492 30522 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 182296573 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31501] ppid=31490 vsize=1808948 CPUtime=0.4
/proc/31492/task/31501/stat : 31501 (java) S 31490 31492 30522 0 -1 64 703 0 0 0 40 0 0 0 16 0 14 0 182296573 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31502] ppid=31490 vsize=1808948 CPUtime=0.37
/proc/31492/task/31502/stat : 31502 (java) S 31490 31492 30522 0 -1 64 612 0 0 0 37 0 0 0 16 0 14 0 182296573 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31503] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31503/stat : 31503 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 25 0 14 0 182296573 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31504] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31504/stat : 31504 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 182296573 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31507] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31507/stat : 31507 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 182296620 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31707] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31707/stat : 31707 (java) S 31490 31492 30522 0 -1 64 7 0 0 0 0 0 0 0 18 0 14 0 182475385 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.64
Current children cumulated vsize (KiB) 1808948

[startup+1790.2 s]
/proc/loadavg: 1.01 1.01 1.00 2/92 31707
/proc/meminfo: memFree=96480/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=1808948 CPUtime=1802.43
/proc/31492/stat : 31492 (java) S 31490 31492 30522 0 -1 0 490357 0 3 0 180004 239 0 0 16 0 14 0 182296563 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31492/statm: 452237 395063 1329 9 0 449849 0
[pid=31492/tid=31494] ppid=31490 vsize=1808948 CPUtime=1768.83
/proc/31492/task/31494/stat : 31494 (java) S 31490 31492 30522 0 -1 64 37749 0 1 0 176849 34 0 0 25 0 14 0 182296565 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31495] ppid=31490 vsize=1808948 CPUtime=12.86
/proc/31492/task/31495/stat : 31495 (java) S 31490 31492 30522 0 -1 64 209744 0 0 0 1193 93 0 0 20 0 14 0 182296566 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31496] ppid=31490 vsize=1808948 CPUtime=12.52
/proc/31492/task/31496/stat : 31496 (java) S 31490 31492 30522 0 -1 64 223297 0 0 0 1150 102 0 0 16 0 14 0 182296566 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31497] ppid=31490 vsize=1808948 CPUtime=7.38
/proc/31492/task/31497/stat : 31497 (java) R 31490 31492 30522 0 -1 64 17517 0 2 0 732 6 0 0 18 0 14 0 182296568 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904115 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31498] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31498/stat : 31498 (java) S 31490 31492 30522 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 182296569 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31499] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31499/stat : 31499 (java) S 31490 31492 30522 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 182296569 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31500] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31500/stat : 31500 (java) S 31490 31492 30522 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 182296573 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31501] ppid=31490 vsize=1808948 CPUtime=0.4
/proc/31492/task/31501/stat : 31501 (java) S 31490 31492 30522 0 -1 64 703 0 0 0 40 0 0 0 16 0 14 0 182296573 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31502] ppid=31490 vsize=1808948 CPUtime=0.37
/proc/31492/task/31502/stat : 31502 (java) S 31490 31492 30522 0 -1 64 612 0 0 0 37 0 0 0 16 0 14 0 182296573 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31503] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31503/stat : 31503 (java) S 31490 31492 30522 0 -1 64 2 0 0 0 0 0 0 0 25 0 14 0 182296573 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31504] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31504/stat : 31504 (java) S 31490 31492 30522 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 182296573 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31492/tid=31507] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31507/stat : 31507 (java) S 31490 31492 30522 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 182296620 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31492/tid=31707] ppid=31490 vsize=1808948 CPUtime=0
/proc/31492/task/31707/stat : 31707 (java) S 31490 31492 30522 0 -1 64 7 0 0 0 0 0 0 0 18 0 14 0 182475385 1852362752 395063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.43
Current children cumulated vsize (KiB) 1808948

[startup+1790.4 s]
/proc/loadavg: 1.01 1.01 1.00 2/92 31707
/proc/meminfo: memFree=96480/2055920 swapFree=4153812/4192956
[pid=31492] ppid=31490 vsize=0 CPUtime=1802.63
/proc/31492/stat : 31492 (java) Z 31490 31492 30522 0 -1 1036 490357 0 3 0 180006 257 0 0 16 0 2 0 182296563 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31492/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.63
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1790.45
CPU time (s): 1802.68
CPU user time (s): 1800.07
CPU system time (s): 2.6136
CPU usage (%): 100.683
Max. virtual memory (cumulated for all children) (KiB): 1836624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.07
system time used= 2.6136
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490357
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37163
involuntary context switches= 46935

runsolver used 1.82572 second user time and 4.79027 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Fri Apr 20 09:49:48 UTC 2007

IDJOB= 366535
IDBENCH= 2867
IDSOLVER= 159
FILE ID= node4/366535-1177062588

PBS_JOBID= 4640184

Free space on /tmp= 66471 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-fout.r.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366535-1177062588/sat4jPseudoResolution.jar /tmp/evaluation/366535-1177062588/instance-366535-1177062588.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-366535-1177062588 -o ROOT/results/node4/solver-366535-1177062588 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366535-1177062588/sat4jPseudoResolution.jar /tmp/evaluation/366535-1177062588/instance-366535-1177062588.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  40b50d0e4bc3f1ba5675c1e65f55a1d7

RANDOM SEED= 953898713

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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	: 5931.00
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:       1676400 kB
Buffers:         54472 kB
Cached:         244536 kB
SwapCached:       2368 kB
Active:         158564 kB
Inactive:       164492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676400 kB
SwapTotal:     4192956 kB
SwapFree:      4153812 kB
Dirty:            3624 kB
Writeback:           0 kB
Mapped:          31244 kB
Slab:            41948 kB
Committed_AS:  6163304 kB
PageTables:       1820 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= 66471 MiB

End job on node4 on Fri Apr 20 10:19:39 UTC 2007