Trace number 1595431

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.12 1203.31

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2640c305320g4.cnf
MD5SUM902bd5d693f19206156f2706c5c6e377
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

46.76/47.08	c run March_dl for 5 seconds ... 
46.76/47.08	c Bin: Executing march_dl
46.76/47.08	c child exit by a signal
46.76/47.08	c march_dl returned code 137.
46.76/47.08	c run saps (UBCSAT implementation) for 2 seconds ... 
46.76/47.08	c Bin: Executing ubcsat2006
46.76/47.08	c child exited successfully
46.76/47.08	c ubcsat2006 returned code 0.
46.76/47.08	c satzilla computing base features
46.76/47.08	c satzilla doing unit-prop probe
46.76/47.08	c satzilla doing local search probe
46.76/47.08	c satzilla doing lobjois search-space size estimate
46.76/47.08	c satzilla's ranking:
46.76/47.08	c 1) march_dl: 2.613861
46.76/47.08	c 2) march_dl+P: 3.408279
46.76/47.08	c 3) zchaff_rand+P: 3.896303
46.76/47.08	c 4) vallst+P: 4.054842
46.76/47.08	c 5) minisat20: 4.103321
46.76/47.08	c 6) minisat20+P: 6.042770
46.76/47.08	c 7) kcnfs+P: 999.000000
46.76/47.08	c 8) kcnfs: 999.000000
46.76/47.08	c 9) vallst: 999.000000
46.76/47.08	c 10) zchaff_rand: 999.000000
46.76/47.08	c satzilla running march_dl ... 
1199.58/1202.88	c Bin: Executing march_dl
1199.58/1202.88	c child exit by a signal
1199.58/1202.88	c march_dl returned code 137.
1199.58/1202.88	c march_dl returned code 137.
1199.58/1202.88	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-1595431-1239354539/watcher-1595431-1239354539 -o /tmp/evaluation-result-1595431-1239354539/solver-1595431-1239354539 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595431-1239354539.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.00 0.00 0.00 3/65 2668
/proc/meminfo: memFree=1938600/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=1440 CPUtime=0
/proc/2668/stat : 2668 (SATzilla2007_C) R 2666 2668 2631 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 96753 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/2668/statm: 360 110 95 260 0 84 0
[pid=2669] ppid=2668 vsize=3160 CPUtime=0
/proc/2669/stat : 2669 (march_dl) R 2668 2668 2631 0 -1 4194304 415 0 0 0 0 0 0 0 18 0 1 0 96753 3235840 410 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2669/statm: 790 410 50 118 0 669 0

