Trace number 1724393

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) 1200.18 1200.49

General information on the benchmark

Namevelev-pipe-uns-1.0-8.cnf
MD5SUM0767e5dbf6844720495e9eb5423112e1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark312.627
Satisfiable
(Un)Satisfiability was proved
Number of variables35065
Number of clauses1332773
Sum of the clauses size3936683
Maximum clause length178
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21290115
Number of clauses of size 314508
Number of clauses of size 4256
Number of clauses of size 5216
Number of clauses of size over 527677

Solver Data

210.44/210.57	c starting MXC with:
210.44/210.57	c cnf_path = HOME/instance-1724393-1240695627.cnf
210.44/210.57	c restart_strategy = auto
210.44/210.57	c sign_strategy = cached
210.44/210.57	c use_preprocessing = -1
210.44/210.57	c output_implicant = 1
210.44/210.57	c timeout_seconds = 0
210.44/210.57	c running SatELite... done
210.44/210.57	c 4721 vars eliminated
210.44/210.57	c received 10 units and 1309379 clauses from SatELite
210.44/210.57	c 4730 assignments made, starting to guess now
210.44/210.57	c ===================================[MXC]=====================================
210.44/210.57	c | Conflicts |                Clause Statistics                   |   Vars   |
210.44/210.57	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
210.44/210.57	c =============================================================================
210.44/210.57	c |         0 |       0 1248622    60757        0        0     nan |    35065 |
210.44/210.57	c |       100 |       0 1248622    60757      100     1050   187.6 |    30335 |
210.44/210.57	c |       210 |       0 1248622    60757      210     1105   128.7 |    30335 |
210.44/210.57	c |       441 |       0 1248638    60757      425     1220   101.5 |    30335 |
210.44/210.57	c |       805 |       0 1248644    60757      783     1402   100.2 |    30335 |
210.44/210.57	c |      1315 |       0 1248676    60757     1261     1657    99.6 |    30335 |
210.44/210.57	c |      1986 |       0 1248680    60757     1928     1993   102.5 |    30335 |
210.44/210.57	c |      2834 |       0 1248689    60757     1746     2417    95.4 |    30335 |
210.44/210.57	c |      3876 |       0 1248707    60757     2770     2938    96.0 |    30335 |
210.44/210.57	c |      5132 |       0 1248711    60757     2478     3566    89.3 |    30335 |
210.44/210.57	c |      6623 |       0 1248727    60757     3953     4311    91.6 |    30335 |
210.44/210.57	c |      8373 |       0 1248730    60757     3365     5186    99.2 |    30335 |
210.44/210.57	c |     10408 |       0 1248734    60757     5396     6204   103.1 |    30335 |
210.44/210.57	c |     12756 |       0 1248737    60757     4300     7378   103.3 |    30335 |
210.44/210.57	c |     15449 |       0 1248742    60757     6988     8724   103.2 |    30335 |
210.44/210.57	c |     18521 |       0 1248753    60757    10049    10260   105.6 |    30335 |
210.44/210.57	c |     22010 |       0 1248756    60757     8336    12005   103.6 |    30335 |
210.44/210.57	c |     25958 |       0 1248761    60757    12279    13979   103.7 |    30335 |
210.44/210.57	c |     30411 |       0 1248762    60757     8944    16205   102.3 |    30335 |
210.44/210.57	c |     35419 |       0 1248762    60757    13952    18709    98.3 |    30335 |
210.44/210.57	c |     41038 |       0 1248765    60757    19568    21519    99.7 |    30335 |
210.44/210.57	c |     47329 |       0 1248767    60757    14195    24664    90.0 |    30335 |
210.44/210.57	c |     54360 |       0 1248771    60757    21222    28180    95.0 |    30335 |
210.44/210.57	c |     62205 |       0 1248778    60757    29060    32102    92.8 |    30335 |
210.44/210.57	c |     70945 |       0 1248781    60757    20232    36472    86.8 |    30335 |
210.44/210.57	c |     80669 |       0 1248782    60757    29955    41334    86.1 |    30335 |
210.44/210.57	c |     91476 |       0 1248785    60757    40759    46738    86.6 |    30335 |
210.44/210.57	c |    103474 |       0 1248790    60757    26446    52737    92.4 |    30335 |
210.44/210.57	c |    116782 |       0 1248795    60757    39749    59391    88.0 |    30335 |
210.44/210.57	c |    131532 |       0 1248797    60757    54497    66766    85.6 |    30335 |
210.44/210.57	c |    147868 |       0 1248801    60757    70829    74934    83.1 |    30335 |
210.44/210.57	c |    165948 |       0 1248801    60757    49415    83974    79.7 |    30335 |
210.44/210.57	c |    185947 |       0 1248802    60757    69413    93973    82.7 |    30335 |
210.44/210.57	c |    208057 |       0 1248809    60757    91516   105028    85.0 |    30335 |
210.44/210.57	c |    232489 |       0 1248811    60757   115946   117244    86.2 |    30335 |
210.44/210.57	c |    259475 |       0 1248815    60757    83660   130737    83.7 |    30335 |
210.44/210.57	c |    289271 |       0 1248852    60757   113419   145635    83.8 |    30335 |
210.44/210.57	c |    322158 |       0 1248891    60757   146267   162079    82.0 |    30335 |
210.44/210.57	c |    358445 |       0 1248907    60757    93600   180222    81.0 |    30335 |
210.44/210.57	c |    398472 |       0 1248922    60757   133612   200236    77.9 |    30335 |
210.44/210.57	c |    442613 |       0 1248984    60757   177691   222306    76.7 |    30335 |
210.44/210.57	c |    491279 |       0 1249019    60757   226322   246639    77.2 |    30335 |
210.44/210.57	c |    544923 |       0 1249039    60757   

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-1724393-1240695627/watcher-1724393-1240695627 -o /tmp/evaluation-result-1724393-1240695627/solver-1724393-1240695627 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/mxc-sat09 -i HOME/instance-1724393-1240695627.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 1.00 0.99 2/64 19912
/proc/meminfo: memFree=1596024/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=24988 CPUtime=0
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 733 0 0 0 0 0 0 0 18 0 1 0 97596369 25587712 719 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 6247 725 46 166 0 6078 0

