Trace number 367627

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 491.725 491.727

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-06.cnf
MD5SUM7fecd449fbdae0a526f53e395d9a04d4
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.624
Satisfiable
(Un)Satisfiability was proved
Number of variables46335
Number of clauses632886
Sum of the clauses size1813066
Maximum clause length36174
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2579116
Number of clauses of size 315779
Number of clauses of size 4960
Number of clauses of size 5277
Number of clauses of size over 536753

Solver Data (download as text)

491.71/491.72	c MXC attempting /tmp/evaluation/367627-1177549942/instance-367627-1177549942.cnf
491.71/491.72	c 36175 assignments made, starting to guess now
491.71/491.72	c ===================================[MXC]=====================================
491.71/491.72	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
491.71/491.72	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
491.71/491.72	c =============================================================================
491.71/491.72	c |         0 |   53661   582272 |   17887       0       0     nan | 78.073 % |
491.71/491.72	c |       102 |   53661   582272 |   19675      91    1238    13.6 | 78.073 % |
491.71/491.72	c |       253 |   53660   582266 |   21643     239    2804    11.7 | 78.077 % |
491.71/491.72	c |       479 |   53660   582266 |   23807     447    5395    12.1 | 78.077 % |
491.71/491.72	c |       816 |   53660   582266 |   26188     777   11806    15.2 | 78.077 % |
491.71/491.72	c |      1323 |   53656   582253 |   28807    1261   21786    17.3 | 78.079 % |
491.71/491.72	c |      2082 |   53652   582240 |   31687    1980   38430    19.4 | 78.081 % |
491.71/491.72	c |      3221 |   53652   582240 |   34856    3085   64342    20.9 | 78.081 % |
491.71/491.72	c |      4929 |   53651   582234 |   38342    4755  100747    21.2 | 78.086 % |
491.71/491.72	c |      7492 |   53591   582021 |   42176    7233  172325    23.8 | 78.157 % |
491.71/491.72	c |     11338 |   53574   581963 |   46394   11019  259513    23.6 | 78.172 % |
491.71/491.72	c |     17104 |   53533   581827 |   51033   16708  414111    24.8 | 78.200 % |
491.71/491.72	c |     25754 |   53523   581790 |   56137   25296  643357    25.4 | 78.215 % |
491.71/491.72	c |     38728 |   53510   581745 |   61750   38179 1108382    29.0 | 78.228 % |
491.71/491.72	c |     58189 |   53498   581704 |   67925   57580 1861658    32.3 | 78.239 % |
491.71/491.72	c |     87381 |   53488   581667 |   74718   52777 1712782    32.5 | 78.254 % |
491.71/491.72	c |    131171 |   53444   581513 |   82190   59145 1758636    29.7 | 78.308 % |
491.71/491.72	c |    196856 |   53398   581356 |   90409   42644 1234501    28.9 | 78.353 % |
491.71/491.72	c |    295386 |   53273   580921 |   99450   31090  787213    25.3 | 78.412 % |
491.71/491.72	c 491.790s elapsed
491.71/491.72	c restarts: 18
491.71/491.72	c decisions: 463375
491.71/491.72	c propagations: 350004805
491.71/491.72	c conflicts: 364203
491.71/491.72	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/node16/watcher-367627-1177549942 -o ROOT/results/node16/solver-367627-1177549942 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/367627-1177549942/mxc /tmp/evaluation/367627-1177549942/instance-367627-1177549942.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.00 1.00 0.93 3/77 16794
/proc/meminfo: memFree=1650816/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=12752 CPUtime=0
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 760 0 0 0 0 0 0 0 18 0 1 0 202911947 13058048 746 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 3188 752 42 122 0 3062 0

