Trace number 367635

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 509.223 509.384

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.669
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data (download as text)

509.15/509.37	c MXC attempting /tmp/evaluation/367635-1177550314/instance-367635-1177550314.cnf
509.15/509.37	c 34 assignments made, starting to guess now
509.15/509.37	c ===================================[MXC]=====================================
509.15/509.37	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
509.15/509.37	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
509.15/509.37	c =============================================================================
509.15/509.37	c |         0 |  147112   759530 |   49037       0       0     nan |  0.022 % |
509.15/509.37	c |       101 |  147112   759530 |   53940      94    2951    31.4 |  0.022 % |
509.15/509.37	c |       251 |  147112   759530 |   59334     238    9959    41.8 |  0.022 % |
509.15/509.37	c |       477 |  147112   759530 |   65268     454   13814    30.4 |  0.022 % |
509.15/509.37	c |       814 |  147112   759530 |   71795     785   22020    28.1 |  0.022 % |
509.15/509.37	c |      1320 |  147112   759530 |   78974    1276   33409    26.2 |  0.022 % |
509.15/509.37	c |      2082 |  147075   759328 |   86872    2027   76720    37.8 |  0.032 % |
509.15/509.37	c |      3224 |  147075   759328 |   95559    3157  114674    36.3 |  0.032 % |
509.15/509.37	c |      4932 |  147075   759328 |  105115    4848  365322    75.4 |  0.032 % |
509.15/509.37	c |      7494 |  147075   759328 |  115626    7392  494461    66.9 |  0.032 % |
509.15/509.37	c |     11338 |  147075   759328 |  127189   11199  653768    58.4 |  0.032 % |
509.15/509.37	c |     17106 |  147039   759131 |  139908   16951  941120    55.5 |  0.042 % |
509.15/509.37	c |     25756 |  146939   758655 |  153899   25583 1237109    48.4 |  0.067 % |
509.15/509.37	c |     38732 |  146939   758655 |  169289   38543 1569103    40.7 |  0.067 % |
509.15/509.37	c |     58194 |  146939   758655 |  186217   57994 2211673    38.1 |  0.067 % |
509.15/509.37	c |     87387 |  146810   758096 |  204839   87172 2802289    32.1 |  0.099 % |
509.15/509.37	c |    131178 |  146810   758096 |  225323  130951 3893316    29.7 |  0.099 % |
509.15/509.37	c |    196862 |  146788   758028 |  247856  111631 3266756    29.3 |  0.100 % |
509.15/509.37	c 509.280s elapsed
509.15/509.37	c restarts: 17
509.15/509.37	c decisions: 337656
509.15/509.37	c propagations: 759729083
509.15/509.37	c conflicts: 206828
509.15/509.37	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/node15/watcher-367635-1177550314 -o ROOT/results/node15/solver-367635-1177550314 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/367635-1177550314/mxc /tmp/evaluation/367635-1177550314/instance-367635-1177550314.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: 1.01 0.99 0.91 3/77 25212
/proc/meminfo: memFree=1592120/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=14688 CPUtime=0
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 752 0 0 0 0 0 0 0 18 0 1 0 202949138 15040512 737 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 3672 742 42 122 0 3546 0

[startup+0.106047 s]
/proc/loadavg: 1.01 0.99 0.91 3/77 25212
/proc/meminfo: memFree=1592120/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=34416 CPUtime=0.09
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 7706 0 0 0 6 3 0 0 18 0 1 0 202949138 35241984 7691 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 8604 7691 46 122 0 8478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34416

[startup+0.201055 s]
/proc/loadavg: 1.01 0.99 0.91 3/77 25212
/proc/meminfo: memFree=1592120/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=39164 CPUtime=0.19
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 8899 0 0 0 15 4 0 0 18 0 1 0 202949138 40103936 8884 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134518451 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 9791 8885 46 122 0 9665 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39164

