Trace number 1595561

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla CRAFTED? (TO) 1200.05 1200.51

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes8.cnf
MD5SUM930a5df7b1f1625c5486319e8b2ac554
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

47.66/47.81	c run March_dl for 5 seconds ... 
47.66/47.81	c Bin: Executing march_dl
47.66/47.81	c child exit by a signal
47.66/47.81	c march_dl returned code 137.
47.66/47.81	c run saps (UBCSAT implementation) for 2 seconds ... 
47.66/47.81	c Bin: Executing ubcsat2006
47.66/47.81	c child exited successfully
47.66/47.81	c ubcsat2006 returned code 0.
47.66/47.81	c satzilla computing base features
47.66/47.81	c satzilla doing unit-prop probe
47.66/47.81	c satzilla doing local search probe
47.66/47.81	c satzilla doing lobjois search-space size estimate
47.66/47.81	c satzilla's ranking:
47.66/47.81	c 1) march_dl: 2.472098
47.66/47.81	c 2) march_dl+P: 3.431013
47.66/47.81	c 3) vallst+P: 4.084163
47.66/47.81	c 4) minisat20: 4.191514
47.66/47.81	c 5) zchaff_rand+P: 4.261032
47.66/47.81	c 6) minisat20+P: 6.072921
47.66/47.81	c 7) kcnfs+P: 999.000000
47.66/47.81	c 8) kcnfs: 999.000000
47.66/47.81	c 9) vallst: 999.000000
47.66/47.81	c 10) zchaff_rand: 999.000000
47.66/47.81	c satzilla running march_dl ... 
1199.41/1199.98	c Bin: Executing march_dl
1199.41/1199.98	c child exit by a signal
1199.41/1199.98	c march_dl returned code 137.
1199.41/1199.98	c march_dl returned code 137.
1199.41/1199.98	c satzilla running march_dl with preprocessing ... 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1595561-1239356960/watcher-1595561-1239356960 -o /tmp/evaluation-result-1595561-1239356960/solver-1595561-1239356960 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595561-1239356960.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): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.99 0.89 3/66 2703
/proc/meminfo: memFree=1920528/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=1440 CPUtime=0
/proc/2703/stat : 2703 (SATzilla2007_C) R 2701 2703 2610 0 -1 4194304 126 0 0 0 0 0 0 0 20 0 1 0 337917 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/2703/statm: 360 110 95 260 0 84 0
[pid=2704] ppid=2703 vsize=3160 CPUtime=0
/proc/2704/stat : 2704 (march_dl) R 2703 2703 2610 0 -1 4194304 413 0 0 0 0 0 0 0 20 0 1 0 337917 3235840 408 1992294400 134512640 134996440 4294956272 18446744073709551615 134777833 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2704/statm: 790 409 50 118 0 669 0

[startup+0.0967671 s]
/proc/loadavg: 1.00 0.99 0.89 3/66 2703
/proc/meminfo: memFree=1920528/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=1440 CPUtime=0
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 337917 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2703/statm: 360 110 95 260 0 84 0
[pid=2704] ppid=2703 vsize=4744 CPUtime=0.09
/proc/2704/stat : 2704 (march_dl) R 2703 2703 2610 0 -1 4194304 887 0 0 0 9 0 0 0 21 0 1 0 337917 4857856 882 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2704/statm: 1186 882 50 118 0 1065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6184

[startup+0.101765 s]
/proc/loadavg: 1.00 0.99 0.89 3/66 2703
/proc/meminfo: memFree=1920528/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=1440 CPUtime=0
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 337917 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2703/statm: 360 110 95 260 0 84 0
[pid=2704] ppid=2703 vsize=4744 CPUtime=0.09
/proc/2704/stat : 2704 (march_dl) R 2703 2703 2610 0 -1 4194304 913 0 0 0 9 0 0 0 21 0 1 0 337917 4857856 908 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2704/statm: 1186 908 50 118 0 1065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6184

[startup+0.301783 s]
/proc/loadavg: 1.00 0.99 0.89 3/66 2703
/proc/meminfo: memFree=1920528/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=1440 CPUtime=0
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 337917 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2703/statm: 360 110 95 260 0 84 0
[pid=2704] ppid=2703 vsize=14020 CPUtime=0.29
/proc/2704/stat : 2704 (march_dl) R 2703 2703 2610 0 -1 4194304 2235 0 0 0 29 0 0 0 23 0 1 0 337917 14356480 2229 1992294400 134512640 134996440 4294956272 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2704/statm: 3505 2229 52 118 0 3384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15460

