Trace number 315249

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla RANDOM? (TO) 1200.05 1200.71

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-6-ipc5-h11-unsat.cnf
MD5SUMe6effc82c71213141cc1dab3b63f32e3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1102.55
Satisfiable
(Un)Satisfiability was proved
Number of variables27142
Number of clauses95880
Sum of the clauses size233558
Maximum clause length31
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 269004
Number of clauses of size 325020
Number of clauses of size 4224
Number of clauses of size 5167
Number of clauses of size over 51401

Solver Data (download as text)

18.00/18.32	c run March_dl for 5 seconds ... 
18.00/18.32	c Bin: Executing march_dl
18.00/18.32	c child exit by a signal
18.00/18.32	c march_dl returned code 137.
18.00/18.32	c run saps (UBCSAT implementation) for 2 seconds ... 
18.00/18.32	c Bin: Executing ubcsat2006
18.00/18.32	c child exited successfully
18.00/18.32	c ubcsat2006 returned code 0.
18.00/18.32	c satzilla computing base features
18.00/18.32	c satzilla doing unit-prop probe
18.00/18.32	c satzilla doing local search probe
18.00/18.32	c satzilla doing lobjois search-space size estimate
18.00/18.32	c satzilla's ranking:
18.00/18.32	c 1) march_dl: -2628.776626
18.00/18.32	c 2) minisat20+P: 204.349643
18.00/18.32	c 3) kcnfs: 327.677051
18.00/18.32	c 4) kcnfs+P: 999.000000
18.00/18.32	c 5) march_dl+P: 999.000000
18.00/18.32	c 6) vallst+P: 999.000000
18.00/18.32	c 7) zchaff_rand+P: 999.000000
18.00/18.32	c 8) vallst: 999.000000
18.00/18.32	c 9) zchaff_rand: 999.000000
18.00/18.32	c 10) minisat20: 999.000000
18.00/18.32	c satzilla running march_dl ... 
1198.82/1199.53	c Bin: Executing march_dl
1198.82/1199.53	c child exit by a signal
1198.82/1199.53	c march_dl returned code 137.
1198.82/1199.53	c march_dl returned code 137.
1198.82/1199.53	c satzilla running minisat20 with preprocessing ... 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-315249-1172651704 -o ROOT/results/node10/solver-315249-1172651704 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315249-1172651704/SATzilla2007_R /tmp/evaluation/315249-1172651704/instance-315249-1172651704.cnf 

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


[startup+0 s]
/proc/loadavg: 0.73 0.96 0.98 3/77 5711
/proc/meminfo: memFree=1657072/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=1440 CPUtime=0
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285125425 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 360 110 95 260 0 84 0
[pid=5712] ppid=5711 vsize=2488 CPUtime=0
/proc/5712/stat : 5712 (march_dl) R 5711 5711 5636 0 -1 4194304 397 0 0 0 0 0 0 0 19 0 1 0 285125425 2547712 392 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5712/statm: 622 396 49 118 0 501 0

[startup+0.0225779 s]
/proc/loadavg: 0.73 0.96 0.98 3/77 5711
/proc/meminfo: memFree=1657072/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=1440 CPUtime=0
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285125425 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 360 110 95 260 0 84 0
[pid=5712] ppid=5711 vsize=3264 CPUtime=0.01
/proc/5712/stat : 5712 (march_dl) R 5711 5711 5636 0 -1 4194304 633 0 0 0 1 0 0 0 19 0 1 0 285125425 3342336 628 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5712/statm: 816 628 50 118 0 695 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4704

[startup+0.101587 s]
/proc/loadavg: 0.73 0.96 0.98 3/77 5711
/proc/meminfo: memFree=1657072/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=1440 CPUtime=0
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285125425 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 360 110 95 260 0 84 0
[pid=5712] ppid=5711 vsize=4320 CPUtime=0.09
/proc/5712/stat : 5712 (march_dl) R 5711 5711 5636 0 -1 4194304 942 0 0 0 9 0 0 0 19 0 1 0 285125425 4423680 937 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5712/statm: 1080 937 50 118 0 959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5760

