Trace number 330625

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 565.795 565.994

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k15.cnf
MD5SUM376efcbd7056351cb4165e8a580bfa38
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark121.716
Satisfiable
(Un)Satisfiability was proved
Number of variables29084
Number of clauses119659
Sum of the clauses size303691
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 283935
Number of clauses of size 321996
Number of clauses of size 44194
Number of clauses of size 52369
Number of clauses of size over 55093

Solver Data (download as text)

565.71/565.98	c MXC attempting /tmp/evaluation/330625-1173169834/instance-330625-1173169834.cnf
565.71/565.98	c 6672 assignments made, starting to guess now
565.71/565.98	c ===================================[MXC]=====================================
565.71/565.98	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
565.71/565.98	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
565.71/565.98	c =============================================================================
565.71/565.98	c |         0 |   25873   101794 |    8624       0       0     nan | 22.940 % |
565.71/565.98	c |       100 |   25864   101761 |    9486      90     908    10.1 | 23.009 % |
565.71/565.98	c |       250 |   24951    98129 |   10435     220    2744    12.5 | 25.437 % |
565.71/565.98	c |       475 |   24947    98116 |   11478     424    6782    16.0 | 25.440 % |
565.71/565.98	c |       812 |   24947    98116 |   12626     755    9929    13.2 | 25.440 % |
565.71/565.98	c |      1318 |   24947    98116 |   13889    1239   19786    16.0 | 25.440 % |
565.71/565.98	c |      2078 |   24947    98116 |   15277    1981   30819    15.6 | 25.440 % |
565.71/565.98	c |      3217 |   24947    98116 |   16805    3086   69248    22.4 | 25.440 % |
565.71/565.99	c |      4925 |   24933    98065 |   18486    4740  132050    27.9 | 25.468 % |
565.71/565.99	c |      7487 |   24333    95011 |   20334    7228  215157    29.8 | 27.204 % |
565.71/565.99	c |     11334 |   24221    94418 |   22368   11014  411650    37.4 | 27.393 % |
565.71/565.99	c |     17100 |   24182    94232 |   24605   16697  831294    49.8 | 27.489 % |
565.71/565.99	c |     25750 |   24109    93919 |   27065   13020 1082733    83.2 | 27.599 % |
565.71/565.99	c |     38725 |   23855    92799 |   29772   25870 2348033    90.8 | 28.019 % |
565.71/565.99	c |     58187 |   23843    92763 |   32749   15474 1245666    80.5 | 28.046 % |
565.71/565.99	c |     87379 |   23678    91971 |   36024   28128 2891012   102.8 | 28.376 % |
565.71/565.99	c |    131169 |   23629    91764 |   39627   35769 3095899    86.6 | 28.514 % |
565.71/565.99	c |    196856 |   23608    91678 |   43589   22036 1418655    64.4 | 28.579 % |
565.71/565.99	c |    295383 |   23256    89956 |   47948   31313 2557239    81.7 | 29.435 % |
565.71/565.99	c 565.870s elapsed
565.71/565.99	c restarts: 18
565.71/565.99	c decisions: 557832
565.71/565.99	c propagations: 526403620
565.71/565.99	c conflicts: 349296
565.71/565.99	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/node60/watcher-330625-1173169834 -o ROOT/results/node60/solver-330625-1173169834 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330625-1173169834/mxc /tmp/evaluation/330625-1173169834/instance-330625-1173169834.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.94 0.98 0.99 3/64 31885
/proc/meminfo: memFree=1460896/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=3536 CPUtime=0
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 722 0 0 0 0 0 0 0 18 0 1 0 336940273 3620864 706 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134521536 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 884 706 44 122 0 758 0

