Trace number 1807333

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.55

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1820c171155gyes6.cnf
MD5SUM6a5fbd61e49d3642ce9fdb6efadb5a97
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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

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:  1820                                                 |
0.00/0.00	|  Number of clauses:    171155                                               |
0.00/0.07	|  Parsing time:         0.06         s                                       |
0.00/0.07	============================[ Search Statistics ]==============================
0.00/0.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.07	===============================================================================
0.00/0.07	|         0 |    1820   171155   344000 |    57051        0    nan |  0.000 % |
0.00/0.08	|       100 |    1820   171155   344000 |    62756      100    175 |  0.000 % |
0.09/0.10	|       256 |    1820   171155   344000 |    69032      256    171 |  0.000 % |
0.09/0.13	|       481 |    1820   171155   344000 |    75935      481    214 |  0.000 % |
0.09/0.18	|       818 |    1820   171155   344000 |    83529      818    231 |  0.000 % |
0.19/0.26	|      1324 |    1820   171155   344000 |    91882     1324    223 |  0.000 % |
0.29/0.38	|      2084 |    1820   171155   344000 |   101070     2084    226 |  0.000 % |
0.59/0.66	|      3224 |    1820   171155   344000 |   111177     3224    267 |  0.000 % |
1.10/1.12	|      4936 |    1820   171155   344000 |   122295     4936    262 |  0.000 % |
1.89/1.97	|      7500 |    1820   171155   344000 |   134524     7500    275 |  0.000 % |
3.59/3.64	|     11344 |    1820   171155   344000 |   147977    11344    274 |  0.000 % |
6.68/6.78	|     17110 |    1820   171155   344000 |   162775    17110    262 |  0.000 % |
13.79/13.80	|     25763 |    1820   171155   344000 |   179052    25763    257 |  0.000 % |
24.99/25.07	|     38737 |    1820   171155   344000 |   196957    38737    232 |  0.000 % |
52.07/52.13	|     58202 |    1820   171155   344000 |   216653    58202    224 |  0.000 % |
118.85/118.92	|     87394 |    1820   171155   344000 |   238318    87394    226 |  0.000 % |
234.20/234.34	|    131184 |    1820   171155   344000 |   262150   131184    244 |  0.000 % |
575.77/576.04	|    196868 |    1820   171155   344000 |   288365   196868    249 |  0.000 % |
1127.46/1127.97	|    295395 |    1820   171155   344000 |   317202    25752    205 |  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-1807333-1242156955/watcher-1807333-1242156955 -o /tmp/evaluation-result-1807333-1242156955/solver-1807333-1242156955 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807333-1242156955.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.99 0.98 0.99 3/64 10518
/proc/meminfo: memFree=1192912/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=2036 CPUtime=0
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 243730186 2084864 382 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 509 383 58 171 0 335 0

