Trace number 332338

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.11 1200.21

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
sat-strips-gripper-10t19.sat05-1143.reshuffled-07.cnf
MD5SUM5f1638b2d73ac0a792b4a7e3c6c55623
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.14682
Satisfiable
(Un)Satisfiability was proved
Number of variables3390
Number of clauses53225
Sum of the clauses size108346
Maximum clause length22
Minimum clause length1
Number of clauses of size 137
Number of clauses of size 252453
Number of clauses of size 393
Number of clauses of size 4610
Number of clauses of size 50
Number of clauses of size over 532

Solver Data (download as text)

10.88/10.90	c run March_dl for 5 seconds ... 
10.88/10.90	c Bin: Executing march_dl
10.88/10.90	c child exit by a signal
10.88/10.90	c march_dl returned code 137.
10.88/10.90	c run saps (UBCSAT implementation) for 2 seconds ... 
10.88/10.90	c Bin: Executing ubcsat2006
10.88/10.90	c child exited successfully
10.88/10.90	c ubcsat2006 returned code 0.
10.88/10.90	c satzilla computing base features
10.88/10.90	c satzilla doing unit-prop probe
10.88/10.90	c satzilla doing local search probe
10.88/10.90	c satzilla doing lobjois search-space size estimate
10.88/10.90	c satzilla's ranking:
10.88/10.90	c 1) march_dl: -78.725886
10.88/10.90	c 2) kcnfs: -24.155185
10.88/10.90	c 3) minisat20+P: 22.666324
10.88/10.90	c 4) kcnfs+P: 999.000000
10.88/10.90	c 5) march_dl+P: 999.000000
10.88/10.90	c 6) vallst+P: 999.000000
10.88/10.90	c 7) zchaff_rand+P: 999.000000
10.88/10.90	c 8) vallst: 999.000000
10.88/10.90	c 9) zchaff_rand: 999.000000
10.88/10.90	c 10) minisat20: 999.000000
10.88/10.90	c satzilla running march_dl ... 
1199.68/1199.81	c Bin: Executing march_dl
1199.68/1199.81	c child exit by a signal
1199.68/1199.81	c march_dl returned code 137.
1199.68/1199.81	c march_dl returned code 137.
1199.68/1199.81	c satzilla running kcnfs ... 
1199.68/1199.81	c Bin: Executing kcnfs
1199.68/1199.81	c kcnfs returned code 1.
1199.68/1199.81	c kcnfs returned code 1.
1199.68/1199.81	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/node16/watcher-332338-1173474605 -o ROOT/results/node16/solver-332338-1173474605 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332338-1173474605/SATzilla2007_R /tmp/evaluation/332338-1173474605/instance-332338-1173474605.cnf 

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


[startup+0 s]
/proc/loadavg: 0.81 0.93 0.95 3/77 10885
/proc/meminfo: memFree=1718752/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=1440 CPUtime=0
/proc/10885/stat : 10885 (SATzilla2007_R) R 10883 10885 9066 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 367414861 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/10885/statm: 360 110 95 260 0 84 0
[pid=10886] ppid=10885 vsize=1184 CPUtime=0
/proc/10886/stat : 10886 (march_dl) R 10885 10885 9066 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 0 367414861 1212416 174 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10886/statm: 296 174 50 118 0 175 0

[startup+0.0272389 s]
/proc/loadavg: 0.81 0.93 0.95 3/77 10885
/proc/meminfo: memFree=1718752/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=1440 CPUtime=0
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 367414861 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 360 110 95 260 0 84 0
[pid=10886] ppid=10885 vsize=1580 CPUtime=0.02
/proc/10886/stat : 10886 (march_dl) R 10885 10885 9066 0 -1 4194304 281 0 0 0 2 0 0 0 19 0 1 0 367414861 1617920 276 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10886/statm: 395 276 50 118 0 274 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3020

