Trace number 1557050

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 157.648 157.718

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-07.cnf
MD5SUMd5384c4b81fff59c87944d03e9ed7d02
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.3792
Satisfiable
(Un)Satisfiability was proved
Number of variables69097
Number of clauses225325
Sum of the clauses size583973
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291744
Number of clauses of size 3133452
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.08/0.19	c ==============================================================================
0.08/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.19	c ==============================================================================
0.08/0.19	c |         0 |  224682   582303 |   67404       0        0     nan |  0.000 % |
0.88/0.95	c |         0 |  162397   549480 |      --       0       --      -- |     --   | -62285/-32823
0.88/0.95	c ==============================================================================
0.88/0.95	c Result  :   #vars: 28340   #clauses: 162397   #literals: 549480
0.88/0.95	c CPU time:   0.886865 s
0.88/0.95	c ==============================================================================
1.09/1.14	c
1.09/1.14	c Starting glucose
1.09/1.14	c
1.09/1.14	
1.09/1.14	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.14	
1.09/1.14	c ============================[ Problem Statistics ]=============================
1.09/1.14	c |                                                                             |
1.09/1.14	c |  Number of variables:  28340                                                |
1.09/1.14	c |  Number of clauses:    162397                                               |
1.13/1.26	c |  Parsing time:         0.10         s                                       |
157.61/157.70	c restarts              : 2
157.61/157.70	c nb ReduceDB           : 0
157.61/157.70	c nb learnts DL2        : 611
157.61/157.70	c nb learnts size 2     : 147
157.61/157.70	c nb learnts size 1     : 19
157.61/157.70	c conflicts             : 17016          (109 /sec)
157.61/157.70	c decisions             : 21849          (1.50 % random) (140 /sec)
157.61/157.70	c propagations          : 129224282      (825951 /sec)
157.61/157.70	c conflict literals     : 902784         (52.26 % deleted)
157.61/157.70	c Memory used           : 20.14 MB
157.61/157.70	c CPU time              : 156.455 s
157.61/157.70	
157.61/157.70	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-1557050-1238751094/watcher-1557050-1238751094 -o /tmp/evaluation-result-1557050-1238751094/solver-1557050-1238751094 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1557050-1238751094.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: 0.92 0.98 0.99 3/73 32288
/proc/meminfo: memFree=1777832/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=0
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1147774428 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 236 195 169 0 51 0
[pid=32289] ppid=32288 vsize=1744 CPUtime=0
/proc/32289/stat : 32289 (SatELite_releas) R 32288 32288 31877 0 -1 4194304 313 0 0 0 0 0 0 0 19 0 1 0 1147774428 1785856 298 1992294400 134512640 135225430 4294956160 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/32289/statm: 436 300 51 174 0 259 0

