Trace number 1726245

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 224.041 224.135

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
MD5SUM4e736dbc376aed9798860699ef195d83
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
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.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     232      696 |      69       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     232      904 |      --       0       --      -- |     --   | 0/208
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 61   #clauses: 232   #literals: 904
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  61                                                   |
0.00/0.00	c |  Number of clauses:    232                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
224.00/224.12	c restarts              : 1
224.00/224.12	c nb ReduceDB           : 65
224.00/224.12	c nb learnts DL2        : 192
224.00/224.12	c nb learnts size 2     : 190
224.00/224.12	c nb learnts size 1     : 20
224.00/224.12	c conflicts             : 2419601        (10802 /sec)
224.00/224.12	c decisions             : 2777592        (1.85 % random) (12401 /sec)
224.00/224.12	c propagations          : 11529312       (51473 /sec)
224.00/224.12	c conflict literals     : 31784369       (30.20 % deleted)
224.00/224.12	c Memory used           : 23.57 MB
224.00/224.12	c CPU time              : 223.989 s
224.00/224.12	
224.00/224.12	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-1726245-1240710102/watcher-1726245-1240710102 -o /tmp/evaluation-result-1726245-1240710102/solver-1726245-1240710102 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1726245-1240710102.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.01 1.08 3/64 20632
/proc/meminfo: memFree=1606584/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) R 20630 20632 20246 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 99043762 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20632/statm: 1340 235 194 169 0 51 0
[pid=20633] ppid=20632 vsize=880 CPUtime=0
/proc/20633/stat : 20633 (SatELite_releas) R 20632 20632 20246 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 99043763 901120 98 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/20633/statm: 220 99 76 174 0 43 0

[startup+0.0623711 s]
/proc/loadavg: 1.02 1.01 1.08 3/64 20632
/proc/meminfo: memFree=1606584/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.10237 s]
/proc/loadavg: 1.02 1.01 1.08 3/64 20632
/proc/meminfo: memFree=1606584/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.30139 s]
/proc/loadavg: 1.02 1.01 1.08 3/64 20632
/proc/meminfo: memFree=1606584/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701432 s]
/proc/loadavg: 1.02 1.01 1.08 3/64 20632
/proc/meminfo: memFree=1606584/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50251 s]
/proc/loadavg: 1.02 1.01 1.08 2/66 20635
/proc/meminfo: memFree=1604200/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=4360 CPUtime=1.49
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 737 0 0 0 149 0 0 0 25 0 1 0 99043763 4464640 723 1992294400 134512640 135217611 4294956272 18446744073709551615 134533322 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 1090 723 74 172 0 915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9720

[startup+3.10168 s]
/proc/loadavg: 1.02 1.01 1.08 2/66 20635
/proc/meminfo: memFree=1603176/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=5348 CPUtime=3.08
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 970 0 0 0 308 0 0 0 25 0 1 0 99043763 5476352 956 1992294400 134512640 135217611 4294956272 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 1337 956 74 172 0 1162 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10708

[startup+6.30201 s]
/proc/loadavg: 1.02 1.01 1.08 2/66 20635
/proc/meminfo: memFree=1601448/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=6848 CPUtime=6.28
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 1306 0 0 0 628 0 0 0 25 0 1 0 99043763 7012352 1292 1992294400 134512640 135217611 4294956272 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 1712 1292 74 172 0 1537 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12208

[startup+12.7017 s]
/proc/loadavg: 1.01 1.01 1.08 2/66 20635
/proc/meminfo: memFree=1600040/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=8400 CPUtime=12.68
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 1655 0 0 0 1267 1 0 0 25 0 1 0 99043763 8601600 1641 1992294400 134512640 135217611 4294956272 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 2100 1641 74 172 0 1925 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13760

[startup+25.502 s]
/proc/loadavg: 1.01 1.01 1.08 2/66 20635
/proc/meminfo: memFree=1597992/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=10592 CPUtime=25.48
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 2152 0 0 0 2547 1 0 0 25 0 1 0 99043763 10846208 2138 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 2648 2138 74 172 0 2473 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15952

