Trace number 319302

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

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-35-3.cnf
MD5SUM41d0118c47af202f6c4d6c3e9e8bdfb7
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.9935
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: -8315.274311
20.16/20.27	c 2) minisat20+P: 438.755113
20.16/20.27	c 3) kcnfs: 851.809377
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.52	c Bin: Executing march_dl
1199.03/1199.52	c child exit by a signal
1199.03/1199.52	c march_dl returned code 137.
1199.03/1199.52	c march_dl returned code 137.
1199.03/1199.52	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/node65/watcher-319302-1173028943 -o ROOT/results/node65/solver-319302-1173028943 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319302-1173028943/SATzilla2007_R /tmp/evaluation/319302-1173028943/instance-319302-1173028943.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.00 0.00 0.00 3/64 27782
/proc/meminfo: memFree=945120/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=1440 CPUtime=0
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322851830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 360 110 95 260 0 84 0
[pid=27783] ppid=27782 vsize=3724 CPUtime=0
/proc/27783/stat : 27783 (march_dl) R 27782 27782 27707 0 -1 4194304 465 0 0 0 0 0 0 0 20 0 1 0 322851830 3813376 460 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27783/statm: 931 463 49 118 0 810 0

[startup+0.063734 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 27782
/proc/meminfo: memFree=945120/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=1440 CPUtime=0
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322851830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 360 110 95 260 0 84 0
[pid=27783] ppid=27782 vsize=5884 CPUtime=0.05
/proc/27783/stat : 27783 (march_dl) R 27782 27782 27707 0 -1 4194304 1191 0 0 0 5 0 0 0 20 0 1 0 322851830 6025216 1186 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27783/statm: 1471 1186 50 118 0 1350 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7324

[startup+0.101739 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 27782
/proc/meminfo: memFree=945120/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=1440 CPUtime=0
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322851830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 360 110 95 260 0 84 0
[pid=27783] ppid=27782 vsize=6412 CPUtime=0.09
/proc/27783/stat : 27783 (march_dl) R 27782 27782 27707 0 -1 4194304 1336 0 0 0 9 0 0 0 20 0 1 0 322851830 6565888 1331 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27783/statm: 1603 1331 50 118 0 1482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7852

[startup+0.301772 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 27782
/proc/meminfo: memFree=945120/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=1440 CPUtime=0
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322851830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 360 110 95 260 0 84 0
[pid=27783] ppid=27782 vsize=8920 CPUtime=0.28
/proc/27783/stat : 27783 (march_dl) R 27782 27782 27707 0 -1 4194304 2097 0 0 0 28 0 0 0 20 0 1 0 322851830 9134080 2092 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27783/statm: 2230 2092 50 118 0 2109 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10360

[startup+0.701838 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 27782
/proc/meminfo: memFree=945120/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=1440 CPUtime=0
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322851830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 360 110 95 260 0 84 0
[pid=27783] ppid=27782 vsize=21112 CPUtime=0.69
/proc/27783/stat : 27783 (march_dl) R 27782 27782 27707 0 -1 4194304 4857 0 0 0 67 2 0 0 24 0 1 0 322851830 21618688 4413 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546877 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27783/statm: 5278 4413 55 118 0 5157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22552

[startup+1.50197 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 27784
/proc/meminfo: memFree=927504/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=1440 CPUtime=0
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322851830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 360 110 95 260 0 84 0
[pid=27783] ppid=27782 vsize=21064 CPUtime=1.49
/proc/27783/stat : 27783 (march_dl) R 27782 27782 27707 0 -1 4194304 4877 0 0 0 147 2 0 0 25 0 1 0 322851830 21569536 4417 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27783/statm: 5266 4417 55 118 0 5145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22504

[startup+3.10123 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 27784
/proc/meminfo: memFree=927376/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=1440 CPUtime=0
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 322851830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 360 110 95 260 0 84 0
[pid=27783] ppid=27782 vsize=21132 CPUtime=3.09
/proc/27783/stat : 27783 (march_dl) R 27782 27782 27707 0 -1 4194304 5212 0 0 0 307 2 0 0 25 0 1 0 322851830 21639168 4497 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134519427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27783/statm: 5283 4497 65 118 0 5162 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22572

[startup+6.30175 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 27785
/proc/meminfo: memFree=931344/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=1440 CPUtime=4.99
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 135 12920 0 0 0 0 493 6 16 0 1 0 322851830 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27782/statm: 360 111 96 260 0 84 0
[pid=27785] ppid=27782 vsize=18488 CPUtime=1.27
/proc/27785/stat : 27785 (ubcsat2006) R 27782 27782 27707 0 -1 4194304 3509 0 0 0 126 1 0 0 25 0 1 0 322852331 18931712 3492 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27785/statm: 4622 3492 156 64 0 4203 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19928

[startup+12.7018 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 27785
/proc/meminfo: memFree=924632/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=22332 CPUtime=12.66
/proc/27782/stat : 27782 (SATzilla2007_R) R 27780 27782 27707 0 -1 4194304 5241 16437 0 0 532 4 722 8 25 0 1 0 322851830 22867968 5210 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/27782/statm: 5583 5210 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: 0.34 0.08 0.02 2/66 27786
/proc/meminfo: memFree=900368/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=37288 CPUtime=5.21
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 13612 0 0 0 516 5 0 0 25 0 1 0 322853857 38182912 8424 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559280 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 9322 8424 69 118 0 9201 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 51684

[startup+51.102 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 27786
/proc/meminfo: memFree=880528/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=56180 CPUtime=30.8
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 47825 0 0 0 3047 33 0 0 25 0 1 0 322853857 57528320 12897 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134571803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14045 12897 75 118 0 13924 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 70576

[startup+102.305 s]
/proc/loadavg: 0.81 0.28 0.10 2/66 27786
/proc/meminfo: memFree=880592/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=56180 CPUtime=81.98
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 47825 0 0 0 8165 33 0 0 25 0 1 0 322853857 57528320 12897 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134573152 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14045 12897 75 118 0 13924 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 70576

[startup+162.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/66 27786
/proc/meminfo: memFree=880592/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=56180 CPUtime=141.95
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 47825 0 0 0 14162 33 0 0 25 0 1 0 322853857 57528320 12897 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567346 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14045 12897 75 118 0 13924 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 70576

[startup+222.302 s]
/proc/loadavg: 0.97 0.51 0.20 2/66 27786
/proc/meminfo: memFree=880592/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=56180 CPUtime=201.93
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 47825 0 0 0 20160 33 0 0 25 0 1 0 322853857 57528320 12897 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14045 12897 75 118 0 13924 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 70576

[startup+282.303 s]
/proc/loadavg: 0.99 0.60 0.25 2/66 27786
/proc/meminfo: memFree=880400/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=56584 CPUtime=261.91
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 47899 0 0 0 26158 33 0 0 25 0 1 0 322853857 57942016 12971 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14146 12971 75 118 0 14025 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 70980

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.29 2/66 27786
/proc/meminfo: memFree=879760/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57492 CPUtime=321.89
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48061 0 0 0 32156 33 0 0 25 0 1 0 322853857 58871808 13133 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552082 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14373 13133 75 118 0 14252 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 71888


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

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/66 27786
/proc/meminfo: memFree=879760/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57492 CPUtime=501.84
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48063 0 0 0 50150 34 0 0 25 0 1 0 322853857 58871808 13135 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551110 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14373 13135 75 118 0 14252 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 71888

[startup+582.301 s]
/proc/loadavg: 0.99 0.84 0.44 2/66 27786
/proc/meminfo: memFree=879760/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57492 CPUtime=561.81
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48064 0 0 0 56147 34 0 0 25 0 1 0 322853857 58871808 13136 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14373 13136 75 118 0 14252 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 71888

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.47 2/66 27786
/proc/meminfo: memFree=879696/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57492 CPUtime=621.8
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48064 0 0 0 62146 34 0 0 25 0 1 0 322853857 58871808 13136 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14373 13136 75 118 0 14252 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 71888

[startup+702.302 s]
/proc/loadavg: 0.99 0.89 0.50 2/66 27786
/proc/meminfo: memFree=879696/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57492 CPUtime=681.77
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48064 0 0 0 68143 34 0 0 25 0 1 0 322853857 58871808 13136 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134573182 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14373 13136 75 118 0 14252 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 71888

[startup+762.306 s]
/proc/loadavg: 0.99 0.91 0.53 2/66 27786
/proc/meminfo: memFree=879824/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57492 CPUtime=741.75
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48064 0 0 0 74141 34 0 0 25 0 1 0 322853857 58871808 13136 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14373 13136 75 118 0 14252 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 71888

[startup+822.301 s]
/proc/loadavg: 0.99 0.92 0.56 2/66 27786
/proc/meminfo: memFree=879888/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57492 CPUtime=801.73
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48064 0 0 0 80139 34 0 0 25 0 1 0 322853857 58871808 13136 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14373 13136 75 118 0 14252 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 71888

[startup+882.301 s]
/proc/loadavg: 0.99 0.93 0.58 2/66 27786
/proc/meminfo: memFree=879824/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57492 CPUtime=861.71
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48069 0 0 0 86137 34 0 0 25 0 1 0 322853857 58871808 13141 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527604 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14373 13141 75 118 0 14252 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 71888

[startup+942.303 s]
/proc/loadavg: 0.99 0.94 0.61 2/66 27786
/proc/meminfo: memFree=879824/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57492 CPUtime=921.69
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48069 0 0 0 92135 34 0 0 25 0 1 0 322853857 58871808 13141 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533151 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14373 13141 75 118 0 14252 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 71888

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/66 27786
/proc/meminfo: memFree=879824/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57492 CPUtime=981.66
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48069 0 0 0 98132 34 0 0 25 0 1 0 322853857 58871808 13141 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14373 13141 75 118 0 14252 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 71888

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/66 27786
/proc/meminfo: memFree=879760/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57624 CPUtime=1041.65
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48076 0 0 0 104130 35 0 0 25 0 1 0 322853857 59006976 13148 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553675 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14406 13148 75 118 0 14285 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 72020

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/66 27786
/proc/meminfo: memFree=879696/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57624 CPUtime=1101.63
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48076 0 0 0 110128 35 0 0 25 0 1 0 322853857 59006976 13148 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134565415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14406 13148 75 118 0 14285 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 72020

[startup+1182.3 s]
/proc/loadavg: 1.06 0.98 0.69 2/66 27788
/proc/meminfo: memFree=879568/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=14396 CPUtime=20.23
/proc/27782/stat : 27782 (SATzilla2007_R) S 27780 27782 27707 0 -1 4194304 12706 16437 0 0 1285 8 722 8 25 0 1 0 322851830 14741504 3363 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 3599 3363 157 260 0 3323 0
[pid=27786] ppid=27782 vsize=57624 CPUtime=1161.6
/proc/27786/stat : 27786 (march_dl) R 27782 27782 27707 0 -1 4194304 48076 0 0 0 116125 35 0 0 25 0 1 0 322853857 59006976 13148 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27786/statm: 14406 13148 75 118 0 14285 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 72020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.04 0.98 0.70 2/65 27788
/proc/meminfo: memFree=897752/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=76956 CPUtime=1200.05
/proc/27782/stat : 27782 (SATzilla2007_R) R 27780 27782 27707 0 -1 4194304 21633 64513 0 0 1370 21 118569 45 25 0 1 0 322851830 78802944 11992 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/27782/statm: 19239 11992 165 260 0 18963 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 76956

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

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

[startup+1200.5 s]
/proc/loadavg: 1.04 0.98 0.70 2/65 27788
/proc/meminfo: memFree=897752/2055920 swapFree=4184084/4192956
[pid=27782] ppid=27780 vsize=76956 CPUtime=1200.05
/proc/27782/stat : 27782 (SATzilla2007_R) R 27780 27782 27707 0 -1 4194304 21633 64513 0 0 1370 21 118569 45 25 0 1 0 322851830 78802944 11992 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/27782/statm: 19239 11992 165 260 0 18963 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 76956

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.4
CPU system time (s): 0.676897
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 76956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.4
system time used= 0.676897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86146
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= 29
involuntary context switches= 2559

runsolver used 1.22881 second user time and 2.69159 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Sun Mar  4 17:22:23 UTC 2007

IDJOB= 319302
IDBENCH= 20475
IDSOLVER= 134
FILE ID= node65/319302-1173028943

PBS_JOBID= 4012443

Free space on /tmp= 66501 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  41d0118c47af202f6c4d6c3e9e8bdfb7

RANDOM SEED= 201207747

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:        945592 kB
Buffers:         39136 kB
Cached:         998384 kB
SwapCached:       3016 kB
Active:         720144 kB
Inactive:       326884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        945592 kB
SwapTotal:     4192956 kB
SwapFree:      4184084 kB
Dirty:           12364 kB
Writeback:           0 kB
Mapped:          15336 kB
Slab:            49316 kB
Committed_AS:   742628 kB
PageTables:       1456 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= 66501 MiB

End job on node65 on Sun Mar  4 17:42:25 UTC 2007