Trace number 1735183

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.06 1200.42

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes4.cnf
MD5SUMdf9c42090e37db3e7c6222a93cb90a4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.17582
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.03	c |  Number of variables:           945                                         |
0.00/0.03	c |  Number of clauses:           61409                                         |
0.00/0.03	c |  Parse time:                   0.03 s                                       |
0.19/0.26	c |  Simplification time:          0.22 s                                       |
0.19/0.26	c |                                                                             |
0.19/0.26	c ============================[ Search Statistics ]==============================
0.19/0.26	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.26	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.26	c ===============================================================================
0.19/0.26	c |       100 |     945    58083   117021 |    21297      100     87 |  0.000 % |
0.19/0.27	c |       250 |     945    58083   117021 |    23426      250     81 |  0.000 % |
0.19/0.28	c |       475 |     945    58083   117021 |    25769      475     83 |  0.000 % |
0.19/0.29	c |       812 |     945    58083   117021 |    28346      812     88 |  0.000 % |
0.29/0.32	c |      1318 |     945    58083   117021 |    31181     1318    103 |  0.000 % |
0.29/0.36	c |      2077 |     945    58083   117021 |    34299     2077     99 |  0.000 % |
0.39/0.44	c |      3216 |     945    58083   117021 |    37729     3216     95 |  0.016 % |
0.49/0.57	c |      4924 |     945    58083   117021 |    41502     4924     91 |  0.014 % |
0.69/0.77	c |      7486 |     945    58083   117021 |    45652     7486     83 |  0.000 % |
1.10/1.14	c |     11330 |     945    58083   117021 |    50217    11330     78 |  0.000 % |
1.79/1.83	c |     17096 |     945    58083   117021 |    55239    17096     74 |  0.015 % |
2.99/3.00	c |     25745 |     945    58083   117021 |    60763    25745     72 |  0.000 % |
5.29/5.39	c |     38719 |     945    58083   117021 |    66839    38719     71 |  0.000 % |
10.59/10.63	c |     58180 |     945    58083   117021 |    73523    58180     72 |  0.000 % |
19.28/19.36	c |     87372 |     945    58083   117021 |    80875    34326     73 |  0.000 % |
39.58/39.64	c |    131161 |     945    58083   117021 |    88963    78115     84 |  0.015 % |
72.87/72.91	c |    196845 |     945    58083   117021 |    97859    77817     82 |  0.016 % |
137.36/137.44	c |    295371 |     945    58083   117021 |   107645    26917     62 |  0.000 % |
259.31/259.42	c |    443160 |     945    58083   117021 |   118410    92499     98 |  0.000 % |
537.33/537.53	c |    664843 |     945    58083   117021 |   130251    37182     84 |  0.000 % |
1011.18/1011.57	c |    997368 |     945    58083   117021 |   143276    67452     98 |  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-1735183-1240800646/watcher-1735183-1240800646 -o /tmp/evaluation-result-1735183-1240800646/solver-1735183-1240800646 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1735183-1240800646.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24086
/proc/meminfo: memFree=1625920/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=7616 CPUtime=0
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 108097508 7798784 339 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 1904 339 63 219 0 1682 0

