Trace number 1805892

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
minisat2-simp 070721? (TO) 1200.09 1200.41

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
MD5SUMb113aab739ba5e45a581d24e1a53a65a
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 variables1148
Number of clauses14303
Sum of the clauses size43196
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314016
Number of clauses of size 4287
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  1148                                                 |
0.00/0.00	|  Number of clauses:    14303                                                |
0.00/0.01	|  Parsing time:         0.01         s                                       |
0.09/0.11	============================[ Search Statistics ]==============================
0.09/0.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.11	===============================================================================
0.09/0.11	|         0 |     861    14016    46872 |     4672        0    nan |  0.000 % |
0.09/0.12	|       102 |     861    14016    46872 |     5139      102     16 |  0.000 % |
0.09/0.13	|       253 |     861    14016    46872 |     5653      253     23 |  0.000 % |
0.09/0.15	|       478 |     861    14016    46872 |     6218      478     23 |  0.000 % |
0.09/0.19	|       816 |     861    14016    46872 |     6840      816     24 |  0.000 % |
0.19/0.25	|      1323 |     861    14016    46872 |     7524     1323     28 |  0.000 % |
0.29/0.34	|      2082 |     861    14016    46872 |     8276     2082     28 |  0.000 % |
0.39/0.46	|      3222 |     861    14016    46872 |     9104     3222     28 |  0.000 % |
0.69/0.73	|      4930 |     861    14016    46872 |    10014     4930     29 |  0.000 % |
1.10/1.10	|      7493 |     861    14016    46872 |    11016     7493     28 |  0.000 % |
1.79/1.85	|     11340 |     861    14016    46872 |    12117     5781     29 |  0.000 % |
2.99/3.08	|     17106 |     861    14016    46872 |    13329    11547     33 |  0.000 % |
5.09/5.19	|     25756 |     861    14016    46872 |    14662     6778     30 |  0.000 % |
8.08/8.18	|     38731 |     861    14016    46872 |    16129    12372     29 |  0.000 % |
12.78/12.82	|     58192 |     861    14016    46872 |    17741    15614     28 |  0.000 % |
21.18/21.21	|     87384 |     861    14016    46872 |    19516     9089     29 |  0.000 % |
34.49/34.55	|    131173 |     861    14016    46872 |    21467    13584     30 |  0.000 % |
57.78/57.87	|    196857 |     861    14016    46872 |    23614    14501     26 |  0.000 % |
88.67/88.77	|    295385 |     861    14016    46872 |    25975    18010     34 |  0.000 % |
147.85/147.94	|    443174 |     861    14016    46872 |    28573    22031     25 |  0.000 % |
256.73/256.87	|    664857 |     861    14016    46872 |    31430    28371     32 |  0.000 % |
421.68/421.83	|    997383 |     861    14016    46872 |    34573    25497     32 |  0.000 % |
708.70/708.95	|   1496171 |     861    14016    46872 |    38031    17396     26 |  0.000 % |
1179.38/1179.74	|   2244355 |     861    14016    46872 |    41834    28964     30 |  0.000 % |

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-1805892-1242142376/watcher-1805892-1242142376 -o /tmp/evaluation-result-1805892-1242142376/solver-1805892-1242142376 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805892-1242142376.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.48 0.72 3/64 16650
/proc/meminfo: memFree=1855360/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=2188 CPUtime=0
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 230 0 0 0 0 0 0 0 18 0 1 0 242271559 2240512 215 1992294400 134512640 135243866 4294956256 18446744073709551615 134745831 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 547 215 65 178 0 367 0

[startup+0.02558 s]
/proc/loadavg: 0.93 0.48 0.72 3/64 16650
/proc/meminfo: memFree=1855360/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=2944 CPUtime=0.02
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 409 0 0 0 2 0 0 0 18 0 1 0 242271559 3014656 394 1992294400 134512640 135243866 4294956256 18446744073709551615 134535643 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 736 394 80 178 0 556 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2944

[startup+0.102589 s]
/proc/loadavg: 0.93 0.48 0.72 3/64 16650
/proc/meminfo: memFree=1855360/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=4080 CPUtime=0.09
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 695 0 0 0 9 0 0 0 18 0 1 0 242271559 4177920 680 1992294400 134512640 135243866 4294956256 18446744073709551615 134535633 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 1020 680 81 178 0 840 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4080

[startup+0.301619 s]
/proc/loadavg: 0.93 0.48 0.72 3/64 16650
/proc/meminfo: memFree=1855360/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=3836 CPUtime=0.29
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 703 0 0 0 29 0 0 0 19 0 1 0 242271559 3928064 634 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 959 634 86 178 0 779 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3836

[startup+0.701656 s]
/proc/loadavg: 0.93 0.48 0.72 3/64 16650
/proc/meminfo: memFree=1855360/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=3836 CPUtime=0.69
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 728 0 0 0 69 0 0 0 22 0 1 0 242271559 3928064 659 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 959 659 86 178 0 779 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3836

