Trace number 1773867

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) 10000.3 10003.5

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications 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 variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1331.15/1331.61	c starting MXC with:
1331.15/1331.61	c cnf_path = HOME/instance-1773867-1241304865.cnf
1331.15/1331.61	c restart_strategy = auto
1331.15/1331.61	c sign_strategy = cached
1331.15/1331.61	c use_preprocessing = -1
1331.15/1331.61	c output_implicant = 1
1331.15/1331.61	c timeout_seconds = 0
1331.15/1331.61	c running SatELite... done
1331.15/1331.61	c 124643 vars eliminated
1331.15/1331.61	c received 19 units and 340811 clauses from SatELite
1331.15/1331.61	c 124661 assignments made, starting to guess now
1331.15/1331.61	c ===================================[MXC]=====================================
1331.15/1331.61	c | Conflicts |                Clause Statistics                   |   Vars   |
1331.15/1331.61	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
1331.15/1331.61	c =============================================================================
1331.15/1331.61	c |         0 |       0   91919   248892        0        0     nan |   200440 |
1331.15/1331.61	c |       100 |       0   91958   248892       61     1050    55.0 |    75779 |
1331.15/1331.61	c |       210 |       0   91979   248892      150     1105    55.2 |    75779 |
1331.15/1331.61	c |       441 |       0   91980   248892      380     1220    79.4 |    75779 |
1331.15/1331.61	c |       805 |       0   91980   248892      744     1402    73.9 |    75779 |
1331.15/1331.61	c |      1315 |       0   92056   248892     1178     1657    61.4 |    75779 |
1331.15/1331.61	c |      1986 |       0   92076   248892     1829     1993    79.2 |    75779 |
1331.15/1331.61	c |      2834 |       0   92090   248892     1583     2417   140.4 |    75779 |
1331.15/1331.61	c |      3876 |       0   92097   248892     2618     2938   137.4 |    75779 |
1331.15/1331.61	c |      5132 |       0   92117   248892     2237     3566   108.1 |    75779 |
1331.15/1331.61	c |      6623 |       0   92125   248892     3720     4311   121.5 |    75779 |
1331.15/1331.61	c |      8373 |       0   92195   248892     3028     5186    44.6 |    75779 |
1331.15/1331.61	c |     10408 |       0   92420   248892     4838     6204    55.4 |    75779 |
1331.15/1331.61	c |     12756 |       0   92501   248892     7105     7378    54.4 |    75779 |
1331.15/1331.61	c |     15449 |       0   92676   248892     5841     8724    94.7 |    75779 |
1331.15/1331.61	c |     18521 |       0   92724   248892     8865    10260    78.5 |    75779 |
1331.15/1331.61	c |     22010 |       0   92731   248892     6717    12005    98.6 |    75779 |
1331.15/1331.61	c |     25958 |       0   92879   248892    10517    13979    95.8 |    75779 |
1331.15/1331.61	c |     30411 |       0   93195   248892    14654    16205    85.1 |    75779 |
1331.15/1331.61	c |     35419 |       0   93246   248892    10735    18709    76.9 |    75779 |
1331.15/1331.61	c |     41038 |       0   93330   248892    16270    21519    99.4 |    75779 |
1331.15/1331.61	c |     47329 |       0   93442   248892    22449    24664    95.6 |    75779 |
1331.15/1331.61	c |     54360 |       0   93774   248892    16141    28180    71.9 |    75779 |
1331.15/1331.61	c |     62205 |       0   94025   248892    23735    32102    72.1 |    75779 |
1331.15/1331.61	c |     70945 |       0   94378   248892    32122    36472    84.0 |    75779 |
1331.15/1331.61	c |     80669 |       0   94731   248892    20998    41334    78.2 |    75779 |
1331.15/1331.61	c |     91476 |       0   94881   248892    31655    46738    89.8 |    75779 |
1331.15/1331.61	c |    103474 |       0   95072   248892    43462    52737    91.8 |    75779 |
1331.15/1331.61	c |    116782 |       0   95405   248892    56437    59391   100.3 |    75779 |
1331.15/1331.61	c |    131532 |       0   95588   248892    39973    66766    89.2 |    75779 |
1331.15/1331.61	c |    147868 |       0   95829   248892    56068    74934   103.3 |    75779 |
1331.15/1331.61	c |    165948 |       0   96045   248892    73932    83974   105.0 |    75779 |
1331.15/1331.61	c |    185947 |       0   96340   248892    93636    93973   106.2 |    75779 |
1331.15/1331.61	c |    208057 |       0   96716   248892    68668   105028   115.6 |    75779 |
1331.15/1331.61	c |    232489 |       0   97066   248892    92750   117244   109.8 |    75779 |
1331.15/1331.61	c |    259475 |       0   97446   248892   119356   130737   110.4 |    75779 |
1331.15/1331.61	c |    289271 |       0   97937   248892    78314   145635   104.4 |    75779 |
1331.15/1331.61	c |    322158 |       0   98338   248892   110800   162079   113.8 |    75779 |
1331.15/1331.61	c |    358445 |       0   99004   248892   146421   180222   118.3 |    75779 |
1331.15/1331.61	c |    398472 |       0   99494   248892   185958   200236   124.4 |    75779 |
1331.15/1331.61	c |    442613 |       0   99853   248892   122788   222306   111.9 |    75779 |
1331.15/1331.61	c |    491279 |       0  100059   248892   171248   246639   132.8 |    75779 |
1331.15/1331.61	c |    544923 |       0  100572   248892

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-1773867-1241304865/watcher-1773867-1241304865 -o /tmp/evaluation-result-1773867-1241304865/solver-1773867-1241304865 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1773867-1241304865.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 19049
/proc/meminfo: memFree=1345512/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=11384 CPUtime=0
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 725 0 0 0 0 0 0 0 18 0 1 0 158510921 11657216 711 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 2846 717 46 166 0 2677 0

