Trace number 1783705

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-10UNSAT 1268.47 1268.83

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
MD5SUMd9bf8689fd094f6ad4f37a57f4f0a5ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.5631
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of clauses15960
Sum of the clauses size111993
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2427
Number of clauses of size 32205
Number of clauses of size 4294
Number of clauses of size 5441
Number of clauses of size over 512551

Solver Data

60.17/60.21	c starting MXC with:
60.17/60.21	c cnf_path = HOME/instance-1783705-1241873697.cnf
60.17/60.21	c restart_strategy = auto
60.17/60.21	c sign_strategy = cached
60.17/60.21	c use_preprocessing = -1
60.17/60.21	c output_implicant = 1
60.17/60.21	c timeout_seconds = 0
60.17/60.21	c running SatELite... done
60.17/60.21	c 512 vars eliminated
60.17/60.21	c received 57 units and 10202 clauses from SatELite
60.17/60.21	c 568 assignments made, starting to guess now
60.17/60.21	c ===================================[MXC]=====================================
60.17/60.21	c | Conflicts |                Clause Statistics                   |   Vars   |
60.17/60.21	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
60.17/60.21	c =============================================================================
60.17/60.21	c |         0 |       0    1072     9130        0        0     nan |     2401 |
60.17/60.21	c |       100 |       0    1075     9130       97     1050    13.5 |     1833 |
60.17/60.21	c |       210 |       0    1075     9130      207     1105    14.2 |     1833 |
60.17/60.21	c |       441 |       0    1075     9130      438     1220    14.2 |     1833 |
60.17/60.21	c |       805 |       0    1075     9130      802     1402    16.2 |     1833 |
60.17/60.21	c |      1315 |       0    1078     9130     1309     1657    16.5 |     1833 |
60.17/60.21	c |      1986 |       0    1080     9130     1978     1993    16.4 |     1833 |
60.17/60.21	c |      2834 |       0    1081     9130     1821     2417    16.7 |     1833 |
60.17/60.21	c |      3876 |       0    1085     9130     2859     2938    17.0 |     1833 |
60.17/60.21	c |      5132 |       0    1086     9130     2609     3566    17.3 |     1833 |
60.17/60.21	c |      6623 |       0    1090     9130     4096     4311    17.9 |     1833 |
60.17/60.21	c |      8373 |       0    1092     9130     3582     5186    19.5 |     1833 |
60.17/60.21	c |     10408 |       0    1093     9130     5616     6204    21.7 |     1833 |
60.17/60.21	c |     12756 |       0    1096     9130     4766     6597    21.4 |     1833 |
60.17/60.21	c |     15449 |       0    1098     9130     4042     6901    21.5 |     1833 |
60.17/60.21	c |     18521 |       0    1104     9130     7108     7212    23.1 |     1833 |
60.17/60.21	c |     22010 |       0    1110     9130     6979     7523    23.7 |     1833 |
60.17/60.21	c |     25958 |       0    1117     9130     7136     7836    24.1 |     1833 |
60.17/60.21	c |     30411 |       0    1124     9130     7633     8150    22.8 |     1833 |
60.17/60.21	c |     35419 |       0    1132     9130     4312     8468    20.8 |     1833 |
60.17/60.21	c |     41038 |       0    1134     9130     5579     8770    24.6 |     1833 |
60.17/60.21	c |     47329 |       0    1144     9130     7386     9097    24.5 |     1833 |
60.17/60.21	c |     54360 |       0    1154     9130     5109     9428    23.4 |     1833 |
60.17/60.21	c |     62205 |       0    1160     9130     8144     9749    24.5 |     1833 |
60.17/60.21	c |     70945 |       0    1168     9130     6969    10080    23.7 |     1833 |
60.17/60.21	c |     80669 |       0    1174     9130     6415    10407    23.7 |     1833 |
60.17/60.21	c |     91476 |       0    1176     9130     6608    10726    24.7 |     1833 |
60.17/60.21	c |    103474 |       0    1177     9130     7693    11044    24.3 |     1833 |
60.17/60.21	c |    116782 |       0    1182     9130     9791    11380    26.8 |     1833 |
60.17/60.21	c |    131532 |       0    1187     9130     7206    11720    25.4 |     1833 |
60.17/60.21	c |    147868 |       0    1195     9130    11647    12077    27.8 |     1833 |
60.17/60.21	c |    165948 |       0    1200     9130    11410    12428    28.2 |     1833 |
60.17/60.21	c |    185947 |       0    1207     9130    12554    12792    27.9 |     1833 |
60.17/60.21	c |    208057 |       0    1215     9130     8725    13166    27.9 |     1833 |
60.17/60.21	c |    232489 |       0    1225     9130    13141    13555    30.9 |     1833 |
60.17/60.21	c |    259475 |       0    1230     9130    12713    13931    29.8 |     1833 |
60.17/60.21	c |    289271 |       0    1236     9130     7174    14317    24.4 |     1833 |
60.17/60.21	c |    322158 |       0    1244     9130    10943    14719    28.0 |     1833 |
60.17/60.21	c |    358445 |       0    1248     9130     9926    15111    28.5 |     1833 |
60.17/60.21	c |    398472 |       0    1255     9130    11627    15524    28.6 |     1833 |
60.17/60.21	c |    442613 |       0    1262     9130     8513    15945    26.6 |     1833 |
60.17/60.21	c |    491279 |       0    1265     9130     8629    16355    27.4 |     1833 |
60.17/60.21	c |    544923 |       0    1271     9130    12521    16788    31.0 |     1833 |
1268.44/1268.82	c |    604043 |       0    1276     9130    12106    17225    31.1 |     1833 |
1268.44/1268.82	c |    669187 |       0    1280     9130    16209    17665    30.5 |     1833 |
1268.44/1268.82	c |    740957 |       0    1288     9130    16472    18135    29.0 |     1833 |
1268.44/1268.82	c |    820016 |       0    1293     9130    12892    18600    28.9 |     1833 |
1268.44/1268.82	c |    907092 |       0    1299     9130    15163    19079    28.4 |     1833 |
1268.44/1268.82	c |   1002987 |       0    1305     9130    14415    19569    28.9 |     1833 |
1268.44/1268.82	c |   1108583 |       0    1314     9130    10886    20086    28.1 |     1833 |
1268.44/1268.82	c |   1224850 |       0    1323     9130    15163    20616    28.3 |     1833 |
1268.44/1268.82	c |   1352856 |       0    1327     9130    18002    21127    28.3 |     1833 |
1268.44/1268.82	c |   1493774 |       0    1333     9130    19913    21661    28.2 |     1833 |
1268.44/1268.82	c |   1648896 |       0    1337     9130    21610    22195    28.6 |     1833 |
1268.44/1268.82	c |   1819642 |       0    1343     9130    12586    22753    25.3 |     1833 |
1268.44/1268.82	c |   2007575 |       0    1348     9130    16174    23318    28.0 |     1833 |
1268.44/1268.82	c |   2214413 |       0    1356     9130    22139    23915    30.5 |     1833 |
1268.44/1268.82	c |   2442047 |       0    1362     9130    19766    24512    27.3 |     1833 |
1268.44/1268.82	c |   2692557 |       0    1370     9130    22178    25136    28.8 |     1833 |
1268.44/1268.82	c |   2968230 |       0    1375     9130    18065    25754    26.8 |     1833 |
1268.44/1268.82	c |   3271583 |       0    1381     9130    21573    26393    28.2 |     1833 |
1268.44/1268.82	c |   3605384 |       0    1388     9130    21280    27055    27.5 |     1833 |
1268.44/1268.82	c |   3972677 |       0    1395     9130    18711    27731    26.8 |     1833 |
1268.44/1268.82	c |   4376812 |       0    1398     9130    15754    28393    24.0 |     1833 |
1268.44/1268.82	c |   4821473 |       0    1400     9130    15004    29062    25.2 |     1833 |
1268.44/1268.82	c |   5310713 |       0    1403     9130    18911    29754    25.9 |     1833 |
1268.44/1268.82	c |   5848990 |       0    1406     9130    30394    30461    28.2 |     1833 |
1268.44/1268.82	c |   6441207 |       0    1410     9130    21548    31193    25.0 |     1833 |
1268.44/1268.82	c |   7092758 |       0    1414     9130    25840    31942    25.6 |     1833 |
1268.44/1268.82	c |   7711284 |       0    1469     9130    30867    33050    20.9 |     1712 |
1268.44/1268.82	c ----- stats for thread 0 -----
1268.44/1268.82	c restarts: 2345
1268.44/1268.82	c decisions: 9467283
1268.44/1268.82	c propagations: 583527250
1268.44/1268.82	c conflicts: 7711284
1268.44/1268.82	c 1268.820s elapsed
1268.44/1268.82	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783705-1241873697/watcher-1783705-1241873697 -o /tmp/evaluation-result-1783705-1241873697/solver-1783705-1241873697 -C 5000 -W 6000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1783705-1241873697.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: 0.92 0.98 0.93 3/64 27697
/proc/meminfo: memFree=1914760/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=2220 CPUtime=0
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 381 0 0 0 0 0 0 0 18 0 1 0 215396865 2273280 367 1992294400 134512640 135192793 4294956224 18446744073709551615 134546948 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 555 367 55 166 0 386 0

