Trace number 319343

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

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-35-4.cnf
MD5SUM688db06c82a913ab415a179d73ef53d1
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.9205
Satisfiable
(Un)Satisfiability was proved
Number of variables48689
Number of clauses204067
Sum of the clauses size609421
Maximum clause length4
Minimum clause length1
Number of clauses of size 1187
Number of clauses of size 284694
Number of clauses of size 336898
Number of clauses of size 482288
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

20.16/20.27	c run March_dl for 5 seconds ... 
20.16/20.27	c Bin: Executing march_dl
20.16/20.27	c child exit by a signal
20.16/20.27	c march_dl returned code 137.
20.16/20.27	c run saps (UBCSAT implementation) for 2 seconds ... 
20.16/20.27	c Bin: Executing ubcsat2006
20.16/20.27	c child exited successfully
20.16/20.27	c ubcsat2006 returned code 0.
20.16/20.27	c satzilla computing base features
20.16/20.27	c satzilla doing unit-prop probe
20.16/20.27	c satzilla doing local search probe
20.16/20.27	c satzilla doing lobjois search-space size estimate
20.16/20.27	c satzilla's ranking:
20.16/20.27	c 1) march_dl: -8308.460309
20.16/20.27	c 2) minisat20+P: 436.980919
20.16/20.27	c 3) kcnfs: 853.239679
20.16/20.27	c 4) kcnfs+P: 999.000000
20.16/20.27	c 5) march_dl+P: 999.000000
20.16/20.27	c 6) vallst+P: 999.000000
20.16/20.27	c 7) zchaff_rand+P: 999.000000
20.16/20.27	c 8) vallst: 999.000000
20.16/20.27	c 9) zchaff_rand: 999.000000
20.16/20.27	c 10) minisat20: 999.000000
20.16/20.27	c satzilla running march_dl ... 
1199.03/1199.43	c Bin: Executing march_dl
1199.03/1199.43	c child exit by a signal
1199.03/1199.43	c march_dl returned code 137.
1199.03/1199.43	c march_dl returned code 137.
1199.03/1199.43	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/node59/watcher-319343-1173029280 -o ROOT/results/node59/solver-319343-1173029280 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319343-1173029280/SATzilla2007_R /tmp/evaluation/319343-1173029280/instance-319343-1173029280.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.73 0.98 0.43 3/64 11202
/proc/meminfo: memFree=1407136/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=1440 CPUtime=0
/proc/11202/stat : 11202 (SATzilla2007_R) R 11200 11202 11040 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 322884794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/11202/statm: 360 110 95 260 0 84 0
[pid=11203] ppid=11202 vsize=3724 CPUtime=0
/proc/11203/stat : 11203 (march_dl) R 11202 11202 11040 0 -1 4194304 468 0 0 0 0 0 0 0 18 0 1 0 322884794 3813376 463 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11203/statm: 931 467 49 118 0 810 0

[startup+0.0961229 s]
/proc/loadavg: 1.73 0.98 0.43 3/64 11202
/proc/meminfo: memFree=1407136/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=1440 CPUtime=0
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322884794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11202/statm: 360 110 95 260 0 84 0
[pid=11203] ppid=11202 vsize=6280 CPUtime=0.08
/proc/11203/stat : 11203 (march_dl) R 11202 11202 11040 0 -1 4194304 1319 0 0 0 8 0 0 0 19 0 1 0 322884794 6430720 1314 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11203/statm: 1570 1314 50 118 0 1449 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7720

[startup+0.101123 s]
/proc/loadavg: 1.73 0.98 0.43 3/64 11202
/proc/meminfo: memFree=1407136/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=1440 CPUtime=0
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322884794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11202/statm: 360 110 95 260 0 84 0
[pid=11203] ppid=11202 vsize=6412 CPUtime=0.09
/proc/11203/stat : 11203 (march_dl) R 11202 11202 11040 0 -1 4194304 1339 0 0 0 9 0 0 0 19 0 1 0 322884794 6565888 1334 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11203/statm: 1603 1334 50 118 0 1482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7852

[startup+0.301144 s]
/proc/loadavg: 1.73 0.98 0.43 3/64 11202
/proc/meminfo: memFree=1407136/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=1440 CPUtime=0
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322884794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11202/statm: 360 110 95 260 0 84 0
[pid=11203] ppid=11202 vsize=8920 CPUtime=0.29
/proc/11203/stat : 11203 (march_dl) R 11202 11202 11040 0 -1 4194304 2105 0 0 0 28 1 0 0 21 0 1 0 322884794 9134080 2100 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11203/statm: 2230 2101 50 118 0 2109 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10360