[startup+0.0245471 s]
/proc/loadavg: 0.98 1.00 0.99 2/64 19912
/proc/meminfo: memFree=1596024/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=24988 CPUtime=0.02
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 4083 0 0 0 0 2 0 0 18 0 1 0 97596369 25587712 4069 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 6247 4074 46 166 0 6078 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24988

[startup+0.102555 s]
/proc/loadavg: 0.98 1.00 0.99 2/64 19912
/proc/meminfo: memFree=1596024/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=38696 CPUtime=0.09
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 8566 0 0 0 5 4 0 0 18 0 1 0 97596369 39624704 8550 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 9674 8551 54 166 0 9505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38696

[startup+0.302576 s]
/proc/loadavg: 0.98 1.00 0.99 2/64 19912
/proc/meminfo: memFree=1596024/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=53672 CPUtime=0.29
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 12223 0 0 0 23 6 0 0 19 0 1 0 97596369 54960128 12207 1992294400 134512640 135192793 4294956224 18446744073709551615 134573047 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 13418 12207 54 166 0 13249 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53672

[startup+0.701617 s]
/proc/loadavg: 0.98 1.00 0.99 2/64 19912
/proc/meminfo: memFree=1596024/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=83608 CPUtime=0.69
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 19135 0 0 0 59 10 0 0 23 0 1 0 97596369 85614592 19119 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 20902 19119 54 166 0 20733 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83608

[startup+1.5017 s]
/proc/loadavg: 0.98 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1499952/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=92644 CPUtime=1.49
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 27445 0 0 0 135 14 0 0 25 0 1 0 97596369 94867456 21393 1992294400 134512640 135192793 4294956224 18446744073709551615 134567928 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 23161 21393 56 166 0 22992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92644

[startup+3.10186 s]
/proc/loadavg: 0.98 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1509616/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=92644 CPUtime=3.09
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 27445 0 0 0 295 14 0 0 25 0 1 0 97596369 94867456 21393 1992294400 134512640 135192793 4294956224 18446744073709551615 134568128 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 23161 21393 56 166 0 22992 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92644

