Trace number 315543

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 511.436 511.585

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 benchmark53.0629
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)

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

[startup+0.0639089 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 12122
/proc/meminfo: memFree=1805248/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=32136 CPUtime=0.05
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 7149 0 0 0 2 3 0 0 18 0 1 0 285530747 32907264 7133 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134691604 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 8034 7133 46 122 0 7908 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32136

[startup+0.101913 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 12122
/proc/meminfo: memFree=1805248/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=34152 CPUtime=0.09
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 7647 0 0 0 6 3 0 0 18 0 1 0 285530747 34971648 7631 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 8538 7632 46 122 0 8412 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34152

[startup+0.301934 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 12122
/proc/meminfo: memFree=1805248/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=43512 CPUtime=0.29
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 9992 0 0 0 25 4 0 0 19 0 1 0 285530747 44556288 9976 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 10878 9976 46 122 0 10752 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43512

[startup+0.701979 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 12122
/proc/meminfo: memFree=1805248/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=33436 CPUtime=0.69
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 10813 0 0 0 64 5 0 0 22 0 1 0 285530747 34238464 7358 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 8359 7358 58 122 0 8233 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33436

[startup+1.50107 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1775864/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=33568 CPUtime=1.49
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 10833 0 0 0 144 5 0 0 25 0 1 0 285530747 34373632 7378 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134529588 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 8392 7378 59 122 0 8266 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33568

[startup+3.10124 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1775608/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=33568 CPUtime=3.09
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 10858 0 0 0 304 5 0 0 25 0 1 0 285530747 34373632 7403 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 8392 7403 59 122 0 8266 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33568

[startup+6.3016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1775288/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=33832 CPUtime=6.29
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 10923 0 0 0 623 6 0 0 25 0 1 0 285530747 34643968 7468 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519785 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 8458 7468 59 122 0 8332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33832

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1774648/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=34624 CPUtime=12.68
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 11125 0 0 0 1262 6 0 0 25 0 1 0 285530747 35454976 7670 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134531250 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 8656 7670 59 122 0 8530 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34624

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1773304/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=36092 CPUtime=25.48
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 11479 0 0 0 2541 7 0 0 25 0 1 0 285530747 36958208 8024 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519249 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 9023 8024 59 122 0 8897 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36092

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1771320/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=38204 CPUtime=51.07
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 11983 0 0 0 5100 7 0 0 25 0 1 0 285530747 39120896 8528 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519200 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 9551 8528 59 122 0 9425 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38204

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1767544/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=42056 CPUtime=102.27
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 12933 0 0 0 10219 8 0 0 25 0 1 0 285530747 43065344 9478 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519616 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 10514 9478 59 122 0 10388 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42056

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1763704/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=46020 CPUtime=162.24
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 13889 0 0 0 16215 9 0 0 25 0 1 0 285530747 47124480 10434 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535080 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 11505 10434 59 122 0 11379 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 46020

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1760440/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=49228 CPUtime=222.24
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 14679 0 0 0 22213 11 0 0 25 0 1 0 285530747 50409472 11224 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519759 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 12307 11224 59 122 0 12181 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 49228

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1757048/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=52688 CPUtime=282.22
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 15553 0 0 0 28210 12 0 0 25 0 1 0 285530747 53952512 12098 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 13172 12098 59 122 0 13046 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 52688

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1753720/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=56444 CPUtime=342.2
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 16361 0 0 0 34207 13 0 0 25 0 1 0 285530747 57798656 12906 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519759 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 14111 12906 59 122 0 13985 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 56444

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1751416/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=58808 CPUtime=402.18
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 16946 0 0 0 40205 13 0 0 25 0 1 0 285530747 60219392 13491 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519218 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 14702 13491 59 122 0 14576 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 58808

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1748728/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=61448 CPUtime=462.17
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 17602 0 0 0 46203 14 0 0 25 0 1 0 285530747 62922752 14147 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 15362 14147 59 122 0 15236 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 61448

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

[startup+486.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1747832/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=62240 CPUtime=486.16
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 17819 0 0 0 48602 14 0 0 25 0 1 0 285530747 63733760 14364 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 15560 14364 59 122 0 15434 0
Current children cumulated CPU time (s) 486.16
Current children cumulated vsize (KiB) 62240

[startup+499.103 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1747832/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=62240 CPUtime=498.96
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 17820 0 0 0 49882 14 0 0 25 0 1 0 285530747 63733760 14365 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 15560 14365 59 122 0 15434 0
Current children cumulated CPU time (s) 498.96
Current children cumulated vsize (KiB) 62240

[startup+505.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1747832/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=62240 CPUtime=505.36
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 17820 0 0 0 50522 14 0 0 25 0 1 0 285530747 63733760 14365 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 15560 14365 59 122 0 15434 0
Current children cumulated CPU time (s) 505.36
Current children cumulated vsize (KiB) 62240

[startup+508.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1747832/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=62240 CPUtime=508.55
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 17820 0 0 0 50841 14 0 0 25 0 1 0 285530747 63733760 14365 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535350 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 15560 14365 59 122 0 15434 0
Current children cumulated CPU time (s) 508.55
Current children cumulated vsize (KiB) 62240

[startup+510.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1747832/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=62240 CPUtime=510.16
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 17820 0 0 0 51002 14 0 0 25 0 1 0 285530747 63733760 14365 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519635 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 15560 14365 59 122 0 15434 0
Current children cumulated CPU time (s) 510.16
Current children cumulated vsize (KiB) 62240

[startup+511.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1747832/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=62240 CPUtime=510.95
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 17821 0 0 0 51081 14 0 0 25 0 1 0 285530747 63733760 14366 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 15560 14366 59 122 0 15434 0
Current children cumulated CPU time (s) 510.95
Current children cumulated vsize (KiB) 62240

[startup+511.505 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12123
/proc/meminfo: memFree=1747832/2055920 swapFree=4184000/4192956
[pid=12122] ppid=12120 vsize=62240 CPUtime=511.36
/proc/12122/stat : 12122 (mxc) R 12120 12122 11233 0 -1 4194304 17821 0 0 0 51122 14 0 0 25 0 1 0 285530747 63733760 14366 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134531601 0 0 4096 0 0 0 0 17 1 0 0
/proc/12122/statm: 15560 14366 59 122 0 15434 0
Current children cumulated CPU time (s) 511.36
Current children cumulated vsize (KiB) 62240

Child status: 20
Real time (s): 511.585
CPU time (s): 511.436
CPU user time (s): 511.279
CPU system time (s): 0.156976
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 62240

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

runsolver used 0.355945 second user time and 1.05784 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Wed Feb 28 09:42:21 UTC 2007

IDJOB= 315543
IDBENCH= 20419
IDSOLVER= 107
FILE ID= node58/315543-1172655740

PBS_JOBID= 3981183

Free space on /tmp= 66502 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/315543-1172655740/mxc /tmp/evaluation/315543-1172655740/instance-315543-1172655740.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-315543-1172655740 -o ROOT/results/node58/solver-315543-1172655740 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315543-1172655740/mxc /tmp/evaluation/315543-1172655740/instance-315543-1172655740.cnf            

META MD5SUM SOLVER= fd459248d3e92e664505cc2f0f683bf4
MD5SUM BENCH=  4211c3af8594e6cbb06d7f7e8978c614

RANDOM SEED= 421787357

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:       1805656 kB
Buffers:          7056 kB
Cached:         192164 kB
SwapCached:       2740 kB
Active:          47004 kB
Inactive:       162052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805656 kB
SwapTotal:     4192956 kB
SwapFree:      4184000 kB
Dirty:           14344 kB
Writeback:           0 kB
Mapped:          15680 kB
Slab:            27260 kB
Committed_AS:   683128 kB
PageTables:       1380 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= 66502 MiB

End job on node58 on Wed Feb 28 09:50:52 UTC 2007