[startup+0.701188 s]
/proc/loadavg: 1.73 0.98 0.43 3/64 11202
/proc/meminfo: memFree=1407136/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=1440 CPUtime=0
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322884794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11202/statm: 360 110 95 260 0 84 0
[pid=11203] ppid=11202 vsize=21112 CPUtime=0.69
/proc/11203/stat : 11203 (march_dl) R 11202 11202 11040 0 -1 4194304 4857 0 0 0 67 2 0 0 24 0 1 0 322884794 21618688 4413 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617562 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11203/statm: 5278 4413 55 118 0 5157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22552

[startup+1.50227 s]
/proc/loadavg: 1.67 0.98 0.43 2/66 11204
/proc/meminfo: memFree=1389456/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=1440 CPUtime=0
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322884794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11202/statm: 360 110 95 260 0 84 0
[pid=11203] ppid=11202 vsize=21064 CPUtime=1.49
/proc/11203/stat : 11203 (march_dl) R 11202 11202 11040 0 -1 4194304 4877 0 0 0 147 2 0 0 25 0 1 0 322884794 21569536 4417 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134545971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11203/statm: 5266 4417 55 118 0 5145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22504

[startup+3.10146 s]
/proc/loadavg: 1.67 0.98 0.43 2/66 11204
/proc/meminfo: memFree=1389264/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=1440 CPUtime=0
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322884794 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11202/statm: 360 110 95 260 0 84 0
[pid=11203] ppid=11202 vsize=21132 CPUtime=3.08
/proc/11203/stat : 11203 (march_dl) R 11202 11202 11040 0 -1 4194304 5216 0 0 0 306 2 0 0 25 0 1 0 322884794 21639168 4497 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134524826 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11203/statm: 5283 4497 65 118 0 5162 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22572

[startup+6.3018 s]
/proc/loadavg: 1.62 0.98 0.44 2/66 11205
/proc/meminfo: memFree=1393360/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=1440 CPUtime=4.99
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 135 12734 0 0 0 0 493 6 16 0 1 0 322884794 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11202/statm: 360 111 96 260 0 84 0
[pid=11205] ppid=11202 vsize=18488 CPUtime=1.27
/proc/11205/stat : 11205 (ubcsat2006) R 11202 11202 11040 0 -1 4194304 3514 0 0 0 126 1 0 0 25 0 1 0 322885296 18931712 3497 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11205/statm: 4622 3497 156 64 0 4203 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19928

[startup+12.7015 s]
/proc/loadavg: 1.57 0.98 0.44 2/65 11205
/proc/meminfo: memFree=1386592/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=22332 CPUtime=12.66
/proc/11202/stat : 11202 (SATzilla2007_R) R 11200 11202 11040 0 -1 4194304 5242 16256 0 0 532 3 723 8 25 0 1 0 322884794 22867968 5211 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/11202/statm: 5583 5211 121 260 0 5307 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 22332

[startup+25.5019 s]
/proc/loadavg: 1.44 0.98 0.45 2/66 11206
/proc/meminfo: memFree=1362584/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=35200 CPUtime=5.2
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 12935 0 0 0 514 6 0 0 25 0 1 0 322886822 36044800 7923 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134651492 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 8800 7923 69 118 0 8679 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 49596

[startup+51.1017 s]
/proc/loadavg: 1.29 0.98 0.46 2/66 11206
/proc/meminfo: memFree=1341976/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=30.79
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 3051 28 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551002 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 73068

[startup+102.305 s]
/proc/loadavg: 1.12 0.98 0.49 2/66 11206
/proc/meminfo: memFree=1341976/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=81.98
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 8170 28 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553208 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 73068

[startup+162.302 s]
/proc/loadavg: 1.04 0.98 0.52 2/66 11206
/proc/meminfo: memFree=1341912/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=141.96
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 14168 28 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552139 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 73068

[startup+222.302 s]
/proc/loadavg: 1.01 0.98 0.54 2/66 11206
/proc/meminfo: memFree=1341912/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=201.94
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 20166 28 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 73068

[startup+282.301 s]
/proc/loadavg: 1.00 0.98 0.57 2/66 11206
/proc/meminfo: memFree=1341848/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=261.93
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 26165 28 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 73068

[startup+342.302 s]
/proc/loadavg: 1.00 0.98 0.59 2/66 11206
/proc/meminfo: memFree=1341848/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=321.91
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 32163 28 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 73068


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