[startup+1.50174 s]
/proc/loadavg: 0.93 0.48 0.72 2/65 16651
/proc/meminfo: memFree=1852728/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=4632 CPUtime=1.49
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 911 0 0 0 149 0 0 0 25 0 1 0 242271559 4743168 842 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 1158 842 86 178 0 978 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4632

[startup+3.10192 s]
/proc/loadavg: 0.93 0.49 0.72 2/65 16651
/proc/meminfo: memFree=1851896/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=5160 CPUtime=3.09
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 1041 0 0 0 309 0 0 0 25 0 1 0 242271559 5283840 972 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 1290 972 86 178 0 1110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5160

[startup+6.30128 s]
/proc/loadavg: 0.93 0.49 0.72 2/65 16651
/proc/meminfo: memFree=1851192/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=5472 CPUtime=6.29
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 1123 0 0 0 629 0 0 0 25 0 1 0 242271559 5603328 1054 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 1368 1054 86 178 0 1188 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5472

[startup+12.702 s]
/proc/loadavg: 0.94 0.51 0.72 2/65 16651
/proc/meminfo: memFree=1850808/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=5892 CPUtime=12.68
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 1214 0 0 0 1268 0 0 0 25 0 1 0 242271559 6033408 1145 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 1473 1145 86 178 0 1293 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5892

[startup+25.5024 s]
/proc/loadavg: 0.95 0.52 0.72 2/65 16651
/proc/meminfo: memFree=1849784/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=6844 CPUtime=25.48
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 1459 0 0 0 2548 0 0 0 25 0 1 0 242271559 7008256 1390 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 1711 1390 86 178 0 1531 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6844

[startup+51.1013 s]
/proc/loadavg: 0.97 0.56 0.73 2/65 16651
/proc/meminfo: memFree=1849144/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=7532 CPUtime=51.08
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 1626 0 0 0 5107 1 0 0 25 0 1 0 242271559 7712768 1557 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 1883 1557 86 178 0 1703 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7532

[startup+102.306 s]
/proc/loadavg: 0.98 0.63 0.74 2/65 16651
/proc/meminfo: memFree=1847352/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=9272 CPUtime=102.27
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 2058 0 0 0 10226 1 0 0 25 0 1 0 242271559 9494528 1989 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 2318 1989 86 178 0 2138 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9272

[startup+162.302 s]
/proc/loadavg: 0.99 0.70 0.75 2/65 16651
/proc/meminfo: memFree=1846392/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=10160 CPUtime=162.25
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 2281 0 0 0 16223 2 0 0 25 0 1 0 242271559 10403840 2212 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 2540 2212 86 178 0 2360 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 10160

[startup+222.302 s]
/proc/loadavg: 0.99 0.75 0.77 2/65 16651
/proc/meminfo: memFree=1845752/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=10876 CPUtime=222.23
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 2433 0 0 0 22221 2 0 0 25 0 1 0 242271559 11137024 2364 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 2719 2364 86 178 0 2539 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 10876

[startup+282.302 s]
/proc/loadavg: 0.99 0.79 0.78 2/65 16651
/proc/meminfo: memFree=1845176/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=11404 CPUtime=282.22
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 2575 0 0 0 28219 3 0 0 25 0 1 0 242271559 11677696 2506 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 2851 2506 86 178 0 2671 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 11404

[startup+342.303 s]
/proc/loadavg: 0.99 0.83 0.79 2/65 16651
/proc/meminfo: memFree=1844792/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=11840 CPUtime=342.2
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 2665 0 0 0 34217 3 0 0 25 0 1 0 242271559 12124160 2596 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 2960 2596 86 178 0 2780 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 11840

[startup+402.302 s]
/proc/loadavg: 0.99 0.86 0.80 2/65 16651
/proc/meminfo: memFree=1844728/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=11840 CPUtime=402.18
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 2675 0 0 0 40215 3 0 0 25 0 1 0 242271559 12124160 2606 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 2960 2606 86 178 0 2780 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 11840

[startup+462.302 s]
/proc/loadavg: 0.99 0.88 0.81 2/65 16651
/proc/meminfo: memFree=1843576/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=12968 CPUtime=462.17
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 2950 0 0 0 46213 4 0 0 25 0 1 0 242271559 13279232 2881 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3242 2881 86 178 0 3062 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 12968

[startup+522.302 s]
/proc/loadavg: 0.99 0.90 0.82 2/65 16653
/proc/meminfo: memFree=1843128/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=13256 CPUtime=522.15
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3016 0 0 0 52211 4 0 0 25 0 1 0 242271559 13574144 2947 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3314 2947 86 178 0 3134 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 13256