[startup+0.701818 s]
/proc/loadavg: 1.00 0.99 0.89 3/66 2703
/proc/meminfo: memFree=1920528/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=1440 CPUtime=0
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 337917 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2703/statm: 360 110 95 260 0 84 0
[pid=2704] ppid=2703 vsize=14060 CPUtime=0.68
/proc/2704/stat : 2704 (march_dl) R 2703 2703 2610 0 -1 4194304 9506 0 0 0 65 3 0 0 25 0 1 0 337917 14397440 2261 1992294400 134512640 134996440 4294956272 18446744073709551615 134523209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2704/statm: 3515 2261 57 118 0 3394 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15500

[startup+1.50189 s]
/proc/loadavg: 1.00 0.99 0.89 2/68 2705
/proc/meminfo: memFree=1902272/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=1440 CPUtime=0
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 337917 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2703/statm: 360 110 95 260 0 84 0
[pid=2704] ppid=2703 vsize=29432 CPUtime=1.49
/proc/2704/stat : 2704 (march_dl) R 2703 2703 2610 0 -1 4194304 24531 0 0 0 139 10 0 0 25 0 1 0 337917 30138368 6097 1992294400 134512640 134996440 4294956272 18446744073709551615 134544367 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2704/statm: 7358 6097 73 118 0 7237 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30872

[startup+3.10104 s]
/proc/loadavg: 1.00 0.99 0.89 2/68 2705
/proc/meminfo: memFree=1895872/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=1440 CPUtime=0
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 127 0 0 0 0 0 0 0 20 0 1 0 337917 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2703/statm: 360 110 95 260 0 84 0
[pid=2704] ppid=2703 vsize=39956 CPUtime=3.08
/proc/2704/stat : 2704 (march_dl) R 2703 2703 2610 0 -1 4194304 35585 0 0 0 292 16 0 0 25 0 1 0 337917 40914944 6115 1992294400 134512640 134996440 4294956272 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2704/statm: 9989 6115 75 118 0 9868 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41396

[startup+6.30231 s]
/proc/loadavg: 1.00 0.99 0.89 2/68 2706
/proc/meminfo: memFree=1905600/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=1440 CPUtime=4.99
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 134 36578 0 0 0 0 483 16 16 0 1 0 337917 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 360 111 96 260 0 84 0
[pid=2706] ppid=2703 vsize=22588 CPUtime=1.18
/proc/2706/stat : 2706 (ubcsat2006) R 2703 2703 2610 0 -1 4194304 3619 0 13 0 116 2 0 0 25 0 1 0 338420 23130112 3615 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2706/statm: 5647 3615 156 64 0 5228 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 24028

[startup+12.7019 s]
/proc/loadavg: 1.00 0.99 0.89 2/67 2706
/proc/meminfo: memFree=1906576/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=13644 CPUtime=12.57
/proc/2703/stat : 2703 (SATzilla2007_C) R 2701 2703 2610 0 -1 4194304 7423 40203 0 13 524 3 710 20 25 0 1 0 337917 13971456 3208 1992294400 134512640 135579813 4294956240 18446744073709551615 134541603 0 0 4096 0 0 0 0 17 1 0 0
/proc/2703/statm: 3411 3208 124 260 0 3135 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 13644

[startup+25.502 s]
/proc/loadavg: 1.00 0.99 0.89 2/67 2706
/proc/meminfo: memFree=1906448/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14004 CPUtime=25.37
/proc/2703/stat : 2703 (SATzilla2007_C) R 2701 2703 2610 0 -1 4194304 9529 40203 0 13 1802 5 710 20 25 0 1 0 337917 14340096 3285 1992294400 134512640 135579813 4294956240 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/2703/statm: 3501 3285 124 260 0 3225 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 14004