[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=441.88
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 44160 28 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 73068

[startup+522.302 s]
/proc/loadavg: 1.00 0.98 0.66 2/66 11206
/proc/meminfo: memFree=1341848/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=501.87
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 50158 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134573182 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 73068

[startup+582.301 s]
/proc/loadavg: 1.00 0.98 0.67 2/66 11206
/proc/meminfo: memFree=1341848/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=561.85
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 56156 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134521485 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 73068

[startup+642.302 s]
/proc/loadavg: 1.00 0.98 0.69 2/66 11206
/proc/meminfo: memFree=1341912/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=621.84
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 62155 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551088 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 73068

[startup+702.301 s]
/proc/loadavg: 1.00 0.98 0.71 2/66 11206
/proc/meminfo: memFree=1341912/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=681.82
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 68153 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 73068

[startup+762.306 s]
/proc/loadavg: 1.00 0.98 0.73 2/66 11206
/proc/meminfo: memFree=1341848/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=741.81
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 74152 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 73068

[startup+822.302 s]
/proc/loadavg: 1.00 0.98 0.74 2/66 11206
/proc/meminfo: memFree=1341912/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=801.79
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 80150 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 73068

[startup+882.301 s]
/proc/loadavg: 1.00 0.98 0.75 2/66 11206
/proc/meminfo: memFree=1341848/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=861.78
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 86149 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552139 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 73068

[startup+942.302 s]
/proc/loadavg: 1.00 0.98 0.76 2/66 11208
/proc/meminfo: memFree=1341912/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=921.76
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 92147 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551843 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 73068

[startup+1002.3 s]
/proc/loadavg: 1.00 0.98 0.77 2/66 11208
/proc/meminfo: memFree=1341912/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=981.74
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 98145 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134573160 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 73068

[startup+1062.3 s]
/proc/loadavg: 1.00 0.98 0.79 2/66 11208
/proc/meminfo: memFree=1341848/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=1041.73
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 104144 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 73068

[startup+1122.3 s]
/proc/loadavg: 1.00 0.98 0.80 2/66 11208
/proc/meminfo: memFree=1341912/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=1101.71
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 110142 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551879 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 73068

[startup+1182.3 s]
/proc/loadavg: 1.00 0.98 0.81 2/66 11208
/proc/meminfo: memFree=1341848/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=14396 CPUtime=20.24
/proc/11202/stat : 11202 (SATzilla2007_R) S 11200 11202 11040 0 -1 4194304 12717 16256 0 0 1284 9 723 8 25 0 1 0 322884794 14741504 3365 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11202/statm: 3599 3365 157 260 0 3323 0
[pid=11206] ppid=11202 vsize=58672 CPUtime=1161.7
/proc/11206/stat : 11206 (march_dl) R 11202 11202 11040 0 -1 4194304 35763 0 0 0 116141 29 0 0 25 0 1 0 322886822 60080128 13108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551106 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11206/statm: 14668 13108 75 118 0 14547 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 73068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.98 0.81 2/65 11208
/proc/meminfo: memFree=1360160/2055920 swapFree=4183756/4192956
[pid=11202] ppid=11200 vsize=77816 CPUtime=1200.05
/proc/11202/stat : 11202 (SATzilla2007_R) R 11200 11202 11040 0 -1 4194304 21551 52019 0 0 1370 20 118576 39 25 0 1 0 322884794 79683584 11899 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/11202/statm: 19454 11899 165 260 0 19178 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 77816

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.41
CPU time (s): 1200.07
CPU user time (s): 1199.47
CPU system time (s): 0.600908
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 77816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.47
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73570
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= 27
involuntary context switches= 1923

runsolver used 1.21981 second user time and 2.6376 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Mar  4 17:28:01 UTC 2007

IDJOB= 319343
IDBENCH= 20476
IDSOLVER= 134
FILE ID= node59/319343-1173029280

PBS_JOBID= 4012447

Free space on /tmp= 66511 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-sha0-35-4.cnf
COMMAND LINE= /tmp/evaluation/319343-1173029280/SATzilla2007_R /tmp/evaluation/319343-1173029280/instance-319343-1173029280.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-319343-1173029280 -o ROOT/results/node59/solver-319343-1173029280 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319343-1173029280/SATzilla2007_R /tmp/evaluation/319343-1173029280/instance-319343-1173029280.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  688db06c82a913ab415a179d73ef53d1

RANDOM SEED= 266667243

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1407480 kB
Buffers:         42916 kB
Cached:         511492 kB
SwapCached:       3124 kB
Active:         273808 kB
Inactive:       292816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1407480 kB
SwapTotal:     4192956 kB
SwapFree:      4183756 kB
Dirty:           12352 kB
Writeback:           0 kB
Mapped:          18204 kB
Slab:            67720 kB
Committed_AS:   646944 kB
PageTables:       1480 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= 66511 MiB

End job on node59 on Sun Mar  4 17:48:03 UTC 2007