Trace number 1807313

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.07 1200.43

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1375c111739g2.cnf
MD5SUM4a0161ad7ac9d31215b2f5b6bcc0673a
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 variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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:  1375                                                 |
0.00/0.00	|  Number of clauses:    111739                                               |
0.04/0.07	|  Parsing time:         0.07         s                                       |
2.39/2.47	============================[ Search Statistics ]==============================
2.39/2.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.39/2.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.39/2.47	===============================================================================
2.39/2.47	|         0 |    1320   110364   335209 |    36788        0    nan |  0.000 % |
2.39/2.49	|       101 |    1320   110364   335209 |    40466      101    188 |  0.000 % |
2.49/2.51	|       251 |    1320   110364   335209 |    44513      251    186 |  0.000 % |
2.49/2.55	|       477 |    1320   110364   335209 |    48964      477    178 |  0.000 % |
2.59/2.61	|       814 |    1320   110364   335209 |    53861      814    177 |  0.000 % |
2.59/2.70	|      1320 |    1320   110364   335209 |    59247     1320    174 |  0.000 % |
2.79/2.86	|      2080 |    1320   110364   335209 |    65172     2080    173 |  0.000 % |
3.09/3.15	|      3219 |    1320   110364   335209 |    71689     3219    173 |  0.000 % |
3.59/3.63	|      4927 |    1320   110364   335209 |    78858     4927    168 |  0.000 % |
4.59/4.61	|      7489 |    1320   110364   335209 |    86744     7489    184 |  0.000 % |
6.39/6.44	|     11333 |    1320   110364   335209 |    95418    11333    185 |  0.000 % |
10.39/10.40	|     17100 |    1320   110364   335209 |   104960    17100    188 |  0.000 % |
17.18/17.27	|     25752 |    1320   110364   335209 |   115456    25752    184 |  0.000 % |
30.69/30.72	|     38727 |    1320   110364   335209 |   127002    38727    180 |  0.000 % |
65.37/65.42	|     58189 |    1320   110364   335209 |   139702    58189    185 |  0.000 % |
147.44/147.55	|     87382 |    1320   110364   335209 |   153672    87382    185 |  0.000 % |
313.00/313.12	|    131171 |    1320   110364   335209 |   169039   131171    184 |  0.000 % |
472.15/472.33	|    196855 |    1320   110364   335209 |   185943    42773    158 |  0.000 % |
658.99/659.22	|    295383 |    1320   110364   335209 |   204538   141301    167 |  0.000 % |
1090.36/1090.75	|    443174 |    1320   110364   335209 |   224992   102669    180 |  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-1807313-1242156652/watcher-1807313-1242156652 -o /tmp/evaluation-result-1807313-1242156652/solver-1807313-1242156652 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807313-1242156652.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: 1.03 1.00 0.97 3/64 6499
/proc/meminfo: memFree=1351800/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=2064 CPUtime=0
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 398 0 0 0 0 0 0 0 18 0 1 0 243698027 2113536 383 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 516 384 65 178 0 336 0

[startup+0.0475149 s]
/proc/loadavg: 1.03 1.00 0.97 3/64 6499
/proc/meminfo: memFree=1351800/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=5756 CPUtime=0.04
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 1254 0 0 0 4 0 0 0 18 0 1 0 243698027 5894144 1239 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 1439 1240 65 178 0 1259 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5756

[startup+0.102522 s]
/proc/loadavg: 1.03 1.00 0.97 3/64 6499
/proc/meminfo: memFree=1351800/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=7960 CPUtime=0.09
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 1842 0 0 0 9 0 0 0 18 0 1 0 243698027 8151040 1827 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 1990 1827 80 178 0 1810 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7960

[startup+0.302549 s]
/proc/loadavg: 1.03 1.00 0.97 3/64 6499
/proc/meminfo: memFree=1351800/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=7960 CPUtime=0.29
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 1842 0 0 0 29 0 0 0 19 0 1 0 243698027 8151040 1827 1992294400 134512640 135243866 4294956256 18446744073709551615 134535832 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 1990 1827 80 178 0 1810 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7960

