Trace number 339016

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

Namecrafted/Difficult/contest05/others/
sgp_5-5-6.sat05-2675.reshuffled-07.cnf
MD5SUM531549e214a293ad3adf6ddff17eb882
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables18450
Number of clauses200640
Sum of the clauses size464115
Maximum clause length30
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 2148485
Number of clauses of size 350895
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51200

Solver Data (download as text)

15.58/15.60	c run March_dl for 5 seconds ... 
15.58/15.60	c Bin: Executing march_dl
15.58/15.60	c child exit by a signal
15.58/15.60	c march_dl returned code 137.
15.58/15.60	c run saps (UBCSAT implementation) for 2 seconds ... 
15.58/15.60	c Bin: Executing ubcsat2006
15.58/15.60	c child exited successfully
15.58/15.60	c ubcsat2006 returned code 0.
15.58/15.60	c satzilla computing base features
15.58/15.60	c satzilla doing unit-prop probe
15.58/15.60	c satzilla doing local search probe
15.58/15.60	c satzilla doing lobjois search-space size estimate
15.58/15.60	c satzilla's ranking:
15.58/15.60	c 1) kcnfs: -650.658194
15.58/15.60	c 2) march_dl: -611.307998
15.58/15.60	c 3) minisat20+P: 222.721380
15.58/15.60	c 4) kcnfs+P: 999.000000
15.58/15.60	c 5) march_dl+P: 999.000000
15.58/15.60	c 6) vallst+P: 999.000000
15.58/15.60	c 7) zchaff_rand+P: 999.000000
15.58/15.60	c 8) vallst: 999.000000
15.58/15.60	c 9) zchaff_rand: 999.000000
15.58/15.60	c 10) minisat20: 999.000000
15.58/15.60	c satzilla running kcnfs ... 
15.59/15.97	c Bin: Executing kcnfs
15.59/15.97	c child exited successfully
15.59/15.97	c kcnfs returned code 0.
15.59/15.97	c kcnfs returned code 0.
15.59/15.97	c satzilla running march_dl ... 
1199.75/1200.22	c Bin: Executing march_dl
1199.75/1200.22	c child exit by a signal
1199.75/1200.22	c march_dl returned code 137.
1199.75/1200.22	c march_dl returned code 137.
1199.75/1200.22	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/node70/watcher-339016-1173696729 -o ROOT/results/node70/solver-339016-1173696729 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339016-1173696729/SATzilla2007_R /tmp/evaluation/339016-1173696729/instance-339016-1173696729.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.99 0.97 0.99 3/64 17273
/proc/meminfo: memFree=1785904/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=1440 CPUtime=0
/proc/17273/stat : 17273 (SATzilla2007_R) R 17271 17273 17055 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 25972830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/17273/statm: 360 110 95 260 0 84 0
[pid=17274] ppid=17273 vsize=3028 CPUtime=0
/proc/17274/stat : 17274 (march_dl) R 17273 17273 17055 0 -1 4194304 455 0 0 0 0 0 0 0 18 0 1 0 25972830 3100672 450 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17274/statm: 757 453 49 118 0 636 0

