Trace number 1783568

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 96.8373 96.8682

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark58.4461
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

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 |    7309    63695 |    2192       0        0     nan |  0.000 % |
0.03/0.06	c |         0 |    6058    53912 |      --       0       --      -- |     --   | -423/-5172
0.03/0.06	c ==============================================================================
0.03/0.06	c Result  :   #vars: 1343   #clauses: 6058   #literals: 53912
0.03/0.06	c CPU time:   0.06299 s
0.03/0.06	c ==============================================================================
0.03/0.08	c
0.03/0.08	c Starting glucose
0.03/0.08	c
0.03/0.08	
0.03/0.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.03/0.08	
0.03/0.08	c ============================[ Problem Statistics ]=============================
0.03/0.08	c |                                                                             |
0.03/0.08	c |  Number of variables:  1343                                                 |
0.03/0.08	c |  Number of clauses:    6058                                                 |
0.03/0.09	c |  Parsing time:         0.01         s                                       |
96.76/96.86	c restarts              : 104
96.76/96.86	c nb ReduceDB           : 26
96.76/96.86	c nb learnts DL2        : 1265
96.76/96.86	c nb learnts size 2     : 456
96.76/96.86	c nb learnts size 1     : 8
96.76/96.86	c conflicts             : 462499         (4782 /sec)
96.76/96.86	c decisions             : 937227         (1.93 % random) (9690 /sec)
96.76/96.86	c propagations          : 14015976       (144908 /sec)
96.76/96.86	c conflict literals     : 10842703       (30.22 % deleted)
96.76/96.86	c Memory used           : 12.46 MB
96.76/96.86	c CPU time              : 96.7233 s
96.76/96.86	
96.76/96.86	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-1783568-1241861798/watcher-1783568-1241861798 -o /tmp/evaluation-result-1783568-1241861798/solver-1783568-1241861798 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783568-1241861798.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.00 0.00 0.00 2/64 25375
/proc/meminfo: memFree=1742984/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0
/proc/25375/stat : 25375 (glucose.sh) R 25373 25375 25338 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 214213334 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 238487661215 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/25375/statm: 1340 235 194 169 0 51 0
[pid=25376] ppid=25375 vsize=1008 CPUtime=0
/proc/25376/stat : 25376 (SatELite_releas) R 25375 25375 25338 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 214213334 1032192 118 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25376/statm: 252 119 51 174 0 75 0

