Trace number 330862

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.1 1200.51

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.144
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

Solver Data (download as text)

62.01/62.19	c run March_dl for 5 seconds ... 
62.01/62.19	c Bin: Executing march_dl
62.01/62.19	c child exit by a signal
62.01/62.19	c march_dl returned code 137.
62.01/62.19	c run saps (UBCSAT implementation) for 2 seconds ... 
62.01/62.19	c Bin: Executing ubcsat2006
62.01/62.19	c child exited successfully
62.01/62.19	c ubcsat2006 returned code 0.
62.01/62.19	c satzilla computing base features
62.01/62.19	c satzilla doing unit-prop probe
62.01/62.19	c satzilla doing local search probe
62.01/62.19	c satzilla doing lobjois search-space size estimate
62.01/62.19	c satzilla's ranking:
62.01/62.19	c 1) march_dl: -6970.066101
62.01/62.19	c 2) kcnfs: 194.509294
62.01/62.19	c 3) minisat20+P: 401.628383
62.01/62.19	c 4) kcnfs+P: 999.000000
62.01/62.19	c 5) march_dl+P: 999.000000
62.01/62.19	c 6) vallst+P: 999.000000
62.01/62.19	c 7) zchaff_rand+P: 999.000000
62.01/62.19	c 8) vallst: 999.000000
62.01/62.19	c 9) zchaff_rand: 999.000000
62.01/62.19	c 10) minisat20: 999.000000
62.01/62.19	c satzilla running march_dl ... 
1198.97/1199.44	c Bin: Executing march_dl
1198.97/1199.44	c child exit by a signal
1198.97/1199.44	c march_dl returned code 137.
1198.97/1199.44	c march_dl returned code 137.
1198.97/1199.44	c satzilla running kcnfs ... 
1198.97/1199.44	c Bin: Executing kcnfs
1198.97/1199.44	c kcnfs returned code 1.
1198.97/1199.44	c kcnfs returned code 1.
1198.97/1199.44	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/node58/watcher-330862-1173175431 -o ROOT/results/node58/solver-330862-1173175431 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330862-1173175431/SATzilla2007_R /tmp/evaluation/330862-1173175431/instance-330862-1173175431.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.02 1.01 1.00 3/64 25151
/proc/meminfo: memFree=1785336/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=1440 CPUtime=0
/proc/25151/stat : 25151 (SATzilla2007_R) R 25149 25151 24828 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 337499782 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/25151/statm: 360 110 95 260 0 84 0
[pid=25152] ppid=25151 vsize=3604 CPUtime=0
/proc/25152/stat : 25152 (march_dl) R 25151 25151 24828 0 -1 4194304 499 0 0 0 0 0 0 0 18 0 1 0 337499783 3690496 494 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25152/statm: 901 497 49 118 0 780 0

