Trace number 1785128

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: minisat SAT 2007? (TO) 5000.11 5001.71

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen8-n320-02-S1127428711.sat05-484.reshuffled-07.cnf
MD5SUM6a0d1029e840b2624bac287c335e4e2c
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 variables260
Number of clauses492
Sum of the clauses size1114
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2427
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  320                                                  |
0.00/0.00	c |  Number of clauses:    492                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     179      398     1189 |      132        0    nan |  0.000 % |
0.00/0.00	c |       100 |     179      398     1189 |      145      100     31 |  0.001 % |
0.00/0.00	c |       251 |     179      398     1189 |      160      251     27 |  0.001 % |
0.00/0.01	c |       476 |     179      398     1189 |      176      235     22 |  0.002 % |
0.01/0.01	c |       814 |     179      398     1189 |      194      211     19 |  0.001 % |
0.01/0.03	c |      1321 |     179      398     1189 |      213      210     19 |  0.005 % |
0.01/0.04	c |      2081 |     179      398     1189 |      235      247     21 |  0.005 % |
0.01/0.07	c |      3221 |     179      398     1189 |      258      172     15 |  0.005 % |
0.09/0.11	c |      4931 |     179      398     1189 |      284      335     26 |  0.005 % |
0.09/0.17	c |      7494 |     179      398     1189 |      312      334     23 |  0.001 % |
0.19/0.26	c |     11339 |     179      398     1189 |      344      319     23 |  0.005 % |
0.29/0.39	c |     17106 |     179      398     1189 |      378      237     13 |  0.003 % |
0.59/0.62	c |     25755 |     179      398     1189 |      416      323     18 |  0.001 % |
0.89/0.91	c |     38729 |     179      398     1189 |      458      376     18 |  0.005 % |
1.39/1.43	c |     58191 |     179      398     1189 |      503      359     19 |  0.001 % |
2.20/2.23	c |     87384 |     179      398     1189 |      554      489     23 |  0.001 % |
3.30/3.37	c |    131174 |     179      398     1189 |      609      414     19 |  0.001 % |
5.19/5.26	c |    196858 |     179      398     1189 |      670      670     25 |  0.001 % |
8.09/8.16	c |    295384 |     179      398     1189 |      737      600     22 |  0.001 % |
12.89/12.98	c |    443175 |     179      398     1189 |      811      515     20 |  0.005 % |
20.48/20.56	c |    664858 |     179      398     1189 |      892      621     23 |  0.002 % |
31.68/31.78	c |    997384 |     179      398     1189 |      981      695     20 |  0.003 % |
48.77/48.86	c |   1496173 |     179      398     1189 |     1079      711     24 |  0.001 % |
75.66/75.73	c |   2244355 |     179      398     1189 |     1187     1122     26 |  0.001 % |
117.85/117.97	c |   3366630 |     179      398     1189 |     1306     1254     26 |  0.005 % |
190.73/190.89	c |   5050042 |     179      398     1189 |     1437     1137     32 |  0.002 % |
297.60/297.75	c |   7575159 |     179      398     1189 |     1581      966     26 |  0.003 % |
463.64/463.86	c |  11362834 |     179      398     1189 |     1739      852     25 |  0.005 % |
715.36/715.63	c |  17044346 |     179      398     1189 |     1913     1255     29 |  0.001 % |
1121.33/1121.72	c |  25566615 |     179      398     1189 |     2104     1862     33 |  0.001 % |
1744.64/1745.21	c |  38350019 |     179      398     1189 |     2314     1563     38 |  0.001 % |
2697.43/2698.39	c |  57525127 |     179      398     1189 |     2546     2253     31 |  0.001 % |
4254.43/4255.82	c |  86287785 |     179      398     1189 |     2801     2368     38 |  0.004 % |

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-1785128-1241893465/watcher-1785128-1241893465 -o /tmp/evaluation-result-1785128-1241893465/solver-1785128-1241893465 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785128-1241893465.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.92 0.98 0.99 3/64 21010
/proc/meminfo: memFree=1884096/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=1720 CPUtime=0
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 118 0 0 0 0 0 0 0 18 0 1 0 217370931 1761280 104 1992294400 134512640 135048876 4294956208 18446744073709551615 134700109 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 430 104 66 130 0 297 0