[startup+0.301064 s]
/proc/loadavg: 1.01 0.99 0.91 3/77 25212
/proc/meminfo: memFree=1592120/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=43644 CPUtime=0.29
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 10014 0 0 0 25 4 0 0 19 0 1 0 202949138 44691456 9999 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 10911 10000 46 122 0 10785 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43644

[startup+0.701101 s]
/proc/loadavg: 1.01 0.99 0.91 3/77 25212
/proc/meminfo: memFree=1592120/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=33436 CPUtime=0.69
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 10812 0 0 0 64 5 0 0 22 0 1 0 202949138 34238464 7358 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519105 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 8359 7358 58 122 0 8233 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33436

[startup+1.50117 s]
/proc/loadavg: 1.01 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1562736/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=33568 CPUtime=1.49
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 10832 0 0 0 144 5 0 0 25 0 1 0 202949138 34373632 7378 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 8392 7378 59 122 0 8266 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33568

[startup+3.10132 s]
/proc/loadavg: 1.01 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1562544/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=33568 CPUtime=3.09
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 10857 0 0 0 304 5 0 0 25 0 1 0 202949138 34373632 7403 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 8392 7403 59 122 0 8266 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33568

[startup+6.30161 s]
/proc/loadavg: 1.01 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1562288/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=33832 CPUtime=6.29
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 10922 0 0 0 624 5 0 0 25 0 1 0 202949138 34643968 7468 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 8458 7468 59 122 0 8332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33832

[startup+12.7012 s]
/proc/loadavg: 1.01 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1561520/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=34772 CPUtime=12.69
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 11132 0 0 0 1264 5 0 0 25 0 1 0 202949138 35606528 7678 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 8693 7678 59 122 0 8567 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34772

[startup+25.5014 s]
/proc/loadavg: 1.01 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1560048/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=36092 CPUtime=25.48
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 11479 0 0 0 2543 5 0 0 25 0 1 0 202949138 36958208 8025 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134528104 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 9023 8025 59 122 0 8897 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36092