[startup+0.0957341 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10518
/proc/meminfo: memFree=1192912/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=8736 CPUtime=0.08
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 2030 0 0 0 8 0 0 0 18 0 1 0 243730186 8945664 2015 1992294400 134512640 135213614 4294956256 18446744073709551615 134719431 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 2184 2015 78 171 0 2010 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8736

[startup+0.101735 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10518
/proc/meminfo: memFree=1192912/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=8736 CPUtime=0.09
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 2038 0 0 0 9 0 0 0 18 0 1 0 243730186 8945664 2023 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 2184 2023 78 171 0 2010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8736

[startup+0.301774 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10518
/proc/meminfo: memFree=1192912/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=10056 CPUtime=0.29
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 2369 0 0 0 29 0 0 0 19 0 1 0 243730186 10297344 2354 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 2514 2354 78 171 0 2340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10056

[startup+0.701853 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10518
/proc/meminfo: memFree=1192912/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=12300 CPUtime=0.69
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 2947 0 0 0 69 0 0 0 22 0 1 0 243730186 12595200 2932 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 3075 2932 78 171 0 2901 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12300

[startup+1.50201 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10519
/proc/meminfo: memFree=1180168/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=15348 CPUtime=1.49
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 3712 0 0 0 148 1 0 0 25 0 1 0 243730186 15716352 3697 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 3837 3697 78 171 0 3663 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15348

[startup+3.10133 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10519
/proc/meminfo: memFree=1176072/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=20260 CPUtime=3.09
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 4914 0 0 0 307 2 0 0 25 0 1 0 243730186 20746240 4899 1992294400 134512640 135213614 4294956256 18446744073709551615 134526699 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 5065 4899 78 171 0 4891 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20260

[startup+6.30196 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10519
/proc/meminfo: memFree=1168520/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=26464 CPUtime=6.29
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 6493 0 0 0 626 3 0 0 25 0 1 0 243730186 27099136 6478 1992294400 134512640 135213614 4294956256 18446744073709551615 134541580 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 6616 6478 78 171 0 6442 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26464

[startup+12.7022 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10519
/proc/meminfo: memFree=1158920/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=35192 CPUtime=12.69
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 8656 0 0 0 1264 5 0 0 25 0 1 0 243730186 36036608 8641 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 8798 8641 78 171 0 8624 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35192

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10519
/proc/meminfo: memFree=1146824/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=46708 CPUtime=25.49
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 11549 0 0 0 2542 7 0 0 25 0 1 0 243730186 47828992 11534 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 11677 11534 78 171 0 11503 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46708

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10519
/proc/meminfo: memFree=1130952/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=62772 CPUtime=51.07
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 15554 0 0 0 5096 11 0 0 25 0 1 0 243730186 64278528 15539 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 15693 15539 78 171 0 15519 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 62772

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10519
/proc/meminfo: memFree=1108680/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=84736 CPUtime=102.25
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 21035 0 0 0 10207 18 0 0 25 0 1 0 243730186 86769664 21020 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 21184 21020 78 171 0 21010 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 84736

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10519
/proc/meminfo: memFree=1082312/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=111508 CPUtime=162.23
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 27682 0 0 0 16198 25 0 0 25 0 1 0 243730186 114184192 27667 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 27877 27667 78 171 0 27703 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 111508

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10519
/proc/meminfo: memFree=1055688/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=137824 CPUtime=222.21
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 34272 0 0 0 22189 32 0 0 25 0 1 0 243730186 141131776 34257 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 34456 34257 78 171 0 34282 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 137824

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10519
/proc/meminfo: memFree=1039752/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=154084 CPUtime=282.19
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 38254 0 0 0 28183 36 0 0 25 0 1 0 243730186 157782016 38239 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 38521 38239 78 171 0 38347 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 154084

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=1025672/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=168056 CPUtime=342.16
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 41762 0 0 0 34176 40 0 0 25 0 1 0 243730186 172089344 41747 1992294400 134512640 135213614 4294956256 18446744073709551615 134526761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 42014 41747 78 171 0 41840 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 168056

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=1012680/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=181072 CPUtime=402.13
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 45018 0 0 0 40170 43 0 0 25 0 1 0 243730186 185417728 45003 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 45268 45003 78 171 0 45094 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 181072

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=1000328/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=193316 CPUtime=462.11
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 48074 0 0 0 46164 47 0 0 25 0 1 0 243730186 197955584 48059 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 48329 48059 78 171 0 48155 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 193316

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=988936/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=204812 CPUtime=522.09
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 50953 0 0 0 52159 50 0 0 25 0 1 0 243730186 209727488 50938 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 51203 50938 78 171 0 51029 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 204812

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=977544/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=216160 CPUtime=582.07
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 53767 0 0 0 58154 53 0 0 25 0 1 0 243730186 221347840 53752 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 54040 53752 78 171 0 53866 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 216160

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=969480/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=224184 CPUtime=642.05
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 55751 0 0 0 64150 55 0 0 25 0 1 0 243730186 229564416 55736 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 56046 55736 78 171 0 55872 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 224184

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=961160/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=232988 CPUtime=702.03
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 57849 0 0 0 70145 58 0 0 25 0 1 0 243730186 238579712 57834 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 58247 57834 78 171 0 58073 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 232988

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=952712/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=241216 CPUtime=762.01
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 59909 0 0 0 76141 60 0 0 25 0 1 0 243730186 247005184 59894 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 60304 59894 78 171 0 60130 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 241216

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=939464/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=254504 CPUtime=821.98
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 63245 0 0 0 82135 63 0 0 25 0 1 0 243730186 260612096 63230 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 63626 63230 78 171 0 63452 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 254504

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=928264/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=265652 CPUtime=881.96
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 66024 0 0 0 88130 66 0 0 25 0 1 0 243730186 272027648 66009 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 66413 66009 78 171 0 66239 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 265652

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=917192/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=276848 CPUtime=941.94
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 68823 0 0 0 94125 69 0 0 25 0 1 0 243730186 283492352 68808 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 69212 68808 78 171 0 69038 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 276848

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=907144/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=286656 CPUtime=1001.91
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 71280 0 0 0 100119 72 0 0 25 0 1 0 243730186 293535744 71265 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 71664 71265 78 171 0 71490 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 286656

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=896456/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=297584 CPUtime=1061.89
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 73996 0 0 0 106115 74 0 0 25 0 1 0 243730186 304726016 73981 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 74396 73981 78 171 0 74222 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 297584

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=885512/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=308164 CPUtime=1121.86
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 76675 0 0 0 112110 76 0 0 25 0 1 0 243730186 315559936 76660 1992294400 134512640 135213614 4294956256 18446744073709551615 134713795 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 77041 76660 78 171 0 76867 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 308164

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=885448/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=308164 CPUtime=1181.84
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 76675 0 0 0 118108 76 0 0 25 0 1 0 243730186 315559936 76660 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 77041 76660 78 171 0 76867 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 308164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=885448/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=308164 CPUtime=1200.04
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 76675 0 0 0 119928 76 0 0 25 0 1 0 243730186 315559936 76660 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 77041 76660 78 171 0 76867 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 308164

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10521
/proc/meminfo: memFree=885448/2055920 swapFree=4180356/4192956
[pid=10518] ppid=10516 vsize=308164 CPUtime=1200.04
/proc/10518/stat : 10518 (minisat_static) R 10516 10518 10041 0 -1 4194304 76675 0 0 0 119928 76 0 0 25 0 1 0 243730186 315559936 76660 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10518/statm: 77041 76660 78 171 0 76867 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 308164

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.1
CPU user time (s): 1199.28
CPU system time (s): 0.817875
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 308164

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

runsolver used 0.880866 second user time and 2.48462 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-12 21:35:55
IDJOB=1807333
IDBENCH=71529
IDSOLVER=651
FILE ID=node1/1807333-1242156955
PBS_JOBID= 9289720
Free space on /tmp= 66252 MiB

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

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

MD5SUM BENCH= 6a5fbd61e49d3642ce9fdb6efadb5a97
RANDOM SEED=1027738534

node1.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.259
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	: 5931.00
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.259
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:       1193328 kB
Buffers:         66816 kB
Cached:         712160 kB
SwapCached:       6356 kB
Active:          85468 kB
Inactive:       701332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1193328 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            2936 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            61800 kB
Committed_AS:   934064 kB
PageTables:       1436 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= 66248 MiB
End job on node1 at 2009-05-12 21:55:57