Trace number 367634

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 428.188 428.309

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h30-unknown.cnf
MD5SUMfad87308d3751e996b7b3c35a13a7fd9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.0394
Satisfiable
(Un)Satisfiability was proved
Number of variables137341
Number of clauses724504
Sum of the clauses size1900318
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2588905
Number of clauses of size 3130263
Number of clauses of size 41197
Number of clauses of size 5111
Number of clauses of size over 53752

Solver Data (download as text)

428.08/428.29	c MXC attempting /tmp/evaluation/367634-1177550270/instance-367634-1177550270.cnf
428.08/428.29	c 34 assignments made, starting to guess now
428.08/428.29	c ===================================[MXC]=====================================
428.08/428.29	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
428.08/428.29	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
428.08/428.29	c =============================================================================
428.08/428.29	c |         0 |  135311   722196 |   45103       0       0     nan |  0.024 % |
428.08/428.29	c |       100 |  135311   722196 |   49613      93    2691    28.9 |  0.024 % |
428.08/428.29	c |       250 |  135311   722196 |   54574     239    6477    27.1 |  0.024 % |
428.08/428.29	c |       476 |  135311   722196 |   60032     460   12352    26.9 |  0.024 % |
428.08/428.29	c |       813 |  135311   722196 |   66035     785   19257    24.5 |  0.024 % |
428.08/428.29	c |      1319 |  135311   722196 |   72638    1284   36467    28.4 |  0.024 % |
428.08/428.29	c |      2078 |  135311   722196 |   79902    2039   54247    26.6 |  0.024 % |
428.08/428.29	c |      3217 |  135311   722196 |   87892    3174   77193    24.3 |  0.024 % |
428.08/428.29	c |      4926 |  135246   721885 |   96682    4859  116553    24.0 |  0.042 % |
428.08/428.29	c |      7489 |  135246   721885 |  106350    7415  199210    26.9 |  0.042 % |
428.08/428.29	c |     11333 |  135246   721885 |  116985   11233  554192    49.3 |  0.042 % |
428.08/428.29	c |     17100 |  135246   721885 |  128684   16985 1051995    61.9 |  0.042 % |
428.08/428.29	c |     25752 |  135246   721885 |  141552   25606 1421395    55.5 |  0.042 % |
428.08/428.29	c |     38726 |  135181   721577 |  155707   38567 2044598    53.0 |  0.060 % |
428.08/428.29	c |     58189 |  135116   721272 |  171278   58015 2578026    44.4 |  0.078 % |
428.08/428.29	c |     87381 |  135116   721272 |  188406   87181 3147415    36.1 |  0.078 % |
428.08/428.29	c |    131170 |  135116   721272 |  207247  130946 4275474    32.7 |  0.078 % |
428.08/428.29	c 428.230s elapsed
428.08/428.29	c restarts: 16
428.08/428.29	c decisions: 285401
428.08/428.29	c propagations: 523682301
428.08/428.29	c conflicts: 194915
428.08/428.29	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/node12/watcher-367634-1177550270 -o ROOT/results/node12/solver-367634-1177550270 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/367634-1177550270/mxc /tmp/evaluation/367634-1177550270/instance-367634-1177550270.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.94 3/77 30088
/proc/meminfo: memFree=1746672/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=13992 CPUtime=0
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 735 0 0 0 0 0 0 0 18 0 1 0 231064510 14327808 720 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 3498 728 42 122 0 3372 0

