Trace number 330400

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.07 1200.62

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k35.cnf
MD5SUMe2ce53da4f00ba19b35d5b71c6e657f7
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70924
Number of clauses294099
Sum of the clauses size752291
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2207955
Number of clauses of size 354916
Number of clauses of size 410434
Number of clauses of size 55929
Number of clauses of size over 512793

Solver Data (download as text)

31.36/31.45	c run March_dl for 5 seconds ... 
31.36/31.45	c Bin: Executing march_dl
31.36/31.45	c child exit by a signal
31.36/31.45	c march_dl returned code 137.
31.36/31.45	c run saps (UBCSAT implementation) for 2 seconds ... 
31.36/31.45	c Bin: Executing ubcsat2006
31.36/31.45	c child exited successfully
31.36/31.45	c ubcsat2006 returned code 0.
31.36/31.45	c satzilla computing base features
31.36/31.45	c satzilla doing unit-prop probe
31.36/31.45	c satzilla doing local search probe
31.36/31.45	c satzilla doing lobjois search-space size estimate
31.36/31.45	c satzilla's ranking:
31.36/31.45	c 1) march_dl: -20241.406808
31.36/31.45	c 2) kcnfs+P: 999.000000
31.36/31.45	c 3) march_dl+P: 999.000000
31.36/31.45	c 4) vallst+P: 999.000000
31.36/31.45	c 5) zchaff_rand+P: 999.000000
31.36/31.45	c 6) vallst: 999.000000
31.36/31.45	c 7) zchaff_rand: 999.000000
31.36/31.45	c 8) minisat20: 999.000000
31.36/31.45	c 9) minisat20+P: 1130.597108
31.36/31.45	c 10) kcnfs: 1422.046045
31.36/31.45	c satzilla running march_dl ... 
1199.22/1199.82	c Bin: Executing march_dl
1199.22/1199.82	c child exit by a signal
1199.22/1199.82	c march_dl returned code 137.
1199.22/1199.82	c march_dl returned code 137.
1199.22/1199.82	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/node43/watcher-330400-1173164321 -o ROOT/results/node43/solver-330400-1173164321 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330400-1173164321/SATzilla2007_R /tmp/evaluation/330400-1173164321/instance-330400-1173164321.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 0.99 0.97 3/64 30076
/proc/meminfo: memFree=1772352/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=1440 CPUtime=0
/proc/30076/stat : 30076 (SATzilla2007_R) R 30074 30076 29899 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336388172 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/30076/statm: 360 110 95 260 0 84 0
[pid=30077] ppid=30076 vsize=632 CPUtime=0
/proc/30077/stat : 30077 (march_dl) R 30076 30076 29899 0 -1 4194304 51 0 0 0 0 0 0 0 18 0 1 0 336388172 647168 46 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30077/statm: 158 46 39 118 0 37 0

[startup+0.062672 s]
/proc/loadavg: 1.00 0.99 0.97 3/64 30076
/proc/meminfo: memFree=1772352/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=1440 CPUtime=0
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 336388172 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30076/statm: 360 110 95 260 0 84 0
[pid=30077] ppid=30076 vsize=632 CPUtime=0.05
/proc/30077/stat : 30077 (march_dl) R 30076 30076 29899 0 -1 4194304 51 0 0 0 5 0 0 0 19 0 1 0 336388172 647168 46 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30077/statm: 158 46 39 118 0 37 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2072

[startup+0.101677 s]
/proc/loadavg: 1.00 0.99 0.97 3/64 30076
/proc/meminfo: memFree=1772352/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=1440 CPUtime=0
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 336388172 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30076/statm: 360 110 95 260 0 84 0
[pid=30077] ppid=30076 vsize=7412 CPUtime=0.08
/proc/30077/stat : 30077 (march_dl) R 30076 30076 29899 0 -1 4194304 1437 0 0 0 8 0 0 0 19 0 1 0 336388172 7589888 1432 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30077/statm: 1853 1432 50 118 0 1732 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8852

[startup+0.301711 s]
/proc/loadavg: 1.00 0.99 0.97 3/64 30076
/proc/meminfo: memFree=1772352/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=1440 CPUtime=0
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 336388172 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30076/statm: 360 110 95 260 0 84 0
[pid=30077] ppid=30076 vsize=10052 CPUtime=0.29
/proc/30077/stat : 30077 (march_dl) R 30076 30076 29899 0 -1 4194304 2234 0 0 0 28 1 0 0 21 0 1 0 336388172 10293248 2229 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30077/statm: 2513 2229 50 118 0 2392 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11492