[startup+0.301615 s]
/proc/loadavg: 0.73 0.96 0.98 3/77 5711
/proc/meminfo: memFree=1657072/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=1440 CPUtime=0
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285125425 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 360 110 95 260 0 84 0
[pid=5712] ppid=5711 vsize=8692 CPUtime=0.29
/proc/5712/stat : 5712 (march_dl) R 5711 5711 5636 0 -1 4194304 3292 0 0 0 28 1 0 0 21 0 1 0 285125425 8900608 1683 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134542209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5712/statm: 2173 1683 55 118 0 2052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10132

[startup+0.701668 s]
/proc/loadavg: 0.73 0.96 0.98 3/77 5711
/proc/meminfo: memFree=1657072/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=1440 CPUtime=0
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285125425 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 360 110 95 260 0 84 0
[pid=5712] ppid=5711 vsize=16672 CPUtime=0.69
/proc/5712/stat : 5712 (march_dl) R 5711 5711 5636 0 -1 4194304 9573 0 0 0 65 4 0 0 24 0 1 0 285125425 17072128 3448 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5712/statm: 4168 3448 63 118 0 4047 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18112

[startup+1.50178 s]
/proc/loadavg: 0.73 0.96 0.98 2/79 5713
/proc/meminfo: memFree=1637920/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=1440 CPUtime=0
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285125425 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 360 110 95 260 0 84 0
[pid=5712] ppid=5711 vsize=22936 CPUtime=1.49
/proc/5712/stat : 5712 (march_dl) R 5711 5711 5636 0 -1 4194304 11403 0 0 0 144 5 0 0 25 0 1 0 285125425 23486464 5168 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134560107 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5712/statm: 5734 5168 65 118 0 5613 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24376

[startup+3.103 s]
/proc/loadavg: 0.75 0.96 0.98 2/79 5713
/proc/meminfo: memFree=1635232/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=1440 CPUtime=0
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285125425 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 360 110 95 260 0 84 0
[pid=5712] ppid=5711 vsize=25980 CPUtime=3.09
/proc/5712/stat : 5712 (march_dl) R 5711 5711 5636 0 -1 4194304 12176 0 0 0 304 5 0 0 25 0 1 0 285125425 26603520 5941 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134560366 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5712/statm: 6495 5941 65 118 0 6374 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27420

[startup+6.30143 s]
/proc/loadavg: 0.75 0.96 0.98 2/79 5714
/proc/meminfo: memFree=1649128/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=1440 CPUtime=5
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 135 12634 0 0 0 0 494 6 17 0 1 0 285125425 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5711/statm: 360 111 96 260 0 84 0
[pid=5714] ppid=5711 vsize=10288 CPUtime=1.02
/proc/5714/stat : 5714 (ubcsat2006) R 5711 5711 5636 0 -1 4194304 1730 0 13 0 102 0 0 0 25 0 1 0 285125931 10534912 1726 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5714/statm: 2572 1726 156 64 0 2153 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 11728

[startup+12.7013 s]
/proc/loadavg: 0.79 0.96 0.98 3/78 5714
/proc/meminfo: memFree=1649712/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7204 CPUtime=12.4
/proc/5711/stat : 5711 (SATzilla2007_R) R 5709 5711 5636 0 -1 4194304 3260 14371 0 13 526 2 704 8 25 0 1 0 285125425 7376896 1559 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134542246 0 0 4096 0 0 0 0 17 1 0 0
/proc/5711/statm: 1801 1559 124 260 0 1525 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 7204

