Trace number 339647

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 CRAFTEDUNSAT 1059.89 1060.26

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
MD5SUMd8fa78c834564753f42ad3a5aaefa23a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark817.572
Satisfiable
(Un)Satisfiability was proved
Number of variables796
Number of clauses10039
Sum of the clauses size30316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39840
Number of clauses of size 4199
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.47/10.57	c run March_dl for 5 seconds ... 
10.47/10.57	c Bin: Executing march_dl
10.47/10.57	c child exit by a signal
10.47/10.57	c march_dl returned code 137.
10.47/10.57	c run saps (UBCSAT implementation) for 2 seconds ... 
10.47/10.57	c Bin: Executing ubcsat2006
10.47/10.57	c child exited successfully
10.47/10.57	c ubcsat2006 returned code 0.
10.47/10.57	c satzilla computing base features
10.47/10.57	c satzilla doing unit-prop probe
10.47/10.57	c satzilla doing local search probe
10.47/10.57	c satzilla doing lobjois search-space size estimate
10.47/10.57	c satzilla's ranking:
10.47/10.57	c 1) march_dl+P: 2.692470
10.47/10.57	c 2) vallst+P: 2.695525
10.47/10.57	c 3) minisat20+P: 2.796738
10.47/10.57	c 4) zchaff_rand+P: 3.137392
10.47/10.57	c 5) march_dl: 3.137989
10.47/10.57	c 6) minisat20: 3.580223
10.47/10.57	c 7) kcnfs+P: 999.000000
10.47/10.57	c 8) kcnfs: 999.000000
10.47/10.57	c 9) vallst: 999.000000
10.47/10.57	c 10) zchaff_rand: 999.000000
10.47/10.57	c satzilla running march_dl with preprocessing ... 
1059.80/1060.25	c Preprocessing...
1059.80/1060.25	c Inital problem has 796 variables, 10039 nary clauses (0 binary clauses).
1059.80/1060.25	c Num non-binary clauses 10039, Average non-binary clause length 3.020
1059.80/1060.25	c Theory has no gaps
1059.80/1060.25	c Preprocessor runtime was 0.020 seconds.
1059.80/1060.25	c 
1059.80/1060.25	c Satisfiability of theory still undetermined.
1059.80/1060.25	c See file /tmp/4TrJsA for simplified theory.
1059.80/1060.25	c Bin: Executing march_dl
1059.80/1060.25	c child exited successfully
1059.80/1060.25	c march_dl returned code 20.
1059.80/1060.25	s UNSATISFIABLE
1059.80/1060.25	c SATZILLA_TIME=1060.030000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-339647-1173708895 -o ROOT/results/node44/solver-339647-1173708895 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339647-1173708895/SATzilla2007_C /tmp/evaluation/339647-1173708895/instance-339647-1173708895.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.92 1.04 1.02 3/64 14932
/proc/meminfo: memFree=1795400/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=1440 CPUtime=0
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390845612 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 360 110 95 260 0 84 0
[pid=14933] ppid=14932 vsize=768 CPUtime=0
/proc/14933/stat : 14933 (march_dl) R 14932 14932 14595 0 -1 4194304 98 0 0 0 0 0 0 0 19 0 1 0 390845612 786432 93 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14933/statm: 192 93 50 118 0 71 0

[startup+0.0899701 s]
/proc/loadavg: 0.92 1.04 1.02 3/64 14932
/proc/meminfo: memFree=1795400/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=1440 CPUtime=0
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390845612 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 360 110 95 260 0 84 0
[pid=14933] ppid=14932 vsize=4556 CPUtime=0.08
/proc/14933/stat : 14933 (march_dl) R 14932 14932 14595 0 -1 4194304 1377 0 0 0 8 0 0 0 19 0 1 0 390845612 4665344 1058 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134656045 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14933/statm: 1139 1058 73 118 0 1018 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5996

[startup+0.101971 s]
/proc/loadavg: 0.92 1.04 1.02 3/64 14932
/proc/meminfo: memFree=1795400/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=1440 CPUtime=0
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390845612 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 360 110 95 260 0 84 0
[pid=14933] ppid=14932 vsize=4840 CPUtime=0.09
/proc/14933/stat : 14933 (march_dl) R 14932 14932 14595 0 -1 4194304 1451 0 0 0 9 0 0 0 20 0 1 0 390845612 4956160 1097 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14933/statm: 1210 1097 73 118 0 1089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6280