[startup+0.0423851 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 17273
/proc/meminfo: memFree=1785904/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=1440 CPUtime=0
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 25972830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 360 110 95 260 0 84 0
[pid=17274] ppid=17273 vsize=3764 CPUtime=0.03
/proc/17274/stat : 17274 (march_dl) R 17273 17273 17055 0 -1 4194304 683 0 0 0 3 0 0 0 20 0 1 0 25972830 3854336 678 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17274/statm: 941 679 50 118 0 820 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5204

[startup+0.102389 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 17273
/proc/meminfo: memFree=1785904/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=1440 CPUtime=0
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 25972830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 360 110 95 260 0 84 0
[pid=17274] ppid=17273 vsize=4556 CPUtime=0.09
/proc/17274/stat : 17274 (march_dl) R 17273 17273 17055 0 -1 4194304 927 0 0 0 9 0 0 0 20 0 1 0 25972830 4665344 922 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17274/statm: 1139 922 50 118 0 1018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5996

[startup+0.301409 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 17273
/proc/meminfo: memFree=1785904/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=1440 CPUtime=0
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 25972830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 360 110 95 260 0 84 0
[pid=17274] ppid=17273 vsize=13532 CPUtime=0.29
/proc/17274/stat : 17274 (march_dl) R 17273 17273 17055 0 -1 4194304 2536 0 0 0 28 1 0 0 21 0 1 0 25972830 13856768 2493 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134547626 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17274/statm: 3383 2493 52 118 0 3262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14972

[startup+0.702449 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 17273
/proc/meminfo: memFree=1785904/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=1440 CPUtime=0
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 25972830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 360 110 95 260 0 84 0
[pid=17274] ppid=17273 vsize=10500 CPUtime=0.69
/proc/17274/stat : 17274 (march_dl) R 17273 17273 17055 0 -1 4194304 3659 0 0 0 67 2 0 0 24 0 1 0 25972830 10752000 1727 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17274/statm: 2625 1727 55 118 0 2504 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11940

[startup+1.50154 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17275
/proc/meminfo: memFree=1777184/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=1440 CPUtime=0
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 25972830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 360 110 95 260 0 84 0
[pid=17274] ppid=17273 vsize=19332 CPUtime=1.49
/proc/17274/stat : 17274 (march_dl) R 17273 17273 17055 0 -1 4194304 8655 0 0 0 146 3 0 0 25 0 1 0 25972830 19795968 3868 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134563125 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17274/statm: 4833 3868 65 118 0 4712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20772

[startup+3.10169 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17275
/proc/meminfo: memFree=1768672/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=1440 CPUtime=0
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 25972830 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 360 110 95 260 0 84 0
[pid=17274] ppid=17273 vsize=20108 CPUtime=3.09
/proc/17274/stat : 17274 (march_dl) R 17273 17273 17055 0 -1 4194304 12826 0 0 0 303 6 0 0 25 0 1 0 25972830 20590592 4107 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542432 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17274/statm: 5027 4107 65 118 0 4906 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21548

[startup+6.30201 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 17276
/proc/meminfo: memFree=1774880/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=1440 CPUtime=5
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 135 19807 0 0 0 0 483 17 17 0 1 0 25972830 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 360 111 96 260 0 84 0
[pid=17276] ppid=17273 vsize=18488 CPUtime=1.29
/proc/17276/stat : 17276 (ubcsat2006) R 17273 17273 17055 0 -1 4194304 2809 0 0 0 127 2 0 0 25 0 1 0 25973331 18931712 2792 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17276/statm: 4622 2792 156 64 0 4203 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19928

[startup+12.7017 s]
/proc/loadavg: 1.07 0.99 0.99 2/65 17276
/proc/meminfo: memFree=1775720/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=23560 CPUtime=12.67
/proc/17273/stat : 17273 (SATzilla2007_R) R 17271 17273 17055 0 -1 4194304 7719 22622 0 0 534 3 709 21 25 0 1 0 25972830 24125440 5331 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/17273/statm: 5890 5331 150 260 0 5614 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23560

[startup+25.5019 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 17278
/proc/meminfo: memFree=1740960/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=47136 CPUtime=9.52
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 24624 0 0 0 934 18 0 0 25 0 1 0 25974427 48267264 8708 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 11784 8708 75 118 0 11663 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 58640

[startup+51.1015 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 17278
/proc/meminfo: memFree=1733344/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=56264 CPUtime=35.11
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26558 0 0 0 3491 20 0 0 25 0 1 0 25974427 57614336 10642 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14066 10642 75 118 0 13945 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 67768

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 17278
/proc/meminfo: memFree=1732896/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=56660 CPUtime=86.3
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26658 0 0 0 8610 20 0 0 25 0 1 0 25974427 58019840 10742 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537698 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14165 10742 75 118 0 14044 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 68164

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17278
/proc/meminfo: memFree=1732768/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=56792 CPUtime=146.28
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26687 0 0 0 14608 20 0 0 25 0 1 0 25974427 58155008 10771 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551585 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14198 10771 75 118 0 14077 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 68296

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17278
/proc/meminfo: memFree=1732576/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=56924 CPUtime=206.26
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26724 0 0 0 20606 20 0 0 25 0 1 0 25974427 58290176 10808 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551367 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14231 10808 75 118 0 14110 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 68428

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17278
/proc/meminfo: memFree=1732512/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57056 CPUtime=266.26
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26747 0 0 0 26605 21 0 0 25 0 1 0 25974427 58425344 10831 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14264 10831 75 118 0 14143 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 68560

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17278
/proc/meminfo: memFree=1732448/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57056 CPUtime=326.24
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26757 0 0 0 32603 21 0 0 25 0 1 0 25974427 58425344 10841 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551546 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14264 10841 75 118 0 14143 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 68560


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

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17278
/proc/meminfo: memFree=1732256/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57188 CPUtime=506.2
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26797 0 0 0 50599 21 0 0 25 0 1 0 25974427 58560512 10881 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14297 10881 75 118 0 14176 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 68692

[startup+582.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/72 17412
/proc/meminfo: memFree=1730848/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57320 CPUtime=566.1
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26808 0 0 0 56589 21 0 0 25 0 1 0 25974427 58695680 10892 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14330 10892 75 118 0 14209 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 68824

[startup+642.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17476
/proc/meminfo: memFree=1731872/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57320 CPUtime=626.04
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26820 0 0 0 62583 21 0 0 25 0 1 0 25974427 58695680 10904 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14330 10904 75 118 0 14209 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 68824

[startup+702.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17476
/proc/meminfo: memFree=1731872/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57320 CPUtime=686.02
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26823 0 0 0 68581 21 0 0 25 0 1 0 25974427 58695680 10907 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551374 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14330 10907 75 118 0 14209 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 68824

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17476
/proc/meminfo: memFree=1731808/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57452 CPUtime=746.01
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26845 0 0 0 74580 21 0 0 25 0 1 0 25974427 58830848 10929 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551655 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14363 10929 75 118 0 14242 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 68956

[startup+822.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17476
/proc/meminfo: memFree=1731744/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57452 CPUtime=805.99
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26857 0 0 0 80578 21 0 0 25 0 1 0 25974427 58830848 10941 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14363 10941 75 118 0 14242 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 68956

[startup+882.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17476
/proc/meminfo: memFree=1731808/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57452 CPUtime=865.98
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26870 0 0 0 86577 21 0 0 25 0 1 0 25974427 58830848 10954 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14363 10954 75 118 0 14242 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 68956

[startup+942.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17476
/proc/meminfo: memFree=1731744/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57584 CPUtime=925.96
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26882 0 0 0 92575 21 0 0 25 0 1 0 25974427 58966016 10966 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14396 10966 75 118 0 14275 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 69088

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17476
/proc/meminfo: memFree=1731680/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57584 CPUtime=985.95
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26886 0 0 0 98574 21 0 0 25 0 1 0 25974427 58966016 10970 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134571755 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14396 10970 75 118 0 14275 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 69088

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17476
/proc/meminfo: memFree=1731680/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57584 CPUtime=1045.94
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26895 0 0 0 104572 22 0 0 25 0 1 0 25974427 58966016 10979 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551539 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14396 10979 75 118 0 14275 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 69088

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17476
/proc/meminfo: memFree=1731744/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57584 CPUtime=1105.92
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26899 0 0 0 110570 22 0 0 25 0 1 0 25974427 58966016 10983 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551531 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14396 10983 75 118 0 14275 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 69088

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17476
/proc/meminfo: memFree=1731808/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=11504 CPUtime=15.95
/proc/17273/stat : 17273 (SATzilla2007_R) S 17271 17273 17055 0 -1 4194304 9922 28505 0 0 822 7 742 24 16 0 1 0 25972830 11780096 2654 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17273/statm: 2876 2654 157 260 0 2600 0
[pid=17278] ppid=17273 vsize=57584 CPUtime=1165.9
/proc/17278/stat : 17278 (march_dl) R 17273 17273 17055 0 -1 4194304 26901 0 0 0 116568 22 0 0 25 0 1 0 25974427 58966016 10985 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17278/statm: 14396 10985 75 118 0 14275 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 69088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 17476
/proc/meminfo: memFree=1761384/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=25456 CPUtime=1200.04
/proc/17273/stat : 17273 (SATzilla2007_R) R 17271 17273 17055 0 -1 4194304 13541 55407 0 0 848 8 119101 47 20 0 1 0 25972830 26066944 6168 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134578485 0 0 4096 0 0 0 0 17 1 0 0
/proc/17273/statm: 6364 6168 159 260 0 6088 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 25456

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.00 0.99 0.99 2/65 17476
/proc/meminfo: memFree=1761384/2055920 swapFree=4179464/4192956
[pid=17273] ppid=17271 vsize=25456 CPUtime=1200.04
/proc/17273/stat : 17273 (SATzilla2007_R) R 17271 17273 17055 0 -1 4194304 13541 55407 0 0 848 8 119101 47 20 0 1 0 25972830 26066944 6168 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134578485 0 0 4096 0 0 0 0 17 1 0 0
/proc/17273/statm: 6364 6168 159 260 0 6088 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 25456

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.5
CPU system time (s): 0.572912
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 69088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.5
system time used= 0.572912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68948
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= 38
involuntary context switches= 2695

runsolver used 0.986849 second user time and 2.52262 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Mon Mar 12 10:52:09 UTC 2007

IDJOB= 339016
IDBENCH= 24736
IDSOLVER= 134
FILE ID= node70/339016-1173696729

PBS_JOBID= 4101761

Free space on /tmp= 66546 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/sgp_5-5-6.sat05-2675.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339016-1173696729/SATzilla2007_R /tmp/evaluation/339016-1173696729/instance-339016-1173696729.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-339016-1173696729 -o ROOT/results/node70/solver-339016-1173696729 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339016-1173696729/SATzilla2007_R /tmp/evaluation/339016-1173696729/instance-339016-1173696729.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  531549e214a293ad3adf6ddff17eb882

RANDOM SEED= 586338063

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.220
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	: 5931.00
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.220
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:       1786312 kB
Buffers:         29672 kB
Cached:         186708 kB
SwapCached:       8292 kB
Active:          91124 kB
Inactive:       140304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786312 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:           11416 kB
Writeback:           0 kB
Mapped:          15340 kB
Slab:            24228 kB
Committed_AS:    86668 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= 66546 MiB

End job on node70 on Mon Mar 12 11:12:12 UTC 2007