[startup+25.5011 s]
/proc/loadavg: 0.82 0.96 0.98 2/79 5715
/proc/meminfo: memFree=1623464/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=54824 CPUtime=7.15
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 20002 0 0 0 707 8 0 0 25 0 1 0 285127257 56139776 13251 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 13706 13252 65 118 0 13585 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 62544

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.98 2/79 5715
/proc/meminfo: memFree=1579560/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=83328 CPUtime=32.75
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33029 0 0 0 3253 22 0 0 25 0 1 0 285127257 85327872 17519 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527264 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 20832 17519 75 118 0 20711 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 91048

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.98 2/79 5715
/proc/meminfo: memFree=1579304/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=83328 CPUtime=83.94
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33029 0 0 0 8372 22 0 0 25 0 1 0 285127257 85327872 17519 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 20832 17519 75 118 0 20711 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 91048

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5715
/proc/meminfo: memFree=1579240/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=83328 CPUtime=143.92
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33029 0 0 0 14369 23 0 0 25 0 1 0 285127257 85327872 17519 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 20832 17519 75 118 0 20711 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 91048

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5715
/proc/meminfo: memFree=1578472/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=84128 CPUtime=203.9
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33216 0 0 0 20366 24 0 0 25 0 1 0 285127257 86147072 17706 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21032 17706 75 118 0 20911 0
Current children cumulated CPU time (s) 221.93
Current children cumulated vsize (KiB) 91848

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5715
/proc/meminfo: memFree=1577896/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=84656 CPUtime=263.88
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33332 0 0 0 26364 24 0 0 25 0 1 0 285127257 86687744 17822 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21164 17822 75 118 0 21043 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 92376

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5715
/proc/meminfo: memFree=1577640/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=84800 CPUtime=323.85
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33383 0 0 0 32361 24 0 0 25 0 1 0 285127257 86835200 17873 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21200 17873 75 118 0 21079 0
Current children cumulated CPU time (s) 341.88
Current children cumulated vsize (KiB) 92520


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

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1576616/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=85596 CPUtime=503.8
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33558 0 0 0 50354 26 0 0 25 0 1 0 285127257 87650304 18048 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21399 18048 75 118 0 21278 0
Current children cumulated CPU time (s) 521.83
Current children cumulated vsize (KiB) 93316

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1576360/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=85860 CPUtime=563.79
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33621 0 0 0 56352 27 0 0 25 0 1 0 285127257 87920640 18111 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528134 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21465 18111 75 118 0 21344 0
Current children cumulated CPU time (s) 581.82
Current children cumulated vsize (KiB) 93580

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1576296/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=85860 CPUtime=623.77
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33639 0 0 0 62350 27 0 0 25 0 1 0 285127257 87920640 18129 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21465 18129 75 118 0 21344 0
Current children cumulated CPU time (s) 641.8
Current children cumulated vsize (KiB) 93580

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1576168/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=85992 CPUtime=683.75
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33654 0 0 0 68347 28 0 0 25 0 1 0 285127257 88055808 18144 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528036 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21498 18144 75 118 0 21377 0
Current children cumulated CPU time (s) 701.78
Current children cumulated vsize (KiB) 93712

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1576168/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=85992 CPUtime=743.73
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33657 0 0 0 74345 28 0 0 25 0 1 0 285127257 88055808 18147 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134588304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21498 18147 75 118 0 21377 0
Current children cumulated CPU time (s) 761.76
Current children cumulated vsize (KiB) 93712

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1576104/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=85992 CPUtime=803.71
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33668 0 0 0 80342 29 0 0 25 0 1 0 285127257 88055808 18158 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21498 18158 75 118 0 21377 0
Current children cumulated CPU time (s) 821.74
Current children cumulated vsize (KiB) 93712

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1575976/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=86128 CPUtime=863.69
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33689 0 0 0 86340 29 0 0 25 0 1 0 285127257 88195072 18179 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21532 18179 75 118 0 21411 0
Current children cumulated CPU time (s) 881.72
Current children cumulated vsize (KiB) 93848

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1575592/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=86528 CPUtime=923.67
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33781 0 0 0 92337 30 0 0 25 0 1 0 285127257 88604672 18271 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21632 18271 75 118 0 21511 0
Current children cumulated CPU time (s) 941.7
Current children cumulated vsize (KiB) 94248

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1575400/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=86660 CPUtime=983.65
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33810 0 0 0 98335 30 0 0 25 0 1 0 285127257 88739840 18300 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21665 18300 75 118 0 21544 0
Current children cumulated CPU time (s) 1001.68
Current children cumulated vsize (KiB) 94380

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1575016/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=86932 CPUtime=1043.63
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33878 0 0 0 104332 31 0 0 25 0 1 0 285127257 89018368 18368 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21733 18368 75 118 0 21612 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 94652

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1574760/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=87064 CPUtime=1103.62
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 33929 0 0 0 110330 32 0 0 25 0 1 0 285127257 89153536 18419 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134552086 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21766 18419 75 118 0 21645 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 94784

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 5717
/proc/meminfo: memFree=1574312/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=7720 CPUtime=18.03
/proc/5711/stat : 5711 (SATzilla2007_R) S 5709 5711 5636 0 -1 4194304 6289 14371 0 13 1085 6 704 8 25 0 1 0 285125425 7905280 1698 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5711/statm: 1930 1698 157 260 0 1654 0
[pid=5715] ppid=5711 vsize=87464 CPUtime=1163.59
/proc/5715/stat : 5715 (march_dl) R 5711 5711 5636 0 -1 4194304 34020 0 0 0 116327 32 0 0 25 0 1 0 285127257 89563136 18510 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5715/statm: 21866 18510 75 118 0 21745 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 95184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 5717
/proc/meminfo: memFree=1627568/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=63588 CPUtime=1200.03
/proc/5711/stat : 5711 (SATzilla2007_R) R 5709 5711 5636 0 -1 4194304 11570 48398 0 13 1199 8 118754 42 25 0 1 0 285125425 65114112 6839 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134596560 0 0 4096 0 0 0 0 17 1 0 0
/proc/5711/statm: 15897 6839 163 260 0 15621 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 63588

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 5717
/proc/meminfo: memFree=1627568/2055920 swapFree=4168736/4192956
[pid=5711] ppid=5709 vsize=63588 CPUtime=1200.03
/proc/5711/stat : 5711 (SATzilla2007_R) R 5709 5711 5636 0 -1 4194304 11570 48398 0 13 1199 8 118754 42 25 0 1 0 285125425 65114112 6839 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134596560 0 0 4096 0 0 0 0 17 1 0 0
/proc/5711/statm: 15897 6839 163 260 0 15621 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 63588

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.05
CPU user time (s): 1199.54
CPU system time (s): 0.512922
CPU usage (%): 99.9449
Max. virtual memory (cumulated for all children) (KiB): 95184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.54
system time used= 0.512922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59969
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49
involuntary context switches= 2141

