Trace number 1784133

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
MXC 2009-03-10? (TO) 5000.04 5001.41

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-109-100.cnf
MD5SUM3e5f7eb325866565204de5c9ce2ffaee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4045.49
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of clauses228
Sum of the clauses size684
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3228
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

16.49/16.58	c starting MXC with:
16.49/16.58	c cnf_path = HOME/instance-1784133-1241916922.cnf
16.49/16.58	c restart_strategy = auto
16.49/16.58	c sign_strategy = cached
16.49/16.58	c use_preprocessing = -1
16.49/16.58	c output_implicant = 1
16.49/16.58	c timeout_seconds = 0
16.49/16.58	c running SatELite... done
16.49/16.58	c 1 vars eliminated
16.49/16.58	c received 0 units and 228 clauses from SatELite
16.49/16.58	c 0 assignments made, starting to guess now
16.49/16.58	c ===================================[MXC]=====================================
16.49/16.58	c | Conflicts |                Clause Statistics                   |   Vars   |
16.49/16.58	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
16.49/16.58	c =============================================================================
16.49/16.58	c |         0 |       0       0      228        0        0     nan |      109 |
16.49/16.58	c |       100 |       0       0      228      100     1050    16.6 |      109 |
16.49/16.58	c |       210 |       0       0      228      210     1105    15.3 |      109 |
16.49/16.58	c |       441 |       0       0      228      441     1220    16.1 |      109 |
16.49/16.58	c |       805 |       0       0      228      805     1402    15.4 |      109 |
16.49/16.58	c |      1315 |       0       0      228     1315     1609    15.4 |      109 |
16.49/16.58	c |      1986 |       0       0      228     1138     1754    17.0 |      109 |
16.49/16.58	c |      2834 |       0       0      228     1047     1894    16.4 |      109 |
16.49/16.58	c |      3876 |       0       0      228     1078     2031    18.1 |      109 |
16.49/16.58	c |      5132 |       0       0      228     1262     2163    18.6 |      109 |
16.49/16.58	c |      6623 |       0       0      228     1631     2292    19.4 |      109 |
16.49/16.58	c |      8373 |       0       0      228     2207     2419    17.7 |      109 |
16.49/16.58	c |     10408 |       0       0      228     1769     2543    17.6 |      109 |
16.49/16.58	c |     12756 |       0       0      228     1495     2665    19.1 |      109 |
16.49/16.58	c |     15449 |       0       0      228     1434     2786    17.7 |      109 |
16.49/16.58	c |     18521 |       0       0      228     1634     2906    17.8 |      109 |
16.49/16.58	c |     22010 |       0       0      228     2154     3025    17.2 |      109 |
16.49/16.58	c |     25958 |       0       0      228     3045     3144    15.5 |      109 |
16.49/16.58	c |     30411 |       0       0      228     2711     3262    16.8 |      109 |
16.49/16.58	c |     35419 |       0       0      228     2745     3381    17.8 |      109 |
16.49/16.58	c |     41038 |       0       0      228     3218     3499    19.4 |      109 |
16.49/16.58	c |     47329 |       0       0      228     2416     3618    19.3 |      109 |
16.49/16.58	c |     54360 |       0       0      228     2073     3737    18.3 |      109 |
16.49/16.58	c |     62205 |       0       0      228     2301     3857    16.8 |      109 |
16.49/16.58	c |     70945 |       0       0      228     3204     3978    21.0 |      109 |
16.49/16.58	c |     80669 |       0       0      228     2829     4099    16.9 |      109 |
16.49/16.58	c |     91476 |       0       0      228     3241     4222    18.7 |      109 |
16.49/16.58	c |    103474 |       0       0      228     2373     4346    18.5 |      109 |
16.49/16.58	c |    116782 |       0       0      228     2440     4471    20.2 |      109 |
16.49/16.58	c |    131532 |       0       0      228     3573     4597    17.8 |      109 |
16.49/16.58	c |    147868 |       0       0      228     3607     4726    17.1 |      109 |
16.49/16.58	c |    165948 |       0       0      228     2513     4855    19.4 |      109 |
16.49/16.58	c |    185947 |       0       0      228     2821     4987    16.7 |      109 |
16.49/16.58	c |    208057 |       0       0      228     4712     5120    17.9 |      109 |
16.49/16.58	c |    232489 |       0       0      228     3205     5255    18.6 |      109 |
16.49/16.58	c |    259475 |       0       0      228     3559     5393    18.0 |      109 |
16.49/16.58	c |    289271 |       0       0      228     3292     5532    15.2 |      109 |
16.49/16.58	c |    322158 |       0       0      228     5408     5674    17.1 |      109 |
16.49/16.58	c |    358445 |       0       0      228     4368     5818    17.4 |      109 |
16.49/16.58	c |    398472 |       0       0      228     3137     5965    16.9 |      109 |
16.49/16.58	c |    442613 |       0       0      228     4994     6114    19.8 |      109 |
16.49/16.58	c |    491279 |       0       0      228     4180     6265    18.8 |      109 |
16.49/16.58	c |    544923 |       0       0      228     3901     6420    19.7 |      109 |
4342.39/4343.68	c |    604043 |       0       0      228     4523     6577    20.5 |      109 |
4342.39/4343.68	c |    669187 |       0       0      228     6449     6737    19.3 |      109 |
4342.39/4343.68	c |    740957 |       0       0      228     6663     6901    16.2 |      109 |
4342.39/4343.68	c |    820016 |       0       0      228     5472     7067    17.3 |      109 |
4342.39/4343.68	c |    907092 |       0       0      228     6741     7237    18.8 |      109 |
4342.39/4343.68	c |   1002987 |       0       0      228     3815     7410    17.9 |      109 |
4342.39/4343.68	c |   1108583 |       0       0      228     4420     7586    17.3 |      109 |
4342.39/4343.68	c |   1224850 |       0       0      228     5536     7766    18.0 |      109 |
4342.39/4343.68	c |   1352856 |       0       0      228     7845     7949    18.8 |      109 |
4342.39/4343.68	c |   1493774 |       0       0      228     8051     8137    16.5 |      109 |
4342.39/4343.68	c |   1648896 |       0       0      228     6796     8328    18.9 |      109 |
4342.39/4343.68	c |   1819642 |       0       0      228     4866     8523    15.8 |      109 |
4342.39/4343.68	c |   2007575 |       0       0      228     7411     8722    15.5 |      109 |
4342.39/4343.68	c |   2214413 |       0       0      228     6913     8926    16.4 |      109 |
4342.39/4343.68	c |   2442047 |       0       0      228     8907     9133    17.7 |      109 |
4342.39/4343.68	c |   2692557 |       0       0      228     5702     9345    17.1 |      109 |
4342.39/4343.68	c |   2968230 |       0       0      228     7209     9562    17.1 |      109 |
4342.39/4343.68	c |   3271583 |       0       0      228     5910     9783    17.8 |      109 |
4342.39/4343.68	c |   3605384 |       0       0      228     8216    10009    19.2 |      109 |
4342.39/4343.68	c |   3972677 |       0       0      228     6002    10240    16.2 |      109 |
4342.39/4343.68	c |   4376812 |       0       0      228     6165    10476    19.4 |      109 |
4342.39/4343.68	c |   4821473 |       0       0      228     5757    10717    17.3 |      109 |
4342.39/4343.68	c |   5310713 |       0       0      228     7225    10963    16.8 |      109 |
4342.39/4343.68	c |   5848990 |       0       0      228     7705    11215    16.2 |      109 |
4342.39/4343.68	c |   6441207 |       0       0      228    10109    11472    16.3 |      109 |
4342.39/4343.68	c |   7092758 |       0       0      228     6142    11735    19.6 |      109 |
4342.39/4343.68	c |   7809577 |       0       0      228    10948    12003    17.1 |      109 |
4342.39/4343.68	c |   8598191 |       0       0      228    10615    12278    17.3 |      109 |
4342.39/4343.68	c |   9465779 |       0       0      228     8997    12559    18.2 |      109 |
4342.39/4343.68	c |  10420239 |       0       0      228    10836    12845    19.4 |      109 |
4342.39/4343.68	c |  11470258 |       0       0      228     8619    13139    18.4 |      109 |
4342.39/4343.68	c |  12625392 |       0       0      228     7646    13438    17.1 |      109 |
4342.39/4343.68	c |  13896152 |       0       0      228     7601    13745    18.9 |      109 |
4342.39/4343.68	c |  15294101 |       0       0      228     8641    14058    18.2 |      109 |
4342.39/4343.68	c |  16831958 |       0       0      228    11233    14378    17.4 |      109 |
4342.39/4343.68	c |  18523714 |       0       0      228     9066    14705    17.6 |      109 |
4342.39/4343.68	c |  20384759 |       0       0      228    11237    15040    17.2 |      109 |
4342.39/4343.68	c |  22432022 |       0       0      228    12828    15382    17.0 |      109 |
4342.39/4343.68	c |  24684125 |       0       0      228     9358    15732    16.8 |      109 |
4342.39/4343.69	c |  27161552 |       0       0      228    12804    16090    16.7 |      109 |
4342.39/4343.69	c |  29886835 |       0       0      228    12768    16456    15.4 |      109 |
4342.39/4343.69	c |  32884760 |       0       0      228    15247    16830    18.1 |      109 |
4342.39/4343.69	c |  36182591 |       0       0      228    11420    17212    17.4 |      109 |
4342.39/4343.69	c |  39810318 |       0       0      228    10170    17603    18.0 |      109 |
4342.39/4343.69	c |  43800931 |       0       0      228    13369    18003    16.4 |      109 |
4342.39/4343.69	c |  48190719 |       0       0      228    15594    18411    19.2 |      109 |
4342.39/4343.69	c |  53019599 |       0       0      228    12953    18829    16.2 |      109 |
4342.39/4343.69	c |  58331481 |       0       0      228    12595    19257    18.1 |      109 |
4342.39/4343.69	c |  64174665 |       0       0      228    14067    19694    15.9 |      109 |
4342.39/4343.69	c |  70602281 |       0       0      228    18987    20141    17.8 |      109 |
4342.39/4343.69	c |  77672772 |       0       0      228    12305    20598    15.6 |  

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-1784133-1241916922/watcher-1784133-1241916922 -o /tmp/evaluation-result-1784133-1241916922/solver-1784133-1241916922 -C 5000 -W 6000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1784133-1241916922.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.00 1.00 0.93 3/64 27576
/proc/meminfo: memFree=1563968/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=844 CPUtime=0
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 123 0 0 0 0 0 0 0 18 0 1 0 219719745 864256 109 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 211 109 71 166 0 42 0

