Trace number 1594997

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.04 1200.61

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2640c305320g6.cnf
MD5SUMb8aeb5269daff3f4e23b9dd675aa8076
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.55/47.67	c run March_dl for 5 seconds ... 
47.55/47.67	c Bin: Executing march_dl
47.55/47.67	c child exit by a signal
47.55/47.67	c march_dl returned code 137.
47.55/47.67	c run saps (UBCSAT implementation) for 2 seconds ... 
47.55/47.67	c Bin: Executing ubcsat2006
47.55/47.67	c child exited successfully
47.55/47.67	c ubcsat2006 returned code 0.
47.55/47.67	c satzilla computing base features
47.55/47.67	c satzilla doing unit-prop probe
47.55/47.67	c satzilla doing local search probe
47.55/47.67	c satzilla doing lobjois search-space size estimate
47.55/47.67	c satzilla's ranking:
47.55/47.67	c 1) march_dl: 2.369829
47.55/47.67	c 2) march_dl+P: 3.396015
47.55/47.67	c 3) vallst+P: 3.791403
47.55/47.67	c 4) minisat20: 4.051975
47.55/47.67	c 5) zchaff_rand+P: 4.128610
47.55/47.67	c 6) minisat20+P: 6.194396
47.55/47.67	c 7) kcnfs+P: 999.000000
47.55/47.67	c 8) kcnfs: 999.000000
47.55/47.67	c 9) vallst: 999.000000
47.55/47.67	c 10) zchaff_rand: 999.000000
47.55/47.67	c satzilla running march_dl ... 
1199.39/1200.05	c Bin: Executing march_dl
1199.39/1200.05	c child exit by a signal
1199.39/1200.05	c march_dl returned code 137.
1199.39/1200.05	c march_dl returned code 137.
1199.39/1200.05	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-1594997-1239281900/watcher-1594997-1239281900 -o /tmp/evaluation-result-1594997-1239281900/solver-1594997-1239281900 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1594997-1239281900.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: 0.99 0.97 0.88 3/64 10832
/proc/meminfo: memFree=1292984/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=1440 CPUtime=0
/proc/10832/stat : 10832 (SATzilla2007_C) R 10830 10832 10598 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 1200856800 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/10832/statm: 360 110 95 260 0 84 0
[pid=10833] ppid=10832 vsize=3160 CPUtime=0
/proc/10833/stat : 10833 (march_dl) R 10832 10832 10598 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 1200856800 3235840 409 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10833/statm: 790 409 50 118 0 669 0

