Trace number 1806213

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.11 1200.41

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v500-s1349121860.sat05-473.reshuffled-07.cnf
MD5SUMa197a9dc75e55922067ed3cf039613f4
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 variables500
Number of clauses1750
Sum of the clauses size5250
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31750
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  500                                                  |
0.00/0.00	|  Number of clauses:    1750                                                 |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |     500     1750     5250 |      583        0    nan |  0.000 % |
0.00/0.00	|       100 |     500     1750     5250 |      641      100     34 |  0.000 % |
0.00/0.01	|       250 |     500     1750     5250 |      705      250     31 |  0.000 % |
0.00/0.01	|       475 |     500     1750     5250 |      776      475     32 |  0.000 % |
0.02/0.03	|       812 |     500     1750     5250 |      854      812     32 |  0.000 % |
0.02/0.05	|      1319 |     500     1750     5250 |      939      849     32 |  0.000 % |
0.02/0.08	|      2079 |     500     1750     5250 |     1033      591     27 |  0.000 % |
0.09/0.13	|      3219 |     500     1750     5250 |     1136      600     29 |  0.000 % |
0.19/0.21	|      4927 |     500     1750     5250 |     1250     1080     31 |  0.000 % |
0.29/0.33	|      7489 |     500     1750     5250 |     1375      964     31 |  0.000 % |
0.49/0.53	|     11335 |     500     1750     5250 |     1513     1153     32 |  0.000 % |
0.79/0.83	|     17101 |     500     1750     5250 |     1664     1331     32 |  0.000 % |
1.19/1.29	|     25751 |     500     1750     5250 |     1830     1248     29 |  0.000 % |
1.89/1.99	|     38726 |     500     1750     5250 |     2013     1822     31 |  0.000 % |
2.99/3.08	|     58187 |     500     1750     5250 |     2215     1327     29 |  0.000 % |
4.79/4.82	|     87380 |     500     1750     5250 |     2436     1750     33 |  0.000 % |
7.39/7.49	|    131169 |     500     1750     5250 |     2680     1567     30 |  0.000 % |
11.49/11.59	|    196854 |     500     1750     5250 |     2948     2393     31 |  0.000 % |
17.99/18.06	|    295380 |     500     1750     5250 |     3243     2271     32 |  0.000 % |
27.89/27.98	|    443169 |     500     1750     5250 |     3567     1893     31 |  0.000 % |
43.58/43.64	|    664852 |     500     1750     5250 |     3924     2854     33 |  0.000 % |
67.97/68.10	|    997377 |     500     1750     5250 |     4316     2643     32 |  0.000 % |
105.26/105.36	|   1496165 |     500     1750     5250 |     4748     2308     30 |  0.000 % |
164.65/164.75	|   2244348 |     500     1750     5250 |     5223     4059     34 |  0.000 % |
258.23/258.31	|   3366623 |     500     1750     5250 |     5745     4287     33 |  0.000 % |
404.79/404.90	|   5050034 |     500     1750     5250 |     6320     3839     31 |  0.000 % |
637.34/637.58	|   7575150 |     500     1750     5250 |     6952     3863     33 |  0.000 % |
996.84/997.16	|  11362826 |     500     1750     5250 |     7647     6930     33 |  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-1806213-1242146961/watcher-1806213-1242146961 -o /tmp/evaluation-result-1806213-1242146961/solver-1806213-1242146961 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806213-1242146961.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.92 1.00 0.93 3/64 27392
/proc/meminfo: memFree=1416264/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=2024 CPUtime=0
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 242723650 2072576 126 1992294400 134512640 135213614 4294956256 18446744073709551615 134718624 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 506 126 75 171 0 332 0

[startup+0.0264561 s]
/proc/loadavg: 0.92 1.00 0.93 3/64 27392
/proc/meminfo: memFree=1416264/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=2024 CPUtime=0.02
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 169 0 0 0 2 0 0 0 18 0 1 0 242723650 2072576 154 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 506 154 77 171 0 332 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2024

[startup+0.101463 s]
/proc/loadavg: 0.92 1.00 0.93 3/64 27392
/proc/meminfo: memFree=1416264/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=2156 CPUtime=0.09
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 190 0 0 0 9 0 0 0 18 0 1 0 242723650 2207744 175 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 539 175 77 171 0 365 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2156