[startup+0.075357 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 27576
/proc/meminfo: memFree=1563968/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=1244 CPUtime=0.07
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 225 0 0 0 7 0 0 0 18 0 1 0 219719745 1273856 211 1992294400 134512640 135192793 4294956224 18446744073709551615 134612813 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 311 211 72 166 0 142 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1244

[startup+0.102359 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 27576
/proc/meminfo: memFree=1563968/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=1376 CPUtime=0.1
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 237 0 0 0 10 0 0 0 18 0 1 0 219719745 1409024 223 1992294400 134512640 135192793 4294956224 18446744073709551615 134533933 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 344 223 72 166 0 175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1376

[startup+0.301381 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 27576
/proc/meminfo: memFree=1563968/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=1772 CPUtime=0.29
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 328 0 0 0 29 0 0 0 19 0 1 0 219719745 1814528 314 1992294400 134512640 135192793 4294956224 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 443 314 72 166 0 274 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1772

[startup+0.702427 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 27576
/proc/meminfo: memFree=1563968/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=2048 CPUtime=0.7
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 408 0 0 0 70 0 0 0 22 0 1 0 219719745 2097152 394 1992294400 134512640 135192793 4294956224 18446744073709551615 134552038 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 512 394 72 166 0 343 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2048

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 27577
/proc/meminfo: memFree=1562488/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=2448 CPUtime=1.49
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 502 0 0 0 149 0 0 0 25 0 1 0 219719745 2506752 488 1992294400 134512640 135192793 4294956224 18446744073709551615 134533845 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 612 488 72 166 0 443 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2448

[startup+3.1017 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 27577
/proc/meminfo: memFree=1561720/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=3120 CPUtime=3.09
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 677 0 0 0 309 0 0 0 25 0 1 0 219719745 3194880 663 1992294400 134512640 135192793 4294956224 18446744073709551615 134534243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 780 663 72 166 0 611 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3120

[startup+6.30106 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 27577
/proc/meminfo: memFree=1560568/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=4136 CPUtime=6.29
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 904 0 0 0 629 0 0 0 25 0 1 0 219719745 4235264 890 1992294400 134512640 135192793 4294956224 18446744073709551615 134533909 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 1034 890 72 166 0 865 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4136

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 27577
/proc/meminfo: memFree=1559360/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=5300 CPUtime=12.69
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 1177 0 0 0 1269 0 0 0 25 0 1 0 219719745 5427200 1163 1992294400 134512640 135192793 4294956224 18446744073709551615 134533862 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 1325 1163 72 166 0 1156 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5300

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 27577
/proc/meminfo: memFree=1558080/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=6940 CPUtime=25.48
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 1500 0 0 0 2548 0 0 0 25 0 1 0 219719745 7106560 1486 1992294400 134512640 135192793 4294956224 18446744073709551615 134534199 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 1735 1486 73 166 0 1566 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6940

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 27577
/proc/meminfo: memFree=1555904/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=9272 CPUtime=51.08
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 2033 0 0 0 5107 1 0 0 25 0 1 0 219719745 9494528 2019 1992294400 134512640 135192793 4294956224 18446744073709551615 134533776 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 2318 2019 73 166 0 2149 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9272

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 27577
/proc/meminfo: memFree=1553856/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=11520 CPUtime=102.27
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 2532 0 0 0 10226 1 0 0 25 0 1 0 219719745 11796480 2518 1992294400 134512640 135192793 4294956224 18446744073709551615 134551111 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 2880 2518 73 166 0 2711 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11520

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 27577
/proc/meminfo: memFree=1551808/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=13864 CPUtime=162.25
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 3032 0 0 0 16223 2 0 0 25 0 1 0 219719745 14196736 3018 1992294400 134512640 135192793 4294956224 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 3466 3018 73 166 0 3297 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 13864

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 27577
/proc/meminfo: memFree=1550656/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=15208 CPUtime=222.23
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 3311 0 0 0 22221 2 0 0 25 0 1 0 219719745 15572992 3297 1992294400 134512640 135192793 4294956224 18446744073709551615 134533360 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 3802 3297 73 166 0 3633 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15208

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 27577
/proc/meminfo: memFree=1549184/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=17060 CPUtime=282.22
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 3653 0 0 0 28219 3 0 0 25 0 1 0 219719745 17469440 3639 1992294400 134512640 135192793 4294956224 18446744073709551615 134533794 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 4265 3639 73 166 0 4096 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 17060

[startup+342.301 s]
/proc/loadavg: 1.08 1.02 0.94 2/65 27583
/proc/meminfo: memFree=1548856/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=17192 CPUtime=342.19
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 3709 0 0 0 34216 3 0 0 25 0 1 0 219719745 17604608 3695 1992294400 134512640 135192793 4294956224 18446744073709551615 134550388 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 4298 3695 73 166 0 4129 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 17192

[startup+402.302 s]
/proc/loadavg: 1.03 1.01 0.94 2/65 27583
/proc/meminfo: memFree=1548672/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=17384 CPUtime=402.18
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 3761 0 0 0 40215 3 0 0 25 0 1 0 219719745 17801216 3747 1992294400 134512640 135192793 4294956224 18446744073709551615 134533868 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 4346 3747 73 166 0 4177 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 17384

[startup+462.302 s]
/proc/loadavg: 1.01 1.00 0.94 2/65 27583
/proc/meminfo: memFree=1547776/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=18476 CPUtime=462.17
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 3992 0 0 0 46213 4 0 0 25 0 1 0 219719745 18919424 3978 1992294400 134512640 135192793 4294956224 18446744073709551615 134533824 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 4619 3978 73 166 0 4450 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 18476

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 27583
/proc/meminfo: memFree=1547328/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=19228 CPUtime=522.15
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 4134 0 0 0 52211 4 0 0 25 0 1 0 219719745 19689472 4120 1992294400 134512640 135192793 4294956224 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 4807 4120 73 166 0 4638 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 19228

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 27583
/proc/meminfo: memFree=1546624/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=19804 CPUtime=582.13
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 4316 0 0 0 58209 4 0 0 25 0 1 0 219719745 20279296 4302 1992294400 134512640 135192793 4294956224 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 4951 4302 73 166 0 4782 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 19804

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 27583
/proc/meminfo: memFree=1546176/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=20188 CPUtime=642.12
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 4417 0 0 0 64208 4 0 0 25 0 1 0 219719745 20672512 4403 1992294400 134512640 135192793 4294956224 18446744073709551615 134549771 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 5047 4403 73 166 0 4878 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 20188

[startup+702.303 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 1.03 1.01 0.94 3/70 28011
/proc/meminfo: memFree=1533480/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=32608 CPUtime=4001.2
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6892 0 0 0 400107 13 0 0 25 0 1 0 219719745 33390592 6878 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 0 0 0
/proc/27576/statm: 8152 6878 73 166 0 7983 0
Current children cumulated CPU time (s) 4001.2
Current children cumulated vsize (KiB) 32608

[startup+4062.31 s]
/proc/loadavg: 1.01 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534784/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=32608 CPUtime=4061.17
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6895 0 0 0 406104 13 0 0 25 0 1 0 219719745 33390592 6881 1992294400 134512640 135192793 4294956224 18446744073709551615 134533789 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8152 6881 73 166 0 7983 0
Current children cumulated CPU time (s) 4061.17
Current children cumulated vsize (KiB) 32608

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534784/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=32608 CPUtime=4121.15
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6897 0 0 0 412102 13 0 0 25 0 1 0 219719745 33390592 6883 1992294400 134512640 135192793 4294956224 18446744073709551615 134550425 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8152 6883 73 166 0 7983 0
Current children cumulated CPU time (s) 4121.15
Current children cumulated vsize (KiB) 32608

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534720/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=32608 CPUtime=4181.13
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6903 0 0 0 418100 13 0 0 25 0 1 0 219719745 33390592 6889 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8152 6889 73 166 0 7983 0
Current children cumulated CPU time (s) 4181.13
Current children cumulated vsize (KiB) 32608

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534656/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=32608 CPUtime=4241.12
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6906 0 0 0 424099 13 0 0 25 0 1 0 219719745 33390592 6892 1992294400 134512640 135192793 4294956224 18446744073709551615 134533804 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8152 6892 73 166 0 7983 0
Current children cumulated CPU time (s) 4241.12
Current children cumulated vsize (KiB) 32608

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534592/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=32608 CPUtime=4301.1
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6910 0 0 0 430097 13 0 0 25 0 1 0 219719745 33390592 6896 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8152 6896 73 166 0 7983 0
Current children cumulated CPU time (s) 4301.1
Current children cumulated vsize (KiB) 32608

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534536/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=32608 CPUtime=4361.09
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6912 0 0 0 436095 14 0 0 25 0 1 0 219719745 33390592 6898 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8152 6898 73 166 0 7983 0
Current children cumulated CPU time (s) 4361.09
Current children cumulated vsize (KiB) 32608

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534472/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=32608 CPUtime=4421.08
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6917 0 0 0 442094 14 0 0 25 0 1 0 219719745 33390592 6903 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8152 6903 73 166 0 7983 0
Current children cumulated CPU time (s) 4421.08
Current children cumulated vsize (KiB) 32608

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534408/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=32608 CPUtime=4481.06
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6930 0 0 0 448092 14 0 0 25 0 1 0 219719745 33390592 6916 1992294400 134512640 135192793 4294956224 18446744073709551615 134532784 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8152 6916 73 166 0 7983 0
Current children cumulated CPU time (s) 4481.06
Current children cumulated vsize (KiB) 32608

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534408/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=32864 CPUtime=4541.04
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6968 0 0 0 454090 14 0 0 25 0 1 0 219719745 33652736 6954 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8216 6954 73 166 0 8047 0
Current children cumulated CPU time (s) 4541.04
Current children cumulated vsize (KiB) 32864

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534280/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=33120 CPUtime=4601.03
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 6991 0 0 0 460089 14 0 0 25 0 1 0 219719745 33914880 6977 1992294400 134512640 135192793 4294956224 18446744073709551615 134551881 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8280 6977 73 166 0 8111 0
Current children cumulated CPU time (s) 4601.03
Current children cumulated vsize (KiB) 33120

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534216/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=33120 CPUtime=4661.01
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 7001 0 0 0 466087 14 0 0 25 0 1 0 219719745 33914880 6987 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8280 6987 73 166 0 8111 0
Current children cumulated CPU time (s) 4661.01
Current children cumulated vsize (KiB) 33120

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534152/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=33120 CPUtime=4720.99
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 7005 0 0 0 472085 14 0 0 25 0 1 0 219719745 33914880 6991 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8280 6991 73 166 0 8111 0
Current children cumulated CPU time (s) 4720.99
Current children cumulated vsize (KiB) 33120

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1534088/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=33120 CPUtime=4780.97
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 7008 0 0 0 478083 14 0 0 25 0 1 0 219719745 33914880 6994 1992294400 134512640 135192793 4294956224 18446744073709551615 134533796 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8280 6994 73 166 0 8111 0
Current children cumulated CPU time (s) 4780.97
Current children cumulated vsize (KiB) 33120

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1533960/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=33120 CPUtime=4840.96
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 7028 0 0 0 484082 14 0 0 25 0 1 0 219719745 33914880 7014 1992294400 134512640 135192793 4294956224 18446744073709551615 134534186 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8280 7014 73 166 0 8111 0
Current children cumulated CPU time (s) 4840.96
Current children cumulated vsize (KiB) 33120

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1533704/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=33632 CPUtime=4900.95
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 7108 0 0 0 490080 15 0 0 25 0 1 0 219719745 34439168 7094 1992294400 134512640 135192793 4294956224 18446744073709551615 134534250 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8408 7094 73 166 0 8239 0
Current children cumulated CPU time (s) 4900.95
Current children cumulated vsize (KiB) 33632

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1533832/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=33632 CPUtime=4960.93
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 7108 0 0 0 496078 15 0 0 25 0 1 0 219719745 34439168 7094 1992294400 134512640 135192793 4294956224 18446744073709551615 134534243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8408 7094 73 166 0 8239 0
Current children cumulated CPU time (s) 4960.93
Current children cumulated vsize (KiB) 33632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 28071
/proc/meminfo: memFree=1533768/2055920 swapFree=4191900/4192956
[pid=27576] ppid=27574 vsize=33632 CPUtime=5000.02
/proc/27576/stat : 27576 (mxc-sat09) R 27574 27576 27470 0 -1 4194304 7110 0 0 0 499987 15 0 0 25 0 1 0 219719745 34439168 7096 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/27576/statm: 8408 7096 73 166 0 8239 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 33632

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): 5001.41
CPU time (s): 5000.04
CPU user time (s): 4999.88
CPU system time (s): 0.159975
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 33632

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

runsolver used 3.53746 second user time and 10.5624 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-10 02:55:22
IDJOB=1784133
IDBENCH=71104
IDSOLVER=613
FILE ID=node62/1784133-1241916922
PBS_JOBID= 9264846
Free space on /tmp= 66472 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-109-100.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784133-1241916922/watcher-1784133-1241916922 -o /tmp/evaluation-result-1784133-1241916922/solver-1784133-1241916922 -C 5000 -W 6000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1784133-1241916922.cnf

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

MD5SUM BENCH= 3e5f7eb325866565204de5c9ce2ffaee
RANDOM SEED=1085834583

node62.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.220
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.220
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:       1564448 kB
Buffers:         47336 kB
Cached:         372636 kB
SwapCached:        268 kB
Active:          85688 kB
Inactive:       349040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564448 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             688 kB
Writeback:           0 kB
Mapped:          23368 kB
Slab:            42540 kB
Committed_AS:   552632 kB
PageTables:       1456 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= 66472 MiB
End job on node62 at 2009-05-10 04:18:45