[startup+0.302007 s]
/proc/loadavg: 0.92 1.04 1.02 3/64 14932
/proc/meminfo: memFree=1795400/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=1440 CPUtime=0
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390845612 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 360 110 95 260 0 84 0
[pid=14933] ppid=14932 vsize=7500 CPUtime=0.29
/proc/14933/stat : 14933 (march_dl) R 14932 14932 14595 0 -1 4194304 2124 0 0 0 27 2 0 0 21 0 1 0 390845612 7680000 1770 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14933/statm: 1875 1770 73 118 0 1754 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8940

[startup+0.70108 s]
/proc/loadavg: 0.92 1.04 1.02 3/64 14932
/proc/meminfo: memFree=1795400/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=1440 CPUtime=0
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390845612 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 360 110 95 260 0 84 0
[pid=14933] ppid=14932 vsize=8264 CPUtime=0.69
/proc/14933/stat : 14933 (march_dl) R 14932 14932 14595 0 -1 4194304 2313 0 0 0 64 5 0 0 24 0 1 0 390845612 8462336 1959 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14933/statm: 2066 1959 73 118 0 1945 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9704

[startup+1.50123 s]
/proc/loadavg: 0.92 1.04 1.02 2/66 14934
/proc/meminfo: memFree=1787640/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=1440 CPUtime=0
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390845612 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 360 110 95 260 0 84 0
[pid=14933] ppid=14932 vsize=8416 CPUtime=1.49
/proc/14933/stat : 14933 (march_dl) R 14932 14932 14595 0 -1 4194304 2362 0 0 0 140 9 0 0 25 0 1 0 390845612 8617984 2007 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14933/statm: 2104 2007 73 118 0 1983 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9856

[startup+3.10152 s]
/proc/loadavg: 0.92 1.04 1.02 2/66 14934
/proc/meminfo: memFree=1787320/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=1440 CPUtime=0
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 390845612 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 360 110 95 260 0 84 0
[pid=14933] ppid=14932 vsize=8724 CPUtime=3.09
/proc/14933/stat : 14933 (march_dl) R 14932 14932 14595 0 -1 4194304 2408 0 0 0 290 19 0 0 25 0 1 0 390845612 8933376 2053 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14933/statm: 2181 2053 73 118 0 2060 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10164

[startup+6.3011 s]
/proc/loadavg: 0.93 1.04 1.02 2/66 14935
/proc/meminfo: memFree=1794168/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=1440 CPUtime=4.99
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 135 2408 0 0 0 0 468 31 16 0 1 0 390845612 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14932/statm: 360 111 96 260 0 84 0
[pid=14935] ppid=14932 vsize=6188 CPUtime=1.28
/proc/14935/stat : 14935 (ubcsat2006) R 14932 14932 14595 0 -1 4194304 374 0 0 0 117 11 0 0 25 0 1 0 390846113 6336512 357 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14935/statm: 1547 357 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7013 s]
/proc/loadavg: 0.93 1.04 1.02 2/66 14936
/proc/meminfo: memFree=1785088/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8536 CPUtime=2.07
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 2376 0 0 0 194 13 0 0 25 0 1 0 390846673 8740864 2020 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2134 2020 73 118 0 2013 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 11956

[startup+25.5016 s]
/proc/loadavg: 0.95 1.04 1.01 2/66 14936
/proc/meminfo: memFree=1784640/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=14.87
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 1409 78 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134564417 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 12328

[startup+51.1013 s]
/proc/loadavg: 0.97 1.03 1.01 2/66 14936
/proc/meminfo: memFree=1784576/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=40.45
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 3967 78 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134587103 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 12328

[startup+102.306 s]
/proc/loadavg: 0.98 1.03 1.01 2/66 14936
/proc/meminfo: memFree=1784576/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=91.64
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 9086 78 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134528181 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 12328

[startup+162.302 s]
/proc/loadavg: 0.99 1.02 1.00 2/66 14936
/proc/meminfo: memFree=1784576/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=151.62
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 15084 78 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134527841 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 12328

