Trace number 1807368

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-core 070721? (TO) 1200.1 1200.64

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes9.cnf
MD5SUMfe117ca26ab85d9c8449a6f94eb0c5ef
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 variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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:  1560                                                 |
0.00/0.00	|  Number of clauses:    133795                                               |
0.00/0.05	|  Parsing time:         0.04         s                                       |
0.00/0.05	============================[ Search Statistics ]==============================
0.00/0.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	===============================================================================
0.00/0.05	|         0 |    1560   133795   269030 |    44598        0    nan |  0.000 % |
0.00/0.06	|       102 |    1560   133795   269030 |    49058      102    172 |  0.000 % |
0.00/0.07	|       253 |    1560   133795   269030 |    53963      253    193 |  0.000 % |
0.09/0.10	|       479 |    1560   133795   269030 |    59360      479    203 |  0.000 % |
0.09/0.14	|       817 |    1560   133795   269030 |    65296      817    208 |  0.000 % |
0.19/0.22	|      1324 |    1560   133795   269030 |    71826     1324    218 |  0.000 % |
0.29/0.33	|      2083 |    1560   133795   269030 |    79008     2083    205 |  0.000 % |
0.50/0.52	|      3223 |    1560   133795   269030 |    86909     3223    211 |  0.000 % |
0.79/0.84	|      4931 |    1560   133795   269030 |    95600     4931    208 |  0.000 % |
1.29/1.38	|      7493 |    1560   133795   269030 |   105160     7493    200 |  0.000 % |
2.69/2.76	|     11337 |    1560   133795   269030 |   115676    11337    199 |  0.000 % |
5.40/5.47	|     17104 |    1560   133795   269030 |   127244    17104    193 |  0.000 % |
12.18/12.28	|     25753 |    1560   133795   269030 |   139968    25753    192 |  0.000 % |
26.18/26.22	|     38727 |    1560   133795   269030 |   153965    38727    186 |  0.000 % |
57.27/57.34	|     58190 |    1560   133795   269030 |   169362    58190    186 |  0.000 % |
98.25/98.39	|     87383 |    1560   133795   269030 |   186298    87383    188 |  0.000 % |
220.60/220.79	|    131173 |    1560   133795   269030 |   204928   131173    189 |  0.000 % |
404.54/404.77	|    196859 |    1560   133795   269030 |   225420   196859    188 |  0.000 % |
678.21/678.54	|    295386 |    1560   133795   269030 |   247963    88965    204 |  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-1807368-1242157453/watcher-1807368-1242157453 -o /tmp/evaluation-result-1807368-1242157453/solver-1807368-1242157453 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807368-1242157453.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.85 0.97 0.96 3/65 22463
/proc/meminfo: memFree=1314872/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=2180 CPUtime=0
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 411 0 0 0 0 0 0 0 18 0 1 0 243774497 2232320 396 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 545 396 58 171 0 371 0

[startup+0.00837594 s]
/proc/loadavg: 0.85 0.97 0.96 3/65 22463
/proc/meminfo: memFree=1314872/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=2500 CPUtime=0
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 491 0 0 0 0 0 0 0 18 0 1 0 243774497 2560000 476 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 625 477 58 171 0 451 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2500

[startup+0.101386 s]
/proc/loadavg: 0.85 0.97 0.96 3/65 22463
/proc/meminfo: memFree=1314872/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=7424 CPUtime=0.09
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 1736 0 0 0 9 0 0 0 18 0 1 0 243774497 7602176 1721 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 1856 1721 78 171 0 1682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7424

[startup+0.301408 s]
/proc/loadavg: 0.85 0.97 0.96 3/65 22463
/proc/meminfo: memFree=1314872/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=8616 CPUtime=0.29
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 2049 0 0 0 29 0 0 0 20 0 1 0 243774497 8822784 2034 1992294400 134512640 135213614 4294956256 18446744073709551615 134537359 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 2154 2034 78 171 0 1980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8616

[startup+0.701453 s]
/proc/loadavg: 0.85 0.97 0.96 3/65 22463
/proc/meminfo: memFree=1314872/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=10728 CPUtime=0.7
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 2572 0 0 0 69 1 0 0 24 0 1 0 243774497 10985472 2557 1992294400 134512640 135213614 4294956256 18446744073709551615 134529559 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 2682 2557 78 171 0 2508 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 10728

[startup+1.50154 s]
/proc/loadavg: 0.85 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1303664/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=13632 CPUtime=1.49
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 3319 0 0 0 148 1 0 0 25 0 1 0 243774497 13959168 3304 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 3408 3304 78 171 0 3234 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13632

[startup+3.10172 s]
/proc/loadavg: 0.85 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1300336/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=17068 CPUtime=3.09
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 4178 0 0 0 307 2 0 0 25 0 1 0 243774497 17477632 4163 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 4267 4163 78 171 0 4093 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17068

[startup+6.30109 s]
/proc/loadavg: 0.86 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1294448/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=22280 CPUtime=6.29
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 5456 0 0 0 626 3 0 0 25 0 1 0 243774497 22814720 5441 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 5570 5441 78 171 0 5396 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22280

