Trace number 1774864

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 33.4979 33.5246

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.4979
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

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.58/0.63	c ==============================================================================
0.58/0.63	c |           |     ORIGINAL     |              LEARNT              |          |
0.58/0.63	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.58/0.63	c ==============================================================================
0.58/0.63	c |         0 |  619932  1463622 |  185979       0        0     nan |  0.000 % |
3.48/3.50	c |         0 |  393355  1091119 |      --       0       --      -- |     --   | -54955/20412
3.48/3.50	c ==============================================================================
3.48/3.50	c Result  :   #vars: 65019   #clauses: 393355   #literals: 1091119
3.48/3.50	c CPU time:   3.36249 s
3.48/3.50	c ==============================================================================
3.79/3.90	c
3.79/3.90	c Starting glucose
3.79/3.90	c
3.89/3.90	
3.89/3.90	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.89/3.90	
3.89/3.90	c ============================[ Problem Statistics ]=============================
3.89/3.90	c |                                                                             |
3.89/3.90	c |  Number of variables:  65019                                                |
3.89/3.90	c |  Number of clauses:    393355                                               |
3.89/4.21	c |  Parsing time:         0.28         s                                       |
33.45/33.50	c restarts              : 112
33.45/33.50	c nb ReduceDB           : 1
33.45/33.50	c nb learnts DL2        : 1310
33.45/33.50	c nb learnts size 2     : 739
33.45/33.50	c nb learnts size 1     : 105
33.45/33.50	c conflicts             : 34992          (1186 /sec)
33.45/33.50	c decisions             : 180818         (1.40 % random) (6127 /sec)
33.45/33.50	c propagations          : 45007569       (1524982 /sec)
33.45/33.50	c conflict literals     : 3637397        (23.79 % deleted)
33.45/33.50	c Memory used           : 39.96 MB
33.45/33.50	c CPU time              : 29.5135 s
33.45/33.50	
33.45/33.51	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-1774864-1241268103/watcher-1774864-1241268103 -o /tmp/evaluation-result-1774864-1241268103/solver-1774864-1241268103 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774864-1241268103.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.93 0.98 0.99 3/64 24978
/proc/meminfo: memFree=1435480/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=0
/proc/24978/stat : 24978 (glucose.sh) R 24976 24978 24941 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154838536 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259415141023 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24978/statm: 1340 235 194 169 0 51 0
[pid=24979] ppid=24978 vsize=1744 CPUtime=0
/proc/24979/stat : 24979 (SatELite_releas) R 24978 24978 24941 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 154838537 1785856 267 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/24979/statm: 436 270 50 174 0 259 0