[startup+222.303 s]
/proc/loadavg: 0.99 1.01 1.00 2/66 14936
/proc/meminfo: memFree=1784512/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=211.6
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 21082 78 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134564416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 12328

[startup+282.302 s]
/proc/loadavg: 0.99 1.01 1.00 2/66 14936
/proc/meminfo: memFree=1784512/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=271.58
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 27080 78 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 12328

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784448/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=331.56
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 33078 78 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134566690 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0

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


[startup+762.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784256/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=751.42
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 75063 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134564979 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 12328

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784256/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=811.4
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 81061 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134564353 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 12328

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784192/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=871.38
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 87059 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134566640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 12328

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784192/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=931.36
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 93057 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551713 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 12328

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784128/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=991.34
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 99055 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134528378 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 12328

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

[startup+1023.9 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784128/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=1012.93
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 101214 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134527922 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 1023.51
Current children cumulated vsize (KiB) 12328

[startup+1036.7 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784064/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=1025.73
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 102494 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134663598 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 1036.31
Current children cumulated vsize (KiB) 12328

[startup+1049.5 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784064/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=1038.52
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 103773 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134564353 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 1049.1
Current children cumulated vsize (KiB) 12328

[startup+1055.9 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784064/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=1044.93
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 104414 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134564419 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 1055.51
Current children cumulated vsize (KiB) 12328

[startup+1057.5 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784064/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=1046.52
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 104573 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134564422 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 1057.1
Current children cumulated vsize (KiB) 12328

[startup+1059.1 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784064/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=1048.12
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 104733 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 1058.7
Current children cumulated vsize (KiB) 12328

[startup+1059.9 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784064/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=1048.92
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 104813 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134564364 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 1059.5
Current children cumulated vsize (KiB) 12328

[startup+1060.1 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784064/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=1049.12
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 104833 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134527862 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 1059.7
Current children cumulated vsize (KiB) 12328

[startup+1060.2 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14936
/proc/meminfo: memFree=1784064/2055920 swapFree=4183776/4192956
[pid=14932] ppid=14930 vsize=3420 CPUtime=10.58
/proc/14932/stat : 14932 (SATzilla2007_C) S 14930 14932 14595 0 -1 4194304 1204 2788 0 0 320 16 670 52 25 0 1 0 390845612 3502080 672 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14932/statm: 855 672 165 260 0 579 0
[pid=14936] ppid=14932 vsize=8908 CPUtime=1049.22
/proc/14936/stat : 14936 (march_dl) R 14932 14932 14595 0 -1 4194304 3125 0 0 0 104843 79 0 0 25 0 1 0 390846673 9121792 2113 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134588367 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14936/statm: 2227 2113 75 118 0 2106 0
Current children cumulated CPU time (s) 1059.8
Current children cumulated vsize (KiB) 12328

Child status: 20
Real time (s): 1060.26
CPU time (s): 1059.89
CPU user time (s): 1058.4
CPU system time (s): 1.48777
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 14144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1058.4
system time used= 1.48777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7127
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= 24
involuntary context switches= 2856

runsolver used 0.72189 second user time and 2.24766 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Mar 12 14:14:55 UTC 2007

IDJOB= 339647
IDBENCH= 24751
IDSOLVER= 135
FILE ID= node44/339647-1173708895

PBS_JOBID= 4101769

Free space on /tmp= 66521 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339647-1173708895/SATzilla2007_C /tmp/evaluation/339647-1173708895/instance-339647-1173708895.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-339647-1173708895 -o ROOT/results/node44/solver-339647-1173708895 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339647-1173708895/SATzilla2007_C /tmp/evaluation/339647-1173708895/instance-339647-1173708895.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  d8fa78c834564753f42ad3a5aaefa23a

RANDOM SEED= 75890338

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.261
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.261
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:       1795744 kB
Buffers:         31228 kB
Cached:         180152 kB
SwapCached:       3500 kB
Active:         113696 kB
Inactive:       108020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795744 kB
SwapTotal:     4192956 kB
SwapFree:      4183776 kB
Dirty:            8508 kB
Writeback:           0 kB
Mapped:          15456 kB
Slab:            24408 kB
Committed_AS:   762632 kB
PageTables:       1396 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= 66521 MiB

End job on node44 on Mon Mar 12 14:32:35 UTC 2007