[startup+0.301482 s]
/proc/loadavg: 0.92 1.00 0.93 3/64 27392
/proc/meminfo: memFree=1416264/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=2288 CPUtime=0.29
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 216 0 0 0 29 0 0 0 19 0 1 0 242723650 2342912 201 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 572 201 77 171 0 398 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2288

[startup+0.701517 s]
/proc/loadavg: 0.92 1.00 0.93 3/64 27392
/proc/meminfo: memFree=1416264/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=2288 CPUtime=0.69
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 240 0 0 0 69 0 0 0 23 0 1 0 242723650 2342912 225 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 572 225 77 171 0 398 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2288

[startup+1.50159 s]
/proc/loadavg: 0.92 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1415552/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=2420 CPUtime=1.49
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 270 0 0 0 149 0 0 0 25 0 1 0 242723650 2478080 255 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 605 255 77 171 0 431 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2420

[startup+3.10173 s]
/proc/loadavg: 0.92 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1415296/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=2552 CPUtime=3.09
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 304 0 0 0 309 0 0 0 25 0 1 0 242723650 2613248 289 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 638 289 77 171 0 464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2552

[startup+6.30202 s]
/proc/loadavg: 0.93 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1415040/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=2816 CPUtime=6.29
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 353 0 0 0 629 0 0 0 25 0 1 0 242723650 2883584 338 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 704 338 77 171 0 530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2816

[startup+12.7026 s]
/proc/loadavg: 0.93 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1414720/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=3080 CPUtime=12.69
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 419 0 0 0 1269 0 0 0 25 0 1 0 242723650 3153920 404 1992294400 134512640 135213614 4294956256 18446744073709551615 134536999 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 770 404 77 171 0 596 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3080

[startup+25.5017 s]
/proc/loadavg: 0.95 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1414336/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=3348 CPUtime=25.49
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 494 0 0 0 2549 0 0 0 25 0 1 0 242723650 3428352 479 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 837 479 77 171 0 663 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3348

[startup+51.101 s]
/proc/loadavg: 0.96 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1413824/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=3888 CPUtime=51.08
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 628 0 0 0 5108 0 0 0 25 0 1 0 242723650 3981312 613 1992294400 134512640 135213614 4294956256 18446744073709551615 134536507 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 972 613 77 171 0 798 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3888

