Trace number 1784137

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

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-97-100.cnf
MD5SUM5f0ec9f87ae77ca0eb8468a4ddde217c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark118.832
Satisfiable
(Un)Satisfiability was proved
Number of variables97
Number of clauses204
Sum of the clauses size612
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3204
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

16.08/16.16	c starting MXC with:
16.08/16.16	c cnf_path = HOME/instance-1784137-1241917566.cnf
16.08/16.16	c restart_strategy = auto
16.08/16.16	c sign_strategy = cached
16.08/16.16	c use_preprocessing = -1
16.08/16.16	c output_implicant = 1
16.08/16.16	c timeout_seconds = 0
16.08/16.16	c running SatELite... done
16.08/16.16	c 1 vars eliminated
16.08/16.16	c received 0 units and 204 clauses from SatELite
16.08/16.16	c 0 assignments made, starting to guess now
16.08/16.16	c ===================================[MXC]=====================================
16.08/16.16	c | Conflicts |                Clause Statistics                   |   Vars   |
16.08/16.16	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
16.08/16.16	c =============================================================================
16.08/16.16	c |         0 |       0       0      204        0        0     nan |       97 |
16.08/16.16	c |       100 |       0       0      204      100     1050    16.3 |       97 |
16.08/16.16	c |       210 |       0       0      204      210     1105    15.8 |       97 |
16.08/16.16	c |       441 |       0       0      204      441     1220    15.5 |       97 |
16.08/16.16	c |       805 |       0       0      204      805     1402    15.4 |       97 |
16.08/16.16	c |      1315 |       0       0      204     1315     1609    16.5 |       97 |
16.08/16.16	c |      1986 |       0       0      204     1138     1754    17.5 |       97 |
16.08/16.16	c |      2834 |       0       0      204     1047     1894    16.6 |       97 |
16.08/16.16	c |      3876 |       0       0      204     1077     2031    17.9 |       97 |
16.08/16.16	c |      5132 |       0       0      204     1268     2163    16.1 |       97 |
16.08/16.16	c |      6623 |       0       0      204     1641     2292    16.5 |       97 |
16.08/16.16	c |      8373 |       0       0      204     2227     2419    17.1 |       97 |
16.08/16.16	c |     10408 |       0       0      204     1800     2543    14.9 |       97 |
16.08/16.16	c |     12756 |       0       0      204     1527     2665    15.4 |       97 |
16.08/16.16	c |     15449 |       0       0      204     1467     2786    14.6 |       97 |
16.08/16.16	c |     18521 |       0       0      204     1670     2906    15.5 |       97 |
16.08/16.16	c |     22010 |       0       0      204     2181     3025    18.2 |       97 |
16.08/16.16	c |     25958 |       0       0      204     3052     3144    19.3 |       97 |
16.08/16.16	c |     30411 |       0       0      204     2721     3262    20.3 |       97 |
16.08/16.16	c |     35419 |       0       0      204     2756     3381    17.7 |       97 |
16.08/16.16	c |     41038 |       0       0      204     3226     3499    16.9 |       97 |
16.08/16.16	c |     47329 |       0       0      204     2403     3618    16.9 |       97 |
16.08/16.16	c |     54360 |       0       0      204     2059     3737    16.4 |       97 |
16.08/16.16	c |     62205 |       0       0      204     2293     3857    15.6 |       97 |
16.08/16.16	c |     70945 |       0       0      204     3190     3978    16.3 |       97 |
16.08/16.16	c |     80669 |       0       0      204     2817     4099    17.5 |       97 |
16.08/16.16	c |     91476 |       0       0      204     3216     4222    17.4 |       97 |
16.08/16.16	c |    103474 |       0       0      204     2349     4346    15.5 |       97 |
16.08/16.16	c |    116782 |       0       0      204     2405     4471    16.1 |       97 |
16.08/16.16	c |    131532 |       0       0      204     3539     4597    17.2 |       97 |
16.08/16.16	c |    147868 |       0       0      204     3560     4726    16.6 |       97 |
16.08/16.16	c |    165948 |       0       0      204     2460     4855    18.7 |       97 |
16.08/16.16	c |    185947 |       0       0      204     2750     4987    16.7 |       97 |
16.08/16.16	c |    208057 |       0       0      204     4652     5120    14.7 |       97 |
16.08/16.16	c |    232489 |       0       0      204     3149     5255    14.9 |       97 |
16.08/16.16	c |    259475 |       0       0      204     3500     5393    15.7 |       97 |
16.08/16.16	c |    289271 |       0       0      204     3242     5532    14.6 |       97 |
16.08/16.16	c |    322158 |       0       0      204     5312     5674    13.6 |       97 |
16.08/16.16	c |    358445 |       0       0      204     4266     5818    15.2 |       97 |
16.08/16.16	c |    398472 |       0       0      204     3039     5965    17.3 |       97 |
16.08/16.16	c |    442613 |       0       0      204     4899     6114    16.0 |       97 |
16.08/16.16	c |    491279 |       0       0      204     4063     6265    15.0 |       97 |
16.08/16.16	c |    544923 |       0       0      204     3781     6420    13.6 |       97 |
4150.20/4151.33	c |    604043 |       0       0      204     4394     6577    15.2 |       97 |
4150.20/4151.33	c |    669187 |       0       0      204     6303     6737    15.4 |       97 |
4150.20/4151.33	c |    740957 |       0       0      204     6520     6901    15.2 |       97 |
4150.20/4151.33	c |    820016 |       0       0      204     5289     7067    14.6 |       97 |
4150.20/4151.33	c |    907092 |       0       0      204     6572     7237    14.9 |       97 |
4150.20/4151.33	c |   1002987 |       0       0      204     7341     7410    15.3 |       97 |
4150.20/4151.33	c |   1108583 |       0       0      204     4252     7586    15.8 |       97 |
4150.20/4151.33	c |   1224850 |       0       0      204     5379     7766    19.6 |       97 |
4150.20/4151.33	c |   1352856 |       0       0      204     7685     7949    14.4 |       97 |
4150.20/4151.33	c |   1493774 |       0       0      204     7909     8137    14.3 |       97 |
4150.20/4151.33	c |   1648896 |       0       0      204     6675     8328    14.1 |       97 |
4150.20/4151.33	c |   1819642 |       0       0      204     4713     8523    14.6 |       97 |
4150.20/4151.33	c |   2007575 |       0       0      204     7244     8722    16.5 |       97 |
4150.20/4151.33	c |   2214413 |       0       0      204     6746     8926    16.8 |       97 |
4150.20/4151.33	c |   2442047 |       0       0      204     8714     9133    14.2 |       97 |
4150.20/4151.33	c |   2692557 |       0       0      204     5192     9345    15.1 |       97 |
4150.20/4151.33	c |   2968230 |       0       0      204     6728     9562    15.2 |       97 |
4150.20/4151.33	c |   3271583 |       0       0      204     5416     9783    14.2 |       97 |
4150.20/4151.33	c |   3605384 |       0       0      204     7732    10009    15.0 |       97 |
4150.20/4151.33	c |   3972677 |       0       0      204     5533    10240    14.1 |       97 |
4150.20/4151.33	c |   4376812 |       0       0      204     5726    10476    15.5 |       97 |
4150.20/4151.33	c |   4821473 |       0       0      204    10714    10717    17.5 |       97 |
4150.20/4151.33	c |   5310713 |       0       0      204     6783    10963    14.3 |       97 |
4150.20/4151.33	c |   5848990 |       0       0      204     7271    11215    17.2 |       97 |
4150.20/4151.33	c |   6441207 |       0       0      204     9720    11472    15.0 |       97 |
4150.20/4151.33	c |   7092758 |       0       0      204    11593    11735    16.8 |       97 |
4150.20/4151.33	c |   7809577 |       0       0      204    10488    12003    13.3 |       97 |
4150.20/4151.33	c |   8598191 |       0       0      204    10107    12278    13.3 |       97 |
4150.20/4151.33	c |   9465779 |       0       0      204     8738    12559    14.3 |       97 |
4150.20/4151.33	c |  10420239 |       0       0      204    10610    12845    14.8 |       97 |
4150.20/4151.33	c |  11470258 |       0       0      204     8341    13139    13.8 |       97 |
4150.20/4151.33	c |  12625392 |       0       0      204     7474    13438    13.3 |       97 |
4150.20/4151.33	c |  13896152 |       0       0      204     7547    13745    12.9 |       97 |
4150.20/4151.33	c |  15294101 |       0       0      204     8674    14058    14.7 |       97 |
4150.20/4151.33	c |  16831958 |       0       0      204    11204    14378    14.8 |       97 |
4150.20/4151.33	c |  18523714 |       0       0      204     9016    14705    13.7 |       97 |
4150.20/4151.33	c |  20384759 |       0       0      204    11208    15040    13.3 |       97 |
4150.20/4151.33	c |  22432022 |       0       0      204    12827    15382    15.8 |       97 |
4150.20/4151.33	c |  24684125 |       0       0      204     9522    15732    14.6 |       97 |
4150.20/4151.33	c |  27161552 |       0       0      204    12968    16090    13.3 |       97 |
4150.20/4151.33	c |  29886835 |       0       0      204    12829    16456    13.6 |       97 |
4150.20/4151.33	c |  32884760 |       0       0      204    15576    16830    15.2 |       97 |
4150.20/4151.33	c |  36182591 |       0       0      204    11774    17212    14.0 |       97 |
4150.20/4151.33	c |  39810318 |       0       0      204    10603    17603    12.5 |       97 |
4150.20/4151.33	c |  43800931 |       0       0      204    13750    18003    14.3 |       97 |
4150.20/4151.33	c |  48190719 |       0       0      204    16236    18411    15.4 |       97 |
4150.20/4151.33	c |  53019599 |       0       0      204    13685    18829    15.7 |       97 |
4150.20/4151.33	c |  58331481 |       0       0      204    13513    19257    12.8 |       97 |
4150.20/4151.33	c |  64174665 |       0       0      204    14846    19694    14.0 |       97 |
4150.20/4151.33	c |  70602281 |       0       0      204    19999    20141    13.9 |       97 |
4150.20/4151.33	c |  77672772 |       0       1      204    13513    20598    15.5 |  

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-1784137-1241917566/watcher-1784137-1241917566 -o /tmp/evaluation-result-1784137-1241917566/solver-1784137-1241917566 -C 5000 -W 6000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1784137-1241917566.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 1.00 3/64 21139
/proc/meminfo: memFree=1896768/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=844 CPUtime=0
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 122 0 0 0 0 0 0 0 18 0 1 0 219790013 864256 108 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 211 108 71 166 0 42 0