[startup+0.10123 s]
/proc/loadavg: 0.81 0.93 0.95 3/77 10885
/proc/meminfo: memFree=1718752/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=1440 CPUtime=0
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 367414861 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 360 110 95 260 0 84 0
[pid=10886] ppid=10885 vsize=3280 CPUtime=0.09
/proc/10886/stat : 10886 (march_dl) R 10885 10885 9066 0 -1 4194304 721 0 0 0 9 0 0 0 19 0 1 0 367414861 3358720 503 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10886/statm: 820 504 53 118 0 699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4720

[startup+0.301206 s]
/proc/loadavg: 0.81 0.93 0.95 3/77 10885
/proc/meminfo: memFree=1718752/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=1440 CPUtime=0
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 367414861 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 360 110 95 260 0 84 0
[pid=10886] ppid=10885 vsize=3408 CPUtime=0.29
/proc/10886/stat : 10886 (march_dl) R 10885 10885 9066 0 -1 4194304 2948 0 0 0 28 1 0 0 21 0 1 0 367414861 3489792 582 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10886/statm: 885 587 55 118 0 764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4848

[startup+0.701158 s]
/proc/loadavg: 0.81 0.93 0.95 3/77 10885
/proc/meminfo: memFree=1718752/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=1440 CPUtime=0
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 367414861 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 360 110 95 260 0 84 0
[pid=10886] ppid=10885 vsize=3260 CPUtime=0.69
/proc/10886/stat : 10886 (march_dl) R 10885 10885 9066 0 -1 4194304 7292 0 0 0 68 1 0 0 25 0 1 0 367414861 3338240 547 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134524826 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10886/statm: 815 547 55 118 0 694 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4700

[startup+1.50106 s]
/proc/loadavg: 0.81 0.93 0.95 2/79 10887
/proc/meminfo: memFree=1716688/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=1440 CPUtime=0
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 367414861 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 360 110 95 260 0 84 0
[pid=10886] ppid=10885 vsize=5840 CPUtime=1.49
/proc/10886/stat : 10886 (march_dl) R 10885 10885 9066 0 -1 4194304 14315 0 0 0 144 5 0 0 25 0 1 0 367414861 5980160 1175 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134559554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10886/statm: 1460 1175 65 118 0 1339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7280

[startup+3.10187 s]
/proc/loadavg: 0.82 0.93 0.95 2/79 10887
/proc/meminfo: memFree=1708048/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=1440 CPUtime=0
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 367414861 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 360 110 95 260 0 84 0
[pid=10886] ppid=10885 vsize=14064 CPUtime=3.09
/proc/10886/stat : 10886 (march_dl) R 10885 10885 9066 0 -1 4194304 22730 0 0 0 300 9 0 0 25 0 1 0 367414861 14401536 2412 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10886/statm: 3516 2412 75 118 0 3395 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15504

[startup+6.30149 s]
/proc/loadavg: 0.82 0.93 0.95 2/79 10888
/proc/meminfo: memFree=1715664/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=1440 CPUtime=4.99
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 135 23059 0 0 0 0 489 10 16 0 1 0 367414861 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10885/statm: 360 111 96 260 0 84 0
[pid=10888] ppid=10885 vsize=6188 CPUtime=1.28
/proc/10888/stat : 10888 (ubcsat2006) R 10885 10885 9066 0 -1 4194304 869 0 0 0 119 9 0 0 25 0 1 0 367415361 6336512 852 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10888/statm: 1547 852 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7017 s]
/proc/loadavg: 0.85 0.93 0.95 2/79 10889
/proc/meminfo: memFree=1713440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=8896 CPUtime=1.78
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 15538 0 0 0 172 6 0 0 25 0 1 0 367415952 9109504 1925 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134559681 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 2224 1925 73 118 0 2103 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12756