[startup+0.701607 s]
/proc/loadavg: 1.03 1.00 0.97 3/64 6499
/proc/meminfo: memFree=1351800/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=9808 CPUtime=0.69
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 2294 0 0 0 69 0 0 0 22 0 1 0 243698027 10043392 2279 1992294400 134512640 135243866 4294956256 18446744073709551615 134541953 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 2452 2279 81 178 0 2272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9808

[startup+1.50172 s]
/proc/loadavg: 1.03 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1342512/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=10480 CPUtime=1.49
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 2419 0 0 0 148 1 0 0 25 0 1 0 243698027 10731520 2404 1992294400 134512640 135243866 4294956256 18446744073709551615 134536647 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 2620 2404 81 178 0 2440 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10480

[startup+3.10195 s]
/proc/loadavg: 1.03 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1342256/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=9660 CPUtime=3.09
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 2557 0 0 0 308 1 0 0 25 0 1 0 243698027 9891840 2283 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 2415 2283 87 178 0 2235 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9660

[startup+6.3014 s]
/proc/loadavg: 1.03 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1337712/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=16260 CPUtime=6.29
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 4192 0 0 0 627 2 0 0 25 0 1 0 243698027 16650240 3918 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 4065 3918 87 178 0 3885 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16260

[startup+12.7013 s]
/proc/loadavg: 1.03 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1329464/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=23544 CPUtime=12.69
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 6009 0 0 0 1265 4 0 0 25 0 1 0 243698027 24109056 5735 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 5886 5735 87 178 0 5706 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23544

[startup+25.5011 s]
/proc/loadavg: 1.02 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1318392/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=34136 CPUtime=25.48
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 8654 0 0 0 2541 7 0 0 25 0 1 0 243698027 34955264 8380 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 8534 8380 87 178 0 8354 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34136

[startup+51.1028 s]
/proc/loadavg: 1.01 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1306040/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=46796 CPUtime=51.08
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 11824 0 0 0 5097 11 0 0 25 0 1 0 243698027 47919104 11550 1992294400 134512640 135243866 4294956256 18446744073709551615 134555917 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 11699 11550 87 178 0 11519 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 46796