[startup+0.0385119 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 25375
/proc/meminfo: memFree=1742984/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214213334 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25375/statm: 1340 236 195 169 0 51 0
[pid=25376] ppid=25375 vsize=2108 CPUtime=0.03
/proc/25376/stat : 25376 (SatELite_releas) R 25375 25375 25338 0 -1 4194304 395 0 0 0 3 0 0 0 18 0 1 0 214213334 2158592 379 1992294400 134512640 135225430 4294956176 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 1 0 0
/proc/25376/statm: 527 379 77 174 0 350 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7468

[startup+0.102523 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 25375
/proc/meminfo: memFree=1742984/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.30155 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 25375
/proc/meminfo: memFree=1742984/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.702596 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 25375
/proc/meminfo: memFree=1742984/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+1.50268 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 25378
/proc/meminfo: memFree=1739832/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=4304 CPUtime=1.4
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 782 0 0 0 140 0 0 0 25 0 1 0 214213342 4407296 768 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 1076 768 76 172 0 901 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9664

[startup+3.10186 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 25378
/proc/meminfo: memFree=1739128/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=4972 CPUtime=3
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 934 0 0 0 300 0 0 0 25 0 1 0 214213342 5091328 920 1992294400 134512640 135217611 4294956304 18446744073709551615 134533322 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 1243 920 76 172 0 1068 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10332

[startup+6.30123 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 25378
/proc/meminfo: memFree=1737976/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=5840 CPUtime=6.2
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 1154 0 0 0 620 0 0 0 25 0 1 0 214213342 5980160 1140 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 1460 1140 76 172 0 1285 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11200

[startup+12.702 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 25378
/proc/meminfo: memFree=1736632/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=7332 CPUtime=12.6
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 1506 0 0 0 1259 1 0 0 25 0 1 0 214213342 7507968 1492 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 1833 1492 76 172 0 1658 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12692

[startup+25.5014 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 25378
/proc/meminfo: memFree=1734904/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=8784 CPUtime=25.4
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 1885 0 0 0 2539 1 0 0 25 0 1 0 214213342 8994816 1871 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 2196 1871 76 172 0 2021 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14144

[startup+51.1014 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 25378
/proc/meminfo: memFree=1733304/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=10472 CPUtime=50.99
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 2279 0 0 0 5098 1 0 0 25 0 1 0 214213342 10723328 2265 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 2618 2265 76 172 0 2443 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15832

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

[startup+76.7013 s]
/proc/loadavg: 0.71 0.22 0.07 2/66 25378
/proc/meminfo: memFree=1732024/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=11864 CPUtime=76.58
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 2592 0 0 0 7657 1 0 0 25 0 1 0 214213342 12148736 2578 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 2966 2578 76 172 0 2791 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 17224

[startup+89.5018 s]
/proc/loadavg: 0.76 0.24 0.08 2/66 25378
/proc/meminfo: memFree=1731576/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=12320 CPUtime=89.37
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 2699 0 0 0 8936 1 0 0 25 0 1 0 214213342 12615680 2685 1992294400 134512640 135217611 4294956304 18446744073709551615 134526356 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 3080 2685 76 172 0 2905 0
Current children cumulated CPU time (s) 89.45
Current children cumulated vsize (KiB) 17680

[startup+92.7012 s]
/proc/loadavg: 0.77 0.26 0.09 2/66 25378
/proc/meminfo: memFree=1731384/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=12612 CPUtime=92.58
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 2780 0 0 0 9256 2 0 0 25 0 1 0 214213342 12914688 2766 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 3153 2766 76 172 0 2978 0
Current children cumulated CPU time (s) 92.66
Current children cumulated vsize (KiB) 17972

[startup+94.3014 s]
/proc/loadavg: 0.77 0.26 0.09 2/66 25378
/proc/meminfo: memFree=1731192/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=12756 CPUtime=94.18
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 2813 0 0 0 9416 2 0 0 25 0 1 0 214213342 13062144 2799 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 3189 2799 76 172 0 3014 0
Current children cumulated CPU time (s) 94.26
Current children cumulated vsize (KiB) 18116

[startup+95.9016 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 25378
/proc/meminfo: memFree=1731128/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=12756 CPUtime=95.78
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 2815 0 0 0 9576 2 0 0 25 0 1 0 214213342 13062144 2801 1992294400 134512640 135217611 4294956304 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 3189 2801 76 172 0 3014 0
Current children cumulated CPU time (s) 95.86
Current children cumulated vsize (KiB) 18116

[startup+96.3016 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 25378
/proc/meminfo: memFree=1731128/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=12756 CPUtime=96.18
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 2815 0 0 0 9616 2 0 0 25 0 1 0 214213342 13062144 2801 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 3189 2801 76 172 0 3014 0
Current children cumulated CPU time (s) 96.26
Current children cumulated vsize (KiB) 18116

[startup+96.7017 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 25378
/proc/meminfo: memFree=1731128/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=12756 CPUtime=96.58
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 2815 0 0 0 9656 2 0 0 25 0 1 0 214213342 13062144 2801 1992294400 134512640 135217611 4294956304 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 3189 2801 76 172 0 3014 0
Current children cumulated CPU time (s) 96.66
Current children cumulated vsize (KiB) 18116

[startup+96.8057 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 25378
/proc/meminfo: memFree=1731128/2055920 swapFree=3990724/4192956
[pid=25375] ppid=25373 vsize=5360 CPUtime=0.08
/proc/25375/stat : 25375 (glucose.sh) S 25373 25375 25338 0 -1 4194304 313 404 0 0 0 0 8 0 16 0 1 0 214213334 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25375/statm: 1340 238 195 169 0 51 0
[pid=25378] ppid=25375 vsize=12756 CPUtime=96.68
/proc/25378/stat : 25378 (glucose_static) R 25375 25375 25338 0 -1 4194304 2815 0 0 0 9666 2 0 0 25 0 1 0 214213342 13062144 2801 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25378/statm: 3189 2801 76 172 0 3014 0
Current children cumulated CPU time (s) 96.76
Current children cumulated vsize (KiB) 18116

Child status: 20
Real time (s): 96.8682
CPU time (s): 96.8373
CPU user time (s): 96.8073
CPU system time (s): 0.029995
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 18116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.8073
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3699
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= 40
involuntary context switches= 183

runsolver used 0.104984 second user time and 0.25696 second system time

The end

Launcher Data

Begin job on node23 at 2009-05-09 11:36:38
IDJOB=1783568
IDBENCH=24599
IDSOLVER=610
FILE ID=node23/1783568-1241861798
PBS_JOBID= 9264589
Free space on /tmp= 66312 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783568-1241861798/watcher-1783568-1241861798 -o /tmp/evaluation-result-1783568-1241861798/solver-1783568-1241861798 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783568-1241861798.cnf

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=15956626

node23.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.238
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.238
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:       1743400 kB
Buffers:         21380 kB
Cached:          51236 kB
SwapCached:     196868 kB
Active:          85832 kB
Inactive:       185100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743400 kB
SwapTotal:     4192956 kB
SwapFree:      3990724 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          13880 kB
Slab:            27588 kB
Committed_AS:   756328 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node23 at 2009-05-09 11:38:15