[startup+582.302 s]
/proc/loadavg: 0.99 0.91 0.83 2/65 16653
/proc/meminfo: memFree=1842808/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=13668 CPUtime=582.13
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3122 0 0 0 58209 4 0 0 25 0 1 0 242271559 13996032 3053 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3417 3053 86 178 0 3237 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 13668

[startup+642.301 s]
/proc/loadavg: 0.99 0.93 0.83 2/65 16653
/proc/meminfo: memFree=1842808/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=13668 CPUtime=642.12
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3125 0 0 0 64208 4 0 0 25 0 1 0 242271559 13996032 3056 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3417 3056 86 178 0 3237 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 13668

[startup+702.302 s]
/proc/loadavg: 0.99 0.94 0.84 2/65 16653
/proc/meminfo: memFree=1842616/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=13808 CPUtime=702.11
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3145 0 0 0 70206 5 0 0 25 0 1 0 242271559 14139392 3076 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3452 3076 86 178 0 3272 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 13808

[startup+762.305 s]
/proc/loadavg: 0.99 0.95 0.84 2/65 16653
/proc/meminfo: memFree=1842424/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=13972 CPUtime=762.09
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3188 0 0 0 76204 5 0 0 25 0 1 0 242271559 14307328 3119 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3493 3119 86 178 0 3313 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 13972

[startup+822.301 s]
/proc/loadavg: 0.99 0.95 0.85 2/65 16653
/proc/meminfo: memFree=1842360/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=13972 CPUtime=822.07
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3209 0 0 0 82202 5 0 0 25 0 1 0 242271559 14307328 3140 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3493 3140 86 178 0 3313 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 13972

[startup+882.301 s]
/proc/loadavg: 0.99 0.96 0.86 2/65 16653
/proc/meminfo: memFree=1842232/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=14132 CPUtime=882.06
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3236 0 0 0 88200 6 0 0 25 0 1 0 242271559 14471168 3167 1992294400 134512640 135243866 4294956256 18446744073709551615 134565112 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3533 3167 86 178 0 3353 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 14132

[startup+942.302 s]
/proc/loadavg: 0.99 0.96 0.86 2/65 16653
/proc/meminfo: memFree=1841848/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=14588 CPUtime=942.04
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3334 0 0 0 94198 6 0 0 25 0 1 0 242271559 14938112 3265 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3647 3265 86 178 0 3467 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 14588

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 16653
/proc/meminfo: memFree=1841656/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=14720 CPUtime=1002.02
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3376 0 0 0 100196 6 0 0 25 0 1 0 242271559 15073280 3307 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3680 3307 86 178 0 3500 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 14720

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 16653
/proc/meminfo: memFree=1841528/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=14872 CPUtime=1062.01
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3398 0 0 0 106195 6 0 0 25 0 1 0 242271559 15228928 3329 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3718 3329 86 178 0 3538 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 14872

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 16653
/proc/meminfo: memFree=1841400/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=15016 CPUtime=1121.99
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3428 0 0 0 112193 6 0 0 25 0 1 0 242271559 15376384 3359 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3754 3359 86 178 0 3574 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 15016

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 16653
/proc/meminfo: memFree=1841272/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=15016 CPUtime=1181.98
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3442 0 0 0 118192 6 0 0 25 0 1 0 242271559 15376384 3373 1992294400 134512640 135243866 4294956256 18446744073709551615 134555736 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3754 3373 86 178 0 3574 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 15016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 16653
/proc/meminfo: memFree=1840760/2055920 swapFree=4180428/4192956
[pid=16650] ppid=16648 vsize=15636 CPUtime=1200.07
/proc/16650/stat : 16650 (minisat_static) R 16648 16650 16586 0 -1 4194304 3577 0 0 0 120001 6 0 0 25 0 1 0 242271559 16011264 3508 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/16650/statm: 3909 3508 86 178 0 3729 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 15636

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.41
CPU time (s): 1200.09
CPU user time (s): 1200.02
CPU system time (s): 0.071989
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 15636

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

runsolver used 1.00285 second user time and 2.34064 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-12 17:32:56
IDJOB=1805892
IDBENCH=24618
IDSOLVER=568
FILE ID=node5/1805892-1242142376
PBS_JOBID= 9289716
Free space on /tmp= 66292 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805892-1242142376/watcher-1805892-1242142376 -o /tmp/evaluation-result-1805892-1242142376/solver-1805892-1242142376 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1805892-1242142376.cnf

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

MD5SUM BENCH= b113aab739ba5e45a581d24e1a53a65a
RANDOM SEED=1232293360

node5.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.212
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.212
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:       1855776 kB
Buffers:         19712 kB
Cached:         122340 kB
SwapCached:       6324 kB
Active:          38144 kB
Inactive:       111680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855776 kB
SwapTotal:     4192956 kB
SwapFree:      4180428 kB
Dirty:            1032 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            36372 kB
Committed_AS:   940692 kB
PageTables:       1388 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= 66288 MiB
End job on node5 at 2009-05-12 17:52:59