Trace number 1774654

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
glucose 1.0UNSAT 27.5348 27.563

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.5348
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.39/0.49	c ==============================================================================
0.39/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.49	c ==============================================================================
0.39/0.49	c |         0 |  495037  1168850 |  148511       0        0     nan |  0.000 % |
3.08/3.10	c |         0 |  300004   826435 |      --       0       --      -- |     --   | -45117/2703
3.08/3.10	c ==============================================================================
3.08/3.10	c Result  :   #vars: 49470   #clauses: 300004   #literals: 826435
3.08/3.10	c CPU time:   2.97255 s
3.08/3.10	c ==============================================================================
3.40/3.40	c
3.40/3.40	c Starting glucose
3.40/3.40	c
3.40/3.40	
3.40/3.40	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.40/3.40	
3.40/3.40	c ============================[ Problem Statistics ]=============================
3.40/3.40	c |                                                                             |
3.40/3.40	c |  Number of variables:  49470                                                |
3.40/3.40	c |  Number of clauses:    300004                                               |
3.40/3.63	c |  Parsing time:         0.20         s                                       |
27.46/27.55	c restarts              : 18
27.46/27.55	c nb ReduceDB           : 0
27.46/27.55	c nb learnts DL2        : 464
27.46/27.55	c nb learnts size 2     : 257
27.46/27.55	c nb learnts size 1     : 77
27.46/27.55	c conflicts             : 13781          (573 /sec)
27.46/27.55	c decisions             : 56110          (1.27 % random) (2332 /sec)
27.46/27.55	c propagations          : 40932808       (1701256 /sec)
27.46/27.55	c conflict literals     : 1157015        (37.16 % deleted)
27.46/27.55	c Memory used           : 28.25 MB
27.46/27.55	c CPU time              : 24.0603 s
27.46/27.55	
27.46/27.55	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774654-1241267088/watcher-1774654-1241267088 -o /tmp/evaluation-result-1774654-1241267088/solver-1774654-1241267088 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774654-1241267088.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 1249
/proc/meminfo: memFree=1125340/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=0
/proc/1249/stat : 1249 (glucose.sh) R 1247 1249 1212 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154741391 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266134416031 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1249/statm: 1340 235 194 169 0 51 0
[pid=1250] ppid=1249 vsize=1744 CPUtime=0
/proc/1250/stat : 1250 (SatELite_releas) R 1249 1249 1212 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 154741391 1785856 260 1992294400 134512640 135225430 4294956176 18446744073709551615 134543544 0 0 4096 3 0 0 0 17 0 0 0
/proc/1250/statm: 436 261 50 174 0 259 0