[startup+0.0691881 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 30088
/proc/meminfo: memFree=1746672/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=30540 CPUtime=0.06
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 6821 0 0 0 3 3 0 0 18 0 1 0 231064510 31272960 6806 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 7635 6806 46 122 0 7509 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30540

[startup+0.10119 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 30088
/proc/meminfo: memFree=1746672/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=32296 CPUtime=0.09
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 7228 0 0 0 6 3 0 0 18 0 1 0 231064510 33071104 7213 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134691604 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 8074 7214 46 122 0 7948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32296

[startup+0.30121 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 30088
/proc/meminfo: memFree=1746672/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=41788 CPUtime=0.29
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 9604 0 0 0 25 4 0 0 19 0 1 0 231064510 42790912 9589 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 10447 9590 46 122 0 10321 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41788

[startup+0.701251 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 30088
/proc/meminfo: memFree=1746672/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=31220 CPUtime=0.69
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 10148 0 0 0 65 4 0 0 22 0 1 0 231064510 31969280 6868 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134520329 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 7805 6868 58 122 0 7679 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31220

[startup+1.50233 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1719336/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=31352 CPUtime=1.49
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 10165 0 0 0 145 4 0 0 25 0 1 0 231064510 32104448 6885 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 7838 6885 59 122 0 7712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31352

[startup+3.10149 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1719080/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=31484 CPUtime=3.09
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 10196 0 0 0 305 4 0 0 25 0 1 0 231064510 32239616 6916 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 7871 6916 59 122 0 7745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31484

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1718760/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=31748 CPUtime=6.29
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 10252 0 0 0 625 4 0 0 25 0 1 0 231064510 32509952 6972 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 7937 6972 59 122 0 7811 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31748

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1718504/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=32012 CPUtime=12.69
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 10322 0 0 0 1264 5 0 0 25 0 1 0 231064510 32780288 7042 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134531372 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 8003 7042 59 122 0 7877 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32012

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1717736/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=32964 CPUtime=25.48
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 10550 0 0 0 2543 5 0 0 25 0 1 0 231064510 33755136 7270 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134530562 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 8241 7270 59 122 0 8115 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32964

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1714152/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=36528 CPUtime=51.07
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 11433 0 0 0 5101 6 0 0 25 0 1 0 231064510 37404672 8153 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 9132 8153 59 122 0 9006 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36528

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1709608/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=41148 CPUtime=102.27
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 12576 0 0 0 10219 8 0 0 25 0 1 0 231064510 42135552 9296 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 10287 9296 59 122 0 10161 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 41148

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1704872/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=46084 CPUtime=162.25
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 13769 0 0 0 16215 10 0 0 25 0 1 0 231064510 47190016 10489 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 11521 10489 59 122 0 11395 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 46084

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1700520/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=50292 CPUtime=222.23
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 14836 0 0 0 22212 11 0 0 25 0 1 0 231064510 51499008 11556 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 12573 11556 59 122 0 12447 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 50292

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1696808/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=54572 CPUtime=282.22
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 15743 0 0 0 28209 13 0 0 25 0 1 0 231064510 55881728 12463 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519194 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 13643 12463 59 122 0 13517 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 54572

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1693736/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=57720 CPUtime=342.21
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 16510 0 0 0 34206 15 0 0 25 0 1 0 231064510 59105280 13230 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 14430 13230 59 122 0 14304 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 57720

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1691176/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=60288 CPUtime=402.19
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 17150 0 0 0 40203 16 0 0 25 0 1 0 231064510 61734912 13870 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 15072 13870 59 122 0 14946 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 60288

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1690920/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=60736 CPUtime=409.39
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 17223 0 0 0 40923 16 0 0 25 0 1 0 231064510 62193664 13943 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519987 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 15184 13943 59 122 0 15058 0
Current children cumulated CPU time (s) 409.39
Current children cumulated vsize (KiB) 60736

[startup+415.902 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1690664/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=60868 CPUtime=415.79
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 17276 0 0 0 41563 16 0 0 25 0 1 0 231064510 62328832 13996 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134531601 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 15217 13996 59 122 0 15091 0
Current children cumulated CPU time (s) 415.79
Current children cumulated vsize (KiB) 60868

[startup+422.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1690536/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=61000 CPUtime=422.19
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 17330 0 0 0 42203 16 0 0 25 0 1 0 231064510 62464000 14050 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519651 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 15250 14050 59 122 0 15124 0
Current children cumulated CPU time (s) 422.19
Current children cumulated vsize (KiB) 61000

[startup+425.502 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1690472/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=61132 CPUtime=425.39
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 17352 0 0 0 42523 16 0 0 25 0 1 0 231064510 62599168 14072 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519682 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 15283 14072 59 122 0 15157 0
Current children cumulated CPU time (s) 425.39
Current children cumulated vsize (KiB) 61132

[startup+427.102 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1690408/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=61132 CPUtime=426.98
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 17361 0 0 0 42682 16 0 0 25 0 1 0 231064510 62599168 14081 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519771 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 15283 14081 59 122 0 15157 0
Current children cumulated CPU time (s) 426.98
Current children cumulated vsize (KiB) 61132

[startup+427.906 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1690408/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=61132 CPUtime=427.79
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194304 17365 0 0 0 42763 16 0 0 25 0 1 0 231064510 62599168 14085 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 15283 14085 59 122 0 15157 0
Current children cumulated CPU time (s) 427.79
Current children cumulated vsize (KiB) 61132

[startup+428.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 30089
/proc/meminfo: memFree=1690408/2055920 swapFree=4160056/4192956
[pid=30088] ppid=30086 vsize=0 CPUtime=428.17
/proc/30088/stat : 30088 (mxc) R 30086 30088 29268 0 -1 4194308 17374 0 0 0 42801 16 0 0 24 0 1 0 231064510 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/30088/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 428.17
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 428.309
CPU time (s): 428.188
CPU user time (s): 428.014
CPU system time (s): 0.173973
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 61132

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

runsolver used 0.291955 second user time and 0.98585 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Thu Apr 26 01:17:51 UTC 2007

IDJOB= 367634
IDBENCH= 20416
IDSOLVER= 174
FILE ID= node12/367634-1177550270

PBS_JOBID= 4696157

Free space on /tmp= 66391 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  fad87308d3751e996b7b3c35a13a7fd9

RANDOM SEED= 726337574

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1747144 kB
Buffers:         36244 kB
Cached:         169036 kB
SwapCached:      11504 kB
Active:         113340 kB
Inactive:       127624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747144 kB
SwapTotal:     4192956 kB
SwapFree:      4160056 kB
Dirty:           13704 kB
Writeback:           0 kB
Mapped:          42784 kB
Slab:            53272 kB
Committed_AS:  6156684 kB
PageTables:       1820 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= 66391 MiB

End job on node12 on Thu Apr 26 01:25:00 UTC 2007