[startup+0.701777 s]
/proc/loadavg: 1.00 0.99 0.97 3/64 30076
/proc/meminfo: memFree=1772352/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=1440 CPUtime=0
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 336388172 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30076/statm: 360 110 95 260 0 84 0
[pid=30077] ppid=30076 vsize=23820 CPUtime=0.69
/proc/30077/stat : 30077 (march_dl) R 30076 30076 29899 0 -1 4194304 5610 0 0 0 67 2 0 0 24 0 1 0 336388172 24391680 4740 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134545971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30077/statm: 5955 4740 53 118 0 5834 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25260

[startup+1.50191 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30078
/proc/meminfo: memFree=1747760/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=1440 CPUtime=0
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 336388172 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30076/statm: 360 110 95 260 0 84 0
[pid=30077] ppid=30076 vsize=29196 CPUtime=1.49
/proc/30077/stat : 30077 (march_dl) R 30076 30076 29899 0 -1 4194304 8373 0 0 0 146 3 0 0 25 0 1 0 336388172 29896704 5922 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134663585 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30077/statm: 7299 5922 55 118 0 7178 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30636

[startup+3.10217 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30078
/proc/meminfo: memFree=1747440/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=1440 CPUtime=0
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 336388172 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30076/statm: 360 110 95 260 0 84 0
[pid=30077] ppid=30076 vsize=52516 CPUtime=3.08
/proc/30077/stat : 30077 (march_dl) R 30076 30076 29899 0 -1 4194304 16544 0 0 0 302 6 0 0 25 0 1 0 336388172 53776384 11618 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30077/statm: 13129 11619 69 118 0 13008 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53956

[startup+6.30171 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30079
/proc/meminfo: memFree=1762672/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=1440 CPUtime=5
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 135 17487 0 0 0 0 491 9 16 0 1 0 336388172 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 360 111 96 260 0 84 0
[pid=30079] ppid=30076 vsize=26688 CPUtime=1.28
/proc/30079/stat : 30079 (ubcsat2006) R 30076 30076 29899 0 -1 4194304 4723 0 0 0 126 2 0 0 25 0 1 0 336388673 27328512 4706 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30079/statm: 6672 4706 156 64 0 6253 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28128

[startup+12.7018 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 30079
/proc/meminfo: memFree=1744824/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=30212 CPUtime=12.67
/proc/30076/stat : 30076 (SATzilla2007_R) R 30074 30076 29899 0 -1 4194304 7032 22219 0 0 524 4 728 11 25 0 1 0 336388172 30937088 7001 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/30076/statm: 7553 7001 121 260 0 7277 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30212

[startup+25.5019 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 30079
/proc/meminfo: memFree=1743928/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=30212 CPUtime=25.46
/proc/30076/stat : 30076 (SATzilla2007_R) R 30074 30076 29899 0 -1 4194304 7269 22219 0 0 1800 7 728 11 25 0 1 0 336388172 30937088 7238 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/30076/statm: 7553 7238 121 260 0 7277 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 30212

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30080
/proc/meminfo: memFree=1688112/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=72064 CPUtime=19.62
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 34488 0 0 0 1946 16 0 0 25 0 1 0 336391318 73793536 16722 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560206 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 18016 16722 69 118 0 17895 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 90948

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30080
/proc/meminfo: memFree=1688240/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=71816 CPUtime=70.79
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 86565 0 0 0 7042 37 0 0 25 0 1 0 336391318 73539584 16664 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 17954 16664 69 118 0 17833 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 90700

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.97 2/72 30182
/proc/meminfo: memFree=1647264/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=113356 CPUtime=130.72
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 135958 0 0 0 12971 101 0 0 25 0 1 0 336391318 116076544 26570 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 28339 26570 73 118 0 28218 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 132240

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.97 2/72 30258
/proc/meminfo: memFree=1644136/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=131836 CPUtime=190.65
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138258 0 0 0 18963 102 0 0 25 0 1 0 336391318 135000064 27343 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134575708 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 32959 27343 75 118 0 32838 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 150720

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1645168/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=131836 CPUtime=250.62
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138268 0 0 0 24960 102 0 0 25 0 1 0 336391318 135000064 27353 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 32959 27353 75 118 0 32838 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 150720

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1645168/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=131836 CPUtime=310.6
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138280 0 0 0 30958 102 0 0 25 0 1 0 336391318 135000064 27365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 32959 27365 75 118 0 32838 0
Current children cumulated CPU time (s) 342.01
Current children cumulated vsize (KiB) 150720

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1645168/2055920 swapFree=4183968/4192956

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

[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=132760 CPUtime=430.56
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138506 0 0 0 42953 103 0 0 25 0 1 0 336391318 135946240 27591 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528326 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33190 27591 75 118 0 33069 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 151644

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1644080/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=132892 CPUtime=490.54
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138550 0 0 0 48951 103 0 0 25 0 1 0 336391318 136081408 27635 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33223 27635 75 118 0 33102 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 151776

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1644016/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133024 CPUtime=550.52
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138577 0 0 0 54949 103 0 0 25 0 1 0 336391318 136216576 27662 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527426 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33256 27662 75 118 0 33135 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 151908

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1643888/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133160 CPUtime=610.5
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138604 0 0 0 60947 103 0 0 25 0 1 0 336391318 136355840 27689 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33290 27689 75 118 0 33169 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 152044

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1643760/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133160 CPUtime=670.48
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138635 0 0 0 66944 104 0 0 25 0 1 0 336391318 136355840 27720 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532802 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33290 27720 75 118 0 33169 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 152044

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1643824/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133160 CPUtime=730.46
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138640 0 0 0 72942 104 0 0 25 0 1 0 336391318 136355840 27725 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33290 27725 75 118 0 33169 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 152044

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1643760/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133160 CPUtime=790.44
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138642 0 0 0 78940 104 0 0 25 0 1 0 336391318 136355840 27727 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33290 27727 75 118 0 33169 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 152044

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1643824/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133160 CPUtime=850.42
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138642 0 0 0 84938 104 0 0 25 0 1 0 336391318 136355840 27727 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33290 27727 75 118 0 33169 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 152044

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1643760/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133160 CPUtime=910.39
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138648 0 0 0 90935 104 0 0 25 0 1 0 336391318 136355840 27733 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553208 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33290 27733 75 118 0 33169 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 152044

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1643760/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133292 CPUtime=970.37
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138649 0 0 0 96933 104 0 0 25 0 1 0 336391318 136491008 27734 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33323 27734 75 118 0 33202 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 152176

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1643696/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133292 CPUtime=1030.35
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138661 0 0 0 102931 104 0 0 25 0 1 0 336391318 136491008 27746 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33323 27746 75 118 0 33202 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 152176

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1643696/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133292 CPUtime=1090.33
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138666 0 0 0 108929 104 0 0 25 0 1 0 336391318 136491008 27751 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552079 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33323 27751 75 118 0 33202 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 152176

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.97 2/66 30278
/proc/meminfo: memFree=1643632/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=18884 CPUtime=31.41
/proc/30076/stat : 30076 (SATzilla2007_R) S 30074 30076 29899 0 -1 4194304 17497 22219 0 0 2388 14 728 11 25 0 1 0 336388172 19337216 4478 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30076/statm: 4721 4478 157 260 0 4445 0
[pid=30080] ppid=30076 vsize=133292 CPUtime=1150.32
/proc/30080/stat : 30080 (march_dl) R 30076 30076 29899 0 -1 4194304 138667 0 0 0 114927 105 0 0 25 0 1 0 336391318 136491008 27752 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30080/statm: 33323 27752 75 118 0 33202 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 152176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 30278
/proc/meminfo: memFree=1705464/2055920 swapFree=4183968/4192956
[pid=30076] ppid=30074 vsize=143012 CPUtime=1200.03
/proc/30076/stat : 30076 (SATzilla2007_R) R 30074 30076 29899 0 -1 4194304 29989 160897 0 0 2460 20 117405 118 24 0 1 0 336388172 146444288 16781 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134595800 0 0 4096 0 0 0 0 17 1 0 0
/proc/30076/statm: 35753 16781 164 260 0 35477 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 143012

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.07
CPU user time (s): 1198.66
CPU system time (s): 1.40679
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 152176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.66
system time used= 1.40679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190886
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= 26
involuntary context switches= 2612

runsolver used 1.09083 second user time and 2.50162 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Mar  6 06:58:41 UTC 2007

IDJOB= 330400
IDBENCH= 20562
IDSOLVER= 134
FILE ID= node43/330400-1173164321

PBS_JOBID= 4015249

Free space on /tmp= 66480 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k35.cnf
COMMAND LINE= /tmp/evaluation/330400-1173164321/SATzilla2007_R /tmp/evaluation/330400-1173164321/instance-330400-1173164321.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-330400-1173164321 -o ROOT/results/node43/solver-330400-1173164321 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330400-1173164321/SATzilla2007_R /tmp/evaluation/330400-1173164321/instance-330400-1173164321.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  e2ce53da4f00ba19b35d5b71c6e657f7

RANDOM SEED= 482405183

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:       1772760 kB
Buffers:         21908 kB
Cached:         196796 kB
SwapCached:       2772 kB
Active:          51756 kB
Inactive:       176400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772760 kB
SwapTotal:     4192956 kB
SwapFree:      4183968 kB
Dirty:           15040 kB
Writeback:           0 kB
Mapped:          15420 kB
Slab:            40984 kB
Committed_AS:   815240 kB
PageTables:       1392 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= 66479 MiB

End job on node43 on Tue Mar  6 07:18:44 UTC 2007