Trace number 1724132

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 31.2163 31.2378

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.2557
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

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.99/1.07	c ==============================================================================
0.99/1.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.07	c ==============================================================================
0.99/1.07	c |         0 |  512081  1166425 |  153624       0        0     nan |  0.000 % |
4.19/4.27	c |         0 |  104585   338143 |      --       0       --      -- |     --   | -229624/-408982
4.19/4.28	c ==============================================================================
4.19/4.28	c Result  :   #vars: 22541   #clauses: 104585   #literals: 338143
4.19/4.28	c CPU time:   4.11237 s
4.19/4.28	c ==============================================================================
4.39/4.47	c
4.39/4.47	c Starting glucose
4.39/4.47	c
4.39/4.47	
4.39/4.47	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.39/4.47	
4.39/4.47	c ============================[ Problem Statistics ]=============================
4.39/4.47	c |                                                                             |
4.39/4.47	c |  Number of variables:  22541                                                |
4.39/4.47	c |  Number of clauses:    104585                                               |
4.46/4.57	c |  Parsing time:         0.10         s                                       |
31.16/31.22	c restarts              : 92
31.16/31.22	c nb ReduceDB           : 4
31.16/31.22	c nb learnts DL2        : 15038
31.16/31.22	c nb learnts size 2     : 4080
31.16/31.22	c nb learnts size 1     : 156
31.16/31.22	c conflicts             : 103402         (3873 /sec)
31.16/31.22	c decisions             : 491275         (1.47 % random) (18402 /sec)
31.16/31.22	c propagations          : 27277386       (1021742 /sec)
31.16/31.22	c conflict literals     : 1045779        (22.81 % deleted)
31.16/31.22	c Memory used           : 16.22 MB
31.16/31.22	c CPU time              : 26.6969 s
31.16/31.22	
31.16/31.22	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-1724132-1240692822/watcher-1724132-1240692822 -o /tmp/evaluation-result-1724132-1240692822/solver-1724132-1240692822 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1724132-1240692822.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): 1800 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 1.09 3/64 20795
/proc/meminfo: memFree=1704944/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=0
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97309540 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20795/statm: 1340 236 195 169 0 51 0
[pid=20796] ppid=20795 vsize=3088 CPUtime=0
/proc/20796/stat : 20796 (SatELite_releas) R 20795 20795 20644 0 -1 4194304 556 0 0 0 0 0 0 0 18 0 1 0 97309541 3162112 540 1992294400 134512640 135225430 4294956160 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 1 0 0
/proc/20796/statm: 772 545 49 174 0 595 0