[startup+51.1017 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1558064/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=38204 CPUtime=51.07
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 11987 0 0 0 5101 6 0 0 25 0 1 0 202949138 39120896 8533 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 9551 8533 59 122 0 9425 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38204

[startup+102.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1554224/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=42056 CPUtime=102.25
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 12942 0 0 0 10219 6 0 0 25 0 1 0 202949138 43065344 9488 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134530208 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 10514 9488 59 122 0 10388 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 42056

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1550384/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=46156 CPUtime=162.24
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 13904 0 0 0 16216 8 0 0 25 0 1 0 202949138 47263744 10450 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 11539 10450 59 122 0 11413 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 46156

[startup+222.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1547120/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=49364 CPUtime=222.22
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 14698 0 0 0 22214 8 0 0 25 0 1 0 202949138 50548736 11244 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134530561 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 12341 11244 59 122 0 12215 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 49364

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1543600/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=52820 CPUtime=282.2
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 15577 0 0 0 28210 10 0 0 25 0 1 0 202949138 54087680 12123 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 13205 12123 59 122 0 13079 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 52820

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1540400/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=56576 CPUtime=342.19
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 16376 0 0 0 34207 12 0 0 25 0 1 0 202949138 57933824 12922 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 14144 12922 59 122 0 14018 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 56576

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1538096/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=58940 CPUtime=402.17
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 16962 0 0 0 40204 13 0 0 25 0 1 0 202949138 60354560 13508 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519291 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 14735 13508 59 122 0 14609 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 58940

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1535408/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=61448 CPUtime=462.15
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 17619 0 0 0 46201 14 0 0 25 0 1 0 202949138 62922752 14165 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134529754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 15362 14165 59 122 0 15236 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 61448

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

[startup+486.402 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1534640/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=62240 CPUtime=486.25
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 17818 0 0 0 48610 15 0 0 25 0 1 0 202949138 63733760 14364 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519759 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 15560 14364 59 122 0 15434 0
Current children cumulated CPU time (s) 486.25
Current children cumulated vsize (KiB) 62240

[startup+499.202 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1534640/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=62240 CPUtime=499.05
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 17819 0 0 0 49890 15 0 0 25 0 1 0 202949138 63733760 14365 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134530562 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 15560 14365 59 122 0 15434 0
Current children cumulated CPU time (s) 499.05
Current children cumulated vsize (KiB) 62240

[startup+505.601 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1534640/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=62240 CPUtime=505.45
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 17819 0 0 0 50530 15 0 0 25 0 1 0 202949138 63733760 14365 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134529589 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 15560 14365 59 122 0 15434 0
Current children cumulated CPU time (s) 505.45
Current children cumulated vsize (KiB) 62240

[startup+507.206 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1534640/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=62240 CPUtime=507.05
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 17819 0 0 0 50690 15 0 0 25 0 1 0 202949138 63733760 14365 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519096 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 15560 14365 59 122 0 15434 0
Current children cumulated CPU time (s) 507.05
Current children cumulated vsize (KiB) 62240

[startup+508.002 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1534640/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=62240 CPUtime=507.84
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 17819 0 0 0 50769 15 0 0 25 0 1 0 202949138 63733760 14365 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 15560 14365 59 122 0 15434 0
Current children cumulated CPU time (s) 507.84
Current children cumulated vsize (KiB) 62240

[startup+508.802 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1534640/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=62240 CPUtime=508.64
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 17820 0 0 0 50849 15 0 0 25 0 1 0 202949138 63733760 14366 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 15560 14366 59 122 0 15434 0
Current children cumulated CPU time (s) 508.64
Current children cumulated vsize (KiB) 62240

[startup+509.202 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1534640/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=62240 CPUtime=509.04
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 17820 0 0 0 50889 15 0 0 25 0 1 0 202949138 63733760 14366 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519593 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 15560 14366 59 122 0 15434 0
Current children cumulated CPU time (s) 509.04
Current children cumulated vsize (KiB) 62240

[startup+509.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25213
/proc/meminfo: memFree=1534576/2055920 swapFree=4169140/4192956
[pid=25212] ppid=25210 vsize=62240 CPUtime=509.15
/proc/25212/stat : 25212 (mxc) R 25210 25212 24732 0 -1 4194304 17820 0 0 0 50900 15 0 0 25 0 1 0 202949138 63733760 14366 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/25212/statm: 15560 14366 59 122 0 15434 0
Current children cumulated CPU time (s) 509.15
Current children cumulated vsize (KiB) 62240

Child status: 20
Real time (s): 509.384
CPU time (s): 509.223
CPU user time (s): 509.06
CPU system time (s): 0.162975
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 62240

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

runsolver used 0.377942 second user time and 1.12883 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Thu Apr 26 01:18:35 UTC 2007

IDJOB= 367635
IDBENCH= 20419
IDSOLVER= 174
FILE ID= node15/367635-1177550314

PBS_JOBID= 4696598

Free space on /tmp= 66478 MiB

SOLVER NAME= MXC 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= /tmp/evaluation/367635-1177550314/mxc /tmp/evaluation/367635-1177550314/instance-367635-1177550314.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-367635-1177550314 -o ROOT/results/node15/solver-367635-1177550314 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/367635-1177550314/mxc /tmp/evaluation/367635-1177550314/instance-367635-1177550314.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  4211c3af8594e6cbb06d7f7e8978c614

RANDOM SEED= 822841946

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1592528 kB
Buffers:         46040 kB
Cached:         321392 kB
SwapCached:       2896 kB
Active:         179472 kB
Inactive:       211192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592528 kB
SwapTotal:     4192956 kB
SwapFree:      4169140 kB
Dirty:           14432 kB
Writeback:           0 kB
Mapped:          30540 kB
Slab:            58152 kB
Committed_AS:  7099376 kB
PageTables:       1868 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= 66478 MiB

End job on node15 on Thu Apr 26 01:27:05 UTC 2007