Trace number 1730008

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 183.039 183.124

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl004.sat05-2716.reshuffled-07.cnf
MD5SUMdd374701f9b3db5a8ac095414c025d77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark64.4682
Satisfiable
(Un)Satisfiability was proved
Number of variables1605
Number of clauses8025
Sum of the clauses size68677
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31142
Number of clauses of size 4106
Number of clauses of size 5888
Number of clauses of size over 55615

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.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7854    67829 |    2356       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6633    59157 |      --       0       --      -- |     --   | -362/-4416
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1492   #clauses: 6633   #literals: 59157
0.00/0.06	c CPU time:   0.054991 s
0.00/0.06	c ==============================================================================
0.00/0.07	c
0.00/0.07	c Starting glucose
0.00/0.07	c
0.00/0.08	
0.00/0.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.08	
0.00/0.08	c ============================[ Problem Statistics ]=============================
0.00/0.08	c |                                                                             |
0.00/0.08	c |  Number of variables:  1492                                                 |
0.00/0.08	c |  Number of clauses:    6633                                                 |
0.00/0.09	c |  Parsing time:         0.01         s                                       |
182.99/183.11	c restarts              : 97
182.99/183.11	c nb ReduceDB           : 33
182.99/183.11	c nb learnts DL2        : 1140
182.99/183.11	c nb learnts size 2     : 482
182.99/183.11	c nb learnts size 1     : 20
182.99/183.11	c conflicts             : 721804         (3946 /sec)
182.99/183.11	c decisions             : 1350523        (1.93 % random) (7383 /sec)
182.99/183.11	c propagations          : 23773241       (129959 /sec)
182.99/183.11	c conflict literals     : 18583030       (32.90 % deleted)
182.99/183.11	c Memory used           : 15.70 MB
182.99/183.11	c CPU time              : 182.928 s
182.99/183.11	
182.99/183.11	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-1730008-1240755388/watcher-1730008-1240755388 -o /tmp/evaluation-result-1730008-1240755388/solver-1730008-1240755388 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1730008-1240755388.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.99 0.97 0.99 3/64 23879
/proc/meminfo: memFree=1325936/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0
/proc/23879/stat : 23879 (glucose.sh) R 23877 23879 23536 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 103572227 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482711711 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23879/statm: 1340 235 194 169 0 51 0
[pid=23880] ppid=23879 vsize=1140 CPUtime=0
/proc/23880/stat : 23880 (SatELite_releas) R 23879 23879 23536 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 103572227 1167360 127 1992294400 134512640 135225430 4294956160 18446744073709551615 134546128 0 0 4096 3 0 0 0 17 0 0 0
/proc/23880/statm: 285 128 51 174 0 108 0

