Trace number 367631

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 580.691 580.844

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.4845
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)

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

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node50/watcher-367631-1177550109 -o ROOT/results/node50/solver-367631-1177550109 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/367631-1177550109/mxc /tmp/evaluation/367631-1177550109/instance-367631-1177550109.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): 7500 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.99 0.97 0.91 3/64 22210
/proc/meminfo: memFree=1590348/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=13284 CPUtime=0
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 726 0 0 0 0 0 0 0 18 0 1 0 109856169 13602816 711 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 3321 718 42 122 0 3195 0

[startup+0.100601 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 22210
/proc/meminfo: memFree=1590348/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=30448 CPUtime=0.08
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 6821 0 0 0 5 3 0 0 18 0 1 0 109856169 31178752 6806 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 7612 6806 46 122 0 7486 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30448

[startup+0.201609 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 22210
/proc/meminfo: memFree=1590348/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=35460 CPUtime=0.19
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 8101 0 0 0 15 4 0 0 18 0 1 0 109856169 36311040 8086 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 8865 8086 46 122 0 8739 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35460

[startup+0.301617 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 22210
/proc/meminfo: memFree=1590348/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=39940 CPUtime=0.29
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 9209 0 0 0 25 4 0 0 19 0 1 0 109856169 40898560 9194 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 9985 9194 46 122 0 9859 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39940

[startup+0.701653 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 22210
/proc/meminfo: memFree=1590348/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=28248 CPUtime=0.69
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 9376 0 0 0 65 4 0 0 22 0 1 0 109856169 28925952 6273 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 7062 6273 59 122 0 6936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28248

[startup+1.50172 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1565176/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=28776 CPUtime=1.49
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 9510 0 0 0 144 5 0 0 25 0 1 0 109856169 29466624 6407 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 7194 6407 59 122 0 7068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28776

[startup+3.10187 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1564728/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=28908 CPUtime=3.09
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 9548 0 0 0 304 5 0 0 25 0 1 0 109856169 29601792 6445 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 7227 6445 59 122 0 7101 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28908

[startup+6.30115 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1564536/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=28908 CPUtime=6.29
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 9571 0 0 0 624 5 0 0 25 0 1 0 109856169 29601792 6468 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519200 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 7227 6468 59 122 0 7101 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28908

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1563896/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=29700 CPUtime=12.69
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 9758 0 0 0 1264 5 0 0 25 0 1 0 109856169 30412800 6655 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 7425 6655 59 122 0 7299 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29700

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1563128/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=30624 CPUtime=25.48
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 9988 0 0 0 2543 5 0 0 25 0 1 0 109856169 31358976 6885 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 7656 6885 59 122 0 7530 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30624

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1560504/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=33264 CPUtime=51.08
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 10640 0 0 0 5102 6 0 0 25 0 1 0 109856169 34062336 7537 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134528093 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 8316 7537 59 122 0 8190 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33264

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1554232/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=39596 CPUtime=102.27
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 12191 0 0 0 10220 7 0 0 25 0 1 0 109856169 40546304 9088 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519682 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 9899 9088 59 122 0 9773 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 39596

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1548472/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=45636 CPUtime=162.25
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 13641 0 0 0 16217 8 0 0 25 0 1 0 109856169 46731264 10538 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 11409 10538 59 122 0 11283 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 45636

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1543160/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=50984 CPUtime=222.24
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 14959 0 0 0 22214 10 0 0 25 0 1 0 109856169 52207616 11856 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 12746 11856 59 122 0 12620 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 50984

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1538936/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=55128 CPUtime=282.23
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 16013 0 0 0 28211 12 0 0 25 0 1 0 109856169 56451072 12910 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 13782 12910 59 122 0 13656 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 55128

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1534456/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=60256 CPUtime=342.21
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 17116 0 0 0 34208 13 0 0 25 0 1 0 109856169 61702144 14013 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 15064 14013 59 122 0 14938 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 60256

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22211
/proc/meminfo: memFree=1530296/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=64400 CPUtime=402.19
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 18161 0 0 0 40205 14 0 0 25 0 1 0 109856169 65945600 15058 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 16100 15058 59 122 0 15974 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 64400

[startup+462.301 s]
/proc/loadavg: 1.07 1.00 0.92 2/65 22211
/proc/meminfo: memFree=1527352/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=67312 CPUtime=462.18
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 18879 0 0 0 46203 15 0 0 25 0 1 0 109856169 68927488 15776 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 16828 15776 59 122 0 16702 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 67312

[startup+522.302 s]
/proc/loadavg: 1.02 1.00 0.92 2/65 22211
/proc/meminfo: memFree=1525688/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=68928 CPUtime=522.17
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 19474 0 0 0 52201 16 0 0 25 0 1 0 109856169 70582272 16184 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519249 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 17232 16184 67 122 0 17106 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 68928

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

[startup+537.602 s]
/proc/loadavg: 1.02 1.00 0.92 2/65 22211
/proc/meminfo: memFree=1525688/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=68928 CPUtime=537.47
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 19476 0 0 0 53731 16 0 0 25 0 1 0 109856169 70582272 16186 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519590 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 17232 16186 67 122 0 17106 0
Current children cumulated CPU time (s) 537.47
Current children cumulated vsize (KiB) 68928

[startup+563.201 s]
/proc/loadavg: 1.01 1.00 0.92 2/65 22211
/proc/meminfo: memFree=1525624/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=68928 CPUtime=563.06
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 19499 0 0 0 56290 16 0 0 25 0 1 0 109856169 70582272 16209 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 17232 16209 67 122 0 17106 0
Current children cumulated CPU time (s) 563.06
Current children cumulated vsize (KiB) 68928

[startup+569.602 s]
/proc/loadavg: 1.01 1.00 0.92 2/65 22211
/proc/meminfo: memFree=1525624/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=68928 CPUtime=569.46
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 19499 0 0 0 56930 16 0 0 25 0 1 0 109856169 70582272 16209 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 17232 16209 67 122 0 17106 0
Current children cumulated CPU time (s) 569.46
Current children cumulated vsize (KiB) 68928

[startup+576.001 s]
/proc/loadavg: 1.01 1.00 0.92 2/65 22211
/proc/meminfo: memFree=1525624/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=68928 CPUtime=575.86
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 19505 0 0 0 57570 16 0 0 25 0 1 0 109856169 70582272 16215 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134528104 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 17232 16215 67 122 0 17106 0
Current children cumulated CPU time (s) 575.86
Current children cumulated vsize (KiB) 68928

[startup+579.202 s]
/proc/loadavg: 1.01 1.00 0.92 2/65 22211
/proc/meminfo: memFree=1525624/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=68928 CPUtime=579.05
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 19506 0 0 0 57889 16 0 0 25 0 1 0 109856169 70582272 16216 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 17232 16216 67 122 0 17106 0
Current children cumulated CPU time (s) 579.05
Current children cumulated vsize (KiB) 68928

[startup+580.002 s]
/proc/loadavg: 1.01 1.00 0.92 2/65 22211
/proc/meminfo: memFree=1525624/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=68928 CPUtime=579.85
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 19507 0 0 0 57969 16 0 0 25 0 1 0 109856169 70582272 16217 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 17232 16217 67 122 0 17106 0
Current children cumulated CPU time (s) 579.85
Current children cumulated vsize (KiB) 68928

[startup+580.402 s]
/proc/loadavg: 1.01 1.00 0.92 2/65 22211
/proc/meminfo: memFree=1525624/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=68928 CPUtime=580.25
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 19507 0 0 0 58009 16 0 0 25 0 1 0 109856169 70582272 16217 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519249 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 17232 16217 67 122 0 17106 0
Current children cumulated CPU time (s) 580.25
Current children cumulated vsize (KiB) 68928

[startup+580.802 s]
/proc/loadavg: 1.01 1.00 0.92 2/65 22211
/proc/meminfo: memFree=1525624/2055920 swapFree=4183596/4192956
[pid=22210] ppid=22208 vsize=68928 CPUtime=580.66
/proc/22210/stat : 22210 (mxc) R 22208 22210 20728 0 -1 4194304 19509 0 0 0 58050 16 0 0 25 0 1 0 109856169 70582272 16219 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519311 0 0 4096 0 0 0 0 17 1 0 0
/proc/22210/statm: 17232 16219 67 122 0 17106 0
Current children cumulated CPU time (s) 580.66
Current children cumulated vsize (KiB) 68928

Child status: 20
Real time (s): 580.844
CPU time (s): 580.691
CPU user time (s): 580.519
CPU system time (s): 0.171973
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 69520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 580.519
system time used= 0.171973
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= 1416

runsolver used 0.451931 second user time and 1.14083 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Thu Apr 26 01:15:10 UTC 2007

IDJOB= 367631
IDBENCH= 20413
IDSOLVER= 174
FILE ID= node50/367631-1177550109

PBS_JOBID= 4696580

Free space on /tmp= 66510 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/367631-1177550109/mxc /tmp/evaluation/367631-1177550109/instance-367631-1177550109.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-367631-1177550109 -o ROOT/results/node50/solver-367631-1177550109 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/367631-1177550109/mxc /tmp/evaluation/367631-1177550109/instance-367631-1177550109.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  7dae5d67d35e172b3e57f571e3b779c8

RANDOM SEED= 601194614

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.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:       1590880 kB
Buffers:         37728 kB
Cached:         353036 kB
SwapCached:       4384 kB
Active:         205784 kB
Inactive:       196772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590880 kB
SwapTotal:     4192956 kB
SwapFree:      4183596 kB
Dirty:           12940 kB
Writeback:           0 kB
Mapped:          16348 kB
Slab:            48424 kB
Committed_AS:  2987884 kB
PageTables:       1464 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= 66510 MiB

End job on node50 on Thu Apr 26 01:24:51 UTC 2007