[startup+0.00993707 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 19049
/proc/meminfo: memFree=1345512/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=11384 CPUtime=0
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 1541 0 0 0 0 0 0 0 18 0 1 0 158510921 11657216 1527 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 2846 1534 46 166 0 2677 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11384

[startup+0.101949 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 19049
/proc/meminfo: memFree=1345512/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=55448 CPUtime=0.09
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 11190 0 0 0 4 5 0 0 18 0 1 0 158510921 56778752 11105 1992294400 134512640 135192793 4294956224 18446744073709551615 134568414 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 13862 11108 53 166 0 13693 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55448

[startup+0.301976 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 19049
/proc/meminfo: memFree=1345512/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=69128 CPUtime=0.29
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 14762 0 0 0 23 6 0 0 19 0 1 0 158510921 70787072 14677 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 17282 14677 54 166 0 17113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69128

[startup+0.701033 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 19049
/proc/meminfo: memFree=1345512/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=79052 CPUtime=0.69
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 19815 0 0 0 60 9 0 0 23 0 1 0 158510921 80949248 17095 1992294400 134512640 135192793 4294956224 18446744073709551615 134567657 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 19763 17095 55 166 0 19594 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79052

[startup+1.50115 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1267296/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=104540 CPUtime=1.49
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 26354 0 0 0 137 12 0 0 25 0 1 0 158510921 107048960 23634 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 26135 23634 56 166 0 25966 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104540

[startup+3.10137 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1232608/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=145960 CPUtime=3.09
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 36667 0 0 0 292 17 0 0 25 0 1 0 158510921 149463040 33947 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 36490 33947 56 166 0 36321 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 145960

[startup+6.30282 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1207520/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=150400 CPUtime=6.29
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 37614 0 0 0 611 18 0 0 25 0 1 0 158510921 154009600 34894 1992294400 134512640 135192793 4294956224 18446744073709551615 134568150 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 37600 34894 56 166 0 37431 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 150400

[startup+12.7017 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1202856/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=151560 CPUtime=12.69
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 41487 0 0 0 1249 20 0 0 25 0 1 0 158510921 155197440 35692 1992294400 134512640 135192793 4294956224 18446744073709551615 134548121 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 37890 35692 72 166 0 37721 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 151560

[startup+25.5015 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1201128/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=153144 CPUtime=25.48
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 41886 0 0 0 2528 20 0 0 25 0 1 0 158510921 156819456 36091 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 38286 36091 73 166 0 38117 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 153144

[startup+51.1012 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1198824/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=155388 CPUtime=51.07
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 42454 0 0 0 5086 21 0 0 25 0 1 0 158510921 159117312 36659 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 38847 36659 73 166 0 38678 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 155388

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1192104/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=162072 CPUtime=102.26
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 44132 0 0 0 10203 23 0 0 25 0 1 0 158510921 165961728 38337 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 40518 38337 73 166 0 40349 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 162072

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1186472/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=167640 CPUtime=162.22
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 45518 0 0 0 16198 24 0 0 25 0 1 0 158510921 171663360 39723 1992294400 134512640 135192793 4294956224 18446744073709551615 134532659 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 41910 39723 73 166 0 41741 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 167640

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1179368/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=174896 CPUtime=222.21
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 47300 0 0 0 22194 27 0 0 25 0 1 0 158510921 179093504 41505 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 43724 41505 73 166 0 43555 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 174896

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1168808/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=185476 CPUtime=282.19
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 49981 0 0 0 28190 29 0 0 25 0 1 0 158510921 189927424 44186 1992294400 134512640 135192793 4294956224 18446744073709551615 134551982 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 46369 44186 73 166 0 46200 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 185476

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19050
/proc/meminfo: memFree=1165096/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=189048 CPUtime=342.18
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 50849 0 0 0 34187 31 0 0 25 0 1 0 158510921 193585152 45054 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 47262 45054 73 166 0 47093 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 189048

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19056
/proc/meminfo: memFree=1152680/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=201756 CPUtime=402.15
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 53977 0 0 0 40181 34 0 0 25 0 1 0 158510921 206598144 48182 1992294400 134512640 135192793 4294956224 18446744073709551615 134533904 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 50439 48182 73 166 0 50270 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 201756

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19056
/proc/meminfo: memFree=1145832/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=208524 CPUtime=462.13
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 55671 0 0 0 46177 36 0 0 25 0 1 0 158510921 213528576 49876 1992294400 134512640 135192793 4294956224 18446744073709551615 134552291 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 52131 49876 73 166 0 51962 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 208524

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19056
/proc/meminfo: memFree=1145832/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=208524 CPUtime=522.11
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 55676 0 0 0 52175 36 0 0 25 0 1 0 158510921 213528576 49881 1992294400 134512640 135192793 4294956224 18446744073709551615 134548121 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 52131 49881 73 166 0 51962 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 208524

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19056
/proc/meminfo: memFree=1131048/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=223396 CPUtime=582.09
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 59383 0 0 0 58168 41 0 0 25 0 1 0 158510921 228757504 53588 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 55849 53588 73 166 0 55680 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 223396

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 19056
/proc/meminfo: memFree=1117160/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=237752 CPUtime=642.07
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 62821 0 0 0 64161 46 0 0 25 0 1 0 158510921 243458048 57026 1992294400 134512640 135192793 4294956224 18446744073709551615 134551086 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 59438 57026 73 166 0 59269 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 237752

[startup+702.301 s]

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

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=138472/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1224040 CPUtime=9159.34
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 306978 0 0 0 915616 318 0 0 25 0 1 0 158510921 1253416960 301183 1992294400 134512640 135192793 4294956224 18446744073709551615 134552291 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 306010 301183 73 166 0 305841 0
Current children cumulated CPU time (s) 9159.34
Current children cumulated vsize (KiB) 1224040

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=138088/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1224552 CPUtime=9219.32
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 307065 0 0 0 921614 318 0 0 25 0 1 0 158510921 1253941248 301270 1992294400 134512640 135192793 4294956224 18446744073709551615 134552309 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 306138 301270 73 166 0 305969 0
Current children cumulated CPU time (s) 9219.32
Current children cumulated vsize (KiB) 1224552

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=137896/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1224808 CPUtime=9279.3
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 307094 0 0 0 927612 318 0 0 25 0 1 0 158510921 1254203392 301299 1992294400 134512640 135192793 4294956224 18446744073709551615 134533904 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 306202 301299 73 166 0 306033 0
Current children cumulated CPU time (s) 9279.3
Current children cumulated vsize (KiB) 1224808

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=138024/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1224808 CPUtime=9339.28
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 307097 0 0 0 933610 318 0 0 25 0 1 0 158510921 1254203392 301302 1992294400 134512640 135192793 4294956224 18446744073709551615 134552327 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 306202 301302 73 166 0 306033 0
Current children cumulated CPU time (s) 9339.28
Current children cumulated vsize (KiB) 1224808

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=137832/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1224808 CPUtime=9399.26
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 307148 0 0 0 939608 318 0 0 25 0 1 0 158510921 1254203392 301353 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 306202 301353 73 166 0 306033 0
Current children cumulated CPU time (s) 9399.26
Current children cumulated vsize (KiB) 1224808

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=137704/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1224808 CPUtime=9459.24
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 307161 0 0 0 945606 318 0 0 25 0 1 0 158510921 1254203392 301366 1992294400 134512640 135192793 4294956224 18446744073709551615 134552327 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 306202 301366 73 166 0 306033 0
Current children cumulated CPU time (s) 9459.24
Current children cumulated vsize (KiB) 1224808

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=137704/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1225320 CPUtime=9519.22
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 307169 0 0 0 951604 318 0 0 25 0 1 0 158510921 1254727680 301374 1992294400 134512640 135192793 4294956224 18446744073709551615 134552327 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 306330 301374 73 166 0 306161 0
Current children cumulated CPU time (s) 9519.22
Current children cumulated vsize (KiB) 1225320

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=137704/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1225320 CPUtime=9579.2
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 307171 0 0 0 957602 318 0 0 25 0 1 0 158510921 1254727680 301376 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 306330 301376 73 166 0 306161 0
Current children cumulated CPU time (s) 9579.2
Current children cumulated vsize (KiB) 1225320

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=137576/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1225320 CPUtime=9639.18
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 307200 0 0 0 963599 319 0 0 25 0 1 0 158510921 1254727680 301405 1992294400 134512640 135192793 4294956224 18446744073709551615 134551982 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 306330 301405 73 166 0 306161 0
Current children cumulated CPU time (s) 9639.18
Current children cumulated vsize (KiB) 1225320

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=135720/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1227184 CPUtime=9699.16
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 307678 0 0 0 969597 319 0 0 25 0 1 0 158510921 1256636416 301883 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 306796 301883 73 166 0 306627 0
Current children cumulated CPU time (s) 9699.16
Current children cumulated vsize (KiB) 1227184

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=124520/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1238492 CPUtime=9759.15
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 310497 0 0 0 975593 322 0 0 25 0 1 0 158510921 1268215808 304702 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 309623 304702 73 166 0 309454 0
Current children cumulated CPU time (s) 9759.15
Current children cumulated vsize (KiB) 1238492

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=110632/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1252356 CPUtime=9819.12
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 313965 0 0 0 981587 325 0 0 25 0 1 0 158510921 1282412544 308170 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 313089 308170 73 166 0 312920 0
Current children cumulated CPU time (s) 9819.12
Current children cumulated vsize (KiB) 1252356

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=99752/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1263316 CPUtime=9879.11
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 316623 0 0 0 987583 328 0 0 25 0 1 0 158510921 1293635584 310828 1992294400 134512640 135192793 4294956224 18446744073709551615 134534329 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 315829 310828 73 166 0 315660 0
Current children cumulated CPU time (s) 9879.11
Current children cumulated vsize (KiB) 1263316

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=90728/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1272512 CPUtime=9939.09
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 318924 0 0 0 993579 330 0 0 25 0 1 0 158510921 1303052288 313129 1992294400 134512640 135192793 4294956224 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 318128 313129 73 166 0 317959 0
Current children cumulated CPU time (s) 9939.09
Current children cumulated vsize (KiB) 1272512

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=73832/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1289624 CPUtime=9999.07
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 323095 0 0 0 999573 334 0 0 25 0 1 0 158510921 1320574976 317300 1992294400 134512640 135192793 4294956224 18446744073709551615 134533904 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 322406 317300 73 166 0 322237 0
Current children cumulated CPU time (s) 9999.07
Current children cumulated vsize (KiB) 1289624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=73576/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=1289888 CPUtime=10000.1
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4194304 323148 0 0 0 999673 334 0 0 25 0 1 0 158510921 1320845312 317353 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 322472 317353 73 166 0 322303 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 1289888

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

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

[startup+10003.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=73576/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=0 CPUtime=10000.2
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4195332 323148 0 0 0 999673 344 0 0 25 0 1 0 158510921 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 0

[startup+10003.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19072
/proc/meminfo: memFree=73576/2055920 swapFree=4180508/4192956
[pid=19049] ppid=19047 vsize=0 CPUtime=10000.3
/proc/19049/stat : 19049 (mxc-sat09) R 19047 19049 19012 0 -1 4195332 323148 0 0 0 999673 354 0 0 25 0 1 0 158510921 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/19049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10000.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.5
CPU time (s): 10000.3
CPU user time (s): 9996.73
CPU system time (s): 3.54946
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 1289888

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

runsolver used 7.11992 second user time and 21.2938 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-03 00:54:25
IDJOB=1773867
IDBENCH=70815
IDSOLVER=613
FILE ID=node49/1773867-1241304865
PBS_JOBID= 9225209
Free space on /tmp= 66524 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773867-1241304865/watcher-1773867-1241304865 -o /tmp/evaluation-result-1773867-1241304865/solver-1773867-1241304865 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1773867-1241304865.cnf

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=1287972218

node49.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.241
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.241
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:       1345992 kB
Buffers:         85208 kB
Cached:         527352 kB
SwapCached:       5560 kB
Active:          30136 kB
Inactive:       590528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1345992 kB
SwapTotal:     4192956 kB
SwapFree:      4180508 kB
Dirty:           11304 kB
Writeback:           0 kB
Mapped:          13704 kB
Slab:            75044 kB
Committed_AS:   694264 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= 66524 MiB
End job on node49 at 2009-05-03 03:41:11