[startup+0.0475419 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 10832
/proc/meminfo: memFree=1292984/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=1440 CPUtime=0
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200856800 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10832/statm: 360 110 95 260 0 84 0
[pid=10833] ppid=10832 vsize=3820 CPUtime=0.04
/proc/10833/stat : 10833 (march_dl) R 10832 10832 10598 0 -1 4194304 632 0 0 0 4 0 0 0 19 0 1 0 1200856800 3911680 627 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10833/statm: 955 627 50 118 0 834 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5260

[startup+0.102551 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 10832
/proc/meminfo: memFree=1292984/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=1440 CPUtime=0
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200856800 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10832/statm: 360 110 95 260 0 84 0
[pid=10833] ppid=10832 vsize=4744 CPUtime=0.09
/proc/10833/stat : 10833 (march_dl) R 10832 10832 10598 0 -1 4194304 916 0 0 0 9 0 0 0 19 0 1 0 1200856800 4857856 911 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10833/statm: 1186 912 50 118 0 1065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6184

[startup+0.302584 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 10832
/proc/meminfo: memFree=1292984/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=1440 CPUtime=0
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200856800 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10832/statm: 360 110 95 260 0 84 0
[pid=10833] ppid=10832 vsize=14020 CPUtime=0.29
/proc/10833/stat : 10833 (march_dl) R 10832 10832 10598 0 -1 4194304 2235 0 0 0 28 1 0 0 21 0 1 0 1200856800 14356480 2229 1992294400 134512640 134996440 4294956272 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10833/statm: 3505 2229 52 118 0 3384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15460

[startup+0.702654 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 10832
/proc/meminfo: memFree=1292984/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=1440 CPUtime=0
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200856800 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10832/statm: 360 110 95 260 0 84 0
[pid=10833] ppid=10832 vsize=18600 CPUtime=0.69
/proc/10833/stat : 10833 (march_dl) R 10832 10832 10598 0 -1 4194304 9201 0 0 0 65 4 0 0 25 0 1 0 1200856800 19046400 3391 1992294400 134512640 134996440 4294956272 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10833/statm: 4650 3391 710 118 0 4529 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20040

[startup+1.50179 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 10834
/proc/meminfo: memFree=1279208/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=1440 CPUtime=0
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200856800 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10832/statm: 360 110 95 260 0 84 0
[pid=10833] ppid=10832 vsize=36012 CPUtime=1.49
/proc/10833/stat : 10833 (march_dl) R 10832 10832 10598 0 -1 4194304 24026 0 0 0 138 11 0 0 25 0 1 0 1200856800 36876288 7727 1992294400 134512640 134996440 4294956272 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10833/statm: 9003 7727 73 118 0 8882 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37452

[startup+3.10107 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 10834
/proc/meminfo: memFree=1268328/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=1440 CPUtime=0
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200856800 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10832/statm: 360 110 95 260 0 84 0
[pid=10833] ppid=10832 vsize=40032 CPUtime=3.09
/proc/10833/stat : 10833 (march_dl) R 10832 10832 10598 0 -1 4194304 35734 0 0 0 293 16 0 0 25 0 1 0 1200856800 40992768 6109 1992294400 134512640 134996440 4294956272 18446744073709551615 134527778 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10833/statm: 10008 6109 75 118 0 9887 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41472

[startup+6.30164 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 10835
/proc/meminfo: memFree=1278760/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=1440 CPUtime=4.99
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 134 36546 0 0 0 0 482 17 16 0 1 0 1200856800 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 360 111 96 260 0 84 0
[pid=10835] ppid=10832 vsize=22588 CPUtime=1.28
/proc/10835/stat : 10835 (ubcsat2006) R 10832 10832 10598 0 -1 4194304 3631 0 0 0 126 2 0 0 25 0 1 0 1200857301 23130112 3614 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10835/statm: 5647 3614 156 64 0 5228 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24028

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 10835
/proc/meminfo: memFree=1280560/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=13536 CPUtime=12.67
/proc/10832/stat : 10832 (SATzilla2007_C) R 10830 10832 10598 0 -1 4194304 7400 40183 0 0 532 3 711 21 25 0 1 0 1200856800 13860864 3180 1992294400 134512640 135579813 4294956240 18446744073709551615 134527245 0 0 4096 0 0 0 0 17 0 0 0
/proc/10832/statm: 3384 3180 124 260 0 3108 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13536

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 10835
/proc/meminfo: memFree=1280368/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=13760 CPUtime=25.46
/proc/10832/stat : 10832 (SATzilla2007_C) R 10830 10832 10598 0 -1 4194304 8039 40183 0 0 1810 4 711 21 25 0 1 0 1200856800 14090240 3245 1992294400 134512640 135579813 4294956240 18446744073709551615 134527245 0 0 4096 0 0 0 0 17 0 0 0
/proc/10832/statm: 3440 3245 124 260 0 3164 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13760

[startup+51.1025 s]
/proc/loadavg: 1.06 0.99 0.89 2/66 10836
/proc/meminfo: memFree=1255400/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=40164 CPUtime=3.42
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 35738 0 0 0 326 16 0 0 25 0 1 0 1200861567 41127936 6114 1992294400 134512640 134996440 4294956272 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 10041 6114 75 118 0 9920 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 54492

[startup+102.306 s]
/proc/loadavg: 1.09 1.00 0.90 2/66 10836
/proc/meminfo: memFree=1249064/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=47276 CPUtime=54.59
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37354 0 0 0 5442 17 0 0 25 0 1 0 1200861567 48410624 7730 1992294400 134512640 134996440 4294956272 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 11819 7730 75 118 0 11698 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 61604

[startup+162.303 s]
/proc/loadavg: 1.09 1.02 0.91 2/66 10842
/proc/meminfo: memFree=1248424/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=47672 CPUtime=114.55
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37457 0 0 0 11437 18 0 0 25 0 1 0 1200861567 48816128 7833 1992294400 134512640 134996440 4294956272 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10836/statm: 11918 7833 75 118 0 11797 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 62000

[startup+222.301 s]
/proc/loadavg: 1.03 1.01 0.91 2/66 10842
/proc/meminfo: memFree=1248296/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=48068 CPUtime=174.52
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37534 0 0 0 17434 18 0 0 25 0 1 0 1200861567 49221632 7910 1992294400 134512640 134996440 4294956272 18446744073709551615 134532802 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12017 7910 75 118 0 11896 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 62396

[startup+282.302 s]
/proc/loadavg: 1.01 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1248104/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=48200 CPUtime=234.49
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37591 0 0 0 23431 18 0 0 25 0 1 0 1200861567 49356800 7967 1992294400 134512640 134996440 4294956272 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12050 7967 75 118 0 11929 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 62528

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1247976/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=48464 CPUtime=294.46
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37631 0 0 0 29428 18 0 0 25 0 1 0 1200861567 49627136 8007 1992294400 134512640 134996440 4294956272 18446744073709551615 134551515 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12116 8007 75 118 0 11995 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 62792

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1247784/2055920 swapFree=4174204/4192956

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

[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=48596 CPUtime=414.41
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37677 0 0 0 41423 18 0 0 25 0 1 0 1200861567 49762304 8053 1992294400 134512640 134996440 4294956272 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12149 8053 75 118 0 12028 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 62924

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1247528/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=48732 CPUtime=474.38
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37731 0 0 0 47420 18 0 0 25 0 1 0 1200861567 49901568 8107 1992294400 134512640 134996440 4294956272 18446744073709551615 134551528 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12183 8107 75 118 0 12062 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 63060

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1247464/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=48864 CPUtime=534.35
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37754 0 0 0 53417 18 0 0 25 0 1 0 1200861567 50036736 8130 1992294400 134512640 134996440 4294956272 18446744073709551615 134587377 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12216 8130 75 118 0 12095 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 63192

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1247272/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=48996 CPUtime=594.34
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37781 0 0 0 59415 19 0 0 25 0 1 0 1200861567 50171904 8157 1992294400 134512640 134996440 4294956272 18446744073709551615 134527828 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12249 8157 75 118 0 12128 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 63324

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1246952/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=49260 CPUtime=654.3
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37860 0 0 0 65411 19 0 0 25 0 1 0 1200861567 50442240 8236 1992294400 134512640 134996440 4294956272 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12315 8236 75 118 0 12194 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 63588

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1246824/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=49392 CPUtime=714.28
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37897 0 0 0 71409 19 0 0 25 0 1 0 1200861567 50577408 8273 1992294400 134512640 134996440 4294956272 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12348 8273 75 118 0 12227 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 63720

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1246824/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=49524 CPUtime=774.25
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37911 0 0 0 77406 19 0 0 25 0 1 0 1200861567 50712576 8287 1992294400 134512640 134996440 4294956272 18446744073709551615 134527904 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12381 8287 75 118 0 12260 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 63852

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1246696/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=49524 CPUtime=834.21
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37929 0 0 0 83402 19 0 0 25 0 1 0 1200861567 50712576 8305 1992294400 134512640 134996440 4294956272 18446744073709551615 134567162 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12381 8305 75 118 0 12260 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 63852

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1246632/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=49656 CPUtime=894.19
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37947 0 0 0 89400 19 0 0 25 0 1 0 1200861567 50847744 8323 1992294400 134512640 134996440 4294956272 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12414 8323 75 118 0 12293 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 63984

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1246568/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=49656 CPUtime=954.17
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37960 0 0 0 95398 19 0 0 25 0 1 0 1200861567 50847744 8336 1992294400 134512640 134996440 4294956272 18446744073709551615 134527894 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12414 8336 75 118 0 12293 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 63984

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1246504/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=49788 CPUtime=1014.14
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 37969 0 0 0 101395 19 0 0 25 0 1 0 1200861567 50982912 8345 1992294400 134512640 134996440 4294956272 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12447 8345 75 118 0 12326 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 64116

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1246440/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=49924 CPUtime=1074.11
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 38000 0 0 0 107392 19 0 0 25 0 1 0 1200861567 51122176 8376 1992294400 134512640 134996440 4294956272 18446744073709551615 134528172 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12481 8376 75 118 0 12360 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 64252

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 10842
/proc/meminfo: memFree=1246312/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=14328 CPUtime=47.62
/proc/10832/stat : 10832 (SATzilla2007_C) S 10830 10832 10598 0 -1 4194304 20334 40183 0 0 4013 17 711 21 25 0 1 0 1200856800 14671872 3405 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10832/statm: 3582 3405 157 260 0 3306 0
[pid=10836] ppid=10832 vsize=49924 CPUtime=1134.08
/proc/10836/stat : 10836 (march_dl) R 10832 10832 10598 0 -1 4194304 38022 0 0 0 113389 19 0 0 25 0 1 0 1200861567 51122176 8398 1992294400 134512640 134996440 4294956272 18446744073709551615 134568157 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10836/statm: 12481 8398 75 118 0 12360 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 64252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 10842
/proc/meminfo: memFree=1258608/2055920 swapFree=4174204/4192956
[pid=10832] ppid=10830 vsize=35600 CPUtime=1200.02
/proc/10832/stat : 10832 (SATzilla2007_C) R 10830 10832 10598 0 -1 4194304 25883 78212 0 0 4065 21 115874 42 23 0 1 0 1200856800 36454400 8684 1992294400 134512640 135579813 4294956240 18446744073709551615 134591219 0 0 4096 0 0 0 0 17 0 0 0
/proc/10832/statm: 8900 8684 163 260 0 8624 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 35600

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.04
CPU user time (s): 1199.39
CPU system time (s): 0.643902
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 64252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.39
system time used= 0.643902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104095
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= 10
involuntary context switches= 2351

runsolver used 1.12983 second user time and 3.24651 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-09 14:58:20
IDJOB=1594997
IDBENCH=71282
IDSOLVER=558
FILE ID=node4/1594997-1239281900
PBS_JOBID= 9115478
Free space on /tmp= 65140 MiB

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

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

MD5SUM BENCH= b8aeb5269daff3f4e23b9dd675aa8076
RANDOM SEED=1332858715

node4.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.277
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.277
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:       1293528 kB
Buffers:         67120 kB
Cached:         605252 kB
SwapCached:      12592 kB
Active:          51972 kB
Inactive:       634464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1293528 kB
SwapTotal:     4192956 kB
SwapFree:      4174204 kB
Dirty:           12296 kB
Writeback:           0 kB
Mapped:          19792 kB
Slab:            62008 kB
Committed_AS:  3382436 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65132 MiB
End job on node4 at 2009-04-09 15:18:23