runsolver used 1.27581 second user time and 3.10153 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Wed Feb 28 08:35:04 UTC 2007

IDJOB= 315249
IDBENCH= 20411
IDSOLVER= 134
FILE ID= node10/315249-1172651704

PBS_JOBID= 3980952

Free space on /tmp= 66501 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacias/hard/sortnet-6-ipc5-h11-unsat.cnf
COMMAND LINE= /tmp/evaluation/315249-1172651704/SATzilla2007_R /tmp/evaluation/315249-1172651704/instance-315249-1172651704.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-315249-1172651704 -o ROOT/results/node10/solver-315249-1172651704 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315249-1172651704/SATzilla2007_R /tmp/evaluation/315249-1172651704/instance-315249-1172651704.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  e6effc82c71213141cc1dab3b63f32e3

RANDOM SEED= 716988388

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1657480 kB
Buffers:         17288 kB
Cached:         306088 kB
SwapCached:       2684 kB
Active:          68844 kB
Inactive:       277168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657480 kB
SwapTotal:     4192956 kB
SwapFree:      4168736 kB
Dirty:           10048 kB
Writeback:           0 kB
Mapped:          29960 kB
Slab:            37860 kB
Committed_AS:  1429132 kB
PageTables:       1832 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= 66501 MiB

End job on node10 on Wed Feb 28 08:55:07 UTC 2007