[startup+102.306 s]
/proc/loadavg: 0.98 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1413312/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=4416 CPUtime=102.27
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 757 0 0 0 10227 0 0 0 25 0 1 0 242723650 4521984 742 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1104 742 77 171 0 930 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4416

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1412864/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=4812 CPUtime=162.25
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 868 0 0 0 16225 0 0 0 25 0 1 0 242723650 4927488 853 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1203 853 77 171 0 1029 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 4812

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1412480/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=5212 CPUtime=222.24
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 971 0 0 0 22223 1 0 0 25 0 1 0 242723650 5337088 956 1992294400 134512640 135213614 4294956256 18446744073709551615 134537578 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1303 956 77 171 0 1129 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 5212

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1412096/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=5608 CPUtime=282.23
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1049 0 0 0 28222 1 0 0 25 0 1 0 242723650 5742592 1034 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1402 1034 77 171 0 1228 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 5608

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1411904/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=5848 CPUtime=342.21
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1102 0 0 0 34220 1 0 0 25 0 1 0 242723650 5988352 1087 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1462 1087 77 171 0 1288 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 5848

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1411776/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=5980 CPUtime=402.19
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1133 0 0 0 40218 1 0 0 25 0 1 0 242723650 6123520 1118 1992294400 134512640 135213614 4294956256 18446744073709551615 134526869 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1495 1118 77 171 0 1321 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 5980

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1411456/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=6244 CPUtime=462.18
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1227 0 0 0 46217 1 0 0 25 0 1 0 242723650 6393856 1212 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1561 1212 77 171 0 1387 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 6244

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1411328/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=6512 CPUtime=522.16
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1264 0 0 0 52215 1 0 0 25 0 1 0 242723650 6668288 1249 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1628 1249 77 171 0 1454 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 6512

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1411136/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=6648 CPUtime=582.15
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1301 0 0 0 58213 2 0 0 25 0 1 0 242723650 6807552 1286 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1662 1286 77 171 0 1488 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 6648

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27393
/proc/meminfo: memFree=1410944/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=6780 CPUtime=642.14
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1348 0 0 0 64212 2 0 0 25 0 1 0 242723650 6942720 1333 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1695 1333 77 171 0 1521 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 6780

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27399
/proc/meminfo: memFree=1410544/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=7040 CPUtime=702.11
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1405 0 0 0 70209 2 0 0 25 0 1 0 242723650 7208960 1390 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1760 1390 77 171 0 1586 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 7040

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27399
/proc/meminfo: memFree=1410424/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=7172 CPUtime=762.1
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1450 0 0 0 76208 2 0 0 25 0 1 0 242723650 7344128 1435 1992294400 134512640 135213614 4294956256 18446744073709551615 134536177 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1793 1435 77 171 0 1619 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 7172

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27399
/proc/meminfo: memFree=1410296/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=7308 CPUtime=822.08
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1476 0 0 0 82206 2 0 0 25 0 1 0 242723650 7483392 1461 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1827 1461 77 171 0 1653 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 7308

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27399
/proc/meminfo: memFree=1410168/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=7424 CPUtime=882.07
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1497 0 0 0 88205 2 0 0 25 0 1 0 242723650 7602176 1482 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1856 1482 77 171 0 1682 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 7424

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27399
/proc/meminfo: memFree=1410104/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=7424 CPUtime=942.05
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1509 0 0 0 94203 2 0 0 25 0 1 0 242723650 7602176 1494 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1856 1494 77 171 0 1682 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 7424

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27399
/proc/meminfo: memFree=1409984/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=7556 CPUtime=1002.04
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1547 0 0 0 100202 2 0 0 25 0 1 0 242723650 7737344 1532 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1889 1532 77 171 0 1715 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 7556

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27399
/proc/meminfo: memFree=1409664/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=7820 CPUtime=1062.03
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1610 0 0 0 106200 3 0 0 25 0 1 0 242723650 8007680 1595 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1955 1595 77 171 0 1781 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 7820

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27399
/proc/meminfo: memFree=1409536/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=7952 CPUtime=1122.02
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1646 0 0 0 112199 3 0 0 25 0 1 0 242723650 8142848 1631 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 1988 1631 77 171 0 1814 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 7952

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27399
/proc/meminfo: memFree=1409472/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=8084 CPUtime=1182
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1660 0 0 0 118197 3 0 0 25 0 1 0 242723650 8278016 1645 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 2021 1645 77 171 0 1847 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 8084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 1.00 0.93 2/65 27399
/proc/meminfo: memFree=1409344/2055920 swapFree=4150108/4192956
[pid=27392] ppid=27390 vsize=8084 CPUtime=1200.1
/proc/27392/stat : 27392 (minisat_static) R 27390 27392 27200 0 -1 4194304 1676 0 0 0 120007 3 0 0 25 0 1 0 242723650 8278016 1661 1992294400 134512640 135213614 4294956256 18446744073709551615 134534899 0 0 4096 3 0 0 0 17 1 0 0
/proc/27392/statm: 2021 1661 77 171 0 1847 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 8084

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.11
CPU user time (s): 1200.07
CPU system time (s): 0.035994
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 8084

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

runsolver used 0.866868 second user time and 2.47062 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-12 18:49:21
IDJOB=1806213
IDBENCH=24691
IDSOLVER=651
FILE ID=node51/1806213-1242146961
PBS_JOBID= 9289673
Free space on /tmp= 66248 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/crafted/Hard/contest02/hgen3-v500-s1349121860.sat05-473.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806213-1242146961/watcher-1806213-1242146961 -o /tmp/evaluation-result-1806213-1242146961/solver-1806213-1242146961 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806213-1242146961.cnf

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

MD5SUM BENCH= a197a9dc75e55922067ed3cf039613f4
RANDOM SEED=151689251

node51.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.214
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.214
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:       1416680 kB
Buffers:         43940 kB
Cached:         482780 kB
SwapCached:      36660 kB
Active:          54748 kB
Inactive:       510620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416680 kB
SwapTotal:     4192956 kB
SwapFree:      4150108 kB
Dirty:             844 kB
Writeback:           0 kB
Mapped:          14024 kB
Slab:            59916 kB
Committed_AS:   716784 kB
PageTables:       1392 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 node51 at 2009-05-12 19:09:24