Trace number 1806732

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? (MO) 1110.89 1111.28

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_14_7_3_fbc.cnf
MD5SUM4fe2719d54370e06a454523e5441fbad
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 variables24356
Number of clauses347216
Sum of the clauses size1043884
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2118940
Number of clauses of size 3177720
Number of clauses of size 424200
Number of clauses of size 525920
Number of clauses of size over 5436

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:  24356                                                |
0.00/0.00	|  Number of clauses:    347216                                               |
0.29/0.32	|  Parsing time:         0.29         s                                       |
1.19/1.26	============================[ Search Statistics ]==============================
1.19/1.26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.26	===============================================================================
1.19/1.26	|         0 |   24352   335120  1007610 |   111706        0    nan |  0.000 % |
1.19/1.29	|       101 |   24352   335120  1007610 |   122877      101    492 |  0.000 % |
1.39/1.45	|       251 |   24321   335120  1007610 |   135165      246    249 |  0.160 % |
1.39/1.50	|       476 |   24284   335120  1007610 |   148681      464    158 |  0.398 % |
1.49/1.56	|       813 |   24253   335120  1007610 |   163549      793    118 |  0.608 % |
1.59/1.64	|      1319 |   24242   335120  1007610 |   179904     1295    109 |  0.723 % |
1.69/1.78	|      2079 |   24242   335120  1007610 |   197895     2055    149 |  0.723 % |
1.89/1.99	|      3219 |   24162   334497  1006364 |   217684     3187    150 |  0.780 % |
2.29/2.30	|      4928 |   24162   334497  1006364 |   239453     4896    163 |  0.780 % |
3.09/3.13	|      7490 |   24158   334497  1006364 |   263398     7457    235 |  0.797 % |
5.39/5.44	|     11337 |   24154   334449  1006268 |   289738    11294    407 |  0.813 % |
7.59/7.62	|     17104 |   24144   334449  1006268 |   318712    17060    401 |  0.854 % |
14.09/14.12	|     25753 |   24144   334449  1006268 |   350583    25709    501 |  0.854 % |
23.38/23.41	|     38731 |   24144   334416  1006202 |   385641    38684    582 |  0.854 % |
39.27/39.31	|     58194 |   24144   334416  1006202 |   424205    58147    607 |  0.854 % |
75.07/75.14	|     87387 |   24144   334416  1006202 |   466626    87340    634 |  0.854 % |
164.53/164.64	|    131177 |   24144   334416  1006202 |   513289   131130    763 |  0.854 % |
328.78/328.99	|    196861 |   24144   334416  1006202 |   564618   196814    816 |  0.854 % |
617.27/617.50	|    295388 |   24140   334400  1006170 |   621079   295331    834 |  0.870 % |

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-1806732-1242151839/watcher-1806732-1242151839 -o /tmp/evaluation-result-1806732-1242151839/solver-1806732-1242151839 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806732-1242151839.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.02 1.02 0.95 3/65 32672
/proc/meminfo: memFree=1438064/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=2844 CPUtime=0
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 589 0 0 0 0 0 0 0 20 0 1 0 243213259 2912256 574 1992294400 134512640 135243866 4294956256 18446744073709551615 134527653 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 711 576 62 178 0 531 0

[startup+0.056549 s]
/proc/loadavg: 1.02 1.02 0.95 3/65 32672
/proc/meminfo: memFree=1438064/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=7540 CPUtime=0.04
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 1690 0 0 0 4 0 0 0 20 0 1 0 243213259 7720960 1651 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 1885 1652 65 178 0 1705 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7540

[startup+0.101556 s]
/proc/loadavg: 1.02 1.02 0.95 3/65 32672
/proc/meminfo: memFree=1438064/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=10712 CPUtime=0.09
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 2513 0 0 0 9 0 0 0 20 0 1 0 243213259 10969088 2474 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 2711 2475 65 178 0 2531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10712

[startup+0.301593 s]
/proc/loadavg: 1.02 1.02 0.95 3/65 32672
/proc/meminfo: memFree=1438064/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=24852 CPUtime=0.29
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 5755 0 0 0 27 2 0 0 22 0 1 0 243213259 25448448 5716 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 6213 5717 65 178 0 6033 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24852