[startup+0.100727 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 1249
/proc/meminfo: memFree=1125340/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=0
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154741391 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1249/statm: 1340 236 195 169 0 51 0
[pid=1250] ppid=1249 vsize=21996 CPUtime=0.08
/proc/1250/stat : 1250 (SatELite_releas) R 1249 1249 1212 0 -1 4194304 4552 0 0 0 6 2 0 0 19 0 1 0 154741391 22523904 4432 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/1250/statm: 5499 4433 50 174 0 5322 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27356

[startup+0.202736 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 1249
/proc/meminfo: memFree=1125340/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=0
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154741391 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1249/statm: 1340 236 195 169 0 51 0
[pid=1250] ppid=1249 vsize=28448 CPUtime=0.18
/proc/1250/stat : 1250 (SatELite_releas) R 1249 1249 1212 0 -1 4194304 6175 0 0 0 15 3 0 0 20 0 1 0 154741391 29130752 6055 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/1250/statm: 7112 6056 50 174 0 6935 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 33808

[startup+0.302748 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 1249
/proc/meminfo: memFree=1125340/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=0
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154741391 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1249/statm: 1340 236 195 169 0 51 0
[pid=1250] ppid=1249 vsize=35544 CPUtime=0.29
/proc/1250/stat : 1250 (SatELite_releas) R 1249 1249 1212 0 -1 4194304 7819 0 0 0 24 5 0 0 21 0 1 0 154741391 36397056 7699 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/1250/statm: 8886 7700 50 174 0 8709 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40904

[startup+0.701793 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 1249
/proc/meminfo: memFree=1125340/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=0
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154741391 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1249/statm: 1340 236 195 169 0 51 0
[pid=1250] ppid=1249 vsize=52356 CPUtime=0.68
/proc/1250/stat : 1250 (SatELite_releas) R 1249 1249 1212 0 -1 4194304 13040 0 0 0 60 8 0 0 25 0 1 0 154741391 53612544 11900 1992294400 134512640 135225430 4294956176 18446744073709551615 134577709 0 0 4096 3 0 0 0 17 0 0 0
/proc/1250/statm: 13089 11900 77 174 0 12912 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 57716

[startup+1.50188 s]
/proc/loadavg: 0.85 0.94 0.98 2/66 1251
/proc/meminfo: memFree=1070284/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=0
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154741391 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1249/statm: 1340 236 195 169 0 51 0
[pid=1250] ppid=1249 vsize=60612 CPUtime=1.48
/proc/1250/stat : 1250 (SatELite_releas) R 1249 1249 1212 0 -1 4194304 14881 0 0 0 138 10 0 0 25 0 1 0 154741391 62066688 13536 1992294400 134512640 135225430 4294956176 18446744073709551615 134587351 0 0 4096 3 0 0 0 17 0 0 0
/proc/1250/statm: 15153 13536 77 174 0 14976 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 65972

[startup+3.10105 s]
/proc/loadavg: 0.85 0.94 0.98 2/66 1251
/proc/meminfo: memFree=1068108/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=0
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154741391 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1249/statm: 1340 236 195 169 0 51 0
[pid=1250] ppid=1249 vsize=60924 CPUtime=3.08
/proc/1250/stat : 1250 (SatELite_releas) R 1249 1249 1212 0 -1 4194304 17902 0 0 0 296 12 0 0 25 0 1 0 154741391 62386176 13695 1992294400 134512640 135225430 4294956176 18446744073709551615 134596858 0 0 4096 3 0 0 0 17 0 0 0
/proc/1250/statm: 15231 13695 77 174 0 15054 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 66284

[startup+6.30142 s]
/proc/loadavg: 0.85 0.94 0.98 2/66 1252
/proc/meminfo: memFree=1092500/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=3.4
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 313 17906 0 0 0 0 324 16 16 0 1 0 154741391 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1249/statm: 1340 238 195 169 0 51 0
[pid=1252] ppid=1249 vsize=25620 CPUtime=2.88
/proc/1252/stat : 1252 (glucose_static) R 1249 1249 1212 0 -1 4194304 5969 0 0 0 284 4 0 0 25 0 1 0 154741731 26234880 5955 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/1252/statm: 6405 5955 77 172 0 6230 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30980

[startup+12.7011 s]
/proc/loadavg: 0.88 0.94 0.98 2/66 1252
/proc/meminfo: memFree=1090388/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=3.4
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 313 17906 0 0 0 0 324 16 16 0 1 0 154741391 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1249/statm: 1340 238 195 169 0 51 0
[pid=1252] ppid=1249 vsize=27732 CPUtime=9.27
/proc/1252/stat : 1252 (glucose_static) R 1249 1249 1212 0 -1 4194304 6479 0 0 0 923 4 0 0 25 0 1 0 154741731 28397568 6465 1992294400 134512640 135217611 4294956288 18446744073709551615 134532709 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1252/statm: 6933 6465 77 172 0 6758 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 33092

[startup+25.5025 s]
/proc/loadavg: 0.89 0.94 0.98 2/66 1252
/proc/meminfo: memFree=1089172/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=3.4
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 313 17906 0 0 0 0 324 16 16 0 1 0 154741391 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1249/statm: 1340 238 195 169 0 51 0
[pid=1252] ppid=1249 vsize=28920 CPUtime=22.06
/proc/1252/stat : 1252 (glucose_static) R 1249 1249 1212 0 -1 4194304 6786 0 0 0 2201 5 0 0 25 0 1 0 154741731 29614080 6772 1992294400 134512640 135217611 4294956288 18446744073709551615 134532723 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1252/statm: 7230 6772 77 172 0 7055 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34280

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

[startup+25.6025 s]
/proc/loadavg: 0.89 0.94 0.98 2/66 1252
/proc/meminfo: memFree=1089172/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=3.4
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 313 17906 0 0 0 0 324 16 16 0 1 0 154741391 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1249/statm: 1340 238 195 169 0 51 0
[pid=1252] ppid=1249 vsize=28920 CPUtime=22.16
/proc/1252/stat : 1252 (glucose_static) R 1249 1249 1212 0 -1 4194304 6786 0 0 0 2211 5 0 0 25 0 1 0 154741731 29614080 6772 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1252/statm: 7230 6772 77 172 0 7055 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 34280

[startup+26.4016 s]
/proc/loadavg: 0.90 0.94 0.98 2/66 1252
/proc/meminfo: memFree=1089172/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=3.4
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 313 17906 0 0 0 0 324 16 16 0 1 0 154741391 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1249/statm: 1340 238 195 169 0 51 0
[pid=1252] ppid=1249 vsize=28920 CPUtime=22.96
/proc/1252/stat : 1252 (glucose_static) R 1249 1249 1212 0 -1 4194304 6788 0 0 0 2291 5 0 0 25 0 1 0 154741731 29614080 6774 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1252/statm: 7230 6774 77 172 0 7055 0
Current children cumulated CPU time (s) 26.36
Current children cumulated vsize (KiB) 34280

[startup+27.2017 s]
/proc/loadavg: 0.90 0.94 0.98 2/66 1252
/proc/meminfo: memFree=1089172/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=3.4
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 313 17906 0 0 0 0 324 16 16 0 1 0 154741391 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1249/statm: 1340 238 195 169 0 51 0
[pid=1252] ppid=1249 vsize=28920 CPUtime=23.76
/proc/1252/stat : 1252 (glucose_static) R 1249 1249 1212 0 -1 4194304 6790 0 0 0 2371 5 0 0 25 0 1 0 154741731 29614080 6776 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1252/statm: 7230 6776 77 172 0 7055 0
Current children cumulated CPU time (s) 27.16
Current children cumulated vsize (KiB) 34280

[startup+27.4017 s]
/proc/loadavg: 0.90 0.94 0.98 2/66 1252
/proc/meminfo: memFree=1089172/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=3.4
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 313 17906 0 0 0 0 324 16 16 0 1 0 154741391 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1249/statm: 1340 238 195 169 0 51 0
[pid=1252] ppid=1249 vsize=28920 CPUtime=23.96
/proc/1252/stat : 1252 (glucose_static) R 1249 1249 1212 0 -1 4194304 6790 0 0 0 2391 5 0 0 25 0 1 0 154741731 29614080 6776 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1252/statm: 7230 6776 77 172 0 7055 0
Current children cumulated CPU time (s) 27.36
Current children cumulated vsize (KiB) 34280

[startup+27.5017 s]
/proc/loadavg: 0.90 0.94 0.98 2/66 1252
/proc/meminfo: memFree=1089172/2055920 swapFree=4181296/4192956
[pid=1249] ppid=1247 vsize=5360 CPUtime=3.4
/proc/1249/stat : 1249 (glucose.sh) S 1247 1249 1212 0 -1 4194304 313 17906 0 0 0 0 324 16 16 0 1 0 154741391 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1249/statm: 1340 238 195 169 0 51 0
[pid=1252] ppid=1249 vsize=28920 CPUtime=24.06
/proc/1252/stat : 1252 (glucose_static) R 1249 1249 1212 0 -1 4194304 6790 0 0 0 2401 5 0 0 25 0 1 0 154741731 29614080 6776 1992294400 134512640 135217611 4294956288 18446744073709551615 134532676 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1252/statm: 7230 6776 77 172 0 7055 0
Current children cumulated CPU time (s) 27.46
Current children cumulated vsize (KiB) 34280

Child status: 20
Real time (s): 27.563
CPU time (s): 27.5348
CPU user time (s): 27.3038
CPU system time (s): 0.230964
CPU usage (%): 99.8978
Max. virtual memory (cumulated for all children) (KiB): 71772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.3038
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25175
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= 12
involuntary context switches= 109

runsolver used 0.040993 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-02 14:24:48
IDJOB=1774654
IDBENCH=70974
IDSOLVER=610
FILE ID=node35/1774654-1241267088
PBS_JOBID= 9224968
Free space on /tmp= 66548 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774654-1241267088/watcher-1774654-1241267088 -o /tmp/evaluation-result-1774654-1241267088/solver-1774654-1241267088 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774654-1241267088.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=193092732

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.214
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.214
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:       1125820 kB
Buffers:         93024 kB
Cached:         727608 kB
SwapCached:       5500 kB
Active:          74000 kB
Inactive:       754420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1125820 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:           10192 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            87680 kB
Committed_AS:   747008 kB
PageTables:       1396 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= 66548 MiB
End job on node35 at 2009-05-02 14:25:16