[startup+51.1017 s]
/proc/loadavg: 1.01 1.00 1.08 2/66 20635
/proc/meminfo: memFree=1594984/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=14220 CPUtime=51.07
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 2960 0 0 0 5105 2 0 0 25 0 1 0 99043763 14561280 2931 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 3555 2931 74 172 0 3380 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19580

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20635
/proc/meminfo: memFree=1590696/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=18672 CPUtime=102.26
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 3975 0 0 0 10223 3 0 0 25 0 1 0 99043763 19120128 3924 1992294400 134512640 135217611 4294956272 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 4668 3924 74 172 0 4493 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24032

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20635
/proc/meminfo: memFree=1587496/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=22172 CPUtime=162.22
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 4780 0 0 0 16219 3 0 0 25 0 1 0 99043763 22704128 4729 1992294400 134512640 135217611 4294956272 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 5543 4729 74 172 0 5368 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 27532

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 20635
/proc/meminfo: memFree=1585576/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=24132 CPUtime=222.2
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 5244 0 0 0 22216 4 0 0 25 0 1 0 99043763 24711168 5193 1992294400 134512640 135217611 4294956272 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 6033 5193 74 172 0 5858 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 29492

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

[startup+223.102 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 20635
/proc/meminfo: memFree=1585576/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=24132 CPUtime=223
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 5244 0 0 0 22296 4 0 0 25 0 1 0 99043763 24711168 5193 1992294400 134512640 135217611 4294956272 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 6033 5193 74 172 0 5858 0
Current children cumulated CPU time (s) 223
Current children cumulated vsize (KiB) 29492

[startup+223.903 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 20635
/proc/meminfo: memFree=1585576/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=24132 CPUtime=223.8
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 5244 0 0 0 22376 4 0 0 25 0 1 0 99043763 24711168 5193 1992294400 134512640 135217611 4294956272 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 6033 5193 74 172 0 5858 0
Current children cumulated CPU time (s) 223.8
Current children cumulated vsize (KiB) 29492

[startup+224.103 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 20635
/proc/meminfo: memFree=1585576/2055920 swapFree=4180592/4192956
[pid=20632] ppid=20630 vsize=5360 CPUtime=0
/proc/20632/stat : 20632 (glucose.sh) S 20630 20632 20246 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 99043762 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20632/statm: 1340 238 195 169 0 51 0
[pid=20635] ppid=20632 vsize=24132 CPUtime=224
/proc/20635/stat : 20635 (glucose_static) R 20632 20632 20246 0 -1 4194304 5244 0 0 0 22396 4 0 0 25 0 1 0 99043763 24711168 5193 1992294400 134512640 135217611 4294956272 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20635/statm: 6033 5193 74 172 0 5858 0
Current children cumulated CPU time (s) 224
Current children cumulated vsize (KiB) 29492

Child status: 20
Real time (s): 224.135
CPU time (s): 224.041
CPU user time (s): 223.991
CPU system time (s): 0.049992
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 29492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.991
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5850
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= 36
involuntary context switches= 590

runsolver used 0.170974 second user time and 0.648901 second system time

The end

Launcher Data

Begin job on node24 at 2009-04-26 03:41:42
IDJOB=1726245
IDBENCH=24609
IDSOLVER=503
FILE ID=node24/1726245-1240710102
PBS_JOBID= 9186805
Free space on /tmp= 66240 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726245-1240710102/watcher-1726245-1240710102 -o /tmp/evaluation-result-1726245-1240710102/solver-1726245-1240710102 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1726245-1240710102.cnf

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

MD5SUM BENCH= 4e736dbc376aed9798860699ef195d83
RANDOM SEED=174610497

node24.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.232
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.232
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:       1607064 kB
Buffers:         46108 kB
Cached:         330144 kB
SwapCached:       6112 kB
Active:         157896 kB
Inactive:       226876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607064 kB
SwapTotal:     4192956 kB
SwapFree:      4180592 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          13968 kB
Slab:            50004 kB
Committed_AS:   403324 kB
PageTables:       1440 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= 66240 MiB
End job on node24 at 2009-04-26 03:45:27