Trace number 331198

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.62

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark573.881
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data (download as text)

260.59/260.85	c run March_dl for 5 seconds ... 
260.59/260.85	c Bin: Executing march_dl
260.59/260.85	c child exit by a signal
260.59/260.85	c march_dl returned code 137.
260.59/260.85	c run saps (UBCSAT implementation) for 2 seconds ... 
260.59/260.85	c Bin: Executing ubcsat2006
260.59/260.85	c child exited successfully
260.59/260.85	c ubcsat2006 returned code 0.
260.59/260.85	c satzilla computing base features
260.59/260.85	c satzilla doing unit-prop probe
260.59/260.85	c satzilla doing local search probe
260.59/260.85	c satzilla doing lobjois search-space size estimate
260.59/260.85	c satzilla's ranking:
260.59/260.85	c 1) march_dl: -88904.460744
260.59/260.85	c 2) kcnfs: 836.995110
260.59/260.85	c 3) kcnfs+P: 999.000000
260.59/260.85	c 4) march_dl+P: 999.000000
260.59/260.85	c 5) vallst+P: 999.000000
260.59/260.85	c 6) zchaff_rand+P: 999.000000
260.59/260.85	c 7) vallst: 999.000000
260.59/260.85	c 8) zchaff_rand: 999.000000
260.59/260.85	c 9) minisat20: 999.000000
260.59/260.85	c 10) minisat20+P: 1686.097079
260.59/260.85	c satzilla running march_dl ... 
1199.52/1200.18	c Bin: Executing march_dl
1199.52/1200.18	c child exit by a signal
1199.52/1200.18	c march_dl returned code 137.
1199.52/1200.18	c march_dl returned code 137.
1199.52/1200.18	c satzilla running kcnfs ... 
1199.52/1200.18	c Bin: Executing kcnfs
1199.52/1200.18	c kcnfs returned code 1.
1199.52/1200.18	c kcnfs returned code 1.
1199.52/1200.18	c satzilla running kcnfs 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/node7/watcher-331198-1173182084 -o ROOT/results/node7/solver-331198-1173182084 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331198-1173182084/SATzilla2007_R /tmp/evaluation/331198-1173182084/instance-331198-1173182084.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: 1.00 1.00 1.00 3/77 23968
/proc/meminfo: memFree=1899408/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=1440 CPUtime=0
/proc/23968/stat : 23968 (SATzilla2007_R) D 23966 23968 23070 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 338163264 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/23968/statm: 360 110 95 260 0 84 0