[startup+51.1012 s]
/proc/loadavg: 1.00 0.99 0.89 2/68 2707
/proc/meminfo: memFree=1881800/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=40152 CPUtime=3.28
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 35613 0 0 0 313 15 0 0 25 0 1 0 342698 41115648 6144 1992294400 134512640 134996440 4294956272 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 10038 6144 75 118 0 9917 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 54592

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.90 2/68 2707
/proc/meminfo: memFree=1876168/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=45788 CPUtime=54.47
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 36995 0 0 0 5431 16 0 0 25 0 1 0 342698 46886912 7526 1992294400 134512640 134996440 4294956272 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11447 7526 75 118 0 11326 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 60228

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.90 2/68 2707
/proc/meminfo: memFree=1875976/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=45920 CPUtime=114.45
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37042 0 0 0 11429 16 0 0 25 0 1 0 342698 47022080 7573 1992294400 134512640 134996440 4294956272 18446744073709551615 134571518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11480 7573 75 118 0 11359 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 60360

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/68 2707
/proc/meminfo: memFree=1875720/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46052 CPUtime=174.43
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37088 0 0 0 17427 16 0 0 25 0 1 0 342698 47157248 7619 1992294400 134512640 134996440 4294956272 18446744073709551615 134571544 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11513 7619 75 118 0 11392 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 60492

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/68 2707
/proc/meminfo: memFree=1875720/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46184 CPUtime=234.42
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37098 0 0 0 23426 16 0 0 25 0 1 0 342698 47292416 7629 1992294400 134512640 134996440 4294956272 18446744073709551615 134551512 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11546 7629 75 118 0 11425 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 60624

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/68 2709
/proc/meminfo: memFree=1875528/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46184 CPUtime=294.4
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37112 0 0 0 29424 16 0 0 25 0 1 0 342698 47292416 7643 1992294400 134512640 134996440 4294956272 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11546 7643 75 118 0 11425 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 60624

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/68 2709
/proc/meminfo: memFree=1875528/2055920 swapFree=4192956/4192956

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

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/68 2709
/proc/meminfo: memFree=1875464/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46316 CPUtime=474.36
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37151 0 0 0 47420 16 0 0 25 0 1 0 342698 47427584 7682 1992294400 134512640 134996440 4294956272 18446744073709551615 134551666 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11579 7682 75 118 0 11458 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 60756

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/68 2709
/proc/meminfo: memFree=1875336/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46448 CPUtime=534.34
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37165 0 0 0 53418 16 0 0 25 0 1 0 342698 47562752 7696 1992294400 134512640 134996440 4294956272 18446744073709551615 134587735 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11612 7696 75 118 0 11491 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 60888

[startup+642.301 s]
/proc/loadavg: 1.19 1.06 0.94 2/67 3223
/proc/meminfo: memFree=1835600/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46448 CPUtime=594.32
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37168 0 0 0 59414 18 0 0 25 0 1 0 342698 47562752 7699 1992294400 134512640 134996440 4294956272 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11612 7699 75 118 0 11491 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 60888

[startup+702.301 s]
/proc/loadavg: 1.07 1.05 0.94 2/67 3229
/proc/meminfo: memFree=1835448/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46448 CPUtime=654.29
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37175 0 0 0 65411 18 0 0 25 0 1 0 342698 47562752 7706 1992294400 134512640 134996440 4294956272 18446744073709551615 134551531 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11612 7706 75 118 0 11491 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 60888

[startup+762.306 s]
/proc/loadavg: 1.02 1.04 0.94 2/67 3229
/proc/meminfo: memFree=1835408/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46448 CPUtime=714.28
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37177 0 0 0 71410 18 0 0 25 0 1 0 342698 47562752 7708 1992294400 134512640 134996440 4294956272 18446744073709551615 134566761 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11612 7708 75 118 0 11491 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 60888

[startup+822.302 s]
/proc/loadavg: 1.01 1.03 0.94 2/67 3229
/proc/meminfo: memFree=1835408/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46448 CPUtime=774.26
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37182 0 0 0 77408 18 0 0 25 0 1 0 342698 47562752 7713 1992294400 134512640 134996440 4294956272 18446744073709551615 134551539 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11612 7713 75 118 0 11491 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 60888