[startup+0.0531101 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21139
/proc/meminfo: memFree=1896768/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=1236 CPUtime=0.05
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 212 0 0 0 5 0 0 0 18 0 1 0 219790013 1265664 198 1992294400 134512640 135192793 4294956224 18446744073709551615 134547869 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 309 198 72 166 0 140 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1236

[startup+0.101113 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21139
/proc/meminfo: memFree=1896768/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=1368 CPUtime=0.09
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 239 0 0 0 9 0 0 0 18 0 1 0 219790013 1400832 225 1992294400 134512640 135192793 4294956224 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 342 225 72 166 0 173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1368

[startup+0.301133 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21139
/proc/meminfo: memFree=1896768/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=1632 CPUtime=0.29
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 311 0 0 0 29 0 0 0 19 0 1 0 219790013 1671168 297 1992294400 134512640 135192793 4294956224 18446744073709551615 134550428 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 408 297 72 166 0 239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1632

[startup+0.701173 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21139
/proc/meminfo: memFree=1896768/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=2028 CPUtime=0.69
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 398 0 0 0 69 0 0 0 22 0 1 0 219790013 2076672 384 1992294400 134512640 135192793 4294956224 18446744073709551615 134548326 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 507 384 72 166 0 338 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2028

[startup+1.50126 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1895352/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=2424 CPUtime=1.49
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 503 0 0 0 149 0 0 0 25 0 1 0 219790013 2482176 489 1992294400 134512640 135192793 4294956224 18446744073709551615 134534233 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 606 489 72 166 0 437 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2424

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1894712/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=2976 CPUtime=3.09
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 643 0 0 0 309 0 0 0 25 0 1 0 219790013 3047424 629 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 744 629 72 166 0 575 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2976

[startup+6.30274 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1893752/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=3976 CPUtime=6.29
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 842 0 0 0 629 0 0 0 25 0 1 0 219790013 4071424 828 1992294400 134512640 135192793 4294956224 18446744073709551615 134534264 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 994 828 72 166 0 825 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3976

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1892688/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=4848 CPUtime=12.68
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 1047 0 0 0 1268 0 0 0 25 0 1 0 219790013 4964352 1033 1992294400 134512640 135192793 4294956224 18446744073709551615 134520636 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 1212 1033 72 166 0 1043 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4848

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1891408/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=6168 CPUtime=25.49
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 1360 0 0 0 2548 1 0 0 25 0 1 0 219790013 6316032 1346 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 1542 1346 73 166 0 1373 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6168

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1889808/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=8156 CPUtime=51.08
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 1780 0 0 0 5107 1 0 0 25 0 1 0 219790013 8351744 1766 1992294400 134512640 135192793 4294956224 18446744073709551615 134550759 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 2039 1766 73 166 0 1870 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8156

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1887440/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=10684 CPUtime=102.26
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 2338 0 0 0 10225 1 0 0 25 0 1 0 219790013 10940416 2324 1992294400 134512640 135192793 4294956224 18446744073709551615 134533188 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 2671 2324 73 166 0 2502 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10684

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1885968/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=12700 CPUtime=162.25
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 2707 0 0 0 16223 2 0 0 25 0 1 0 219790013 13004800 2693 1992294400 134512640 135192793 4294956224 18446744073709551615 134534243 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 3175 2693 73 166 0 3006 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 12700

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1885328/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=13276 CPUtime=222.24
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 2859 0 0 0 22222 2 0 0 25 0 1 0 219790013 13594624 2845 1992294400 134512640 135192793 4294956224 18446744073709551615 134533933 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 3319 2845 73 166 0 3150 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 13276

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1884240/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=14884 CPUtime=282.22
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 3139 0 0 0 28220 2 0 0 25 0 1 0 219790013 15241216 3125 1992294400 134512640 135192793 4294956224 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 3721 3125 73 166 0 3552 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 14884

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1883672/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=15436 CPUtime=342.2
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 3265 0 0 0 34218 2 0 0 25 0 1 0 219790013 15806464 3251 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 3859 3251 73 166 0 3690 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 15436

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1883608/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=15436 CPUtime=402.19
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 3290 0 0 0 40217 2 0 0 25 0 1 0 219790013 15806464 3276 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 3859 3276 73 166 0 3690 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 15436

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1883096/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=16012 CPUtime=462.18
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 3415 0 0 0 46215 3 0 0 25 0 1 0 219790013 16396288 3401 1992294400 134512640 135192793 4294956224 18446744073709551615 134533796 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 4003 3401 73 166 0 3834 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 16012

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1882904/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=16012 CPUtime=522.16
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 3451 0 0 0 52213 3 0 0 25 0 1 0 219790013 16396288 3437 1992294400 134512640 135192793 4294956224 18446744073709551615 134534199 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 4003 3437 73 166 0 3834 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 16012

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1882520/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=16204 CPUtime=582.14
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 3546 0 0 0 58211 3 0 0 25 0 1 0 219790013 16592896 3532 1992294400 134512640 135192793 4294956224 18446744073709551615 134534243 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 4051 3532 73 166 0 3882 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 16204

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21140
/proc/meminfo: memFree=1882008/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=16772 CPUtime=642.13
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 3668 0 0 0 64210 3 0 0 25 0 1 0 219790013 17174528 3654 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 4193 3654 73 166 0 4024 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 16772

[startup+702.302 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21628
/proc/meminfo: memFree=1871896/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=26980 CPUtime=4001.24
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5737 0 0 0 400112 12 0 0 25 0 1 0 219790013 27627520 5723 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6745 5723 73 166 0 6576 0
Current children cumulated CPU time (s) 4001.24
Current children cumulated vsize (KiB) 26980

[startup+4062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 21628
/proc/meminfo: memFree=1871704/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27236 CPUtime=4061.23
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5786 0 0 0 406111 12 0 0 25 0 1 0 219790013 27889664 5772 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6809 5772 73 166 0 6640 0
Current children cumulated CPU time (s) 4061.23
Current children cumulated vsize (KiB) 27236

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 21628
/proc/meminfo: memFree=1871576/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27492 CPUtime=4121.21
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5809 0 0 0 412109 12 0 0 25 0 1 0 219790013 28151808 5795 1992294400 134512640 135192793 4294956224 18446744073709551615 134534170 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6873 5795 73 166 0 6704 0
Current children cumulated CPU time (s) 4121.21
Current children cumulated vsize (KiB) 27492

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21628
/proc/meminfo: memFree=1871512/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27492 CPUtime=4181.19
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5814 0 0 0 418107 12 0 0 25 0 1 0 219790013 28151808 5800 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6873 5800 73 166 0 6704 0
Current children cumulated CPU time (s) 4181.19
Current children cumulated vsize (KiB) 27492

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21628
/proc/meminfo: memFree=1871448/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27492 CPUtime=4241.18
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5835 0 0 0 424106 12 0 0 25 0 1 0 219790013 28151808 5821 1992294400 134512640 135192793 4294956224 18446744073709551615 134533808 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6873 5821 73 166 0 6704 0
Current children cumulated CPU time (s) 4241.18
Current children cumulated vsize (KiB) 27492

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21628
/proc/meminfo: memFree=1871448/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27492 CPUtime=4301.16
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5837 0 0 0 430104 12 0 0 25 0 1 0 219790013 28151808 5823 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6873 5823 73 166 0 6704 0
Current children cumulated CPU time (s) 4301.16
Current children cumulated vsize (KiB) 27492

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21628
/proc/meminfo: memFree=1871448/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27492 CPUtime=4361.15
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5839 0 0 0 436102 13 0 0 25 0 1 0 219790013 28151808 5825 1992294400 134512640 135192793 4294956224 18446744073709551615 134552427 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6873 5825 73 166 0 6704 0
Current children cumulated CPU time (s) 4361.15
Current children cumulated vsize (KiB) 27492

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21628
/proc/meminfo: memFree=1871320/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27748 CPUtime=4421.13
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5862 0 0 0 442100 13 0 0 25 0 1 0 219790013 28413952 5848 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6937 5848 73 166 0 6768 0
Current children cumulated CPU time (s) 4421.13
Current children cumulated vsize (KiB) 27748

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21628
/proc/meminfo: memFree=1871320/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27748 CPUtime=4481.12
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5863 0 0 0 448099 13 0 0 25 0 1 0 219790013 28413952 5849 1992294400 134512640 135192793 4294956224 18446744073709551615 134533818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6937 5849 73 166 0 6768 0
Current children cumulated CPU time (s) 4481.12
Current children cumulated vsize (KiB) 27748

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21628
/proc/meminfo: memFree=1871256/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27748 CPUtime=4541.1
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5866 0 0 0 454097 13 0 0 25 0 1 0 219790013 28413952 5852 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6937 5852 73 166 0 6768 0
Current children cumulated CPU time (s) 4541.1
Current children cumulated vsize (KiB) 27748

[startup+4602.3 s]
/proc/loadavg: 1.90 1.24 1.08 3/71 5028
/proc/meminfo: memFree=1851032/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27748 CPUtime=4600.88
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5868 0 0 0 460073 15 0 0 25 0 1 0 219790013 28413952 5854 1992294400 134512640 135192793 4294956224 18446744073709551615 134745356 0 0 4096 0 0 0 0 17 0 0 0
/proc/21139/statm: 6937 5854 73 166 0 6768 0
Current children cumulated CPU time (s) 4600.88
Current children cumulated vsize (KiB) 27748

[startup+4662.3 s]
/proc/loadavg: 2.02 1.41 1.15 2/65 24218
/proc/meminfo: memFree=1829528/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27748 CPUtime=4660.61
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5868 0 0 0 466036 25 0 0 25 0 1 0 219790013 28413952 5854 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6937 5854 73 166 0 6768 0
Current children cumulated CPU time (s) 4660.61
Current children cumulated vsize (KiB) 27748

[startup+4722.31 s]
/proc/loadavg: 1.37 1.33 1.13 2/65 24218
/proc/meminfo: memFree=1829784/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27748 CPUtime=4720.59
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5885 0 0 0 472034 25 0 0 25 0 1 0 219790013 28413952 5871 1992294400 134512640 135192793 4294956224 18446744073709551615 134552571 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6937 5871 73 166 0 6768 0
Current children cumulated CPU time (s) 4720.59
Current children cumulated vsize (KiB) 27748

[startup+4782.3 s]
/proc/loadavg: 1.14 1.27 1.12 2/65 24218
/proc/meminfo: memFree=1829784/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=27748 CPUtime=4780.57
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5886 0 0 0 478032 25 0 0 25 0 1 0 219790013 28413952 5872 1992294400 134512640 135192793 4294956224 18446744073709551615 134550392 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 6937 5872 73 166 0 6768 0
Current children cumulated CPU time (s) 4780.57
Current children cumulated vsize (KiB) 27748

[startup+4842.3 s]
/proc/loadavg: 1.05 1.22 1.11 2/65 24218
/proc/meminfo: memFree=1829656/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=28004 CPUtime=4840.56
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5927 0 0 0 484031 25 0 0 25 0 1 0 219790013 28676096 5913 1992294400 134512640 135192793 4294956224 18446744073709551615 134533818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 7001 5913 73 166 0 6832 0
Current children cumulated CPU time (s) 4840.56
Current children cumulated vsize (KiB) 28004

[startup+4902.3 s]
/proc/loadavg: 1.02 1.17 1.10 2/65 24218
/proc/meminfo: memFree=1829592/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=28260 CPUtime=4900.54
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5949 0 0 0 490029 25 0 0 25 0 1 0 219790013 28938240 5935 1992294400 134512640 135192793 4294956224 18446744073709551615 134534224 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 7065 5935 73 166 0 6896 0
Current children cumulated CPU time (s) 4900.54
Current children cumulated vsize (KiB) 28260

[startup+4962.3 s]
/proc/loadavg: 1.00 1.14 1.09 2/65 24218
/proc/meminfo: memFree=1829592/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=28260 CPUtime=4960.53
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5949 0 0 0 496027 26 0 0 25 0 1 0 219790013 28938240 5935 1992294400 134512640 135192793 4294956224 18446744073709551615 134534231 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 7065 5935 73 166 0 6896 0
Current children cumulated CPU time (s) 4960.53
Current children cumulated vsize (KiB) 28260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.8 s]
/proc/loadavg: 1.00 1.12 1.08 2/65 24218
/proc/meminfo: memFree=1829464/2055920 swapFree=4176540/4192956
[pid=21139] ppid=21137 vsize=28260 CPUtime=5000.02
/proc/21139/stat : 21139 (mxc-sat09) R 21137 21139 21102 0 -1 4194304 5969 0 0 0 499976 26 0 0 25 0 1 0 219790013 28938240 5955 1992294400 134512640 135192793 4294956224 18446744073709551615 134552442 0 0 4096 0 0 0 0 17 1 0 0
/proc/21139/statm: 7065 5955 73 166 0 6896 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 28260

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.81
CPU time (s): 5000.04
CPU user time (s): 4999.77
CPU system time (s): 0.267959
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 28260

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

runsolver used 3.45347 second user time and 10.6464 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-10 03:06:06
IDJOB=1784137
IDBENCH=71105
IDSOLVER=613
FILE ID=node17/1784137-1241917566
PBS_JOBID= 9264906
Free space on /tmp= 66148 MiB

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

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

MD5SUM BENCH= 5f0ec9f87ae77ca0eb8468a4ddde217c
RANDOM SEED=1210506349

node17.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.234
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.234
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:       1897248 kB
Buffers:         45116 kB
Cached:          61768 kB
SwapCached:      11164 kB
Active:          68208 kB
Inactive:        51828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897248 kB
SwapTotal:     4192956 kB
SwapFree:      4176540 kB
Dirty:             716 kB
Writeback:           0 kB
Mapped:          13888 kB
Slab:            24592 kB
Committed_AS:   721240 kB
PageTables:       1452 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= 66260 MiB
End job on node17 at 2009-05-10 04:29:30