[startup+0.0961771 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23879
/proc/meminfo: memFree=1325936/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.102175 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23879
/proc/meminfo: memFree=1325936/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.301197 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23879
/proc/meminfo: memFree=1325936/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.701241 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 23879
/proc/meminfo: memFree=1325936/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+1.50232 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1322720/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=4444 CPUtime=1.41
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 830 0 0 0 141 0 0 0 25 0 1 0 103572235 4550656 816 1992294400 134512640 135217611 4294956272 18446744073709551615 134533322 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 1111 816 77 172 0 936 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9804

[startup+3.10148 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1321952/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=5236 CPUtime=3.01
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 1028 0 0 0 301 0 0 0 25 0 1 0 103572235 5361664 1014 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 1309 1014 77 172 0 1134 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10596

[startup+6.3018 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1320544/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=6444 CPUtime=6.2
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 1307 0 0 0 620 0 0 0 25 0 1 0 103572235 6598656 1293 1992294400 134512640 135217611 4294956272 18446744073709551615 134533093 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 1611 1293 77 172 0 1436 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11804

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1319008/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=7696 CPUtime=12.6
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 1615 0 0 0 1260 0 0 0 25 0 1 0 103572235 7880704 1601 1992294400 134512640 135217611 4294956272 18446744073709551615 134527893 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 1924 1601 77 172 0 1749 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13056

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1317344/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=9160 CPUtime=25.39
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 2009 0 0 0 2539 0 0 0 25 0 1 0 103572235 9379840 1995 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 2290 1995 77 172 0 2115 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 14520

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1315552/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=11064 CPUtime=50.98
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 2461 0 0 0 5097 1 0 0 25 0 1 0 103572235 11329536 2447 1992294400 134512640 135217611 4294956272 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 2766 2447 77 172 0 2591 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 16424

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1313440/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=13300 CPUtime=102.17
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 2978 0 0 0 10215 2 0 0 25 0 1 0 103572235 13619200 2964 1992294400 134512640 135217611 4294956272 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 3325 2964 77 172 0 3150 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 18660

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1311456/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=15344 CPUtime=162.13
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 3463 0 0 0 16211 2 0 0 25 0 1 0 103572235 15712256 3449 1992294400 134512640 135217611 4294956272 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 3836 3449 77 172 0 3661 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 20704

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

[startup+166.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1311456/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=15344 CPUtime=166.13
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 3463 0 0 0 16611 2 0 0 25 0 1 0 103572235 15712256 3449 1992294400 134512640 135217611 4294956272 18446744073709551615 134532981 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 3836 3449 77 172 0 3661 0
Current children cumulated CPU time (s) 166.19
Current children cumulated vsize (KiB) 20704

[startup+172.707 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1311200/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=15756 CPUtime=172.54
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 3522 0 0 0 17252 2 0 0 25 0 1 0 103572235 16134144 3508 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 3939 3508 77 172 0 3764 0
Current children cumulated CPU time (s) 172.6
Current children cumulated vsize (KiB) 21116

[startup+179.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1311008/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=15940 CPUtime=178.93
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 3572 0 0 0 17891 2 0 0 25 0 1 0 103572235 16322560 3558 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 3985 3558 77 172 0 3810 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 21300

[startup+180.703 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1311008/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=15940 CPUtime=180.53
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 3573 0 0 0 18051 2 0 0 25 0 1 0 103572235 16322560 3559 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 3985 3559 77 172 0 3810 0
Current children cumulated CPU time (s) 180.59
Current children cumulated vsize (KiB) 21300

[startup+182.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1311008/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=16076 CPUtime=182.13
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 3587 0 0 0 18211 2 0 0 25 0 1 0 103572235 16461824 3573 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 4019 3573 77 172 0 3844 0
Current children cumulated CPU time (s) 182.19
Current children cumulated vsize (KiB) 21436

[startup+182.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1310944/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=16076 CPUtime=182.53
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 3589 0 0 0 18251 2 0 0 25 0 1 0 103572235 16461824 3575 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 4019 3575 77 172 0 3844 0
Current children cumulated CPU time (s) 182.59
Current children cumulated vsize (KiB) 21436

[startup+183.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23882
/proc/meminfo: memFree=1310944/2055920 swapFree=4180248/4192956
[pid=23879] ppid=23877 vsize=5360 CPUtime=0.06
/proc/23879/stat : 23879 (glucose.sh) S 23877 23879 23536 0 -1 4194304 313 430 0 0 0 0 6 0 16 0 1 0 103572227 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23879/statm: 1340 238 195 169 0 51 0
[pid=23882] ppid=23879 vsize=16076 CPUtime=182.93
/proc/23882/stat : 23882 (glucose_static) R 23879 23879 23536 0 -1 4194304 3589 0 0 0 18291 2 0 0 25 0 1 0 103572235 16461824 3575 1992294400 134512640 135217611 4294956272 18446744073709551615 134533184 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23882/statm: 4019 3575 77 172 0 3844 0
Current children cumulated CPU time (s) 182.99
Current children cumulated vsize (KiB) 21436

Child status: 20
Real time (s): 183.124
CPU time (s): 183.039
CPU user time (s): 182.999
CPU system time (s): 0.039993
CPU usage (%): 99.9537
Max. virtual memory (cumulated for all children) (KiB): 21436

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

runsolver used 0.145977 second user time and 0.52592 second system time

The end

Launcher Data

Begin job on node17 at 2009-04-26 16:16:28
IDJOB=1730008
IDBENCH=24720
IDSOLVER=503
FILE ID=node17/1730008-1240755388
PBS_JOBID= 9187060
Free space on /tmp= 66136 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl004.sat05-2716.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730008-1240755388/watcher-1730008-1240755388 -o /tmp/evaluation-result-1730008-1240755388/solver-1730008-1240755388 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1730008-1240755388.cnf

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

MD5SUM BENCH= dd374701f9b3db5a8ac095414c025d77
RANDOM SEED=758554736

node17.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.234
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.234
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:       1326416 kB
Buffers:         72164 kB
Cached:         594540 kB
SwapCached:       7584 kB
Active:         326748 kB
Inactive:       349932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326416 kB
SwapTotal:     4192956 kB
SwapFree:      4180248 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            38808 kB
Committed_AS:   385788 kB
PageTables:       1452 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= 66136 MiB
End job on node17 at 2009-04-26 16:19:32