[startup+0.0524831 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24086
/proc/meminfo: memFree=1625920/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=10000 CPUtime=0.04
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 1252 0 0 0 4 0 0 0 18 0 1 0 108097508 10240000 1195 1992294400 4194304 5092341 548682068848 18446744073709551615 4219707 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 2500 1195 87 219 0 2278 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10000

[startup+0.101489 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24086
/proc/meminfo: memFree=1625920/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=10000 CPUtime=0.09
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 1253 0 0 0 9 0 0 0 18 0 1 0 108097508 10240000 1196 1992294400 4194304 5092341 548682068848 18446744073709551615 4219527 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 2500 1196 88 219 0 2278 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10000

[startup+0.301517 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24086
/proc/meminfo: memFree=1625920/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=9756 CPUtime=0.29
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 1516 0 0 0 29 0 0 0 19 0 1 0 108097508 9990144 1157 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 2439 1157 102 219 0 2217 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9756

[startup+0.701574 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24086
/proc/meminfo: memFree=1625920/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=9756 CPUtime=0.69
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 2011 0 0 0 69 0 0 0 22 0 1 0 108097508 9990144 1652 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 2439 1652 103 219 0 2217 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9756

[startup+1.50169 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1618808/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=9948 CPUtime=1.49
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 2612 0 0 0 148 1 0 0 25 0 1 0 108097508 10186752 2253 1992294400 4194304 5092341 548682068848 18446744073709551615 4241376 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 2487 2253 103 219 0 2265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9948

[startup+3.10191 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1615608/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=17320 CPUtime=3.09
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 3628 0 0 0 308 1 0 0 25 0 1 0 108097508 17735680 3269 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 4330 3269 103 219 0 4108 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17320

[startup+6.30137 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1608632/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=24540 CPUtime=6.29
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 5064 0 0 0 627 2 0 0 25 0 1 0 108097508 25128960 4705 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 6135 4705 103 219 0 5913 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24540

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1599112/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=35284 CPUtime=12.68
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 7277 0 0 0 1265 3 0 0 25 0 1 0 108097508 36130816 6918 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 8821 6918 103 219 0 8599 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35284

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1595016/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=32528 CPUtime=25.48
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 13746 0 0 0 2539 9 0 0 25 0 1 0 108097508 33308672 7777 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 8132 7777 103 219 0 7910 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32528

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1596360/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=32640 CPUtime=51.07
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 21215 0 0 0 5092 15 0 0 25 0 1 0 108097508 33423360 7568 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 8160 7568 103 219 0 7938 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32640

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1579400/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=50160 CPUtime=102.26
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 33491 0 0 0 10202 24 0 0 25 0 1 0 108097508 51363840 11567 1992294400 4194304 5092341 548682068848 18446744073709551615 4240661 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 12540 11567 103 219 0 12318 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 50160

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1552840/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=89576 CPUtime=162.24
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 49439 0 0 0 16192 32 0 0 25 0 1 0 108097508 91725824 18341 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 22394 18341 103 219 0 22172 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 89576

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1579400/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=50160 CPUtime=222.22
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 53346 0 0 0 22185 37 0 0 25 0 1 0 108097508 51363840 11568 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 12540 11568 103 219 0 12318 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 50160

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1535624/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=109284 CPUtime=282.21
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 64399 0 0 0 28176 45 0 0 25 0 1 0 108097508 111906816 22621 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 27321 22621 103 219 0 27099 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 109284

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1531016/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=105352 CPUtime=342.19
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 78085 0 0 0 34164 55 0 0 25 0 1 0 108097508 107880448 23725 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 26338 23725 103 219 0 26116 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 105352

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1511432/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=125060 CPUtime=402.17
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 83055 0 0 0 40156 61 0 0 25 0 1 0 108097508 128061440 28695 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 31265 28695 103 219 0 31043 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 125060

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1527688/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=105352 CPUtime=462.16
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 92364 0 0 0 46148 68 0 0 25 0 1 0 108097508 107880448 24561 1992294400 4194304 5092341 548682068848 18446744073709551615 4241205 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 26338 24561 103 219 0 26116 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 105352

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24087
/proc/meminfo: memFree=1511496/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=125060 CPUtime=522.14
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 96429 0 0 0 52140 74 0 0 25 0 1 0 108097508 128061440 28626 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 31265 28626 103 219 0 31043 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 125060

[startup+582.301 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 24087
/proc/meminfo: memFree=1526984/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=105352 CPUtime=582.12
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 105687 0 0 0 58131 81 0 0 25 0 1 0 108097508 107880448 24737 1992294400 4194304 5092341 548682068848 18446744073709551615 4241101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 26338 24737 103 219 0 26116 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 105352

[startup+642.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 24093
/proc/meminfo: memFree=1511368/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=125060 CPUtime=642.1
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 109553 0 0 0 64122 88 0 0 25 0 1 0 108097508 128061440 28603 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 31265 28603 103 219 0 31043 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 125060

[startup+702.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 24093
/proc/meminfo: memFree=1534344/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=105352 CPUtime=702.08
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 117864 0 0 0 70116 92 0 0 25 0 1 0 108097508 107880448 22914 1992294400 4194304 5092341 548682068848 18446744073709551615 4241080 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 26338 22914 103 219 0 26116 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 105352

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24093
/proc/meminfo: memFree=1515720/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=125060 CPUtime=762.07
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 122460 0 0 0 76108 99 0 0 25 0 1 0 108097508 128061440 27510 1992294400 4194304 5092341 548682068848 18446744073709551615 4241101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 31265 27510 103 219 0 31043 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 125060

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24093
/proc/meminfo: memFree=1502408/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=65936 CPUtime=822.05
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 125764 0 0 0 82101 104 0 0 25 0 1 0 108097508 67518464 16241 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 16484 16241 103 219 0 16262 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 65936

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24093
/proc/meminfo: memFree=1525128/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=105352 CPUtime=882.03
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 134671 0 0 0 88094 109 0 0 25 0 1 0 108097508 107880448 25148 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 26338 25148 103 219 0 26116 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 105352

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24093
/proc/meminfo: memFree=1511112/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=125060 CPUtime=942.01
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 138203 0 0 0 94088 113 0 0 25 0 1 0 108097508 128061440 28680 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 31265 28680 103 219 0 31043 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 125060

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24093
/proc/meminfo: memFree=1560520/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=65936 CPUtime=1001.99
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 140345 0 0 0 100083 116 0 0 25 0 1 0 108097508 67518464 16242 1992294400 4194304 5092341 548682068848 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 16484 16242 103 219 0 16262 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 65936

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24093
/proc/meminfo: memFree=1515464/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=125060 CPUtime=1061.97
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 151702 0 0 0 106073 124 0 0 25 0 1 0 108097508 128061440 27599 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 31265 27599 103 219 0 31043 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 125060

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24093
/proc/meminfo: memFree=1503560/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=125060 CPUtime=1121.95
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 154636 0 0 0 112068 127 0 0 25 0 1 0 108097508 128061440 30533 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 31265 30533 103 219 0 31043 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 125060

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24093
/proc/meminfo: memFree=1560456/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=65936 CPUtime=1181.94
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 157580 0 0 0 118062 132 0 0 25 0 1 0 108097508 67518464 16242 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 16484 16242 103 219 0 16262 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 65936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24093
/proc/meminfo: memFree=1531080/2055920 swapFree=4181336/4192956
[pid=24086] ppid=24084 vsize=105352 CPUtime=1200.03
/proc/24086/stat : 24086 (minisat) R 24084 24086 23454 0 -1 4194304 164970 0 0 0 119868 135 0 0 25 0 1 0 108097508 107880448 23632 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/24086/statm: 26338 23632 103 219 0 26116 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 105352

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.42
CPU time (s): 1200.06
CPU user time (s): 1198.69
CPU system time (s): 1.37279
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 154620

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

runsolver used 1.01285 second user time and 2.34264 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-27 04:50:47
IDJOB=1735183
IDBENCH=71365
IDSOLVER=546
FILE ID=node29/1735183-1240800646
PBS_JOBID= 9187376
Free space on /tmp= 66420 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v945c61409gyes4.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735183-1240800646/watcher-1735183-1240800646 -o /tmp/evaluation-result-1735183-1240800646/solver-1735183-1240800646 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1735183-1240800646.cnf

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

MD5SUM BENCH= df9c42090e37db3e7c6222a93cb90a4d
RANDOM SEED=897568787

node29.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.281
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.281
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:       1626400 kB
Buffers:         57084 kB
Cached:         293884 kB
SwapCached:       5488 kB
Active:         110788 kB
Inactive:       248080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626400 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:          13608 kB
Slab:            56636 kB
Committed_AS:   488544 kB
PageTables:       1468 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= 66420 MiB
End job on node29 at 2009-04-27 05:10:49