[startup+0.0393659 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 32288
/proc/meminfo: memFree=1777832/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=0
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1147774428 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 236 195 169 0 51 0
[pid=32289] ppid=32288 vsize=15044 CPUtime=0.03
/proc/32289/stat : 32289 (SatELite_releas) R 32288 32288 31877 0 -1 4194304 2407 0 0 0 2 1 0 0 19 0 1 0 1147774428 15405056 2244 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32289/statm: 3761 2246 51 174 0 3584 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20404

[startup+0.101378 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 32288
/proc/meminfo: memFree=1777832/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=0
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1147774428 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 236 195 169 0 51 0
[pid=32289] ppid=32288 vsize=23608 CPUtime=0.08
/proc/32289/stat : 32289 (SatELite_releas) R 32288 32288 31877 0 -1 4194304 4544 0 0 0 6 2 0 0 19 0 1 0 1147774428 24174592 4381 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/32289/statm: 5902 4382 51 174 0 5725 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28968

[startup+0.301417 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 32288
/proc/meminfo: memFree=1777832/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=0
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1147774428 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 236 195 169 0 51 0
[pid=32289] ppid=32288 vsize=37124 CPUtime=0.29
/proc/32289/stat : 32289 (SatELite_releas) R 32288 32288 31877 0 -1 4194304 8017 0 0 0 24 5 0 0 21 0 1 0 1147774428 38014976 7653 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32289/statm: 9281 7653 76 174 0 9104 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42484

[startup+0.701495 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 32288
/proc/meminfo: memFree=1777832/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=0
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1147774428 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 236 195 169 0 51 0
[pid=32289] ppid=32288 vsize=42432 CPUtime=0.68
/proc/32289/stat : 32289 (SatELite_releas) R 32288 32288 31877 0 -1 4194304 9293 0 0 0 62 6 0 0 25 0 1 0 1147774428 43450368 8861 1992294400 134512640 135225430 4294956160 18446744073709551615 134596588 0 0 4096 3 0 0 0 17 0 0 0
/proc/32289/statm: 10608 8861 76 174 0 10431 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47792

[startup+1.50165 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 32290
/proc/meminfo: memFree=1736984/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 5360

[startup+3.10297 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 32291
/proc/meminfo: memFree=1754712/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=16908 CPUtime=1.95
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4017 0 0 0 193 2 0 0 25 0 1 0 1147774542 17313792 3976 1992294400 134512640 135217611 4294956272 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 4227 3976 75 172 0 4052 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22268

[startup+6.30144 s]
/proc/loadavg: 1.01 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1753560/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=17436 CPUtime=5.14
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4137 0 0 0 512 2 0 0 25 0 1 0 1147774542 17854464 4096 1992294400 134512640 135217611 4294956272 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 4359 4096 76 172 0 4184 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22796

[startup+12.7017 s]
/proc/loadavg: 1.01 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1752856/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=18240 CPUtime=11.54
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4341 0 0 0 1152 2 0 0 25 0 1 0 1147774542 18677760 4300 1992294400 134512640 135217611 4294956272 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 4560 4300 76 172 0 4385 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23600

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1752216/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=18900 CPUtime=24.34
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4509 0 0 0 2431 3 0 0 25 0 1 0 1147774542 19353600 4468 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 4725 4468 76 172 0 4550 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 24260

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1751576/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=19692 CPUtime=49.92
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4693 0 0 0 4989 3 0 0 25 0 1 0 1147774542 20164608 4652 1992294400 134512640 135217611 4294956272 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 4923 4652 76 172 0 4748 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25052

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1750616/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=20624 CPUtime=101.1
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4924 0 0 0 10107 3 0 0 25 0 1 0 1147774542 21118976 4883 1992294400 134512640 135217611 4294956272 18446744073709551615 134533678 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5156 4883 76 172 0 4981 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 25984

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

[startup+127.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1750616/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=20624 CPUtime=126.69
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4924 0 0 0 12666 3 0 0 25 0 1 0 1147774542 21118976 4883 1992294400 134512640 135217611 4294956272 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5156 4883 76 172 0 4981 0
Current children cumulated CPU time (s) 127.82
Current children cumulated vsize (KiB) 25984

[startup+140.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1750552/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=20624 CPUtime=139.49
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4933 0 0 0 13946 3 0 0 25 0 1 0 1147774542 21118976 4892 1992294400 134512640 135217611 4294956272 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5156 4892 76 172 0 4981 0
Current children cumulated CPU time (s) 140.62
Current children cumulated vsize (KiB) 25984

[startup+147.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1750552/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=20624 CPUtime=145.88
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4935 0 0 0 14585 3 0 0 25 0 1 0 1147774542 21118976 4894 1992294400 134512640 135217611 4294956272 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 147.01
Current children cumulated vsize (KiB) 25984

[startup+153.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1750552/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=20624 CPUtime=152.28
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4935 0 0 0 15225 3 0 0 25 0 1 0 1147774542 21118976 4894 1992294400 134512640 135217611 4294956272 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 153.41
Current children cumulated vsize (KiB) 25984

[startup+155.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1750552/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=20624 CPUtime=153.88
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4935 0 0 0 15385 3 0 0 25 0 1 0 1147774542 21118976 4894 1992294400 134512640 135217611 4294956272 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 155.01
Current children cumulated vsize (KiB) 25984

[startup+156.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1750552/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=20624 CPUtime=155.48
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4935 0 0 0 15545 3 0 0 25 0 1 0 1147774542 21118976 4894 1992294400 134512640 135217611 4294956272 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 156.61
Current children cumulated vsize (KiB) 25984

[startup+157.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1750552/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=20624 CPUtime=156.28
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4935 0 0 0 15625 3 0 0 25 0 1 0 1147774542 21118976 4894 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 157.41
Current children cumulated vsize (KiB) 25984

[startup+157.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 32291
/proc/meminfo: memFree=1750552/2055920 swapFree=4173988/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.13
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 31877 0 -1 4194304 313 9778 0 0 0 0 104 9 19 0 1 0 1147774428 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=20624 CPUtime=156.48
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 31877 0 -1 4194304 4935 0 0 0 15645 3 0 0 25 0 1 0 1147774542 21118976 4894 1992294400 134512640 135217611 4294956272 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 157.61
Current children cumulated vsize (KiB) 25984

Child status: 20
Real time (s): 157.718
CPU time (s): 157.648
CPU user time (s): 157.503
CPU system time (s): 0.144977
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 49488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.503
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15193
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= 38
involuntary context switches= 239

runsolver used 0.165974 second user time and 0.416936 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-03 11:31:34
IDJOB=1557050
IDBENCH=70831
IDSOLVER=503
FILE ID=node76/1557050-1238751094
PBS_JOBID= 9085390
Free space on /tmp= 66468 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1557050-1238751094/watcher-1557050-1238751094 -o /tmp/evaluation-result-1557050-1238751094/solver-1557050-1238751094 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1557050-1238751094.cnf

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

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED=1843324472

node76.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1778376 kB
Buffers:         43836 kB
Cached:         150568 kB
SwapCached:      10684 kB
Active:          47608 kB
Inactive:       159112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778376 kB
SwapTotal:     4192956 kB
SwapFree:      4173988 kB
Dirty:            5644 kB
Writeback:           0 kB
Mapped:          18988 kB
Slab:            55964 kB
Committed_AS:  2955680 kB
PageTables:       2048 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= 66468 MiB
End job on node76 at 2009-04-03 11:34:12