[startup+0.082779 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 2668
/proc/meminfo: memFree=1938600/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=1440 CPUtime=0
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 96753 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2668/statm: 360 110 95 260 0 84 0
[pid=2669] ppid=2668 vsize=4480 CPUtime=0.07
/proc/2669/stat : 2669 (march_dl) R 2668 2668 2631 0 -1 4194304 818 0 0 0 7 0 0 0 19 0 1 0 96753 4587520 813 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2669/statm: 1120 813 50 118 0 999 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5920

[startup+0.102777 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 2668
/proc/meminfo: memFree=1938600/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=1440 CPUtime=0
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 96753 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2668/statm: 360 110 95 260 0 84 0
[pid=2669] ppid=2668 vsize=4744 CPUtime=0.09
/proc/2669/stat : 2669 (march_dl) R 2668 2668 2631 0 -1 4194304 923 0 0 0 9 0 0 0 19 0 1 0 96753 4857856 918 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2669/statm: 1186 918 50 118 0 1065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6184

[startup+0.302769 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 2668
/proc/meminfo: memFree=1938600/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=1440 CPUtime=0
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 96753 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2668/statm: 360 110 95 260 0 84 0
[pid=2669] ppid=2668 vsize=16528 CPUtime=0.29
/proc/2669/stat : 2669 (march_dl) R 2668 2668 2631 0 -1 4194304 2852 0 0 0 28 1 0 0 21 0 1 0 96753 16924672 2846 1992294400 134512640 134996440 4294956272 18446744073709551615 134542425 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2669/statm: 4132 2846 52 118 0 4011 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17968

[startup+0.702756 s]
/proc/loadavg: 0.00 0.00 0.00 3/65 2668
/proc/meminfo: memFree=1938600/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=1440 CPUtime=0
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 96753 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2668/statm: 360 110 95 260 0 84 0
[pid=2669] ppid=2668 vsize=14060 CPUtime=0.69
/proc/2669/stat : 2669 (march_dl) R 2668 2668 2631 0 -1 4194304 9506 0 0 0 65 4 0 0 25 0 1 0 96753 14397440 2261 1992294400 134512640 134996440 4294956272 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2669/statm: 3515 2261 57 118 0 3394 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15500

[startup+1.50173 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 2670
/proc/meminfo: memFree=1920216/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=1440 CPUtime=0
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 96753 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2668/statm: 360 110 95 260 0 84 0
[pid=2669] ppid=2668 vsize=29564 CPUtime=1.49
/proc/2669/stat : 2669 (march_dl) R 2668 2668 2631 0 -1 4194304 24562 0 0 0 139 10 0 0 25 0 1 0 96753 30273536 6130 1992294400 134512640 134996440 4294956272 18446744073709551615 134542310 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2669/statm: 7391 6130 73 118 0 7270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31004

[startup+3.10168 s]
/proc/loadavg: 0.00 0.00 0.00 2/67 2670
/proc/meminfo: memFree=1913816/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=1440 CPUtime=0
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 96753 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2668/statm: 360 110 95 260 0 84 0
[pid=2669] ppid=2668 vsize=40096 CPUtime=3.08
/proc/2669/stat : 2669 (march_dl) R 2668 2668 2631 0 -1 4194304 35626 0 0 0 294 14 0 0 20 0 1 0 96753 41058304 6148 1992294400 134512640 134996440 4294956272 18446744073709551615 134527778 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2669/statm: 10024 6148 75 118 0 9903 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41536

[startup+6.30157 s]
/proc/loadavg: 0.08 0.02 0.01 2/67 2671
/proc/meminfo: memFree=1932696/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=1440 CPUtime=4.99
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 134 36646 0 0 0 0 484 15 16 0 1 0 96753 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2668/statm: 360 111 96 260 0 84 0
[pid=2671] ppid=2668 vsize=22588 CPUtime=1.1
/proc/2671/stat : 2671 (ubcsat2006) R 2668 2668 2631 0 -1 4194304 3622 0 13 0 108 2 0 0 24 0 1 0 97255 23130112 3618 1992294400 134512640 134777720 4294956112 18446744073709551615 134703859 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2671/statm: 5647 3618 156 64 0 5228 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 24028

[startup+12.7013 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 2671
/proc/meminfo: memFree=1924960/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=13448 CPUtime=12.49
/proc/2668/stat : 2668 (SATzilla2007_C) R 2666 2668 2631 0 -1 4194304 7374 40274 0 13 515 2 713 19 25 0 1 0 96753 13770752 3156 1992294400 134512640 135579813 4294956240 18446744073709551615 134541601 0 0 4096 0 0 0 0 17 0 0 0
/proc/2668/statm: 3362 3156 124 260 0 3086 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 13448

[startup+25.5019 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 2671
/proc/meminfo: memFree=1925024/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=13672 CPUtime=25.29
/proc/2668/stat : 2668 (SATzilla2007_C) R 2666 2668 2631 0 -1 4194304 9627 40274 0 13 1792 5 713 19 25 0 1 0 96753 14000128 3223 1992294400 134512640 135579813 4294956240 18446744073709551615 134541670 0 0 4096 0 0 0 0 17 0 0 0
/proc/2668/statm: 3418 3223 124 260 0 3142 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 13672

[startup+51.102 s]
/proc/loadavg: 0.56 0.15 0.05 2/67 2672
/proc/meminfo: memFree=1899992/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=41152 CPUtime=4
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 35870 0 0 0 385 15 0 0 25 0 1 0 101461 42139648 6393 1992294400 134512640 134996440 4294956272 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 10288 6393 75 118 0 10167 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 55392

[startup+102.301 s]
/proc/loadavg: 0.81 0.28 0.10 2/67 2672
/proc/meminfo: memFree=1894040/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46188 CPUtime=52.68
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37129 0 0 0 5252 16 0 0 25 0 1 0 101461 47296512 7652 1992294400 134512640 134996440 4294956272 18446744073709551615 134565263 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11547 7652 75 118 0 11426 0
Current children cumulated CPU time (s) 99.53
Current children cumulated vsize (KiB) 60428

[startup+162.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/67 2672
/proc/meminfo: memFree=1893720/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46452 CPUtime=112.66
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37196 0 0 0 11250 16 0 0 25 0 1 0 101461 47566848 7719 1992294400 134512640 134996440 4294956272 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11613 7719 75 118 0 11492 0
Current children cumulated CPU time (s) 159.51
Current children cumulated vsize (KiB) 60692

[startup+222.302 s]
/proc/loadavg: 1.03 0.53 0.21 2/67 2672
/proc/meminfo: memFree=1893592/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46584 CPUtime=172.65
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37219 0 0 0 17249 16 0 0 25 0 1 0 101461 47702016 7742 1992294400 134512640 134996440 4294956272 18446744073709551615 134565161 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11646 7742 75 118 0 11525 0
Current children cumulated CPU time (s) 219.5
Current children cumulated vsize (KiB) 60824

[startup+282.302 s]
/proc/loadavg: 1.01 0.61 0.25 2/67 2672
/proc/meminfo: memFree=1893528/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46584 CPUtime=232.63
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37235 0 0 0 23247 16 0 0 25 0 1 0 101461 47702016 7758 1992294400 134512640 134996440 4294956272 18446744073709551615 134567185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11646 7758 75 118 0 11525 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 60824

[startup+342.302 s]
/proc/loadavg: 1.00 0.68 0.30 2/67 2672
/proc/meminfo: memFree=1893464/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46584 CPUtime=292.62
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37241 0 0 0 29246 16 0 0 25 0 1 0 101461 47702016 7764 1992294400 134512640 134996440 4294956272 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11646 7764 75 118 0 11525 0
Current children cumulated CPU time (s) 339.47
Current children cumulated vsize (KiB) 60824

[startup+402.301 s]
/proc/loadavg: 1.00 0.74 0.34 2/67 2672
/proc/meminfo: memFree=1893464/2055920 swapFree=4192956/4192956

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

[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46716 CPUtime=412.55
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37262 0 0 0 41239 16 0 0 25 0 1 0 101461 47837184 7785 1992294400 134512640 134996440 4294956272 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11679 7785 75 118 0 11558 0
Current children cumulated CPU time (s) 459.4
Current children cumulated vsize (KiB) 60956

[startup+522.302 s]
/proc/loadavg: 1.00 0.82 0.41 2/67 2672
/proc/meminfo: memFree=1893400/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46716 CPUtime=472.52
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37267 0 0 0 47236 16 0 0 25 0 1 0 101461 47837184 7790 1992294400 134512640 134996440 4294956272 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11679 7790 75 118 0 11558 0
Current children cumulated CPU time (s) 519.37
Current children cumulated vsize (KiB) 60956

[startup+582.302 s]
/proc/loadavg: 1.00 0.85 0.45 2/67 2672
/proc/meminfo: memFree=1893336/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46848 CPUtime=532.47
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37275 0 0 0 53231 16 0 0 25 0 1 0 101461 47972352 7798 1992294400 134512640 134996440 4294956272 18446744073709551615 134564285 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2672/statm: 11712 7798 75 118 0 11591 0
Current children cumulated CPU time (s) 579.32
Current children cumulated vsize (KiB) 61088

[startup+642.302 s]
/proc/loadavg: 1.00 0.87 0.48 2/67 2672
/proc/meminfo: memFree=1893336/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46848 CPUtime=592.45
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37283 0 0 0 59228 17 0 0 25 0 1 0 101461 47972352 7806 1992294400 134512640 134996440 4294956272 18446744073709551615 134528060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11712 7806 75 118 0 11591 0
Current children cumulated CPU time (s) 639.3
Current children cumulated vsize (KiB) 61088

[startup+702.302 s]
/proc/loadavg: 1.00 0.89 0.51 2/67 2672
/proc/meminfo: memFree=1893272/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46848 CPUtime=652.43
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37295 0 0 0 65226 17 0 0 25 0 1 0 101461 47972352 7818 1992294400 134512640 134996440 4294956272 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11712 7818 75 118 0 11591 0
Current children cumulated CPU time (s) 699.28
Current children cumulated vsize (KiB) 61088

[startup+762.302 s]
/proc/loadavg: 1.00 0.91 0.54 2/67 2672
/proc/meminfo: memFree=1893144/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46848 CPUtime=712.41
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37299 0 0 0 71224 17 0 0 25 0 1 0 101461 47972352 7822 1992294400 134512640 134996440 4294956272 18446744073709551615 134553685 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11712 7822 75 118 0 11591 0
Current children cumulated CPU time (s) 759.26
Current children cumulated vsize (KiB) 61088

[startup+822.302 s]
/proc/loadavg: 1.00 0.92 0.56 2/67 2672
/proc/meminfo: memFree=1893144/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46984 CPUtime=772.39
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37309 0 0 0 77222 17 0 0 25 0 1 0 101461 48111616 7832 1992294400 134512640 134996440 4294956272 18446744073709551615 134564684 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11746 7832 75 118 0 11625 0
Current children cumulated CPU time (s) 819.24
Current children cumulated vsize (KiB) 61224

[startup+882.301 s]
/proc/loadavg: 1.00 0.93 0.59 2/67 2672
/proc/meminfo: memFree=1893144/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46984 CPUtime=832.37
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37315 0 0 0 83220 17 0 0 25 0 1 0 101461 48111616 7838 1992294400 134512640 134996440 4294956272 18446744073709551615 134527881 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11746 7838 75 118 0 11625 0
Current children cumulated CPU time (s) 879.22
Current children cumulated vsize (KiB) 61224

[startup+942.302 s]
/proc/loadavg: 1.00 0.94 0.61 2/67 2672
/proc/meminfo: memFree=1893080/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46984 CPUtime=892.35
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37322 0 0 0 89218 17 0 0 25 0 1 0 101461 48111616 7845 1992294400 134512640 134996440 4294956272 18446744073709551615 134551512 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11746 7845 75 118 0 11625 0
Current children cumulated CPU time (s) 939.2
Current children cumulated vsize (KiB) 61224

[startup+1002.3 s]
/proc/loadavg: 1.00 0.95 0.63 2/67 2672
/proc/meminfo: memFree=1893080/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46984 CPUtime=952.33
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37330 0 0 0 95216 17 0 0 25 0 1 0 101461 48111616 7853 1992294400 134512640 134996440 4294956272 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11746 7853 75 118 0 11625 0
Current children cumulated CPU time (s) 999.18
Current children cumulated vsize (KiB) 61224

[startup+1062.3 s]
/proc/loadavg: 1.00 0.96 0.65 2/67 2672
/proc/meminfo: memFree=1893080/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46984 CPUtime=1012.3
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37333 0 0 0 101213 17 0 0 25 0 1 0 101461 48111616 7856 1992294400 134512640 134996440 4294956272 18446744073709551615 134617607 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11746 7856 75 118 0 11625 0
Current children cumulated CPU time (s) 1059.15
Current children cumulated vsize (KiB) 61224

[startup+1122.31 s]
/proc/loadavg: 1.00 0.96 0.67 2/67 2672
/proc/meminfo: memFree=1893016/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46984 CPUtime=1072.27
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37335 0 0 0 107210 17 0 0 25 0 1 0 101461 48111616 7858 1992294400 134512640 134996440 4294956272 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2672/statm: 11746 7858 75 118 0 11625 0
Current children cumulated CPU time (s) 1119.12
Current children cumulated vsize (KiB) 61224

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.69 2/67 2672
/proc/meminfo: memFree=1893016/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=14240 CPUtime=46.85
/proc/2668/stat : 2668 (SATzilla2007_C) S 2666 2668 2631 0 -1 4194304 21550 40274 0 13 3935 18 713 19 25 0 1 0 96753 14581760 3382 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2668/statm: 3560 3382 156 260 0 3284 0
[pid=2672] ppid=2668 vsize=46984 CPUtime=1132.24
/proc/2672/stat : 2672 (march_dl) R 2668 2668 2631 0 -1 4194304 37339 0 0 0 113207 17 0 0 25 0 1 0 101461 48111616 7862 1992294400 134512640 134996440 4294956272 18446744073709551615 134552363 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2672/statm: 11746 7862 75 118 0 11625 0
Current children cumulated CPU time (s) 1179.09
Current children cumulated vsize (KiB) 61224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 1.00 0.97 0.69 2/66 2672
/proc/meminfo: memFree=1903136/2055920 swapFree=4192956/4192956
[pid=2668] ppid=2666 vsize=36360 CPUtime=1200.09
/proc/2668/stat : 2668 (SATzilla2007_C) R 2666 2668 2631 0 -1 4194304 27101 77615 0 13 3975 19 115978 37 21 0 1 0 96753 37232640 8660 1992294400 134512640 135579813 4294956240 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/2668/statm: 9090 8660 162 260 0 8814 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 36360

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): 1203.31
CPU time (s): 1200.12
CPU user time (s): 1199.54
CPU system time (s): 0.576912
CPU usage (%): 99.7347
Max. virtual memory (cumulated for all children) (KiB): 61224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.54
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104716
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= 3025

runsolver used 1.40779 second user time and 2.96855 second system time

The end

Launcher Data

Begin job on node22 at 2009-04-10 11:08:57
IDJOB=1595431
IDBENCH=71499
IDSOLVER=558
FILE ID=node22/1595431-1239354539
PBS_JOBID= 9115545
Free space on /tmp= 64748 MiB

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

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

MD5SUM BENCH= 902bd5d693f19206156f2706c5c6e377
RANDOM SEED=404100421

node22.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.229
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.229
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:       1939344 kB
Buffers:         21048 kB
Cached:          53888 kB
SwapCached:          0 kB
Active:          51916 kB
Inactive:        35780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1939344 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           12372 kB
Writeback:           0 kB
Mapped:          22540 kB
Slab:            14888 kB
Committed_AS:    50372 kB
PageTables:       1392 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= 64740 MiB
End job on node22 at 2009-04-10 11:29:03