[startup+25.5012 s]
/proc/loadavg: 0.87 0.93 0.95 2/79 10889
/proc/meminfo: memFree=1705504/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=14.58
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23062 0 0 0 1448 10 0 0 25 0 1 0 367415952 15826944 2744 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134663598 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2744 75 118 0 3743 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19316

[startup+51.1011 s]
/proc/loadavg: 0.92 0.93 0.95 2/79 10889
/proc/meminfo: memFree=1705568/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=40.17
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23062 0 0 0 4007 10 0 0 25 0 1 0 367415952 15826944 2744 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134552331 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2744 75 118 0 3743 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 19316

[startup+102.306 s]
/proc/loadavg: 0.96 0.94 0.95 2/79 10889
/proc/meminfo: memFree=1705568/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=91.37
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23063 0 0 0 9127 10 0 0 25 0 1 0 367415952 15826944 2745 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551444 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2745 75 118 0 3743 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 19316

[startup+162.302 s]
/proc/loadavg: 1.05 0.97 0.95 2/79 10889
/proc/meminfo: memFree=1705504/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=151.37
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23063 0 0 0 15127 10 0 0 25 0 1 0 367415952 15826944 2745 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551668 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2745 75 118 0 3743 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 19316

[startup+222.303 s]
/proc/loadavg: 1.02 0.97 0.95 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=211.36
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23063 0 0 0 21126 10 0 0 25 0 1 0 367415952 15826944 2745 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134564774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2745 75 118 0 3743 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 19316

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.95 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=271.36
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23064 0 0 0 27126 10 0 0 25 0 1 0 367415952 15826944 2746 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134565290 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2746 75 118 0 3743 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 19316

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.95 2/79 10889
/proc/meminfo: memFree=1705504/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=331.35
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23066 0 0 0 33125 10 0 0 25 0 1 0 367415952 15826944 2748 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134573193 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2748 75 118 0 3743 0

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