[startup+0.0188621 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 25151
/proc/meminfo: memFree=1785336/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=1440 CPUtime=0
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337499782 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25151/statm: 360 110 95 260 0 84 0
[pid=25152] ppid=25151 vsize=4364 CPUtime=0.01
/proc/25152/stat : 25152 (march_dl) R 25151 25151 24828 0 -1 4194304 737 0 0 0 1 0 0 0 19 0 1 0 337499783 4468736 732 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25152/statm: 1091 732 50 118 0 970 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5804

[startup+0.102871 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 25151
/proc/meminfo: memFree=1785336/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=1440 CPUtime=0
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337499782 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25151/statm: 360 110 95 260 0 84 0
[pid=25152] ppid=25151 vsize=5552 CPUtime=0.09
/proc/25152/stat : 25152 (march_dl) R 25151 25151 24828 0 -1 4194304 1103 0 0 0 9 0 0 0 19 0 1 0 337499783 5685248 1098 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25152/statm: 1388 1098 50 118 0 1267 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6992

[startup+0.302892 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 25151
/proc/meminfo: memFree=1785336/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=1440 CPUtime=0
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337499782 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25151/statm: 360 110 95 260 0 84 0
[pid=25152] ppid=25151 vsize=8324 CPUtime=0.29
/proc/25152/stat : 25152 (march_dl) R 25151 25151 24828 0 -1 4194304 1929 0 0 0 28 1 0 0 21 0 1 0 337499783 8523776 1924 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25152/statm: 2081 1924 50 118 0 1960 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9764

[startup+0.702935 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 25151
/proc/meminfo: memFree=1785336/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=1440 CPUtime=0
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337499782 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25151/statm: 360 110 95 260 0 84 0
[pid=25152] ppid=25151 vsize=21924 CPUtime=0.69
/proc/25152/stat : 25152 (march_dl) R 25151 25151 24828 0 -1 4194304 5984 0 0 0 66 3 0 0 24 0 1 0 337499783 22450176 4382 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25152/statm: 5481 4382 55 118 0 5360 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23364

[startup+1.50202 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25153
/proc/meminfo: memFree=1774888/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=1440 CPUtime=0
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337499782 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25151/statm: 360 110 95 260 0 84 0
[pid=25152] ppid=25151 vsize=22556 CPUtime=1.49
/proc/25152/stat : 25152 (march_dl) R 25151 25151 24828 0 -1 4194304 14621 0 0 0 142 7 0 0 25 0 1 0 337499783 23097344 4482 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543138 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25152/statm: 5639 4482 57 118 0 5518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23996

[startup+3.1012 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25153
/proc/meminfo: memFree=1758568/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=1440 CPUtime=0
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337499782 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25151/statm: 360 110 95 260 0 84 0
[pid=25152] ppid=25151 vsize=32000 CPUtime=3.09
/proc/25152/stat : 25152 (march_dl) R 25151 25151 24828 0 -1 4194304 20668 0 0 0 300 9 0 0 25 0 1 0 337499783 32768000 6799 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25152/statm: 8000 6799 65 118 0 7879 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33440

[startup+6.30155 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25154
/proc/meminfo: memFree=1772520/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=1440 CPUtime=5
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 135 21440 0 0 0 0 490 10 16 0 1 0 337499782 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25151/statm: 360 111 96 260 0 84 0
[pid=25154] ppid=25151 vsize=22588 CPUtime=1.25
/proc/25154/stat : 25154 (ubcsat2006) R 25151 25151 24828 0 -1 4194304 3871 0 0 0 122 3 0 0 25 0 1 0 337500283 23130112 3854 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25154/statm: 5647 3854 156 64 0 5228 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 24028

[startup+12.7013 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 25154
/proc/meminfo: memFree=1770800/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=15700 CPUtime=12.64
/proc/25151/stat : 25151 (SATzilla2007_R) R 25149 25151 24828 0 -1 4194304 8469 25317 0 0 521 5 723 15 25 0 1 0 337499782 16076800 3673 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/25151/statm: 3925 3674 124 260 0 3649 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 15700

[startup+25.5017 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 25154
/proc/meminfo: memFree=1770992/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=15568 CPUtime=25.43
/proc/25151/stat : 25151 (SATzilla2007_R) R 25149 25151 24828 0 -1 4194304 15175 25317 0 0 1794 11 723 15 25 0 1 0 337499782 15941632 3670 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134541608 0 0 4096 0 0 0 0 17 1 0 0
/proc/25151/statm: 3892 3670 124 260 0 3616 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 15568

[startup+51.1015 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 25154
/proc/meminfo: memFree=1770992/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=15568 CPUtime=51.01
/proc/25151/stat : 25151 (SATzilla2007_R) R 25149 25151 24828 0 -1 4194304 29273 25317 0 0 4340 23 723 15 25 0 1 0 337499782 15941632 3670 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134526905 0 0 4096 0 0 0 0 17 1 0 0
/proc/25151/statm: 3892 3670 124 260 0 3616 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 15568

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1657768/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=117028 CPUtime=40.08
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 48915 0 0 0 3984 24 0 0 25 0 1 0 337506003 119836672 28128 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559643 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 29257 28128 65 118 0 29136 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 133404

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1657704/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=117180 CPUtime=100.06
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 54940 0 0 0 9979 27 0 0 25 0 1 0 337506003 119992320 28166 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 29295 28166 65 118 0 29174 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 133556

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1289704/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=488132 CPUtime=160.04
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 177910 0 0 0 15895 109 0 0 25 0 1 0 337506003 499847168 119892 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 122033 119892 73 118 0 121912 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 504508

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1288808/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695796 CPUtime=220.02
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 216999 0 0 0 21872 130 0 0 25 0 1 0 337506003 712495104 120169 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173949 120169 75 118 0 173828 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 712172

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1288872/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695796 CPUtime=280.01
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 216999 0 0 0 27871 130 0 0 25 0 1 0 337506003 712495104 120169 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173949 120169 75 118 0 173828 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 712172

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1288808/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0

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

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1288744/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695796 CPUtime=459.95
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 216999 0 0 0 45865 130 0 0 25 0 1 0 337506003 712495104 120169 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526937 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173949 120169 75 118 0 173828 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 712172

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1288616/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695796 CPUtime=519.93
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217031 0 0 0 51863 130 0 0 25 0 1 0 337506003 712495104 120201 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173949 120201 75 118 0 173828 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 712172

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1288424/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695796 CPUtime=579.92
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217075 0 0 0 57862 130 0 0 25 0 1 0 337506003 712495104 120245 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173949 120245 75 118 0 173828 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 712172

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1288296/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695796 CPUtime=639.9
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217127 0 0 0 63860 130 0 0 25 0 1 0 337506003 712495104 120280 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526932 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173949 120280 75 118 0 173828 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 712172

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1288296/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695796 CPUtime=699.88
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217127 0 0 0 69858 130 0 0 25 0 1 0 337506003 712495104 120280 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173949 120280 75 118 0 173828 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 712172

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1288232/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695796 CPUtime=759.86
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217130 0 0 0 75856 130 0 0 25 0 1 0 337506003 712495104 120283 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514275 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173949 120283 75 118 0 173828 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 712172

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1287976/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695796 CPUtime=819.84
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217205 0 0 0 81854 130 0 0 25 0 1 0 337506003 712495104 120349 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173949 120349 75 118 0 173828 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 712172

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1287976/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695804 CPUtime=879.83
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217207 0 0 0 87852 131 0 0 25 0 1 0 337506003 712503296 120351 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173951 120351 75 118 0 173830 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 712180

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1287912/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695804 CPUtime=939.82
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217207 0 0 0 93851 131 0 0 25 0 1 0 337506003 712503296 120351 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173951 120351 75 118 0 173830 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 712180

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1287912/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695804 CPUtime=999.8
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217207 0 0 0 99849 131 0 0 25 0 1 0 337506003 712503296 120351 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552069 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173951 120351 75 118 0 173830 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 712180

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1287848/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695804 CPUtime=1059.78
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217207 0 0 0 105847 131 0 0 25 0 1 0 337506003 712503296 120351 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173951 120351 75 118 0 173830 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 712180

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25155
/proc/meminfo: memFree=1287912/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=16376 CPUtime=62.11
/proc/25151/stat : 25151 (SATzilla2007_R) S 25149 25151 24828 0 -1 4194304 40508 25317 0 0 5442 31 723 15 25 0 1 0 337499782 16769024 3881 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25151/statm: 4094 3881 157 260 0 3818 0
[pid=25155] ppid=25151 vsize=695804 CPUtime=1119.76
/proc/25155/stat : 25155 (march_dl) R 25151 25151 24828 0 -1 4194304 217207 0 0 0 111845 131 0 0 25 0 1 0 337506003 712503296 120351 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25155/statm: 173951 120351 75 118 0 173830 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 712180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25155
/proc/meminfo: memFree=1741616/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=59648 CPUtime=1200.07
/proc/25151/stat : 25151 (SATzilla2007_R) R 25149 25151 24828 0 -1 4194304 47989 242524 0 0 5544 35 114274 154 25 0 1 0 337499782 61079552 11045 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134570940 0 0 4096 0 0 0 0 17 1 0 0
/proc/25151/statm: 14912 11045 163 260 0 14636 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 59648

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25155
/proc/meminfo: memFree=1741616/2055920 swapFree=4184232/4192956
[pid=25151] ppid=25149 vsize=59648 CPUtime=1200.07
/proc/25151/stat : 25151 (SATzilla2007_R) R 25149 25151 24828 0 -1 4194304 47989 242524 0 0 5544 35 114274 154 25 0 1 0 337499782 61079552 11045 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134570940 0 0 4096 0 0 0 0 17 1 0 0
/proc/25151/statm: 14912 11045 163 260 0 14636 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 59648

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1198.19
CPU system time (s): 1.91171
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 738516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.19
system time used= 1.91171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 2066

runsolver used 1.11183 second user time and 2.68159 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Mar  6 10:03:51 UTC 2007

IDJOB= 330862
IDBENCH= 20573
IDSOLVER= 134
FILE ID= node58/330862-1173175431

PBS_JOBID= 4015258

Free space on /tmp= 66451 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  9158de01004aff62af67cbb9db5bcbbb

RANDOM SEED= 181396543

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:       1785744 kB
Buffers:         15252 kB
Cached:         183808 kB
SwapCached:       2696 kB
Active:          68760 kB
Inactive:       139780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785744 kB
SwapTotal:     4192956 kB
SwapFree:      4184232 kB
Dirty:           13196 kB
Writeback:           0 kB
Mapped:          15524 kB
Slab:            47708 kB
Committed_AS:   774312 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66451 MiB

End job on node58 on Tue Mar  6 10:23:54 UTC 2007