[startup+0.10359 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 20795
/proc/meminfo: memFree=1704944/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=0
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97309540 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20795/statm: 1340 236 195 169 0 51 0
[pid=20796] ppid=20795 vsize=28892 CPUtime=0.09
/proc/20796/stat : 20796 (SatELite_releas) R 20795 20795 20644 0 -1 4194304 5739 0 0 0 7 2 0 0 18 0 1 0 97309541 29585408 5576 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/20796/statm: 7223 5577 51 174 0 7046 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34252

[startup+0.202602 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 20795
/proc/meminfo: memFree=1704944/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=0
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97309540 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20795/statm: 1340 236 195 169 0 51 0
[pid=20796] ppid=20795 vsize=37588 CPUtime=0.18
/proc/20796/stat : 20796 (SatELite_releas) R 20795 20795 20644 0 -1 4194304 7887 0 0 0 15 3 0 0 18 0 1 0 97309541 38490112 7724 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/20796/statm: 9397 7724 51 174 0 9220 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 42948

[startup+0.302613 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 20795
/proc/meminfo: memFree=1704944/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=0
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97309540 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20795/statm: 1340 236 195 169 0 51 0
[pid=20796] ppid=20795 vsize=44964 CPUtime=0.29
/proc/20796/stat : 20796 (SatELite_releas) R 20795 20795 20644 0 -1 4194304 9644 0 0 0 24 5 0 0 19 0 1 0 97309541 46043136 9481 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/20796/statm: 11241 9482 51 174 0 11064 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50324

[startup+0.701655 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 20795
/proc/meminfo: memFree=1704944/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=0
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97309540 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20795/statm: 1340 236 195 169 0 51 0
[pid=20796] ppid=20795 vsize=63156 CPUtime=0.69
/proc/20796/stat : 20796 (SatELite_releas) R 20795 20795 20644 0 -1 4194304 14216 0 0 0 60 9 0 0 22 0 1 0 97309541 64671744 14053 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/20796/statm: 15789 14054 51 174 0 15612 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68516

[startup+1.50274 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 20797
/proc/meminfo: memFree=1636384/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=0
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97309540 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20795/statm: 1340 236 195 169 0 51 0
[pid=20796] ppid=20795 vsize=84732 CPUtime=1.49
/proc/20796/stat : 20796 (SatELite_releas) R 20795 20795 20644 0 -1 4194304 18913 0 0 0 138 11 0 0 25 0 1 0 97309541 86765568 18686 1992294400 134512640 135225430 4294956160 18446744073709551615 134610736 0 0 4096 3 0 0 0 17 1 0 0
/proc/20796/statm: 21183 18686 75 174 0 21006 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90092

[startup+3.10192 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 20797
/proc/meminfo: memFree=1627872/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=0
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97309540 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20795/statm: 1340 236 195 169 0 51 0
[pid=20796] ppid=20795 vsize=83828 CPUtime=3.08
/proc/20796/stat : 20796 (SatELite_releas) R 20795 20795 20644 0 -1 4194304 20429 0 0 0 294 14 0 0 25 0 1 0 97309541 85839872 18723 1992294400 134512640 135225430 4294956160 18446744073709551615 134723650 0 0 4096 3 0 0 0 17 1 0 0
/proc/20796/statm: 20957 18723 77 174 0 20780 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 89188

[startup+6.30128 s]
/proc/loadavg: 1.16 1.03 1.10 2/66 20798
/proc/meminfo: memFree=1684512/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=4.46
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 313 23244 0 0 0 0 428 18 16 0 1 0 97309540 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20795/statm: 1340 238 195 169 0 51 0
[pid=20798] ppid=20795 vsize=12088 CPUtime=1.81
/proc/20798/stat : 20798 (glucose_static) R 20795 20795 20644 0 -1 4194304 2759 0 0 0 180 1 0 0 25 0 1 0 97309988 12378112 2745 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20798/statm: 3022 2745 77 172 0 2847 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17448

[startup+12.702 s]
/proc/loadavg: 1.15 1.03 1.10 2/66 20798
/proc/meminfo: memFree=1681760/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=4.46
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 313 23244 0 0 0 0 428 18 16 0 1 0 97309540 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20795/statm: 1340 238 195 169 0 51 0
[pid=20798] ppid=20795 vsize=14284 CPUtime=8.22
/proc/20798/stat : 20798 (glucose_static) R 20795 20795 20644 0 -1 4194304 3297 0 0 0 820 2 0 0 25 0 1 0 97309988 14626816 3283 1992294400 134512640 135217611 4294956272 18446744073709551615 134526273 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20798/statm: 3571 3283 77 172 0 3396 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19644

[startup+25.5014 s]
/proc/loadavg: 1.11 1.03 1.10 2/66 20798
/proc/meminfo: memFree=1679776/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=4.46
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 313 23244 0 0 0 0 428 18 16 0 1 0 97309540 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20795/statm: 1340 238 195 169 0 51 0
[pid=20798] ppid=20795 vsize=16212 CPUtime=21.01
/proc/20798/stat : 20798 (glucose_static) R 20795 20795 20644 0 -1 4194304 3780 0 0 0 2098 3 0 0 25 0 1 0 97309988 16601088 3766 1992294400 134512640 135217611 4294956272 18446744073709551615 134542598 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20798/statm: 4053 3766 77 172 0 3878 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 21572

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

[startup+25.6024 s]
/proc/loadavg: 1.11 1.03 1.10 2/66 20798
/proc/meminfo: memFree=1679776/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=4.46
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 313 23244 0 0 0 0 428 18 16 0 1 0 97309540 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20795/statm: 1340 238 195 169 0 51 0
[pid=20798] ppid=20795 vsize=16212 CPUtime=21.11
/proc/20798/stat : 20798 (glucose_static) R 20795 20795 20644 0 -1 4194304 3780 0 0 0 2108 3 0 0 25 0 1 0 97309988 16601088 3766 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20798/statm: 4053 3766 77 172 0 3878 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 21572

[startup+28.8018 s]
/proc/loadavg: 1.10 1.03 1.10 2/66 20798
/proc/meminfo: memFree=1679840/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=4.46
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 313 23244 0 0 0 0 428 18 16 0 1 0 97309540 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20795/statm: 1340 238 195 169 0 51 0
[pid=20798] ppid=20795 vsize=16212 CPUtime=24.31
/proc/20798/stat : 20798 (glucose_static) R 20795 20795 20644 0 -1 4194304 3780 0 0 0 2428 3 0 0 25 0 1 0 97309988 16601088 3766 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20798/statm: 4053 3766 77 172 0 3878 0
Current children cumulated CPU time (s) 28.77
Current children cumulated vsize (KiB) 21572

[startup+30.4019 s]
/proc/loadavg: 1.10 1.03 1.10 2/66 20798
/proc/meminfo: memFree=1679712/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=4.46
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 313 23244 0 0 0 0 428 18 16 0 1 0 97309540 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20795/statm: 1340 238 195 169 0 51 0
[pid=20798] ppid=20795 vsize=16476 CPUtime=25.91
/proc/20798/stat : 20798 (glucose_static) R 20795 20795 20644 0 -1 4194304 3847 0 0 0 2588 3 0 0 25 0 1 0 97309988 16871424 3833 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20798/statm: 4119 3833 77 172 0 3944 0
Current children cumulated CPU time (s) 30.37
Current children cumulated vsize (KiB) 21836

[startup+30.802 s]
/proc/loadavg: 1.10 1.03 1.10 2/66 20798
/proc/meminfo: memFree=1679520/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=4.46
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 313 23244 0 0 0 0 428 18 16 0 1 0 97309540 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20795/statm: 1340 238 195 169 0 51 0
[pid=20798] ppid=20795 vsize=16476 CPUtime=26.31
/proc/20798/stat : 20798 (glucose_static) R 20795 20795 20644 0 -1 4194304 3869 0 0 0 2628 3 0 0 25 0 1 0 97309988 16871424 3855 1992294400 134512640 135217611 4294956272 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20798/statm: 4119 3855 77 172 0 3944 0
Current children cumulated CPU time (s) 30.77
Current children cumulated vsize (KiB) 21836

[startup+31.201 s]
/proc/loadavg: 1.10 1.03 1.10 2/66 20798
/proc/meminfo: memFree=1679520/2055920 swapFree=4192812/4192956
[pid=20795] ppid=20793 vsize=5360 CPUtime=4.46
/proc/20795/stat : 20795 (glucose.sh) S 20793 20795 20644 0 -1 4194304 313 23244 0 0 0 0 428 18 16 0 1 0 97309540 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20795/statm: 1340 238 195 169 0 51 0
[pid=20798] ppid=20795 vsize=16608 CPUtime=26.7
/proc/20798/stat : 20798 (glucose_static) R 20795 20795 20644 0 -1 4194304 3895 0 0 0 2667 3 0 0 25 0 1 0 97309988 17006592 3881 1992294400 134512640 135217611 4294956272 18446744073709551615 134540952 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20798/statm: 4152 3881 77 172 0 3977 0
Current children cumulated CPU time (s) 31.16
Current children cumulated vsize (KiB) 21968

Child status: 20
Real time (s): 31.2378
CPU time (s): 31.2163
CPU user time (s): 30.9803
CPU system time (s): 0.235964
CPU usage (%): 99.9311
Max. virtual memory (cumulated for all children) (KiB): 90916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9803
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27619
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= 37
involuntary context switches= 93

runsolver used 0.034994 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-25 22:53:44
IDJOB=1724132
IDBENCH=71758
IDSOLVER=503
FILE ID=node59/1724132-1240692822
PBS_JOBID= 9186733
Free space on /tmp= 66352 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724132-1240692822/watcher-1724132-1240692822 -o /tmp/evaluation-result-1724132-1240692822/solver-1724132-1240692822 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1724132-1240692822.cnf

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=2116955118

node59.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.240
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.240
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:       1705424 kB
Buffers:         36160 kB
Cached:         242164 kB
SwapCached:          0 kB
Active:         156976 kB
Inactive:       135244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10736 kB
Writeback:           0 kB
Mapped:          23660 kB
Slab:            44292 kB
Committed_AS:   408024 kB
PageTables:       1456 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= 66352 MiB
End job on node59 at 2009-04-25 22:54:15