Trace number 1773974

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.384 157.482

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.5491
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.09/0.18	c ==============================================================================
0.09/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.18	c ==============================================================================
0.09/0.18	c |         0 |  224682   582303 |   67404       0        0     nan |  0.000 % |
0.88/0.94	c |         0 |  162397   549480 |      --       0       --      -- |     --   | -62285/-32823
0.88/0.94	c ==============================================================================
0.88/0.94	c Result  :   #vars: 28340   #clauses: 162397   #literals: 549480
0.88/0.94	c CPU time:   0.872867 s
0.88/0.94	c ==============================================================================
1.09/1.13	c
1.09/1.13	c Starting glucose
1.09/1.13	c
1.09/1.13	
1.09/1.13	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.13	
1.09/1.13	c ============================[ Problem Statistics ]=============================
1.09/1.13	c |                                                                             |
1.09/1.13	c |  Number of variables:  28340                                                |
1.09/1.13	c |  Number of clauses:    162397                                               |
1.12/1.26	c |  Parsing time:         0.11         s                                       |
157.28/157.46	c restarts              : 2
157.28/157.46	c nb ReduceDB           : 0
157.28/157.46	c nb learnts DL2        : 611
157.28/157.46	c nb learnts size 2     : 147
157.28/157.46	c nb learnts size 1     : 19
157.28/157.46	c conflicts             : 17016          (109 /sec)
157.28/157.46	c decisions             : 21849          (1.50 % random) (140 /sec)
157.28/157.46	c propagations          : 129224282      (827309 /sec)
157.28/157.46	c conflict literals     : 902784         (52.26 % deleted)
157.28/157.46	c Memory used           : 20.14 MB
157.28/157.46	c CPU time              : 156.198 s
157.28/157.46	
157.28/157.47	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-1773974-1241260521/watcher-1773974-1241260521 -o /tmp/evaluation-result-1773974-1241260521/solver-1773974-1241260521 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773974-1241260521.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.96 1.02 0.99 3/64 31174
/proc/meminfo: memFree=1120512/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=0
/proc/31174/stat : 31174 (glucose.sh) R 31172 31174 31137 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154086069 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 259913214623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31174/statm: 1340 235 194 169 0 51 0
[pid=31175] ppid=31174 vsize=1744 CPUtime=0
/proc/31175/stat : 31175 (SatELite_releas) R 31174 31174 31137 0 -1 4194304 292 0 0 0 0 0 0 0 18 0 1 0 154086070 1785856 276 1992294400 134512640 135225430 4294956176 18446744073709551615 134544033 0 0 4096 3 0 0 0 17 0 0 0
/proc/31175/statm: 436 280 51 174 0 259 0

[startup+0.034021 s]
/proc/loadavg: 0.96 1.02 0.99 3/64 31174
/proc/meminfo: memFree=1120512/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=0
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154086069 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31174/statm: 1340 236 195 169 0 51 0
[pid=31175] ppid=31174 vsize=14308 CPUtime=0.02
/proc/31175/stat : 31175 (SatELite_releas) R 31174 31174 31137 0 -1 4194304 2207 0 0 0 1 1 0 0 18 0 1 0 154086070 14651392 2044 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31175/statm: 3577 2046 51 174 0 3400 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19668

[startup+0.102031 s]
/proc/loadavg: 0.96 1.02 0.99 3/64 31174
/proc/meminfo: memFree=1120512/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=0
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154086069 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31174/statm: 1340 236 195 169 0 51 0
[pid=31175] ppid=31174 vsize=24004 CPUtime=0.09
/proc/31175/stat : 31175 (SatELite_releas) R 31174 31174 31137 0 -1 4194304 4644 0 0 0 7 2 0 0 20 0 1 0 154086070 24580096 4481 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/31175/statm: 6001 4481 51 174 0 5824 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29364