[startup+0.0151669 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21010
/proc/meminfo: memFree=1884096/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=1720 CPUtime=0.01
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 118 0 0 0 1 0 0 0 18 0 1 0 217370931 1761280 104 1992294400 134512640 135048876 4294956208 18446744073709551615 134548076 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 430 104 66 130 0 297 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1720

[startup+0.101179 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21010
/proc/meminfo: memFree=1884096/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=1852 CPUtime=0.09
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 129 0 0 0 9 0 0 0 18 0 1 0 217370931 1896448 115 1992294400 134512640 135048876 4294956208 18446744073709551615 134547037 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 463 115 66 130 0 330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1852

[startup+0.301208 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21010
/proc/meminfo: memFree=1884096/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=1852 CPUtime=0.29
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 134 0 0 0 29 0 0 0 19 0 1 0 217370931 1896448 120 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 463 120 66 130 0 330 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1852

[startup+0.701265 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21010
/proc/meminfo: memFree=1884096/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=1852 CPUtime=0.69
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 141 0 0 0 69 0 0 0 22 0 1 0 217370931 1896448 127 1992294400 134512640 135048876 4294956208 18446744073709551615 134552771 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 463 127 66 130 0 330 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1852

[startup+1.50138 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1883896/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=1852 CPUtime=1.49
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 152 0 0 0 149 0 0 0 25 0 1 0 217370931 1896448 138 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 463 138 66 130 0 330 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1852

[startup+3.10161 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1883648/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=1984 CPUtime=3.09
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 161 0 0 0 309 0 0 0 25 0 1 0 217370931 2031616 147 1992294400 134512640 135048876 4294956208 18446744073709551615 134546614 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 496 147 66 130 0 363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1984

[startup+6.30106 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1883520/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=1984 CPUtime=6.29
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 177 0 0 0 629 0 0 0 25 0 1 0 217370931 2031616 163 1992294400 134512640 135048876 4294956208 18446744073709551615 134553118 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 496 163 66 130 0 363 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1984

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1883456/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2116 CPUtime=12.69
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 192 0 0 0 1269 0 0 0 25 0 1 0 217370931 2166784 178 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 529 178 66 130 0 396 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2116

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1883328/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2116 CPUtime=25.48
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 215 0 0 0 2548 0 0 0 25 0 1 0 217370931 2166784 201 1992294400 134512640 135048876 4294956208 18446744073709551615 134552448 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 529 201 66 130 0 396 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2116

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1883200/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2240 CPUtime=51.07
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 236 0 0 0 5107 0 0 0 25 0 1 0 217370931 2293760 222 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 560 222 66 130 0 427 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2240

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1883072/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2360 CPUtime=102.26
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 273 0 0 0 10226 0 0 0 25 0 1 0 217370931 2416640 259 1992294400 134512640 135048876 4294956208 18446744073709551615 134548401 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 590 259 66 130 0 457 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2360

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1882880/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2492 CPUtime=162.23
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 303 0 0 0 16223 0 0 0 25 0 1 0 217370931 2551808 289 1992294400 134512640 135048876 4294956208 18446744073709551615 134548703 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 623 289 66 130 0 490 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 2492

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1882752/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2624 CPUtime=222.22
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 321 0 0 0 22221 1 0 0 25 0 1 0 217370931 2686976 307 1992294400 134512640 135048876 4294956208 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 656 307 66 130 0 523 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 2624

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1882688/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2624 CPUtime=282.2
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 335 0 0 0 28219 1 0 0 25 0 1 0 217370931 2686976 321 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 656 321 66 130 0 523 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 2624

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1882560/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2736 CPUtime=342.18
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 359 0 0 0 34217 1 0 0 25 0 1 0 217370931 2801664 345 1992294400 134512640 135048876 4294956208 18446744073709551615 134547906 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 684 345 66 130 0 551 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 2736

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1882496/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2736 CPUtime=402.16
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 373 0 0 0 40215 1 0 0 25 0 1 0 217370931 2801664 359 1992294400 134512640 135048876 4294956208 18446744073709551615 134548121 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 684 359 66 130 0 551 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 2736

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1882432/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2856 CPUtime=462.14
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 381 0 0 0 46213 1 0 0 25 0 1 0 217370931 2924544 367 1992294400 134512640 135048876 4294956208 18446744073709551615 134548472 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 714 367 66 130 0 581 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 2856

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1882304/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2856 CPUtime=522.12
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 399 0 0 0 52211 1 0 0 25 0 1 0 217370931 2924544 385 1992294400 134512640 135048876 4294956208 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 714 385 66 130 0 581 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 2856

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1882240/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2856 CPUtime=582.11
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 403 0 0 0 58209 2 0 0 25 0 1 0 217370931 2924544 389 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 714 389 66 130 0 581 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 2856

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21011
/proc/meminfo: memFree=1882176/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=2960 CPUtime=642.09
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 408 0 0 0 64207 2 0 0 25 0 1 0 217370931 3031040 394 1992294400 134512640 135048876 4294956208 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 740 394 66 130 0 607 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 2960


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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879744/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3856 CPUtime=4060.99
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 637 0 0 0 406091 8 0 0 25 0 1 0 217370931 3948544 623 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 964 623 66 130 0 831 0
Current children cumulated CPU time (s) 4060.99
Current children cumulated vsize (KiB) 3856

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879680/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3856 CPUtime=4120.97
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 637 0 0 0 412089 8 0 0 25 0 1 0 217370931 3948544 623 1992294400 134512640 135048876 4294956208 18446744073709551615 134545969 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 964 623 66 130 0 831 0
Current children cumulated CPU time (s) 4120.97
Current children cumulated vsize (KiB) 3856

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879744/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3856 CPUtime=4180.95
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 637 0 0 0 418087 8 0 0 25 0 1 0 217370931 3948544 623 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 964 623 66 130 0 831 0
Current children cumulated CPU time (s) 4180.95
Current children cumulated vsize (KiB) 3856

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879680/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3856 CPUtime=4240.93
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 637 0 0 0 424085 8 0 0 25 0 1 0 217370931 3948544 623 1992294400 134512640 135048876 4294956208 18446744073709551615 134553032 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 964 623 66 130 0 831 0
Current children cumulated CPU time (s) 4240.93
Current children cumulated vsize (KiB) 3856

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879616/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3856 CPUtime=4300.91
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 647 0 0 0 430083 8 0 0 25 0 1 0 217370931 3948544 633 1992294400 134512640 135048876 4294956208 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 964 633 66 130 0 831 0
Current children cumulated CPU time (s) 4300.91
Current children cumulated vsize (KiB) 3856

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879552/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3856 CPUtime=4360.89
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 655 0 0 0 436081 8 0 0 25 0 1 0 217370931 3948544 641 1992294400 134512640 135048876 4294956208 18446744073709551615 134552428 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 964 641 66 130 0 831 0
Current children cumulated CPU time (s) 4360.89
Current children cumulated vsize (KiB) 3856

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879488/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3856 CPUtime=4420.88
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 657 0 0 0 442079 9 0 0 25 0 1 0 217370931 3948544 643 1992294400 134512640 135048876 4294956208 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 964 643 66 130 0 831 0
Current children cumulated CPU time (s) 4420.88
Current children cumulated vsize (KiB) 3856

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879552/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3856 CPUtime=4480.86
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 657 0 0 0 448077 9 0 0 25 0 1 0 217370931 3948544 643 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 964 643 66 130 0 831 0
Current children cumulated CPU time (s) 4480.86
Current children cumulated vsize (KiB) 3856

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879488/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3856 CPUtime=4540.84
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 657 0 0 0 454075 9 0 0 25 0 1 0 217370931 3948544 643 1992294400 134512640 135048876 4294956208 18446744073709551615 134552791 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 964 643 66 130 0 831 0
Current children cumulated CPU time (s) 4540.84
Current children cumulated vsize (KiB) 3856

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879424/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3972 CPUtime=4600.82
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 658 0 0 0 460073 9 0 0 25 0 1 0 217370931 4067328 644 1992294400 134512640 135048876 4294956208 18446744073709551615 134546513 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 993 644 66 130 0 860 0
Current children cumulated CPU time (s) 4600.82
Current children cumulated vsize (KiB) 3972

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879424/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3972 CPUtime=4660.8
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 665 0 0 0 466071 9 0 0 25 0 1 0 217370931 4067328 651 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 993 651 66 130 0 860 0
Current children cumulated CPU time (s) 4660.8
Current children cumulated vsize (KiB) 3972

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21019
/proc/meminfo: memFree=1879424/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3972 CPUtime=4720.78
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 665 0 0 0 472069 9 0 0 25 0 1 0 217370931 4067328 651 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 993 651 66 130 0 860 0
Current children cumulated CPU time (s) 4720.78
Current children cumulated vsize (KiB) 3972

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21021
/proc/meminfo: memFree=1879360/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3972 CPUtime=4780.75
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 669 0 0 0 478066 9 0 0 25 0 1 0 217370931 4067328 655 1992294400 134512640 135048876 4294956208 18446744073709551615 134548455 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 993 655 66 130 0 860 0
Current children cumulated CPU time (s) 4780.75
Current children cumulated vsize (KiB) 3972

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21021
/proc/meminfo: memFree=1879296/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3972 CPUtime=4840.74
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 670 0 0 0 484064 10 0 0 25 0 1 0 217370931 4067328 656 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 993 656 66 130 0 860 0
Current children cumulated CPU time (s) 4840.74
Current children cumulated vsize (KiB) 3972

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21021
/proc/meminfo: memFree=1879232/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3972 CPUtime=4900.72
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 676 0 0 0 490062 10 0 0 25 0 1 0 217370931 4067328 662 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 993 662 66 130 0 860 0
Current children cumulated CPU time (s) 4900.72
Current children cumulated vsize (KiB) 3972

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21021
/proc/meminfo: memFree=1879168/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3972 CPUtime=4960.7
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 676 0 0 0 496060 10 0 0 25 0 1 0 217370931 4067328 662 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 993 662 66 130 0 860 0
Current children cumulated CPU time (s) 4960.7
Current children cumulated vsize (KiB) 3972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21021
/proc/meminfo: memFree=1879232/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3972 CPUtime=5000.1
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 678 0 0 0 500000 10 0 0 25 0 1 0 217370931 4067328 664 1992294400 134512640 135048876 4294956208 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 993 664 66 130 0 860 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 3972

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

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

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21021
/proc/meminfo: memFree=1879232/2055920 swapFree=4180360/4192956
[pid=21010] ppid=21008 vsize=3972 CPUtime=5000.1
/proc/21010/stat : 21010 (minisat_noasser) R 21008 21010 20931 0 -1 4194304 678 0 0 0 500000 10 0 0 25 0 1 0 217370931 4067328 664 1992294400 134512640 135048876 4294956208 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0
/proc/21010/statm: 993 664 66 130 0 860 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 3972

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.71
CPU time (s): 5000.11
CPU user time (s): 5000
CPU system time (s): 0.103984
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 3988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 678
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= 2
involuntary context switches= 9292

runsolver used 3.3025 second user time and 10.7144 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-09 20:24:25
IDJOB=1785128
IDBENCH=24704
IDSOLVER=639
FILE ID=node49/1785128-1241893465
PBS_JOBID= 9264712
Free space on /tmp= 66212 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen8-n320-02-S1127428711.sat05-484.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785128-1241893465/watcher-1785128-1241893465 -o /tmp/evaluation-result-1785128-1241893465/solver-1785128-1241893465 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785128-1241893465.cnf

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

MD5SUM BENCH= 6a0d1029e840b2624bac287c335e4e2c
RANDOM SEED=2052479584

node49.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.241
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.241
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:       1884576 kB
Buffers:         34060 kB
Cached:          90240 kB
SwapCached:       6260 kB
Active:          48408 kB
Inactive:        84656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884576 kB
SwapTotal:     4192956 kB
SwapFree:      4180360 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:          13740 kB
Slab:            24112 kB
Committed_AS:   731660 kB
PageTables:       1384 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= 66212 MiB
End job on node49 at 2009-05-09 21:47:49