[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=451.34
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23066 0 0 0 45124 10 0 0 25 0 1 0 367415952 15826944 2748 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2748 75 118 0 3743 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 19316

[startup+522.303 s]
/proc/loadavg: 1.03 0.99 0.96 2/79 10889
/proc/meminfo: memFree=1705504/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=511.34
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23066 0 0 0 51124 10 0 0 25 0 1 0 367415952 15826944 2748 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134587388 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2748 75 118 0 3743 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 19316

[startup+582.301 s]
/proc/loadavg: 1.01 0.99 0.96 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=571.33
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23066 0 0 0 57123 10 0 0 25 0 1 0 367415952 15826944 2748 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2748 75 118 0 3743 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 19316

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=631.33
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23066 0 0 0 63123 10 0 0 25 0 1 0 367415952 15826944 2748 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551280 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2748 75 118 0 3743 0
Current children cumulated CPU time (s) 642.21
Current children cumulated vsize (KiB) 19316

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=691.32
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23068 0 0 0 69122 10 0 0 25 0 1 0 367415952 15826944 2750 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134587821 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2750 75 118 0 3743 0
Current children cumulated CPU time (s) 702.2
Current children cumulated vsize (KiB) 19316

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.96 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=751.33
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23068 0 0 0 75122 11 0 0 25 0 1 0 367415952 15826944 2750 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2750 75 118 0 3743 0
Current children cumulated CPU time (s) 762.21
Current children cumulated vsize (KiB) 19316

[startup+822.302 s]
/proc/loadavg: 1.03 1.00 0.96 2/79 10889
/proc/meminfo: memFree=1705504/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=811.32
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23068 0 0 0 81121 11 0 0 25 0 1 0 367415952 15826944 2750 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134565996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2750 75 118 0 3743 0
Current children cumulated CPU time (s) 822.2
Current children cumulated vsize (KiB) 19316

[startup+882.302 s]
/proc/loadavg: 1.01 1.00 0.96 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=871.32
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23068 0 0 0 87121 11 0 0 25 0 1 0 367415952 15826944 2750 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2750 75 118 0 3743 0
Current children cumulated CPU time (s) 882.2
Current children cumulated vsize (KiB) 19316

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=931.31
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23068 0 0 0 93120 11 0 0 25 0 1 0 367415952 15826944 2750 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134663568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2750 75 118 0 3743 0
Current children cumulated CPU time (s) 942.19
Current children cumulated vsize (KiB) 19316

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=991.31
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23068 0 0 0 99120 11 0 0 25 0 1 0 367415952 15826944 2750 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2750 75 118 0 3743 0
Current children cumulated CPU time (s) 1002.19
Current children cumulated vsize (KiB) 19316

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=1051.3
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23068 0 0 0 105119 11 0 0 25 0 1 0 367415952 15826944 2750 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134565345 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2750 75 118 0 3743 0
Current children cumulated CPU time (s) 1062.18
Current children cumulated vsize (KiB) 19316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=1111.3
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23068 0 0 0 111119 11 0 0 25 0 1 0 367415952 15826944 2750 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551539 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2750 75 118 0 3743 0
Current children cumulated CPU time (s) 1122.18
Current children cumulated vsize (KiB) 19316

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 10889
/proc/meminfo: memFree=1705440/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=3860 CPUtime=10.88
/proc/10885/stat : 10885 (SATzilla2007_R) S 10883 10885 9066 0 -1 4194304 2948 23934 0 0 357 11 695 25 25 0 1 0 367414861 3952640 786 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 965 786 157 260 0 689 0
[pid=10889] ppid=10885 vsize=15456 CPUtime=1171.3
/proc/10889/stat : 10889 (march_dl) R 10885 10885 9066 0 -1 4194304 23068 0 0 0 117119 11 0 0 25 0 1 0 367415952 15826944 2750 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134617531 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10889/statm: 3864 2750 75 118 0 3743 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 19316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 10889
/proc/meminfo: memFree=1711208/2055920 swapFree=4159664/4192956
[pid=10885] ppid=10883 vsize=10520 CPUtime=1200.09
/proc/10885/stat : 10885 (SATzilla2007_R) R 10883 10885 9066 0 -1 4194304 4331 47002 0 0 395 11 119566 37 21 0 1 0 367414861 10772480 2085 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/10885/statm: 2630 2085 164 260 0 2354 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 10520

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.21
CPU time (s): 1200.11
CPU user time (s): 1199.62
CPU system time (s): 0.492925
CPU usage (%): 99.992
Max. virtual memory (cumulated for all children) (KiB): 19316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.62
system time used= 0.492925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51333
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= 28
involuntary context switches= 14965

runsolver used 1.14383 second user time and 3.23251 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Fri Mar  9 21:10:05 UTC 2007

IDJOB= 332338
IDBENCH= 24577
IDSOLVER= 134
FILE ID= node16/332338-1173474605

PBS_JOBID= 4101061

Free space on /tmp= 66435 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/sat-strips-gripper-10t19.sat05-1143.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332338-1173474605/SATzilla2007_R /tmp/evaluation/332338-1173474605/instance-332338-1173474605.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-332338-1173474605 -o ROOT/results/node16/solver-332338-1173474605 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332338-1173474605/SATzilla2007_R /tmp/evaluation/332338-1173474605/instance-332338-1173474605.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  5f1638b2d73ac0a792b4a7e3c6c55623

RANDOM SEED= 873055930

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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:       1719224 kB
Buffers:         39444 kB
Cached:         215292 kB
SwapCached:       2712 kB
Active:         138932 kB
Inactive:       139344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719224 kB
SwapTotal:     4192956 kB
SwapFree:      4159664 kB
Dirty:            9140 kB
Writeback:           0 kB
Mapped:          31036 kB
Slab:            44092 kB
Committed_AS:  1328344 kB
PageTables:       1720 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= 66435 MiB

End job on node16 on Fri Mar  9 21:30:08 UTC 2007