[startup+0.301107 s]
/proc/loadavg: 0.96 1.02 0.99 3/64 31174
/proc/meminfo: memFree=1120512/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=0
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154086069 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31174/statm: 1340 236 195 169 0 51 0
[pid=31175] ppid=31174 vsize=37256 CPUtime=0.29
/proc/31175/stat : 31175 (SatELite_releas) R 31174 31174 31137 0 -1 4194304 8078 0 0 0 25 4 0 0 21 0 1 0 154086070 38150144 7714 1992294400 134512640 135225430 4294956176 18446744073709551615 134587606 0 0 4096 3 0 0 0 17 0 0 0
/proc/31175/statm: 9314 7714 76 174 0 9137 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42616

[startup+0.701173 s]
/proc/loadavg: 0.96 1.02 0.99 3/64 31174
/proc/meminfo: memFree=1120512/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=0
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154086069 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31174/statm: 1340 236 195 169 0 51 0
[pid=31175] ppid=31174 vsize=42432 CPUtime=0.69
/proc/31175/stat : 31175 (SatELite_releas) R 31174 31174 31137 0 -1 4194304 9293 0 0 0 63 6 0 0 25 0 1 0 154086070 43450368 8861 1992294400 134512640 135225430 4294956176 18446744073709551615 134587332 0 0 4096 3 0 0 0 17 0 0 0
/proc/31175/statm: 10608 8861 76 174 0 10431 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47792

[startup+1.50133 s]
/proc/loadavg: 0.96 1.01 0.99 2/66 31176
/proc/meminfo: memFree=1079408/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 5360

[startup+3.10159 s]
/proc/loadavg: 0.96 1.01 0.99 2/66 31177
/proc/meminfo: memFree=1097392/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=16908 CPUtime=1.95
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4015 0 0 0 193 2 0 0 25 0 1 0 154086183 17313792 3974 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 4227 3974 75 172 0 4052 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22268

[startup+6.30115 s]
/proc/loadavg: 0.96 1.01 0.99 2/66 31177
/proc/meminfo: memFree=1096368/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=17436 CPUtime=5.15
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4136 0 0 0 513 2 0 0 25 0 1 0 154086183 17854464 4095 1992294400 134512640 135217611 4294956288 18446744073709551615 134527871 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 4359 4095 76 172 0 4184 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22796

[startup+12.7013 s]
/proc/loadavg: 0.97 1.01 0.99 2/66 31177
/proc/meminfo: memFree=1095600/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=18240 CPUtime=11.55
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4341 0 0 0 1153 2 0 0 25 0 1 0 154086183 18677760 4300 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 4560 4300 76 172 0 4385 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23600

[startup+25.5025 s]
/proc/loadavg: 0.97 1.01 0.99 2/66 31177
/proc/meminfo: memFree=1095088/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=18900 CPUtime=24.34
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4509 0 0 0 2431 3 0 0 25 0 1 0 154086183 19353600 4468 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 4725 4468 76 172 0 4550 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24260

[startup+51.103 s]
/proc/loadavg: 0.98 1.01 0.99 2/66 31177
/proc/meminfo: memFree=1094384/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=19692 CPUtime=49.92
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4693 0 0 0 4989 3 0 0 25 0 1 0 154086183 20164608 4652 1992294400 134512640 135217611 4294956288 18446744073709551615 134538498 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 4923 4652 76 172 0 4748 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 25052

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 31177
/proc/meminfo: memFree=1093488/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=20624 CPUtime=101.09
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4924 0 0 0 10106 3 0 0 25 0 1 0 154086183 21118976 4883 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 5156 4883 76 172 0 4981 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 25984

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

