Trace number 315303

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, and are wall clock time (not CPU 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 2007-02-08UNSAT 581.178 581.346

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h29-unknown.cnf
MD5SUM7dae5d67d35e172b3e57f571e3b779c8
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.5365
Satisfiable
(Un)Satisfiability was proved
Number of variables125442
Number of clauses687058
Sum of the clauses size1811710
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2563290
Number of clauses of size 3118648
Number of clauses of size 41088
Number of clauses of size 5106
Number of clauses of size over 53650

Solver Data (download as text)

581.13/581.33	c MXC attempting /tmp/evaluation/315303-1172652525/instance-315303-1172652525.cnf
581.13/581.33	c 34 assignments made, starting to guess now
581.13/581.33	c ===================================[MXC]=====================================
581.13/581.33	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
581.13/581.33	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
581.13/581.33	c =============================================================================
581.13/581.33	c |         0 |  123480   684818 |   41160       0       0     nan |  0.027 % |
581.13/581.33	c |       100 |  123480   684818 |   45276      99    1876    18.9 |  0.027 % |
581.13/581.33	c |       250 |  123480   684818 |   49803     240    6107    25.4 |  0.027 % |
581.13/581.33	c |       475 |  123480   684818 |   54783     458   13120    28.6 |  0.027 % |
581.13/581.33	c |       813 |  123480   684818 |   60262     787   25285    32.1 |  0.027 % |
581.13/581.33	c |      1321 |  123480   684818 |   66288    1288   41140    31.9 |  0.027 % |
581.13/581.33	c |      2080 |  123480   684818 |   72917    2024   58735    29.0 |  0.027 % |
581.13/581.33	c |      3219 |  123480   684818 |   80209    3150  106659    33.9 |  0.027 % |
581.13/581.33	c |      4927 |  123480   684818 |   88230    4837  199692    41.3 |  0.027 % |
581.13/581.33	c |      7492 |  123480   684818 |   97053    7382  337390    45.7 |  0.027 % |
581.13/581.33	c |     11336 |  123480   684818 |  106758   11213  495226    44.2 |  0.027 % |
581.13/581.33	c |     17104 |  123480   684818 |  117434   16968  842246    49.6 |  0.027 % |
581.13/581.33	c |     25754 |  123480   684818 |  129177   25553 1566297    61.3 |  0.027 % |
581.13/581.33	c |     38729 |  123480   684818 |  142095   38512 2208696    57.4 |  0.027 % |
581.13/581.33	c |     58192 |  123480   684818 |  156305   57959 2974916    51.3 |  0.027 % |
581.13/581.33	c |     87386 |  123480   684818 |  171935   87150 4178727    47.9 |  0.027 % |
581.13/581.33	c |    131176 |  123480   684818 |  189129  130930 5640328    43.1 |  0.027 % |
581.13/581.33	c |    196860 |  123162   683054 |  208041  101907 3502500    34.4 |  0.125 % |
581.13/581.33	c 581.240s elapsed
581.13/581.33	c restarts: 17
581.13/581.33	c decisions: 337625
581.13/581.33	c propagations: 636279051
581.13/581.33	c conflicts: 226664
581.13/581.33	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node25/watcher-315303-1172652525 -o ROOT/results/node25/solver-315303-1172652525 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315303-1172652525/mxc /tmp/evaluation/315303-1172652525/instance-315303-1172652525.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): 2400 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.91 0.97 0.99 3/64 26891
/proc/meminfo: memFree=1804384/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=13284 CPUtime=0
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 719 0 0 0 0 0 0 0 18 0 1 0 59874751 13602816 703 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 3321 709 42 122 0 3195 0