[startup+882.302 s]
/proc/loadavg: 1.00 1.02 0.94 2/67 3229
/proc/meminfo: memFree=1835408/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46584 CPUtime=834.25
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37194 0 0 0 83407 18 0 0 25 0 1 0 342698 47702016 7725 1992294400 134512640 134996440 4294956272 18446744073709551615 134551528 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11646 7725 75 118 0 11525 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 61024

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 0.94 2/67 3229
/proc/meminfo: memFree=1835344/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46584 CPUtime=894.23
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37206 0 0 0 89405 18 0 0 25 0 1 0 342698 47702016 7737 1992294400 134512640 134996440 4294956272 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11646 7737 75 118 0 11525 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 61024

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 0.94 2/67 3229
/proc/meminfo: memFree=1835280/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46584 CPUtime=954.21
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37210 0 0 0 95402 19 0 0 25 0 1 0 342698 47702016 7741 1992294400 134512640 134996440 4294956272 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11646 7741 75 118 0 11525 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 61024

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 3229
/proc/meminfo: memFree=1835280/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46584 CPUtime=1014.19
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37215 0 0 0 101400 19 0 0 25 0 1 0 342698 47702016 7746 1992294400 134512640 134996440 4294956272 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11646 7746 75 118 0 11525 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 61024

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 3229
/proc/meminfo: memFree=1835216/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46584 CPUtime=1074.17
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37220 0 0 0 107398 19 0 0 25 0 1 0 342698 47702016 7751 1992294400 134512640 134996440 4294956272 18446744073709551615 134571532 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11646 7751 75 118 0 11525 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 61024

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 3229
/proc/meminfo: memFree=1835216/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=14440 CPUtime=47.67
/proc/2703/stat : 2703 (SATzilla2007_C) S 2701 2703 2610 0 -1 4194304 20376 40203 0 13 4019 18 710 20 25 0 1 0 337917 14786560 3433 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2703/statm: 3610 3433 156 260 0 3334 0
[pid=2707] ppid=2703 vsize=46716 CPUtime=1134.15
/proc/2707/stat : 2707 (march_dl) R 2703 2703 2610 0 -1 4194304 37229 0 0 0 113396 19 0 0 25 0 1 0 342698 47837184 7760 1992294400 134512640 134996440 4294956272 18446744073709551615 134551671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2707/statm: 11679 7760 75 118 0 11558 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 61156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.08 1.02 0.94 2/66 3229
/proc/meminfo: memFree=1844888/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=35700 CPUtime=1200.02
/proc/2703/stat : 2703 (SATzilla2007_C) R 2701 2703 2610 0 -1 4194304 25950 77434 0 13 4069 21 115873 39 23 0 1 0 337917 36556800 8709 1992294400 134512640 135579813 4294956240 18446744073709551615 134591219 0 0 4096 0 0 0 0 17 1 0 0
/proc/2703/statm: 8925 8709 162 260 0 8649 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 35700

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.08 1.02 0.94 2/66 3229
/proc/meminfo: memFree=1844888/2055920 swapFree=4192956/4192956
[pid=2703] ppid=2701 vsize=35700 CPUtime=1200.02
/proc/2703/stat : 2703 (SATzilla2007_C) R 2701 2703 2610 0 -1 4194304 25950 77434 0 13 4069 21 115873 39 23 0 1 0 337917 36556800 8709 1992294400 134512640 135579813 4294956240 18446744073709551615 134591219 0 0 4096 0 0 0 0 17 1 0 0
/proc/2703/statm: 8925 8709 162 260 0 8649 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 35700

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.43
CPU system time (s): 0.618905
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 61156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.43
system time used= 0.618905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103384
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 1498

runsolver used 1.20382 second user time and 3.17452 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-10 11:49:21
IDJOB=1595561
IDBENCH=71564
IDSOLVER=558
FILE ID=node81/1595561-1239356960
PBS_JOBID= 9115564
Free space on /tmp= 126828 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes8.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1595561-1239356960/watcher-1595561-1239356960 -o /tmp/evaluation-result-1595561-1239356960/solver-1595561-1239356960 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1595561-1239356960.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 930a5df7b1f1625c5486319e8b2ac554
RANDOM SEED=450951751

node81.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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	: 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.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1921008 kB
Buffers:         31252 kB
Cached:          60276 kB
SwapCached:          0 kB
Active:          60224 kB
Inactive:        44980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           12304 kB
Writeback:           0 kB
Mapped:          23492 kB
Slab:            15404 kB
Committed_AS:    52284 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126844 MiB
End job on node81 at 2009-04-10 12:09:23