Trace number 314583

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 494.27 494.455

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 benchmark176.159
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)

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

[startup+0.0322599 s]
/proc/loadavg: 1.03 1.04 1.00 3/77 2752
/proc/meminfo: memFree=1313128/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=18244 CPUtime=0.03
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 4218 0 0 0 1 2 0 0 18 0 1 0 283872385 18681856 4202 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134518182 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 4561 4203 46 122 0 4435 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18244

[startup+0.101272 s]
/proc/loadavg: 1.03 1.04 1.00 3/77 2752
/proc/meminfo: memFree=1313128/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=22368 CPUtime=0.09
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 5205 0 0 0 7 2 0 0 18 0 1 0 283872385 22904832 5189 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 5592 5189 46 122 0 5466 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22368

[startup+0.301305 s]
/proc/loadavg: 1.03 1.04 1.00 3/77 2752
/proc/meminfo: memFree=1313128/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=17480 CPUtime=0.3
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 6977 0 0 0 27 3 0 0 19 0 1 0 283872385 17899520 3970 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 4370 3970 59 122 0 4244 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17480

[startup+0.701375 s]
/proc/loadavg: 1.03 1.04 1.00 3/77 2752
/proc/meminfo: memFree=1313128/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=17896 CPUtime=0.69
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 7098 0 0 0 66 3 0 0 23 0 1 0 283872385 18325504 4091 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134529951 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 4474 4091 59 122 0 4348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17896

[startup+1.50151 s]
/proc/loadavg: 1.03 1.04 1.00 2/78 2753
/proc/meminfo: memFree=1296736/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=18428 CPUtime=1.49
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 7208 0 0 0 146 3 0 0 25 0 1 0 283872385 18870272 4201 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 4607 4201 59 122 0 4481 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18428

[startup+3.10179 s]
/proc/loadavg: 1.03 1.04 1.00 2/78 2753
/proc/meminfo: memFree=1296032/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=19220 CPUtime=3.09
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 7391 0 0 0 306 3 0 0 25 0 1 0 283872385 19681280 4384 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 4805 4384 59 122 0 4679 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19220

[startup+6.30134 s]
/proc/loadavg: 1.03 1.04 1.00 2/78 2753
/proc/meminfo: memFree=1294624/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=20276 CPUtime=6.29
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 7667 0 0 0 625 4 0 0 25 0 1 0 283872385 20762624 4660 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134703188 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 5069 4660 59 122 0 4943 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20276

[startup+12.7015 s]
/proc/loadavg: 1.03 1.04 1.00 2/78 2753
/proc/meminfo: memFree=1292832/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=22260 CPUtime=12.69
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 8151 0 0 0 1264 5 0 0 25 0 1 0 283872385 22794240 5144 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519661 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 5565 5144 59 122 0 5439 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22260

[startup+25.5017 s]
/proc/loadavg: 1.02 1.04 1.00 2/78 2753
/proc/meminfo: memFree=1289888/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=25192 CPUtime=25.48
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 8868 0 0 0 2542 6 0 0 25 0 1 0 283872385 25796608 5861 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 6298 5861 59 122 0 6172 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25192