[startup+0.701668 s]
/proc/loadavg: 1.02 1.02 0.95 3/65 32672
/proc/meminfo: memFree=1438064/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=25640 CPUtime=0.69
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 6030 0 0 0 67 2 0 0 25 0 1 0 243213259 26255360 5991 1992294400 134512640 135243866 4294956256 18446744073709551615 134541958 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 6410 5991 80 178 0 6230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25640

[startup+1.50182 s]
/proc/loadavg: 1.02 1.02 0.95 2/66 32673
/proc/meminfo: memFree=1413032/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=23364 CPUtime=1.49
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 6388 0 0 0 147 2 0 0 25 0 1 0 243213259 23924736 5562 1992294400 134512640 135243866 4294956256 18446744073709551615 134559674 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 5841 5562 88 178 0 5661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23364

[startup+3.10111 s]
/proc/loadavg: 1.02 1.02 0.95 2/66 32673
/proc/meminfo: memFree=1415848/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=27468 CPUtime=3.09
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 7420 0 0 0 306 3 0 0 25 0 1 0 243213259 28127232 6594 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 6867 6594 88 178 0 6687 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27468

[startup+6.30171 s]
/proc/loadavg: 1.18 1.05 0.96 2/66 32673
/proc/meminfo: memFree=1400040/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=42652 CPUtime=6.29
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 11198 0 0 0 624 5 0 0 25 0 1 0 243213259 43675648 10372 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 10663 10372 88 178 0 10483 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42652

[startup+12.7019 s]
/proc/loadavg: 1.16 1.05 0.96 2/66 32673
/proc/meminfo: memFree=1371312/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=70092 CPUtime=12.69
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 18060 0 0 0 1261 8 0 0 25 0 1 0 243213259 71774208 17234 1992294400 134512640 135243866 4294956256 18446744073709551615 134559604 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 17523 17234 88 178 0 17343 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70092

[startup+25.5013 s]
/proc/loadavg: 1.13 1.05 0.96 2/66 32673
/proc/meminfo: memFree=1320176/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=120024 CPUtime=25.49
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 30513 0 0 0 2534 15 0 0 25 0 1 0 243213259 122904576 29687 1992294400 134512640 135243866 4294956256 18446744073709551615 134555798 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 30006 29687 88 178 0 29826 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 120024

[startup+51.102 s]
/proc/loadavg: 1.08 1.04 0.96 2/66 32673
/proc/meminfo: memFree=1244592/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=196112 CPUtime=51.06
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 49552 0 0 0 5082 24 0 0 25 0 1 0 243213259 200818688 48726 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 49028 48726 88 178 0 48848 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 196112

[startup+102.306 s]
/proc/loadavg: 1.03 1.03 0.96 2/66 32673
/proc/meminfo: memFree=1104880/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=334120 CPUtime=102.25
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 84033 0 0 0 10179 46 0 0 25 0 1 0 243213259 342138880 83207 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 83530 83207 88 178 0 83350 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 334120