[startup+6.30119 s]
/proc/loadavg: 0.98 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1501488/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=102256 CPUtime=6.29
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 29890 0 0 0 614 15 0 0 25 0 1 0 97596369 104710144 23838 1992294400 134512640 135192793 4294956224 18446744073709551615 134573475 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 25564 23838 56 166 0 25395 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102256

[startup+12.7018 s]
/proc/loadavg: 0.98 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1495088/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=109948 CPUtime=12.69
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 31322 0 0 0 1253 16 0 0 25 0 1 0 97596369 112586752 25270 1992294400 134512640 135192793 4294956224 18446744073709551615 134568012 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 27487 25270 56 166 0 27318 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 109948

[startup+25.5012 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1495792/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=106004 CPUtime=25.49
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 34960 0 0 0 2531 18 0 0 25 0 1 0 97596369 108548096 25159 1992294400 134512640 135192793 4294956224 18446744073709551615 134551239 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 26501 25159 73 166 0 26332 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 106004

[startup+51.1018 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1476016/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=127592 CPUtime=51.07
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 40115 0 0 0 5086 21 0 0 25 0 1 0 97596369 130654208 30314 1992294400 134512640 135192793 4294956224 18446744073709551615 134550376 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 31898 30314 73 166 0 31729 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 127592

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1444720/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=158636 CPUtime=102.27
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 47675 0 0 0 10198 29 0 0 25 0 1 0 97596369 162443264 37874 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 39659 37874 73 166 0 39490 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 158636

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1417392/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=187524 CPUtime=162.24
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 54483 0 0 0 16190 34 0 0 25 0 1 0 97596369 192024576 44682 1992294400 134512640 135192793 4294956224 18446744073709551615 134533178 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 46881 44682 73 166 0 46712 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 187524

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1380912/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=225444 CPUtime=222.23
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 63575 0 0 0 22181 42 0 0 25 0 1 0 97596369 230854656 53774 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 56361 53774 74 166 0 56192 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 225444

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1336752/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=271172 CPUtime=282.22
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 74775 0 0 0 28170 52 0 0 25 0 1 0 97596369 277680128 64974 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 67793 64974 74 166 0 67624 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 271172

[startup+342.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1318128/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=289748 CPUtime=342.2
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 79341 0 0 0 34165 55 0 0 25 0 1 0 97596369 296701952 69540 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 72437 69540 74 166 0 72268 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 289748

[startup+402.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1306160/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=304708 CPUtime=402.19
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 82471 0 0 0 40161 58 0 0 25 0 1 0 97596369 312020992 72670 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 76177 72670 74 166 0 76008 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 304708

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1225328/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=391632 CPUtime=462.17
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 102512 0 0 0 46142 75 0 0 25 0 1 0 97596369 401031168 92711 1992294400 134512640 135192793 4294956224 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 97908 92711 74 166 0 97739 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 391632

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1218288/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=398080 CPUtime=522.16
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 104151 0 0 0 52139 77 0 0 25 0 1 0 97596369 407633920 94350 1992294400 134512640 135192793 4294956224 18446744073709551615 134549763 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 99520 94350 74 166 0 99351 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 398080

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1218160/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=398080 CPUtime=582.14
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 104167 0 0 0 58137 77 0 0 25 0 1 0 97596369 407633920 94366 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 99520 94366 74 166 0 99351 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 398080

[startup+642.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1218032/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=398080 CPUtime=642.14
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 104205 0 0 0 64136 78 0 0 25 0 1 0 97596369 407633920 94404 1992294400 134512640 135192793 4294956224 18446744073709551615 134550952 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 99520 94404 74 166 0 99351 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 398080

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1175984/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=441012 CPUtime=702.11
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 114878 0 0 0 70122 89 0 0 25 0 1 0 97596369 451596288 105077 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 110253 105078 74 166 0 110084 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 441012

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 19913
/proc/meminfo: memFree=1116336/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=500856 CPUtime=762.1
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 129584 0 0 0 76105 105 0 0 25 0 1 0 97596369 512876544 119783 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 125214 119783 74 166 0 125045 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 500856

[startup+822.301 s]
/proc/loadavg: 1.10 1.02 1.00 2/65 19913
/proc/meminfo: memFree=1095216/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=522220 CPUtime=822.08
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 134820 0 0 0 82097 111 0 0 25 0 1 0 97596369 534753280 125019 1992294400 134512640 135192793 4294956224 18446744073709551615 134549684 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 130555 125019 74 166 0 130386 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 522220

[startup+882.301 s]
/proc/loadavg: 1.10 1.03 1.00 2/65 19913
/proc/meminfo: memFree=1095216/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=522220 CPUtime=882.07
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 134820 0 0 0 88096 111 0 0 25 0 1 0 97596369 534753280 125019 1992294400 134512640 135192793 4294956224 18446744073709551615 134549771 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 130555 125019 74 166 0 130386 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 522220

[startup+942.301 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 19913
/proc/meminfo: memFree=1095216/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=522220 CPUtime=942.05
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 134820 0 0 0 94094 111 0 0 25 0 1 0 97596369 534753280 125019 1992294400 134512640 135192793 4294956224 18446744073709551615 134549771 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 130555 125019 74 166 0 130386 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 522220

[startup+1002.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/65 19913
/proc/meminfo: memFree=1095216/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=522220 CPUtime=1002.03
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 134821 0 0 0 100092 111 0 0 25 0 1 0 97596369 534753280 125020 1992294400 134512640 135192793 4294956224 18446744073709551615 134533904 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 130555 125020 74 166 0 130386 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 522220

[startup+1062.3 s]
/proc/loadavg: 1.19 1.08 1.01 2/65 19913
/proc/meminfo: memFree=1095024/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=522220 CPUtime=1062.02
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 134872 0 0 0 106090 112 0 0 25 0 1 0 97596369 534753280 125071 1992294400 134512640 135192793 4294956224 18446744073709551615 134553753 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 130555 125071 74 166 0 130386 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 522220

[startup+1122.3 s]
/proc/loadavg: 1.07 1.06 1.01 2/65 19913
/proc/meminfo: memFree=1094576/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=522220 CPUtime=1122
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 134976 0 0 0 112088 112 0 0 25 0 1 0 97596369 534753280 125175 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 130555 125175 74 166 0 130386 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 522220

[startup+1182.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 19913
/proc/meminfo: memFree=1069680/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=548600 CPUtime=1181.99
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 141405 0 0 0 118081 118 0 0 25 0 1 0 97596369 561766400 131604 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 137150 131604 74 166 0 136981 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 548600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 19913
/proc/meminfo: memFree=1053040/2055920 swapFree=4180592/4192956
[pid=19912] ppid=19910 vsize=566596 CPUtime=1200.09
/proc/19912/stat : 19912 (mxc-sat09) R 19910 19912 19711 0 -1 4194304 145326 0 0 0 119887 122 0 0 25 0 1 0 97596369 580194304 135525 1992294400 134512640 135192793 4294956224 18446744073709551615 134550618 0 0 4096 0 0 0 0 17 1 0 0
/proc/19912/statm: 141649 135525 74 166 0 141480 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 566596

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.49
CPU time (s): 1200.18
CPU user time (s): 1198.88
CPU system time (s): 1.3058
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 566596

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

runsolver used 0.902862 second user time and 2.46462 second system time

The end

Launcher Data

Begin job on node24 at 2009-04-25 23:40:28
IDJOB=1724393
IDBENCH=71777
IDSOLVER=504
FILE ID=node24/1724393-1240695627
PBS_JOBID= 9186725
Free space on /tmp= 66216 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT_RACE06/velev-pipe-uns-1.0-8.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724393-1240695627/watcher-1724393-1240695627 -o /tmp/evaluation-result-1724393-1240695627/solver-1724393-1240695627 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1724393-1240695627.cnf

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

MD5SUM BENCH= 0767e5dbf6844720495e9eb5423112e1
RANDOM SEED=1367649984

node24.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.232
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.232
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:       1596504 kB
Buffers:         40392 kB
Cached:         346060 kB
SwapCached:       6112 kB
Active:         170284 kB
Inactive:       224792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596504 kB
SwapTotal:     4192956 kB
SwapFree:      4180592 kB
Dirty:           24828 kB
Writeback:           0 kB
Mapped:          14016 kB
Slab:            50236 kB
Committed_AS:   391768 kB
PageTables:       1440 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= 66216 MiB
End job on node24 at 2009-04-26 00:00:31