[startup+0.0197331 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 23968
/proc/meminfo: memFree=1899408/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=1440 CPUtime=0
/proc/23968/stat : 23968 (SATzilla2007_R) D 23966 23968 23070 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 338163264 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23968/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.101742 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 23968
/proc/meminfo: memFree=1899408/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=1440 CPUtime=0
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338163264 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301762 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 23968
/proc/meminfo: memFree=1899408/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=1440 CPUtime=0
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338163264 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.701804 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 23968
/proc/meminfo: memFree=1899408/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=1440 CPUtime=0
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338163264 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23970
/proc/meminfo: memFree=1875776/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=1440 CPUtime=0
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338163264 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 360 110 95 260 0 84 0
[pid=23970] ppid=23968 vsize=52440 CPUtime=1.46
/proc/23970/stat : 23970 (march_dl) R 23968 23968 23070 0 -1 4194304 9258 0 0 0 141 5 0 0 25 0 1 0 338163267 53698560 9251 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544484 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23970/statm: 13110 9251 52 118 0 12989 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 53880

[startup+3.10106 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 23970
/proc/meminfo: memFree=1852672/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=1440 CPUtime=0
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338163264 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 360 110 95 260 0 84 0
[pid=23970] ppid=23968 vsize=78468 CPUtime=3.06
/proc/23970/stat : 23970 (march_dl) R 23968 23968 23070 0 -1 4194304 20981 0 0 0 296 10 0 0 25 0 1 0 338163267 80351232 15377 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134543064 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23970/statm: 19617 15377 55 118 0 19496 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 79908

[startup+6.30139 s]
/proc/loadavg: 1.08 1.02 1.01 2/79 23971
/proc/meminfo: memFree=1893440/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=1440 CPUtime=5
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 135 31186 0 0 0 0 485 15 17 0 1 0 338163264 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 360 111 96 260 0 84 0
[pid=23971] ppid=23968 vsize=26692 CPUtime=1.18
/proc/23971/stat : 23971 (ubcsat2006) R 23968 23968 23070 0 -1 4194304 4354 0 12 0 115 3 0 0 25 0 1 0 338163770 27332608 4350 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134723458 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23971/statm: 6673 4350 141 64 0 6254 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 28132

[startup+12.7011 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 23971
/proc/meminfo: memFree=1820040/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=81168 CPUtime=12.57
/proc/23968/stat : 23968 (SATzilla2007_R) R 23966 23968 23070 0 -1 4194304 19639 44640 0 13 403 10 821 23 25 0 1 0 338163264 83116032 19608 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/23968/statm: 20292 19608 121 260 0 20016 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 81168

[startup+25.5014 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 23971
/proc/meminfo: memFree=1819336/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=81168 CPUtime=25.37
/proc/23968/stat : 23968 (SATzilla2007_R) R 23966 23968 23070 0 -1 4194304 19856 44640 0 13 1680 13 821 23 25 0 1 0 338163264 83116032 19825 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/23968/statm: 20292 19825 121 260 0 20016 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 81168

[startup+51.1011 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 23971
/proc/meminfo: memFree=1846600/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=53236 CPUtime=50.96
/proc/23968/stat : 23968 (SATzilla2007_R) R 23966 23968 23070 0 -1 4194304 34998 44640 0 13 4227 25 821 23 25 0 1 0 338163264 54513664 12967 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134542246 0 0 4096 0 0 0 0 17 1 0 0
/proc/23968/statm: 13309 12967 124 260 0 13033 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 53236

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 23971
/proc/meminfo: memFree=1846600/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=53236 CPUtime=102.15
/proc/23968/stat : 23968 (SATzilla2007_R) R 23966 23968 23070 0 -1 4194304 59559 44640 0 13 9327 44 821 23 25 0 1 0 338163264 54513664 12967 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134527245 0 0 4096 0 0 0 0 17 1 0 0
/proc/23968/statm: 13309 12967 124 260 0 13033 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 53236

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23971
/proc/meminfo: memFree=1846600/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=53236 CPUtime=162.13
/proc/23968/stat : 23968 (SATzilla2007_R) R 23966 23968 23070 0 -1 4194304 87996 44640 0 13 15306 63 821 23 25 0 1 0 338163264 54513664 12967 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134541304 0 0 4096 0 0 0 0 17 1 0 0
/proc/23968/statm: 13309 12967 124 260 0 13033 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 53236

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23971
/proc/meminfo: memFree=1845768/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=53816 CPUtime=222.11
/proc/23968/stat : 23968 (SATzilla2007_R) R 23966 23968 23070 0 -1 4194304 99015 44640 0 13 21297 70 821 23 25 0 1 0 338163264 55107584 13112 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135327290 0 0 4096 0 0 0 0 17 1 0 0
/proc/23968/statm: 13453 13111 124 260 0 13177 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 53816

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23972
/proc/meminfo: memFree=1755072/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=106384 CPUtime=21.43
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 69099 0 0 0 2110 33 0 0 25 0 1 0 338189350 108937216 22531 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 26596 22531 65 118 0 26475 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 161264

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23972
/proc/meminfo: memFree=1712448/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=150396 CPUtime=81.41
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 79741 0 0 0 8102 39 0 0 25 0 1 0 338189350 154005504 33173 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 37599 33173 65 118 0 37478 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 205276

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 24080
/proc/meminfo: memFree=1684432/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=177232 CPUtime=141.34
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 86220 0 0 0 14090 44 0 0 25 0 1 0 338189350 181485568 39652 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560162 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 44308 39652 65 118 0 44187 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 232112

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1664696/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=198216 CPUtime=201.27
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 91394 0 0 0 20080 47 0 0 25 0 1 0 338189350 202973184 44826 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 49554 44826 65 118 0 49433 0
Current children cumulated CPU time (s) 461.92
Current children cumulated vsize (KiB) 253096

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1649472/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=214180 CPUtime=261.25
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 95228 0 0 0 26075 50 0 0 25 0 1 0 338189350 219320320 48660 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 53545 48660 65 118 0 53424 0
Current children cumulated CPU time (s) 521.9
Current children cumulated vsize (KiB) 269060

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1645312/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=218212 CPUtime=321.24
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 96220 0 0 0 32073 51 0 0 25 0 1 0 338189350 223449088 49652 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560286 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 54553 49652 65 118 0 54432 0
Current children cumulated CPU time (s) 581.89
Current children cumulated vsize (KiB) 273092

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1640512/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=223664 CPUtime=381.22
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 97398 0 0 0 38070 52 0 0 25 0 1 0 338189350 229031936 50830 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 55916 50830 65 118 0 55795 0
Current children cumulated CPU time (s) 641.87
Current children cumulated vsize (KiB) 278544

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1283968/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=578316 CPUtime=441.21
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 227470 0 0 0 44016 105 0 0 25 0 1 0 338189350 592195584 139701 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 144579 139701 65 118 0 144458 0
Current children cumulated CPU time (s) 701.86
Current children cumulated vsize (KiB) 633196

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1283904/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=578316 CPUtime=501.19
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 227470 0 0 0 50014 105 0 0 25 0 1 0 338189350 592195584 139701 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560196 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 144579 139701 65 118 0 144458 0
Current children cumulated CPU time (s) 761.84
Current children cumulated vsize (KiB) 633196

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1283904/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=578316 CPUtime=561.17
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 227472 0 0 0 56011 106 0 0 25 0 1 0 338189350 592195584 139703 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560343 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 144579 139703 65 118 0 144458 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 633196

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1247616/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=614260 CPUtime=621.15
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 237947 0 0 0 62004 111 0 0 25 0 1 0 338189350 629002240 148692 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134650634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 153565 148692 65 118 0 153444 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 669140

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1248576/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=613252 CPUtime=681.13
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 258072 0 0 0 67992 121 0 0 25 0 1 0 338189350 627970048 148441 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560293 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 153313 148441 65 118 0 153192 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 668132

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1248576/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=613252 CPUtime=741.12
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 258072 0 0 0 73990 122 0 0 25 0 1 0 338189350 627970048 148441 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560162 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 153313 148441 65 118 0 153192 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 668132

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1248576/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=613252 CPUtime=801.1
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 258072 0 0 0 79988 122 0 0 25 0 1 0 338189350 627970048 148441 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560262 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 153313 148441 65 118 0 153192 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 668132

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1246656/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=615132 CPUtime=861.09
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 278121 0 0 0 85978 131 0 0 25 0 1 0 338189350 629895168 148911 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 153783 148911 65 118 0 153662 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 670012

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24170
/proc/meminfo: memFree=1246592/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=54880 CPUtime=260.65
/proc/23968/stat : 23968 (SATzilla2007_R) S 23966 23968 23070 0 -1 4194304 129400 44640 0 13 25131 90 821 23 24 0 1 0 338163264 56197120 13389 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23968/statm: 13720 13389 157 260 0 13444 0
[pid=23972] ppid=23968 vsize=615132 CPUtime=921.06
/proc/23972/stat : 23972 (march_dl) R 23968 23968 23070 0 -1 4194304 278122 0 0 0 91975 131 0 0 25 0 1 0 338189350 629895168 148912 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 153783 148912 65 118 0 153662 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 670012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24170
/proc/meminfo: memFree=1833608/2055920 swapFree=4147468/4192956
[pid=23968] ppid=23966 vsize=64520 CPUtime=1200.01
/proc/23968/stat : 23968 (SATzilla2007_R) R 23966 23968 23070 0 -1 4194304 132749 322762 0 13 25171 91 94574 165 22 0 1 0 338163264 66068480 15785 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/23968/statm: 16130 15785 157 260 0 15854 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 64520

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.62
CPU time (s): 1200.05
CPU user time (s): 1197.47
CPU system time (s): 2.58261
CPU usage (%): 99.9526
Max. virtual memory (cumulated for all children) (KiB): 714636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.47
system time used= 2.58261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455512
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= 59
involuntary context switches= 1919

runsolver used 1.26481 second user time and 3.10953 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Mar  6 11:54:45 UTC 2007

IDJOB= 331198
IDBENCH= 20581
IDSOLVER= 134
FILE ID= node7/331198-1173182084

PBS_JOBID= 4015025

Free space on /tmp= 66459 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq3.cnf
COMMAND LINE= /tmp/evaluation/331198-1173182084/SATzilla2007_R /tmp/evaluation/331198-1173182084/instance-331198-1173182084.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-331198-1173182084 -o ROOT/results/node7/solver-331198-1173182084 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331198-1173182084/SATzilla2007_R /tmp/evaluation/331198-1173182084/instance-331198-1173182084.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  ba6236c6cc840bb0208f73665843c375

RANDOM SEED= 741349374

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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:       1899816 kB
Buffers:          2776 kB
Cached:          79676 kB
SwapCached:       8328 kB
Active:          76088 kB
Inactive:        29060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899816 kB
SwapTotal:     4192956 kB
SwapFree:      4147468 kB
Dirty:           27176 kB
Writeback:           0 kB
Mapped:          30032 kB
Slab:            36472 kB
Committed_AS:  1179972 kB
PageTables:       1764 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= 66459 MiB

End job on node7 on Tue Mar  6 12:14:48 UTC 2007