[startup+0.072957 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 24978
/proc/meminfo: memFree=1435480/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=0
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154838536 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24978/statm: 1340 236 195 169 0 51 0
[pid=24979] ppid=24978 vsize=17772 CPUtime=0.06
/proc/24979/stat : 24979 (SatELite_releas) R 24978 24978 24941 0 -1 4194304 3923 0 0 0 4 2 0 0 19 0 1 0 154838537 18198528 3851 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24979/statm: 4443 3852 50 174 0 4266 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23132

[startup+0.10196 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 24978
/proc/meminfo: memFree=1435480/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=0
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154838536 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24978/statm: 1340 236 195 169 0 51 0
[pid=24979] ppid=24978 vsize=21336 CPUtime=0.09
/proc/24979/stat : 24979 (SatELite_releas) R 24978 24978 24941 0 -1 4194304 4867 0 0 0 6 3 0 0 19 0 1 0 154838537 21848064 4795 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24979/statm: 5367 4797 50 174 0 5190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26696

[startup+0.301982 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 24978
/proc/meminfo: memFree=1435480/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=0
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154838536 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24978/statm: 1340 236 195 169 0 51 0
[pid=24979] ppid=24978 vsize=36072 CPUtime=0.29
/proc/24979/stat : 24979 (SatELite_releas) R 24978 24978 24941 0 -1 4194304 8389 0 0 0 24 5 0 0 21 0 1 0 154838537 36937728 8317 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24979/statm: 9018 8318 50 174 0 8841 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41432

[startup+0.701025 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 24978
/proc/meminfo: memFree=1435480/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=0
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154838536 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24978/statm: 1340 236 195 169 0 51 0
[pid=24979] ppid=24978 vsize=61820 CPUtime=0.69
/proc/24979/stat : 24979 (SatELite_releas) R 24978 24978 24941 0 -1 4194304 14426 0 0 0 61 8 0 0 25 0 1 0 154838537 63303680 14354 1992294400 134512640 135225430 4294956176 18446744073709551615 134546375 0 0 4096 3 0 0 0 17 0 0 0
/proc/24979/statm: 15455 14354 72 174 0 15278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67180

[startup+1.50111 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 24980
/proc/meminfo: memFree=1373128/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=0
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154838536 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24978/statm: 1340 236 195 169 0 51 0
[pid=24979] ppid=24978 vsize=74480 CPUtime=1.49
/proc/24979/stat : 24979 (SatELite_releas) R 24978 24978 24941 0 -1 4194304 18701 0 0 0 138 11 0 0 25 0 1 0 154838537 76267520 17033 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24979/statm: 18620 17033 77 174 0 18443 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79840

[startup+3.10229 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 24980
/proc/meminfo: memFree=1360456/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=0
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154838536 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24978/statm: 1340 236 195 169 0 51 0
[pid=24979] ppid=24978 vsize=75040 CPUtime=3.08
/proc/24979/stat : 24979 (SatELite_releas) R 24978 24978 24941 0 -1 4194304 20548 0 0 0 296 12 0 0 25 0 1 0 154838537 76840960 17254 1992294400 134512640 135225430 4294956176 18446744073709551615 134587608 0 0 4096 3 0 0 0 17 0 0 0
/proc/24979/statm: 18760 17254 77 174 0 18583 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80400

[startup+6.30165 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24981
/proc/meminfo: memFree=1393808/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=3.89
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 313 22960 0 0 0 0 371 18 16 0 1 0 154838536 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24978/statm: 1340 238 195 169 0 51 0
[pid=24981] ppid=24978 vsize=32184 CPUtime=2.38
/proc/24981/stat : 24981 (glucose_static) R 24978 24978 24941 0 -1 4194304 7610 0 0 0 234 4 0 0 25 0 1 0 154838927 32956416 7574 1992294400 134512640 135217611 4294956288 18446744073709551615 134532843 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24981/statm: 8046 7574 77 172 0 7871 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 37544

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24981
/proc/meminfo: memFree=1390672/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=3.89
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 313 22960 0 0 0 0 371 18 16 0 1 0 154838536 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24978/statm: 1340 238 195 169 0 51 0
[pid=24981] ppid=24978 vsize=35088 CPUtime=8.78
/proc/24981/stat : 24981 (glucose_static) R 24978 24978 24941 0 -1 4194304 8348 0 0 0 873 5 0 0 25 0 1 0 154838927 35930112 8312 1992294400 134512640 135217611 4294956288 18446744073709551615 134532904 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24981/statm: 8772 8312 77 172 0 8597 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 40448

[startup+25.5018 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24981
/proc/meminfo: memFree=1385680/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=3.89
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 313 22960 0 0 0 0 371 18 16 0 1 0 154838536 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24978/statm: 1340 238 195 169 0 51 0
[pid=24981] ppid=24978 vsize=39996 CPUtime=21.57
/proc/24981/stat : 24981 (glucose_static) R 24978 24978 24941 0 -1 4194304 9588 0 0 0 2151 6 0 0 25 0 1 0 154838927 40955904 9552 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24981/statm: 9999 9552 77 172 0 9824 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 45356

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

[startup+28.7021 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24981
/proc/meminfo: memFree=1385680/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=3.89
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 313 22960 0 0 0 0 371 18 16 0 1 0 154838536 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24978/statm: 1340 238 195 169 0 51 0
[pid=24981] ppid=24978 vsize=39996 CPUtime=24.77
/proc/24981/stat : 24981 (glucose_static) R 24978 24978 24941 0 -1 4194304 9588 0 0 0 2471 6 0 0 25 0 1 0 154838927 40955904 9552 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24981/statm: 9999 9552 77 172 0 9824 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 45356

[startup+31.9055 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24981
/proc/meminfo: memFree=1385424/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=3.89
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 313 22960 0 0 0 0 371 18 16 0 1 0 154838536 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24978/statm: 1340 238 195 169 0 51 0
[pid=24981] ppid=24978 vsize=40392 CPUtime=27.97
/proc/24981/stat : 24981 (glucose_static) R 24978 24978 24941 0 -1 4194304 9689 0 0 0 2791 6 0 0 25 0 1 0 154838927 41361408 9653 1992294400 134512640 135217611 4294956288 18446744073709551615 134526251 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24981/statm: 10098 9653 77 172 0 9923 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 45752

[startup+32.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24981
/proc/meminfo: memFree=1385424/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=3.89
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 313 22960 0 0 0 0 371 18 16 0 1 0 154838536 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24978/statm: 1340 238 195 169 0 51 0
[pid=24981] ppid=24978 vsize=40788 CPUtime=28.77
/proc/24981/stat : 24981 (glucose_static) R 24978 24978 24941 0 -1 4194304 9790 0 0 0 2871 6 0 0 25 0 1 0 154838927 41766912 9754 1992294400 134512640 135217611 4294956288 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24981/statm: 10197 9754 77 172 0 10022 0
Current children cumulated CPU time (s) 32.66
Current children cumulated vsize (KiB) 46148

[startup+33.1016 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24981
/proc/meminfo: memFree=1384720/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=3.89
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 313 22960 0 0 0 0 371 18 16 0 1 0 154838536 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24978/statm: 1340 238 195 169 0 51 0
[pid=24981] ppid=24978 vsize=40920 CPUtime=29.16
/proc/24981/stat : 24981 (glucose_static) R 24978 24978 24941 0 -1 4194304 9813 0 0 0 2910 6 0 0 25 0 1 0 154838927 41902080 9777 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24981/statm: 10230 9777 77 172 0 10055 0
Current children cumulated CPU time (s) 33.05
Current children cumulated vsize (KiB) 46280

[startup+33.5016 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 24981
/proc/meminfo: memFree=1384720/2055920 swapFree=4180840/4192956
[pid=24978] ppid=24976 vsize=5360 CPUtime=3.89
/proc/24978/stat : 24978 (glucose.sh) S 24976 24978 24941 0 -1 4194304 313 22960 0 0 0 0 371 18 16 0 1 0 154838536 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24978/statm: 1340 238 195 169 0 51 0
[pid=24981] ppid=24978 vsize=40920 CPUtime=29.56
/proc/24981/stat : 24981 (glucose_static) R 24978 24978 24941 0 -1 4194304 9818 0 0 0 2950 6 0 0 25 0 1 0 154838927 41902080 9782 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24981/statm: 10230 9782 77 172 0 10055 0
Current children cumulated CPU time (s) 33.45
Current children cumulated vsize (KiB) 46280

Child status: 20
Real time (s): 33.5246
CPU time (s): 33.4979
CPU user time (s): 33.2289
CPU system time (s): 0.268959
CPU usage (%): 99.9203
Max. virtual memory (cumulated for all children) (KiB): 89228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.2289
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33258
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= 10
involuntary context switches= 119

runsolver used 0.036994 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node42 at 2009-05-02 14:41:44
IDJOB=1774864
IDBENCH=71042
IDSOLVER=610
FILE ID=node42/1774864-1241268103
PBS_JOBID= 9224974
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=742167334

node42.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.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:       1435896 kB
Buffers:         77032 kB
Cached:         441588 kB
SwapCached:       5932 kB
Active:         101408 kB
Inactive:       425556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435896 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:           12656 kB
Writeback:           0 kB
Mapped:          13980 kB
Slab:            79068 kB
Committed_AS:   748420 kB
PageTables:       1388 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= 66400 MiB
End job on node42 at 2009-05-02 14:42:17