[startup+0.0665361 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 31885
/proc/meminfo: memFree=1460896/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=9364 CPUtime=0.05
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 2038 0 0 0 5 0 0 0 18 0 1 0 336940273 9588736 2022 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134716465 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 2341 2022 552 122 0 2215 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9364

[startup+0.101541 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 31885
/proc/meminfo: memFree=1460896/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=6892 CPUtime=0.09
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 2068 0 0 0 9 0 0 0 18 0 1 0 336940273 7057408 1401 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134547915 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 1723 1401 59 122 0 1597 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6892

[startup+0.301577 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 31885
/proc/meminfo: memFree=1460896/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=6892 CPUtime=0.29
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 2078 0 0 0 29 0 0 0 19 0 1 0 336940273 7057408 1411 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134529588 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 1723 1411 59 122 0 1597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6892

[startup+0.701648 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 31885
/proc/meminfo: memFree=1460896/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=7024 CPUtime=0.69
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 2126 0 0 0 69 0 0 0 22 0 1 0 336940273 7192576 1459 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519785 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 1756 1459 59 122 0 1630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7024

[startup+1.50179 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1455064/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=7420 CPUtime=1.49
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 2205 0 0 0 149 0 0 0 25 0 1 0 336940273 7598080 1538 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134530564 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 1855 1538 59 122 0 1729 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7420

[startup+3.10108 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1454488/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=7948 CPUtime=3.08
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 2334 0 0 0 308 0 0 0 25 0 1 0 336940273 8138752 1667 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 1987 1667 59 122 0 1861 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7948

[startup+6.30165 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1453280/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=9036 CPUtime=6.29
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 2624 0 0 0 628 1 0 0 25 0 1 0 336940273 9252864 1957 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134531244 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 2259 1957 59 122 0 2133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9036

[startup+12.7018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1450784/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=11412 CPUtime=12.69
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 3212 0 0 0 1267 2 0 0 25 0 1 0 336940273 11685888 2545 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134531369 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 2853 2545 59 122 0 2727 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11412

[startup+25.5011 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1447392/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=14588 CPUtime=25.48
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 4025 0 0 0 2545 3 0 0 25 0 1 0 336940273 14938112 3356 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 3647 3356 67 122 0 3521 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14588

[startup+51.1016 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1443488/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=18404 CPUtime=51.07
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 4990 0 0 0 5102 5 0 0 25 0 1 0 336940273 18845696 4321 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 4601 4321 67 122 0 4475 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18404

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1440992/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=20900 CPUtime=102.26
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 5617 0 0 0 10220 6 0 0 25 0 1 0 336940273 21401600 4948 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134531106 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 5225 4948 67 122 0 5099 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 20900

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1439520/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=22352 CPUtime=162.23
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 6004 0 0 0 16217 6 0 0 25 0 1 0 336940273 22888448 5263 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134531206 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 5588 5263 67 122 0 5462 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 22352

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1437600/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=24464 CPUtime=222.22
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 6575 0 0 0 22214 8 0 0 25 0 1 0 336940273 25051136 5795 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134529993 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6116 5795 67 122 0 5990 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 24464

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1436320/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25656 CPUtime=282.2
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 6945 0 0 0 28212 8 0 0 25 0 1 0 336940273 26271744 6087 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134531060 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6414 6087 67 122 0 6288 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 25656

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1436192/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25656 CPUtime=342.18
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7031 0 0 0 34210 8 0 0 25 0 1 0 336940273 26271744 6091 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6414 6091 67 122 0 6288 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 25656

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1436192/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25656 CPUtime=402.15
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7074 0 0 0 40207 8 0 0 25 0 1 0 336940273 26271744 6091 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6414 6091 67 122 0 6288 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 25656

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31886
/proc/meminfo: memFree=1436192/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25656 CPUtime=462.13
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7161 0 0 0 46205 8 0 0 25 0 1 0 336940273 26271744 6092 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6414 6092 67 122 0 6288 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 25656

[startup+522.302 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 31886
/proc/meminfo: memFree=1435872/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25920 CPUtime=522.12
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7279 0 0 0 52203 9 0 0 25 0 1 0 336940273 26542080 6163 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519200 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6480 6163 67 122 0 6354 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 25920

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

[startup+537.501 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 31886
/proc/meminfo: memFree=1435872/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25920 CPUtime=537.32
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7280 0 0 0 53723 9 0 0 25 0 1 0 336940273 26542080 6164 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519249 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6480 6164 67 122 0 6354 0
Current children cumulated CPU time (s) 537.32
Current children cumulated vsize (KiB) 25920

[startup+550.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 31886
/proc/meminfo: memFree=1435872/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25920 CPUtime=550.11
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7331 0 0 0 55002 9 0 0 25 0 1 0 336940273 26542080 6168 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6480 6168 67 122 0 6354 0
Current children cumulated CPU time (s) 550.11
Current children cumulated vsize (KiB) 25920

[startup+556.702 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 31886
/proc/meminfo: memFree=1435872/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25920 CPUtime=556.51
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7331 0 0 0 55642 9 0 0 25 0 1 0 336940273 26542080 6168 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519534 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6480 6168 67 122 0 6354 0
Current children cumulated CPU time (s) 556.51
Current children cumulated vsize (KiB) 25920

[startup+559.905 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 31886
/proc/meminfo: memFree=1435872/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25920 CPUtime=559.71
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7331 0 0 0 55962 9 0 0 25 0 1 0 336940273 26542080 6168 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6480 6168 67 122 0 6354 0
Current children cumulated CPU time (s) 559.71
Current children cumulated vsize (KiB) 25920

[startup+563.102 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 31886
/proc/meminfo: memFree=1435872/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25920 CPUtime=562.91
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7331 0 0 0 56282 9 0 0 25 0 1 0 336940273 26542080 6168 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6480 6168 67 122 0 6354 0
Current children cumulated CPU time (s) 562.91
Current children cumulated vsize (KiB) 25920

[startup+564.701 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 31886
/proc/meminfo: memFree=1435872/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25920 CPUtime=564.51
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7331 0 0 0 56442 9 0 0 25 0 1 0 336940273 26542080 6168 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6480 6168 67 122 0 6354 0
Current children cumulated CPU time (s) 564.51
Current children cumulated vsize (KiB) 25920

[startup+565.501 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 31886
/proc/meminfo: memFree=1435872/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25920 CPUtime=565.31
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7331 0 0 0 56522 9 0 0 25 0 1 0 336940273 26542080 6168 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6480 6168 67 122 0 6354 0
Current children cumulated CPU time (s) 565.31
Current children cumulated vsize (KiB) 25920

[startup+565.903 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 31886
/proc/meminfo: memFree=1435872/2055920 swapFree=4183500/4192956
[pid=31885] ppid=31883 vsize=25920 CPUtime=565.71
/proc/31885/stat : 31885 (mxc) R 31883 31885 30840 0 -1 4194304 7331 0 0 0 56562 9 0 0 25 0 1 0 336940273 26542080 6168 18446744073709551615 134512640 135013041 4294956720 18446744073709551615 134519249 0 0 4096 0 0 0 0 17 1 0 0
/proc/31885/statm: 6480 6168 67 122 0 6354 0
Current children cumulated CPU time (s) 565.71
Current children cumulated vsize (KiB) 25920

Child status: 20
Real time (s): 565.994
CPU time (s): 565.795
CPU user time (s): 565.7
CPU system time (s): 0.094985
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 26108

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

runsolver used 0.425935 second user time and 1.13083 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue Mar  6 08:30:34 UTC 2007

IDJOB= 330625
IDBENCH= 20568
IDSOLVER= 107
FILE ID= node60/330625-1173169834

PBS_JOBID= 4015239

Free space on /tmp= 66492 MiB

SOLVER NAME= MXC 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k15.cnf
COMMAND LINE= /tmp/evaluation/330625-1173169834/mxc /tmp/evaluation/330625-1173169834/instance-330625-1173169834.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-330625-1173169834 -o ROOT/results/node60/solver-330625-1173169834 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330625-1173169834/mxc /tmp/evaluation/330625-1173169834/instance-330625-1173169834.cnf            

META MD5SUM SOLVER= fd459248d3e92e664505cc2f0f683bf4
MD5SUM BENCH=  376efcbd7056351cb4165e8a580bfa38

RANDOM SEED= 523889397

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1461304 kB
Buffers:         36436 kB
Cached:         481984 kB
SwapCached:       3412 kB
Active:         160252 kB
Inactive:       368356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461304 kB
SwapTotal:     4192956 kB
SwapFree:      4183500 kB
Dirty:            3192 kB
Writeback:           0 kB
Mapped:          16180 kB
Slab:            51992 kB
Committed_AS:   939664 kB
PageTables:       1468 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= 66492 MiB

End job on node60 on Tue Mar  6 08:40:00 UTC 2007