[startup+51.1011 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 2753
/proc/meminfo: memFree=1285472/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=29852 CPUtime=51.07
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 9981 0 0 0 5099 8 0 0 25 0 1 0 283872385 30568448 6974 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519252 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 7463 6974 59 122 0 7337 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29852

[startup+102.306 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 2753
/proc/meminfo: memFree=1283744/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=31340 CPUtime=102.25
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 10499 0 0 0 10217 8 0 0 25 0 1 0 283872385 32092160 7350 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134534744 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 7835 7350 67 122 0 7709 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 31340

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1282848/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=32636 CPUtime=162.23
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 10799 0 0 0 16214 9 0 0 25 0 1 0 283872385 33419264 7650 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519131 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8159 7650 67 122 0 8033 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 32636

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2753
/proc/meminfo: memFree=1282080/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33272 CPUtime=222.21
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11089 0 0 0 22211 10 0 0 25 0 1 0 283872385 34070528 7778 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134529863 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8318 7778 67 122 0 8192 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 33272

[startup+282.301 s]
/proc/loadavg: 1.05 1.03 1.00 2/78 2753
/proc/meminfo: memFree=1282016/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33588 CPUtime=282.19
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11153 0 0 0 28209 10 0 0 25 0 1 0 283872385 34394112 7842 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519951 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8397 7842 67 122 0 8271 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 33588

[startup+342.303 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1281824/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33588 CPUtime=342.17
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11255 0 0 0 34207 10 0 0 25 0 1 0 283872385 34394112 7855 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8397 7855 67 122 0 8271 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 33588

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2753
/proc/meminfo: memFree=1281632/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33720 CPUtime=402.15
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11380 0 0 0 40204 11 0 0 25 0 1 0 283872385 34529280 7891 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8430 7891 67 122 0 8304 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 33720

[startup+462.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1281632/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33852 CPUtime=462.13
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11414 0 0 0 46202 11 0 0 25 0 1 0 283872385 34664448 7925 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8463 7925 67 122 0 8337 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 33852

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

[startup+473.501 s]
/proc/loadavg: 1.05 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1281568/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33852 CPUtime=473.32
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11417 0 0 0 47321 11 0 0 25 0 1 0 283872385 34664448 7928 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134531106 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8463 7928 67 122 0 8337 0
Current children cumulated CPU time (s) 473.32
Current children cumulated vsize (KiB) 33852

[startup+486.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1281568/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33852 CPUtime=486.13
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11422 0 0 0 48601 12 0 0 25 0 1 0 283872385 34664448 7933 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8463 7933 67 122 0 8337 0
Current children cumulated CPU time (s) 486.13
Current children cumulated vsize (KiB) 33852

[startup+489.506 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1281568/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33852 CPUtime=489.33
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11424 0 0 0 48921 12 0 0 25 0 1 0 283872385 34664448 7935 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8463 7935 67 122 0 8337 0
Current children cumulated CPU time (s) 489.33
Current children cumulated vsize (KiB) 33852

[startup+492.702 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1281376/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33852 CPUtime=492.53
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11523 0 0 0 49241 12 0 0 25 0 1 0 283872385 34664448 7936 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134534744 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8463 7936 67 122 0 8337 0
Current children cumulated CPU time (s) 492.53
Current children cumulated vsize (KiB) 33852

[startup+493.502 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1281376/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33852 CPUtime=493.32
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11523 0 0 0 49320 12 0 0 25 0 1 0 283872385 34664448 7936 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134534724 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8463 7936 67 122 0 8337 0
Current children cumulated CPU time (s) 493.32
Current children cumulated vsize (KiB) 33852

[startup+493.906 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1281376/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33852 CPUtime=493.73
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11523 0 0 0 49361 12 0 0 25 0 1 0 283872385 34664448 7936 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134534732 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8463 7936 67 122 0 8337 0
Current children cumulated CPU time (s) 493.73
Current children cumulated vsize (KiB) 33852

[startup+494.302 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1281376/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33852 CPUtime=494.12
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11523 0 0 0 49400 12 0 0 25 0 1 0 283872385 34664448 7936 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519935 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8463 7936 67 122 0 8337 0
Current children cumulated CPU time (s) 494.12
Current children cumulated vsize (KiB) 33852

[startup+494.402 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 2753
/proc/meminfo: memFree=1281376/2055920 swapFree=4153620/4192956
[pid=2752] ppid=2750 vsize=33852 CPUtime=494.22
/proc/2752/stat : 2752 (mxc) R 2750 2752 1951 0 -1 4194304 11524 0 0 0 49410 12 0 0 25 0 1 0 283872385 34664448 7937 18446744073709551615 134512640 135013041 4294956640 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/2752/statm: 8463 7937 67 122 0 8337 0
Current children cumulated CPU time (s) 494.22
Current children cumulated vsize (KiB) 33852

Child status: 20
Real time (s): 494.455
CPU time (s): 494.27
CPU user time (s): 494.142
CPU system time (s): 0.12798
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 34244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 494.142
system time used= 0.12798
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= 10606

runsolver used 0.618905 second user time and 1.15082 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Wed Feb 28 05:06:27 UTC 2007

IDJOB= 314583
IDBENCH= 20395
IDSOLVER= 107
FILE ID= node26/314583-1172639187

PBS_JOBID= 3981141

Free space on /tmp= 66523 MiB

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

META MD5SUM SOLVER= fd459248d3e92e664505cc2f0f683bf4
MD5SUM BENCH=  7fecd449fbdae0a526f53e395d9a04d4

RANDOM SEED= 821461051

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:       1313536 kB
Buffers:         32448 kB
Cached:         642600 kB
SwapCached:      19028 kB
Active:         271396 kB
Inactive:       429204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1313536 kB
SwapTotal:     4192956 kB
SwapFree:      4153620 kB
Dirty:           12428 kB
Writeback:           0 kB
Mapped:          30072 kB
Slab:            27320 kB
Committed_AS:   770504 kB
PageTables:       1712 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= 66523 MiB

End job on node26 on Wed Feb 28 05:14:42 UTC 2007