[startup+0.0268479 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 16794
/proc/meminfo: memFree=1650816/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=17812 CPUtime=0.02
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 4105 0 0 0 0 2 0 0 18 0 1 0 202911947 18239488 4090 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 4453 4090 46 122 0 4327 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17812

[startup+0.101832 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 16794
/proc/meminfo: memFree=1650816/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=22500 CPUtime=0.09
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 5234 0 0 0 7 2 0 0 18 0 1 0 202911947 23040000 5219 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134691428 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 5625 5220 46 122 0 5499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22500

[startup+0.30179 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 16794
/proc/meminfo: memFree=1650816/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=17480 CPUtime=0.29
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 6986 0 0 0 26 3 0 0 19 0 1 0 202911947 17899520 3980 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519587 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 4370 3980 59 122 0 4244 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17480

[startup+0.701707 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 16794
/proc/meminfo: memFree=1650816/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=17896 CPUtime=0.69
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 7097 0 0 0 66 3 0 0 22 0 1 0 202911947 18325504 4091 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 4474 4091 59 122 0 4348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17896

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1634424/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=18428 CPUtime=1.49
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 7207 0 0 0 146 3 0 0 25 0 1 0 202911947 18870272 4201 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134530564 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 4607 4201 59 122 0 4481 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18428

[startup+3.10221 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1633336/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=19220 CPUtime=3.09
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 7391 0 0 0 305 4 0 0 25 0 1 0 202911947 19681280 4385 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134530561 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 4805 4385 59 122 0 4679 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19220

[startup+6.30154 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1632248/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=20276 CPUtime=6.29
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 7667 0 0 0 625 4 0 0 25 0 1 0 202911947 20762624 4661 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 5069 4661 59 122 0 4943 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20276

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1630456/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=22260 CPUtime=12.68
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 8165 0 0 0 1264 4 0 0 25 0 1 0 202911947 22794240 5159 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 5565 5159 59 122 0 5439 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22260

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1627576/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=25192 CPUtime=25.48
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 8884 0 0 0 2543 5 0 0 25 0 1 0 202911947 25796608 5878 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 6298 5878 59 122 0 6172 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25192

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1623160/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=29984 CPUtime=51.08
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 10000 0 0 0 5101 7 0 0 25 0 1 0 202911947 30703616 6994 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 7496 6994 59 122 0 7370 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29984

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1621432/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=31340 CPUtime=102.29
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 10499 0 0 0 10221 8 0 0 25 0 1 0 202911947 32092160 7351 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 7835 7351 67 122 0 7709 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 31340

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1620216/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=32636 CPUtime=162.29
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 10882 0 0 0 16220 9 0 0 25 0 1 0 202911947 33419264 7653 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8159 7653 67 122 0 8033 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 32636

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619704/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33272 CPUtime=222.29
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11089 0 0 0 22219 10 0 0 25 0 1 0 202911947 34070528 7779 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134528086 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8318 7779 67 122 0 8192 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 33272

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619384/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33588 CPUtime=282.3
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11243 0 0 0 28219 11 0 0 25 0 1 0 202911947 34394112 7844 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8397 7844 67 122 0 8271 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 33588

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619512/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33588 CPUtime=342.29
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11267 0 0 0 34218 11 0 0 25 0 1 0 202911947 34394112 7868 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519229 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8397 7868 67 122 0 8271 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 33588

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619320/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33720 CPUtime=402.3
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11380 0 0 0 40218 12 0 0 25 0 1 0 202911947 34529280 7892 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8430 7892 67 122 0 8304 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 33720

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619320/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33852 CPUtime=462.3
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11414 0 0 0 46218 12 0 0 25 0 1 0 202911947 34664448 7926 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8463 7926 67 122 0 8337 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 33852

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

[startup+473.502 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619320/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33852 CPUtime=473.5
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11418 0 0 0 47338 12 0 0 25 0 1 0 202911947 34664448 7930 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8463 7930 67 122 0 8337 0
Current children cumulated CPU time (s) 473.5
Current children cumulated vsize (KiB) 33852

[startup+479.902 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619320/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33852 CPUtime=479.9
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11421 0 0 0 47978 12 0 0 25 0 1 0 202911947 34664448 7933 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519200 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8463 7933 67 122 0 8337 0
Current children cumulated CPU time (s) 479.9
Current children cumulated vsize (KiB) 33852

[startup+486.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619384/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33852 CPUtime=486.3
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11423 0 0 0 48618 12 0 0 25 0 1 0 202911947 34664448 7935 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8463 7935 67 122 0 8337 0
Current children cumulated CPU time (s) 486.3
Current children cumulated vsize (KiB) 33852

[startup+489.506 s]
/proc/loadavg: 1.00 1.00 0.93 3/78 16795
/proc/meminfo: memFree=1619320/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33852 CPUtime=489.51
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11425 0 0 0 48938 13 0 0 25 0 1 0 202911947 34664448 7937 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8463 7937 67 122 0 8337 0
Current children cumulated CPU time (s) 489.51
Current children cumulated vsize (KiB) 33852

[startup+491.102 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619128/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33852 CPUtime=491.1
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11523 0 0 0 49097 13 0 0 25 0 1 0 202911947 34664448 7937 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134534730 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8463 7937 67 122 0 8337 0
Current children cumulated CPU time (s) 491.1
Current children cumulated vsize (KiB) 33852

[startup+491.501 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619128/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33852 CPUtime=491.5
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11523 0 0 0 49137 13 0 0 25 0 1 0 202911947 34664448 7937 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134534099 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8463 7937 67 122 0 8337 0
Current children cumulated CPU time (s) 491.5
Current children cumulated vsize (KiB) 33852

[startup+491.705 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 16795
/proc/meminfo: memFree=1619128/2055920 swapFree=4148656/4192956
[pid=16794] ppid=16792 vsize=33852 CPUtime=491.71
/proc/16794/stat : 16794 (mxc) R 16792 16794 16212 0 -1 4194304 11526 0 0 0 49158 13 0 0 25 0 1 0 202911947 34664448 7940 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/16794/statm: 8463 7940 67 122 0 8337 0
Current children cumulated CPU time (s) 491.71
Current children cumulated vsize (KiB) 33852

Child status: 20
Real time (s): 491.727
CPU time (s): 491.725
CPU user time (s): 491.587
CPU system time (s): 0.137979
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 34244

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

runsolver used 0.378942 second user time and 1.11283 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Thu Apr 26 01:12:23 UTC 2007

IDJOB= 367627
IDBENCH= 20395
IDSOLVER= 174
FILE ID= node16/367627-1177549942

PBS_JOBID= 4696597

Free space on /tmp= 66411 MiB

SOLVER NAME= MXC 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-06.cnf
COMMAND LINE= /tmp/evaluation/367627-1177549942/mxc /tmp/evaluation/367627-1177549942/instance-367627-1177549942.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-367627-1177549942 -o ROOT/results/node16/solver-367627-1177549942 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/367627-1177549942/mxc /tmp/evaluation/367627-1177549942/instance-367627-1177549942.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  7fecd449fbdae0a526f53e395d9a04d4

RANDOM SEED= 256044119

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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:       1651224 kB
Buffers:         37680 kB
Cached:         267688 kB
SwapCached:      12328 kB
Active:         199048 kB
Inactive:       151700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651224 kB
SwapTotal:     4192956 kB
SwapFree:      4148656 kB
Dirty:           12492 kB
Writeback:           0 kB
Mapped:          52416 kB
Slab:            39420 kB
Committed_AS:  7588332 kB
PageTables:       1896 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= 66411 MiB

End job on node16 on Thu Apr 26 01:20:35 UTC 2007