[startup+0.00774889 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 26891
/proc/meminfo: memFree=1804384/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=13284 CPUtime=0
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 1184 0 0 0 0 0 0 0 18 0 1 0 59874751 13602816 1168 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 3321 1175 42 122 0 3195 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13284

[startup+0.102759 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 26891
/proc/meminfo: memFree=1804384/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=30448 CPUtime=0.09
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 6820 0 0 0 7 2 0 0 18 0 1 0 59874751 31178752 6804 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134539155 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 7612 6805 46 122 0 7486 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30448

[startup+0.301775 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 26891
/proc/meminfo: memFree=1804384/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=39676 CPUtime=0.29
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 9142 0 0 0 25 4 0 0 19 0 1 0 59874751 40628224 9126 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 9919 9126 46 122 0 9793 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39676

[startup+0.70181 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 26891
/proc/meminfo: memFree=1804384/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=28248 CPUtime=0.69
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 9377 0 0 0 65 4 0 0 22 0 1 0 59874751 28925952 6273 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519759 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 7062 6273 59 122 0 6936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28248

[startup+1.50188 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1779096/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=28776 CPUtime=1.49
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 9511 0 0 0 145 4 0 0 25 0 1 0 59874751 29466624 6407 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 7194 6407 59 122 0 7068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28776

[startup+3.10103 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1778328/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=28908 CPUtime=3.09
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 9549 0 0 0 304 5 0 0 25 0 1 0 59874751 29601792 6445 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 7227 6445 59 122 0 7101 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28908

[startup+6.30131 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1778456/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=28908 CPUtime=6.29
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 9572 0 0 0 624 5 0 0 25 0 1 0 59874751 29601792 6468 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 7227 6468 59 122 0 7101 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28908

[startup+12.7019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1778008/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=29700 CPUtime=12.69
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 9758 0 0 0 1264 5 0 0 25 0 1 0 59874751 30412800 6654 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519651 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 7425 6654 59 122 0 7299 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29700

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1777176/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=30624 CPUtime=25.48
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 9988 0 0 0 2543 5 0 0 25 0 1 0 59874751 31358976 6884 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134529591 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 7656 6884 59 122 0 7530 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30624

[startup+51.1023 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1774616/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=33264 CPUtime=51.08
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 10638 0 0 0 5101 7 0 0 25 0 1 0 59874751 34062336 7534 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519651 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 8316 7534 59 122 0 8190 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33264

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1768408/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=39464 CPUtime=102.26
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 12183 0 0 0 10217 9 0 0 25 0 1 0 59874751 40411136 9079 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 9866 9079 59 122 0 9740 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 39464

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1762648/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=45636 CPUtime=162.25
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 13633 0 0 0 16214 11 0 0 25 0 1 0 59874751 46731264 10529 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 11409 10529 59 122 0 11283 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 45636

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1757272/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=50852 CPUtime=222.24
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 14950 0 0 0 22211 13 0 0 25 0 1 0 59874751 52072448 11846 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 12713 11846 59 122 0 12587 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 50852

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1753048/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=55128 CPUtime=282.21
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 16006 0 0 0 28207 14 0 0 25 0 1 0 59874751 56451072 12902 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519137 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 13782 12902 59 122 0 13656 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 55128

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1748568/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=60124 CPUtime=342.2
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 17110 0 0 0 34204 16 0 0 25 0 1 0 59874751 61566976 14006 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 15031 14006 59 122 0 14905 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 60124

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1744408/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=64268 CPUtime=402.18
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 18156 0 0 0 40201 17 0 0 25 0 1 0 59874751 65810432 15052 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 16067 15052 59 122 0 15941 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 64268

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1741464/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=67312 CPUtime=462.17
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 18878 0 0 0 46199 18 0 0 25 0 1 0 59874751 68927488 15774 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 16828 15774 59 122 0 16702 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 67312

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1739736/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=68928 CPUtime=522.15
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 19473 0 0 0 52197 18 0 0 25 0 1 0 59874751 70582272 16182 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 17232 16182 67 122 0 17106 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 68928

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

[startup+537.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1739736/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=68928 CPUtime=537.34
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 19476 0 0 0 53716 18 0 0 25 0 1 0 59874751 70582272 16185 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519314 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 17232 16185 67 122 0 17106 0
Current children cumulated CPU time (s) 537.34
Current children cumulated vsize (KiB) 68928

[startup+563.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1739672/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=68928 CPUtime=562.94
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 19499 0 0 0 56276 18 0 0 25 0 1 0 59874751 70582272 16208 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 17232 16208 67 122 0 17106 0
Current children cumulated CPU time (s) 562.94
Current children cumulated vsize (KiB) 68928

[startup+569.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1739672/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=68928 CPUtime=569.34
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 19499 0 0 0 56916 18 0 0 25 0 1 0 59874751 70582272 16208 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535023 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 17232 16208 67 122 0 17106 0
Current children cumulated CPU time (s) 569.34
Current children cumulated vsize (KiB) 68928

[startup+575.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1739672/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=68928 CPUtime=575.73
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 19504 0 0 0 57555 18 0 0 25 0 1 0 59874751 70582272 16213 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 17232 16213 67 122 0 17106 0
Current children cumulated CPU time (s) 575.73
Current children cumulated vsize (KiB) 68928

[startup+579.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1739608/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=68928 CPUtime=578.93
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 19506 0 0 0 57875 18 0 0 25 0 1 0 59874751 70582272 16215 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134529588 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 17232 16215 67 122 0 17106 0
Current children cumulated CPU time (s) 578.93
Current children cumulated vsize (KiB) 68928

[startup+580.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1739608/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=68928 CPUtime=580.54
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 19507 0 0 0 58036 18 0 0 25 0 1 0 59874751 70582272 16216 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519131 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 17232 16216 67 122 0 17106 0
Current children cumulated CPU time (s) 580.54
Current children cumulated vsize (KiB) 68928

[startup+581.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1739608/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=68928 CPUtime=580.93
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 19507 0 0 0 58075 18 0 0 25 0 1 0 59874751 70582272 16216 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 17232 16216 67 122 0 17106 0
Current children cumulated CPU time (s) 580.93
Current children cumulated vsize (KiB) 68928

[startup+581.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26892
/proc/meminfo: memFree=1739608/2055920 swapFree=4183588/4192956
[pid=26891] ppid=26889 vsize=68928 CPUtime=581.13
/proc/26891/stat : 26891 (mxc) R 26889 26891 26322 0 -1 4194304 19507 0 0 0 58095 18 0 0 25 0 1 0 59874751 70582272 16216 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 17232 16216 67 122 0 17106 0
Current children cumulated CPU time (s) 581.13
Current children cumulated vsize (KiB) 68928

Child status: 20
Real time (s): 581.346
CPU time (s): 581.178
CPU user time (s): 580.978
CPU system time (s): 0.199969
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 69520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 580.978
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19510
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= 7
involuntary context switches= 789

runsolver used 0.371943 second user time and 1.22581 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Feb 28 08:48:45 UTC 2007

IDJOB= 315303
IDBENCH= 20413
IDSOLVER= 107
FILE ID= node25/315303-1172652525

PBS_JOBID= 3981178

Free space on /tmp= 66534 MiB

SOLVER NAME= MXC 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h29-unknown.cnf
COMMAND LINE= /tmp/evaluation/315303-1172652525/mxc /tmp/evaluation/315303-1172652525/instance-315303-1172652525.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-315303-1172652525 -o ROOT/results/node25/solver-315303-1172652525 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315303-1172652525/mxc /tmp/evaluation/315303-1172652525/instance-315303-1172652525.cnf            

META MD5SUM SOLVER= fd459248d3e92e664505cc2f0f683bf4
MD5SUM BENCH=  7dae5d67d35e172b3e57f571e3b779c8

RANDOM SEED= 948631314

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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:       1804792 kB
Buffers:          7428 kB
Cached:         180996 kB
SwapCached:       3132 kB
Active:          62368 kB
Inactive:       149208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804792 kB
SwapTotal:     4192956 kB
SwapFree:      4183588 kB
Dirty:           12992 kB
Writeback:           0 kB
Mapped:          29032 kB
Slab:            25528 kB
Committed_AS:   198788 kB
PageTables:       1512 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= 66534 MiB

End job on node25 on Wed Feb 28 08:58:27 UTC 2007