[startup+102.304 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1288696/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=63804 CPUtime=102.25
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 16040 0 0 0 10210 15 0 0 25 0 1 0 243698027 65335296 15766 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 15951 15766 87 178 0 15771 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 63804

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1273144/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=79320 CPUtime=162.24
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 19935 0 0 0 16204 20 0 0 25 0 1 0 243698027 81223680 19661 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 19830 19661 87 178 0 19650 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 79320

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1261496/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=91072 CPUtime=222.22
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 22831 0 0 0 22199 23 0 0 25 0 1 0 243698027 93257728 22557 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 22768 22557 87 178 0 22588 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 91072

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1248504/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=104200 CPUtime=282.21
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 26093 0 0 0 28195 26 0 0 25 0 1 0 243698027 106700800 25819 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 26050 25819 87 178 0 25870 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 104200

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1235768/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=117192 CPUtime=342.18
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 29256 0 0 0 34189 29 0 0 25 0 1 0 243698027 120004608 28982 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 29298 28982 87 178 0 29118 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 117192

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1222456/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=130612 CPUtime=402.17
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 32618 0 0 0 40184 33 0 0 25 0 1 0 243698027 133746688 32344 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 32653 32344 87 178 0 32473 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 130612

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6500
/proc/meminfo: memFree=1213560/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=139260 CPUtime=462.15
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 34777 0 0 0 46180 35 0 0 25 0 1 0 243698027 142602240 34503 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 34815 34503 87 178 0 34635 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 139260

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1213296/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=139260 CPUtime=522.13
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 34777 0 0 0 52178 35 0 0 25 0 1 0 243698027 142602240 34503 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 34815 34503 87 178 0 34635 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 139260

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1213368/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=139260 CPUtime=582.11
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 34777 0 0 0 58176 35 0 0 25 0 1 0 243698027 142602240 34503 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 34815 34503 87 178 0 34635 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 139260

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1213368/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=139260 CPUtime=642.1
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 34779 0 0 0 64175 35 0 0 25 0 1 0 243698027 142602240 34505 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 34815 34505 87 178 0 34635 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 139260

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1213368/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=139260 CPUtime=702.08
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 34787 0 0 0 70173 35 0 0 25 0 1 0 243698027 142602240 34513 1992294400 134512640 135243866 4294956256 18446744073709551615 134555880 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 34815 34513 87 178 0 34635 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 139260

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1213368/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=139260 CPUtime=762.06
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 34787 0 0 0 76171 35 0 0 25 0 1 0 243698027 142602240 34513 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 34815 34513 87 178 0 34635 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 139260

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1212088/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=140844 CPUtime=822.05
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 35170 0 0 0 82169 36 0 0 25 0 1 0 243698027 144224256 34896 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 35211 34896 87 178 0 35031 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 140844

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1201976/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=150788 CPUtime=882.02
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 37661 0 0 0 88164 38 0 0 25 0 1 0 243698027 154406912 37387 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 37697 37387 87 178 0 37517 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 150788

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1192376/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=160524 CPUtime=942.01
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 40072 0 0 0 94159 42 0 0 25 0 1 0 243698027 164376576 39798 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 40131 39798 87 178 0 39951 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 160524

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1186936/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=165872 CPUtime=1001.99
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 41411 0 0 0 100156 43 0 0 25 0 1 0 243698027 169852928 41137 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 41468 41137 87 178 0 41288 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 165872

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1186936/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=165872 CPUtime=1061.97
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 41411 0 0 0 106154 43 0 0 25 0 1 0 243698027 169852928 41137 1992294400 134512640 135243866 4294956256 18446744073709551615 134555878 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 41468 41137 87 178 0 41288 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 165872

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 6502
/proc/meminfo: memFree=1186936/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=165872 CPUtime=1121.95
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 41412 0 0 0 112152 43 0 0 25 0 1 0 243698027 169852928 41138 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 41468 41138 87 178 0 41288 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 165872

[startup+1182.3 s]
/proc/loadavg: 1.04 1.01 0.97 2/65 6502
/proc/meminfo: memFree=1186936/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=165872 CPUtime=1181.93
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 41412 0 0 0 118150 43 0 0 25 0 1 0 243698027 169852928 41138 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 41468 41138 87 178 0 41288 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 165872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.03 1.01 0.97 2/65 6502
/proc/meminfo: memFree=1186936/2055920 swapFree=4171328/4192956
[pid=6499] ppid=6497 vsize=165872 CPUtime=1200.04
/proc/6499/stat : 6499 (minisat_static) R 6497 6499 5996 0 -1 4194304 41412 0 0 0 119960 44 0 0 25 0 1 0 243698027 169852928 41138 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 1 0 0
/proc/6499/statm: 41468 41138 87 178 0 41288 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 165872

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.43
CPU time (s): 1200.07
CPU user time (s): 1199.6
CPU system time (s): 0.466929
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 165872

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

runsolver used 0.867868 second user time and 2.46563 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-12 21:30:52
IDJOB=1807313
IDBENCH=71511
IDSOLVER=568
FILE ID=node29/1807313-1242156652
PBS_JOBID= 9289692
Free space on /tmp= 66384 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1375c111739g2.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807313-1242156652/watcher-1807313-1242156652 -o /tmp/evaluation-result-1807313-1242156652/solver-1807313-1242156652 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807313-1242156652.cnf

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

MD5SUM BENCH= 4a0161ad7ac9d31215b2f5b6bcc0673a
RANDOM SEED=1607318357

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:       1352280 kB
Buffers:         82756 kB
Cached:         518564 kB
SwapCached:      15916 kB
Active:         214256 kB
Inactive:       405924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352280 kB
SwapTotal:     4192956 kB
SwapFree:      4171328 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          15056 kB
Slab:            69456 kB
Committed_AS:   940372 kB
PageTables:       1472 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= 66384 MiB
End job on node29 at 2009-05-12 21:50:54