[startup+127.901 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 31177
/proc/meminfo: memFree=1093424/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=20624 CPUtime=126.67
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4924 0 0 0 12664 3 0 0 25 0 1 0 154086183 21118976 4883 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 5156 4883 76 172 0 4981 0
Current children cumulated CPU time (s) 127.79
Current children cumulated vsize (KiB) 25984

[startup+140.702 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 31177
/proc/meminfo: memFree=1093424/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=20624 CPUtime=139.47
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4933 0 0 0 13944 3 0 0 25 0 1 0 154086183 21118976 4892 1992294400 134512640 135217611 4294956288 18446744073709551615 134536763 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 5156 4892 76 172 0 4981 0
Current children cumulated CPU time (s) 140.59
Current children cumulated vsize (KiB) 25984

[startup+147.103 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 31177
/proc/meminfo: memFree=1093360/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=20624 CPUtime=145.87
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4935 0 0 0 14584 3 0 0 25 0 1 0 154086183 21118976 4894 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 146.99
Current children cumulated vsize (KiB) 25984

[startup+153.502 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 31177
/proc/meminfo: memFree=1093360/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=20624 CPUtime=152.26
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4935 0 0 0 15223 3 0 0 25 0 1 0 154086183 21118976 4894 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 153.38
Current children cumulated vsize (KiB) 25984

[startup+155.105 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 31177
/proc/meminfo: memFree=1093360/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=20624 CPUtime=153.87
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4935 0 0 0 15384 3 0 0 25 0 1 0 154086183 21118976 4894 1992294400 134512640 135217611 4294956288 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 154.99
Current children cumulated vsize (KiB) 25984

[startup+156.701 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 31177
/proc/meminfo: memFree=1093360/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=20624 CPUtime=155.46
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4935 0 0 0 15543 3 0 0 25 0 1 0 154086183 21118976 4894 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 156.58
Current children cumulated vsize (KiB) 25984

[startup+157.103 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 31177
/proc/meminfo: memFree=1093360/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=20624 CPUtime=155.86
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4935 0 0 0 15583 3 0 0 25 0 1 0 154086183 21118976 4894 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 156.98
Current children cumulated vsize (KiB) 25984

[startup+157.307 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 31177
/proc/meminfo: memFree=1093360/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=20624 CPUtime=156.06
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4935 0 0 0 15603 3 0 0 25 0 1 0 154086183 21118976 4894 1992294400 134512640 135217611 4294956288 18446744073709551615 134537582 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 157.18
Current children cumulated vsize (KiB) 25984

[startup+157.403 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 31177
/proc/meminfo: memFree=1093360/2055920 swapFree=4180136/4192956
[pid=31174] ppid=31172 vsize=5360 CPUtime=1.12
/proc/31174/stat : 31174 (glucose.sh) S 31172 31174 31137 0 -1 4194304 313 9778 0 0 0 0 104 8 16 0 1 0 154086069 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31174/statm: 1340 238 195 169 0 51 0
[pid=31177] ppid=31174 vsize=20624 CPUtime=156.16
/proc/31177/stat : 31177 (glucose_static) R 31174 31174 31137 0 -1 4194304 4935 0 0 0 15613 3 0 0 25 0 1 0 154086183 21118976 4894 1992294400 134512640 135217611 4294956288 18446744073709551615 134536883 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31177/statm: 5156 4894 76 172 0 4981 0
Current children cumulated CPU time (s) 157.28
Current children cumulated vsize (KiB) 25984

Child status: 20
Real time (s): 157.482
CPU time (s): 157.384
CPU user time (s): 157.246
CPU system time (s): 0.137979
CPU usage (%): 99.938
Max. virtual memory (cumulated for all children) (KiB): 49488

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

runsolver used 0.136979 second user time and 0.444932 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-02 12:35:21
IDJOB=1773974
IDBENCH=70831
IDSOLVER=610
FILE ID=node4/1773974-1241260521
PBS_JOBID= 9224953
Free space on /tmp= 66416 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-1773974-1241260521/watcher-1773974-1241260521 -o /tmp/evaluation-result-1773974-1241260521/solver-1773974-1241260521 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773974-1241260521.cnf

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

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED=1317628812

node4.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.265
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.265
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:       1120992 kB
Buffers:         76912 kB
Cached:         782844 kB
SwapCached:       7244 kB
Active:         261284 kB
Inactive:       607536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1120992 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:            5928 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            52148 kB
Committed_AS:   856320 kB
PageTables:       1468 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= 66416 MiB
End job on node4 at 2009-05-02 12:37:59