[startup+12.7028 s]
/proc/loadavg: 0.87 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1287352/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=28352 CPUtime=12.69
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 6997 0 0 0 1264 5 0 0 25 0 1 0 243774497 29032448 6982 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 7088 6982 78 171 0 6914 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28352

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1278456/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=37240 CPUtime=25.48
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 9203 0 0 0 2541 7 0 0 25 0 1 0 243774497 38133760 9188 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 9310 9188 78 171 0 9136 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37240

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1265464/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=50428 CPUtime=51.07
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 12479 0 0 0 5096 11 0 0 25 0 1 0 243774497 51638272 12464 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 12607 12464 78 171 0 12433 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50428

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1236920/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=78524 CPUtime=102.26
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 19506 0 0 0 10207 19 0 0 25 0 1 0 243774497 80408576 19491 1992294400 134512640 135213614 4294956256 18446744073709551615 134526786 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 19631 19491 78 171 0 19457 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 78524

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1216440/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=99392 CPUtime=162.23
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 24657 0 0 0 16199 24 0 0 25 0 1 0 243774497 101777408 24642 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 24848 24642 78 171 0 24674 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 99392

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1201336/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=114220 CPUtime=222.2
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 28385 0 0 0 22192 28 0 0 25 0 1 0 243774497 116961280 28370 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 28555 28370 78 171 0 28381 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 114220

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1180920/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=134988 CPUtime=282.18
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 33511 0 0 0 28184 34 0 0 25 0 1 0 243774497 138227712 33496 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 33747 33496 78 171 0 33573 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 134988

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1162808/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=152936 CPUtime=342.16
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 37998 0 0 0 34178 38 0 0 25 0 1 0 243774497 156606464 37983 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 38234 37983 78 171 0 38060 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 152936

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1150840/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=165076 CPUtime=402.13
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 41035 0 0 0 40172 41 0 0 25 0 1 0 243774497 169037824 41020 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 41269 41020 78 171 0 41095 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 165076

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1139000/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=177216 CPUtime=462.11
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 43963 0 0 0 46167 44 0 0 25 0 1 0 243774497 181469184 43948 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 44304 43948 78 171 0 44130 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 177216

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1129400/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=186804 CPUtime=522.09
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 46381 0 0 0 52162 47 0 0 25 0 1 0 243774497 191287296 46366 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 46701 46366 78 171 0 46527 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 186804

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1125304/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=582.06
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47355 0 0 0 58158 48 0 0 25 0 1 0 243774497 195342336 47340 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47340 78 171 0 47517 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 190764

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1125304/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=642.04
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47359 0 0 0 64156 48 0 0 25 0 1 0 243774497 195342336 47344 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47344 78 171 0 47517 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 190764

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1125112/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=702
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47359 0 0 0 70152 48 0 0 25 0 1 0 243774497 195342336 47344 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47344 78 171 0 47517 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 190764

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1125112/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=761.97
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47359 0 0 0 76149 48 0 0 25 0 1 0 243774497 195342336 47344 1992294400 134512640 135213614 4294956256 18446744073709551615 134526792 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47344 78 171 0 47517 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 190764

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1125112/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=821.95
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47359 0 0 0 82146 49 0 0 25 0 1 0 243774497 195342336 47344 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47344 78 171 0 47517 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 190764

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1125112/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=881.91
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47362 0 0 0 88142 49 0 0 25 0 1 0 243774497 195342336 47347 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47347 78 171 0 47517 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 190764

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1125112/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=941.89
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47362 0 0 0 94140 49 0 0 25 0 1 0 243774497 195342336 47347 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47347 78 171 0 47517 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 190764

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22464
/proc/meminfo: memFree=1125048/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=1001.87
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47364 0 0 0 100138 49 0 0 25 0 1 0 243774497 195342336 47349 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47349 78 171 0 47517 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 190764

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22470
/proc/meminfo: memFree=1124984/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=1061.82
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47367 0 0 0 106133 49 0 0 25 0 1 0 243774497 195342336 47352 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47352 78 171 0 47517 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 190764

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22470
/proc/meminfo: memFree=1124984/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=1121.79
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47367 0 0 0 112130 49 0 0 25 0 1 0 243774497 195342336 47352 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47352 78 171 0 47517 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 190764

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22470
/proc/meminfo: memFree=1124984/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=1181.77
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47367 0 0 0 118128 49 0 0 25 0 1 0 243774497 195342336 47352 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47352 78 171 0 47517 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 190764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 22470
/proc/meminfo: memFree=1124920/2055920 swapFree=4181592/4192956
[pid=22463] ppid=22461 vsize=190764 CPUtime=1200.06
/proc/22463/stat : 22463 (minisat_static) R 22461 22463 22426 0 -1 4194304 47367 0 0 0 119957 49 0 0 25 0 1 0 243774497 195342336 47352 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/22463/statm: 47691 47352 78 171 0 47517 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 190764

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.64
CPU time (s): 1200.1
CPU user time (s): 1199.57
CPU system time (s): 0.527919
CPU usage (%): 99.9553
Max. virtual memory (cumulated for all children) (KiB): 190764

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

runsolver used 1.3278 second user time and 2.95255 second system time

The end

Launcher Data

Begin job on node88 at 2009-05-12 21:44:14
IDJOB=1807368
IDBENCH=71586
IDSOLVER=651
FILE ID=node88/1807368-1242157453
PBS_JOBID= 9289751
Free space on /tmp= 66172 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes9.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807368-1242157453/watcher-1807368-1242157453 -o /tmp/evaluation-result-1807368-1242157453/solver-1807368-1242157453 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807368-1242157453.cnf

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

MD5SUM BENCH= fe117ca26ab85d9c8449a6f94eb0c5ef
RANDOM SEED=425214305

node88.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1315352 kB
Buffers:         61988 kB
Cached:         587908 kB
SwapCached:       5488 kB
Active:          33960 kB
Inactive:       624464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1315352 kB
SwapTotal:     4192956 kB
SwapFree:      4181592 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:          14940 kB
Slab:            68076 kB
Committed_AS:   697920 kB
PageTables:       1444 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= 66168 MiB
End job on node88 at 2009-05-12 22:04:16