[startup+162.302 s]
/proc/loadavg: 1.01 1.03 0.96 2/66 32673
/proc/meminfo: memFree=996528/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=442928 CPUtime=162.23
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 111220 0 0 0 16161 62 0 0 25 0 1 0 243213259 453558272 110394 1992294400 134512640 135243866 4294956256 18446744073709551615 134565154 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 110732 110394 88 178 0 110552 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 442928

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 0.96 2/66 32673
/proc/meminfo: memFree=872880/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=566020 CPUtime=222.21
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 141954 0 0 0 22136 85 0 0 25 0 1 0 243213259 579604480 141128 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 141505 141128 88 178 0 141325 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 566020

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 0.96 2/66 32673
/proc/meminfo: memFree=795696/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=643708 CPUtime=282.19
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 161333 0 0 0 28122 97 0 0 25 0 1 0 243213259 659156992 160507 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 160927 160507 88 178 0 160747 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 643708

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 0.96 2/66 32673
/proc/meminfo: memFree=707696/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=731980 CPUtime=342.17
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 183388 0 0 0 34106 111 0 0 25 0 1 0 243213259 749547520 182562 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 182995 182562 88 178 0 182815 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 731980

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=613296/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=826192 CPUtime=402.15
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 206800 0 0 0 40088 127 0 0 25 0 1 0 243213259 846020608 205974 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 206548 205974 88 178 0 206368 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 826192

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=527152/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=911780 CPUtime=462.13
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 228206 0 0 0 46072 141 0 0 25 0 1 0 243213259 933662720 227380 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 227945 227380 88 178 0 227765 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 911780

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=480432/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=959044 CPUtime=522.11
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 239997 0 0 0 52060 151 0 0 25 0 1 0 243213259 982061056 239171 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 239761 239171 88 178 0 239581 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 959044

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=423664/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=1015484 CPUtime=582.09
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 254051 0 0 0 58046 163 0 0 25 0 1 0 243213259 1039855616 253225 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 253871 253225 88 178 0 253691 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 1015484

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=347888/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=1091008 CPUtime=642.08
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 272861 0 0 0 64031 177 0 0 25 0 1 0 243213259 1117192192 272035 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 272752 272035 88 178 0 272572 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 1091008

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=304112/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=1135436 CPUtime=702.05
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 283835 0 0 0 70020 185 0 0 25 0 1 0 243213259 1162686464 283009 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 283859 283009 88 178 0 283679 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 1135436

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=237552/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=1201776 CPUtime=762.03
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 300387 0 0 0 76006 197 0 0 25 0 1 0 243213259 1230618624 299561 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 300444 299561 88 178 0 300264 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 1201776

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=188400/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=1251860 CPUtime=822.01
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 312869 0 0 0 81994 207 0 0 25 0 1 0 243213259 1281904640 312043 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 312965 312043 88 178 0 312785 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 1251860

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=24752/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=1414744 CPUtime=881.99
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 353592 0 0 0 87970 229 0 0 25 0 1 0 243213259 1448697856 352766 1992294400 134512640 135243866 4294956256 18446744073709551615 134565086 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 353686 352766 88 178 0 353506 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 1414744

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=16112/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=1545156 CPUtime=941.95
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 386196 0 0 0 93948 247 0 0 25 0 1 0 243213259 1582239744 385370 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 386289 385370 88 178 0 386109 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 1545156

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=15664/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=1664808 CPUtime=1001.93
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 416087 0 0 0 99930 263 0 0 25 0 1 0 243213259 1704763392 415261 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 416202 415261 88 178 0 416022 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 1664808

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=16304/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=1754252 CPUtime=1061.91
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 438419 0 0 0 105914 277 0 0 25 0 1 0 243213259 1796354048 437593 1992294400 134512640 135243866 4294956256 18446744073709551615 134558416 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 438563 437593 88 178 0 438383 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 1754252



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1111.01 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=15152/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=1843352 CPUtime=1110.61
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4194304 460689 0 0 0 110773 288 0 0 25 0 1 0 243213259 1887592448 459863 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 460838 459863 88 178 0 460658 0
Current children cumulated CPU time (s) 1110.61
Current children cumulated vsize (KiB) 1843352

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

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

[startup+1111.2 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 32673
/proc/meminfo: memFree=15152/2055920 swapFree=4180356/4192956
[pid=32672] ppid=32670 vsize=0 CPUtime=1110.8
/proc/32672/stat : 32672 (minisat_static) R 32670 32672 32124 0 -1 4195332 460689 0 0 0 110773 307 0 0 25 0 1 0 243213259 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/32672/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1110.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1111.28
CPU time (s): 1110.89
CPU user time (s): 1107.74
CPU system time (s): 3.15052
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 1843352

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

runsolver used 1.25281 second user time and 2.6346 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-12 20:10:39
IDJOB=1806732
IDBENCH=70932
IDSOLVER=568
FILE ID=node82/1806732-1242151839
PBS_JOBID= 9289644
Free space on /tmp= 66084 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_14_7_3_fbc.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806732-1242151839/watcher-1806732-1242151839 -o /tmp/evaluation-result-1806732-1242151839/solver-1806732-1242151839 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806732-1242151839.cnf

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

MD5SUM BENCH= 4fe2719d54370e06a454523e5441fbad
RANDOM SEED=2146687884

node82.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	: 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.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1438480 kB
Buffers:         60100 kB
Cached:         493024 kB
SwapCached:       6108 kB
Active:         140588 kB
Inactive:       420788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438480 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            7984 kB
Writeback:           0 kB
Mapped:          13872 kB
Slab:            41988 kB
Committed_AS:   754112 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66080 MiB
End job on node82 at 2009-05-12 20:29:12