[startup+0.0440541 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 27697
/proc/meminfo: memFree=1914760/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=2968 CPUtime=0.04
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 732 0 0 0 4 0 0 0 18 0 1 0 215396865 3039232 571 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 742 571 56 166 0 573 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2968

[startup+0.101058 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 27697
/proc/meminfo: memFree=1914760/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=3280 CPUtime=0.09
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 814 0 0 0 9 0 0 0 18 0 1 0 215396865 3358720 653 1992294400 134512640 135192793 4294956224 18446744073709551615 134573373 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 820 653 56 166 0 651 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3280

[startup+0.301077 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 27697
/proc/meminfo: memFree=1914760/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=4660 CPUtime=0.29
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 1201 0 0 0 29 0 0 0 19 0 1 0 215396865 4771840 999 1992294400 134512640 135192793 4294956224 18446744073709551615 134554541 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 1165 999 73 166 0 996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4660

[startup+0.701115 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 27697
/proc/meminfo: memFree=1914760/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=5588 CPUtime=0.69
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 1444 0 0 0 69 0 0 0 22 0 1 0 215396865 5722112 1242 1992294400 134512640 135192793 4294956224 18446744073709551615 134551016 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 1397 1242 73 166 0 1228 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5588

[startup+1.50119 s]
/proc/loadavg: 0.92 0.98 0.93 2/65 27698
/proc/meminfo: memFree=1909888/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=6120 CPUtime=1.49
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 1569 0 0 0 149 0 0 0 25 0 1 0 215396865 6266880 1367 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 1530 1367 73 166 0 1361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6120

[startup+3.10134 s]
/proc/loadavg: 0.92 0.98 0.93 2/65 27698
/proc/meminfo: memFree=1909184/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=6780 CPUtime=3.09
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 1717 0 0 0 309 0 0 0 25 0 1 0 215396865 6942720 1515 1992294400 134512640 135192793 4294956224 18446744073709551615 134533789 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 1695 1515 73 166 0 1526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6780

[startup+6.30265 s]
/proc/loadavg: 0.93 0.98 0.93 2/65 27698
/proc/meminfo: memFree=1908360/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=7320 CPUtime=6.29
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 1863 0 0 0 629 0 0 0 25 0 1 0 215396865 7495680 1661 1992294400 134512640 135192793 4294956224 18446744073709551615 134533810 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 1830 1661 73 166 0 1661 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7320

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.93 2/65 27698
/proc/meminfo: memFree=1907464/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=8288 CPUtime=12.68
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 2083 0 0 0 1268 0 0 0 25 0 1 0 215396865 8486912 1881 1992294400 134512640 135192793 4294956224 18446744073709551615 134551900 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 2072 1881 73 166 0 1903 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8288

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.93 2/65 27698
/proc/meminfo: memFree=1905928/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=9816 CPUtime=25.49
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 2427 0 0 0 2548 1 0 0 25 0 1 0 215396865 10051584 2225 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 2454 2225 73 166 0 2285 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9816

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.93 2/65 27698
/proc/meminfo: memFree=1904840/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=11068 CPUtime=51.08
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 2716 0 0 0 5107 1 0 0 25 0 1 0 215396865 11333632 2514 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 2767 2514 73 166 0 2598 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11068

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.93 2/65 27698
/proc/meminfo: memFree=1903112/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=12956 CPUtime=102.26
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 3125 0 0 0 10225 1 0 0 25 0 1 0 215396865 13266944 2923 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 3239 2923 74 166 0 3070 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 12956

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27698
/proc/meminfo: memFree=1901832/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=14484 CPUtime=162.24
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 3434 0 0 0 16223 1 0 0 25 0 1 0 215396865 14831616 3232 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 3621 3232 74 166 0 3452 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14484

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27698
/proc/meminfo: memFree=1900488/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=16164 CPUtime=222.23
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 3764 0 0 0 22221 2 0 0 25 0 1 0 215396865 16551936 3562 1992294400 134512640 135192793 4294956224 18446744073709551615 134547941 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 4041 3562 74 166 0 3872 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16164

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.93 3/65 27698
/proc/meminfo: memFree=1899656/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=17024 CPUtime=282.21
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 3958 0 0 0 28219 2 0 0 25 0 1 0 215396865 17432576 3756 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 4256 3756 74 166 0 4087 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 17024

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27698
/proc/meminfo: memFree=1898888/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=17784 CPUtime=342.19
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 4133 0 0 0 34217 2 0 0 25 0 1 0 215396865 18210816 3931 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 4446 3931 74 166 0 4277 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 17784

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1898248/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=18392 CPUtime=402.18
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 4267 0 0 0 40215 3 0 0 25 0 1 0 215396865 18833408 4065 1992294400 134512640 135192793 4294956224 18446744073709551615 134533796 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 4598 4065 74 166 0 4429 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 18392

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1897416/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=19504 CPUtime=462.16
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 4475 0 0 0 46213 3 0 0 25 0 1 0 215396865 19972096 4273 1992294400 134512640 135192793 4294956224 18446744073709551615 134533888 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 4876 4273 74 166 0 4707 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 19504

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1896776/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=20248 CPUtime=522.14
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 4626 0 0 0 52211 3 0 0 25 0 1 0 215396865 20733952 4424 1992294400 134512640 135192793 4294956224 18446744073709551615 134534006 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 5062 4424 74 166 0 4893 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 20248

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1896328/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=20792 CPUtime=582.12
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 4733 0 0 0 58209 3 0 0 25 0 1 0 215396865 21291008 4531 1992294400 134512640 135192793 4294956224 18446744073709551615 134533789 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 5198 4531 74 166 0 5029 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 20792

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1896008/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=21176 CPUtime=642.12
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 4822 0 0 0 64208 4 0 0 25 0 1 0 215396865 21684224 4620 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 5294 4620 74 166 0 5125 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 21176

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1895688/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=21524 CPUtime=702.09
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 4914 0 0 0 70205 4 0 0 25 0 1 0 215396865 22040576 4712 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 5381 4712 74 166 0 5212 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 21524

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1895304/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=21812 CPUtime=762.08
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5003 0 0 0 76204 4 0 0 25 0 1 0 215396865 22335488 4801 1992294400 134512640 135192793 4294956224 18446744073709551615 134551683 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 5453 4801 74 166 0 5284 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 21812

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1894728/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=22384 CPUtime=822.06
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5143 0 0 0 82202 4 0 0 25 0 1 0 215396865 22921216 4941 1992294400 134512640 135192793 4294956224 18446744073709551615 134534152 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 5596 4941 74 166 0 5427 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 22384

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1894344/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=22704 CPUtime=882.04
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5236 0 0 0 88200 4 0 0 25 0 1 0 215396865 23248896 5034 1992294400 134512640 135192793 4294956224 18446744073709551615 134551644 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 5676 5034 74 166 0 5507 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 22704

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1893960/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=23184 CPUtime=942.02
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5327 0 0 0 94198 4 0 0 25 0 1 0 215396865 23740416 5125 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 5796 5125 74 166 0 5627 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 23184

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1893576/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=23680 CPUtime=1002.01
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5430 0 0 0 100197 4 0 0 25 0 1 0 215396865 24248320 5228 1992294400 134512640 135192793 4294956224 18446744073709551615 134550416 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 5920 5228 74 166 0 5751 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 23680

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1893256/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=24164 CPUtime=1062
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5506 0 0 0 106195 5 0 0 25 0 1 0 215396865 24743936 5304 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6041 5304 74 166 0 5872 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 24164

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892872/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=24612 CPUtime=1121.98
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5586 0 0 0 112193 5 0 0 25 0 1 0 215396865 25202688 5384 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6153 5384 74 166 0 5984 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 24612

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892680/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=24612 CPUtime=1181.96
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5627 0 0 0 118191 5 0 0 25 0 1 0 215396865 25202688 5425 1992294400 134512640 135192793 4294956224 18446744073709551615 134533904 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6153 5425 74 166 0 5984 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 24612

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892424/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=25012 CPUtime=1241.94
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5679 0 0 0 124189 5 0 0 25 0 1 0 215396865 25612288 5477 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6253 5477 74 166 0 6084 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 25012

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

[startup+1254.3 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892168/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=25252 CPUtime=1253.94
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5733 0 0 0 125389 5 0 0 25 0 1 0 215396865 25858048 5531 1992294400 134512640 135192793 4294956224 18446744073709551615 134533900 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6313 5531 74 166 0 6144 0
Current children cumulated CPU time (s) 1253.94
Current children cumulated vsize (KiB) 25252

[startup+1260.7 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892168/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=25252 CPUtime=1260.34
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5733 0 0 0 126029 5 0 0 25 0 1 0 215396865 25858048 5531 1992294400 134512640 135192793 4294956224 18446744073709551615 134534213 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6313 5531 74 166 0 6144 0
Current children cumulated CPU time (s) 1260.34
Current children cumulated vsize (KiB) 25252

[startup+1263.91 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892168/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=25252 CPUtime=1263.54
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5733 0 0 0 126349 5 0 0 25 0 1 0 215396865 25858048 5531 1992294400 134512640 135192793 4294956224 18446744073709551615 134549760 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6313 5531 74 166 0 6144 0
Current children cumulated CPU time (s) 1263.54
Current children cumulated vsize (KiB) 25252

[startup+1267.1 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892168/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=25252 CPUtime=1266.74
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5733 0 0 0 126669 5 0 0 25 0 1 0 215396865 25858048 5531 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6313 5531 74 166 0 6144 0
Current children cumulated CPU time (s) 1266.74
Current children cumulated vsize (KiB) 25252

[startup+1267.9 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892168/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=25252 CPUtime=1267.54
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5733 0 0 0 126749 5 0 0 25 0 1 0 215396865 25858048 5531 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6313 5531 74 166 0 6144 0
Current children cumulated CPU time (s) 1267.54
Current children cumulated vsize (KiB) 25252

[startup+1268.31 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892168/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=25252 CPUtime=1267.94
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5733 0 0 0 126789 5 0 0 25 0 1 0 215396865 25858048 5531 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6313 5531 74 166 0 6144 0
Current children cumulated CPU time (s) 1267.94
Current children cumulated vsize (KiB) 25252

[startup+1268.7 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892168/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=25252 CPUtime=1268.34
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5733 0 0 0 126829 5 0 0 25 0 1 0 215396865 25858048 5531 1992294400 134512640 135192793 4294956224 18446744073709551615 134533818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6313 5531 74 166 0 6144 0
Current children cumulated CPU time (s) 1268.34
Current children cumulated vsize (KiB) 25252

[startup+1268.8 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 27704
/proc/meminfo: memFree=1892168/2055920 swapFree=4175068/4192956
[pid=27697] ppid=27695 vsize=25252 CPUtime=1268.44
/proc/27697/stat : 27697 (mxc-sat09) R 27695 27697 27660 0 -1 4194304 5733 0 0 0 126839 5 0 0 25 0 1 0 215396865 25858048 5531 1992294400 134512640 135192793 4294956224 18446744073709551615 134533219 0 0 4096 0 0 0 0 17 1 0 0
/proc/27697/statm: 6313 5531 74 166 0 6144 0
Current children cumulated CPU time (s) 1268.44
Current children cumulated vsize (KiB) 25252

Child status: 20
Real time (s): 1268.83
CPU time (s): 1268.47
CPU user time (s): 1268.41
CPU system time (s): 0.06099
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 25252

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

runsolver used 0.855869 second user time and 2.78158 second system time

The end

Launcher Data

Begin job on node61 at 2009-05-09 14:54:57
IDJOB=1783705
IDBENCH=24642
IDSOLVER=613
FILE ID=node61/1783705-1241873697
PBS_JOBID= 9264634
Free space on /tmp= 66276 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783705-1241873697/watcher-1783705-1241873697 -o /tmp/evaluation-result-1783705-1241873697/solver-1783705-1241873697 -C 5000 -W 6000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1783705-1241873697.cnf

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

MD5SUM BENCH= d9bf8689fd094f6ad4f37a57f4f0a5ae
RANDOM SEED=1727061368

node61.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.216
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.216
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:       1915240 kB
Buffers:         27032 kB
Cached:          60196 kB
SwapCached:      12188 kB
Active:          46548 kB
Inactive:        55084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1915240 kB
SwapTotal:     4192956 kB
SwapFree:      4175068 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:          13376 kB
Slab:            25144 kB
Committed_AS:   760968 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66276 MiB
End job on node61 at 2009-05-09 15:16:06