Trace number 1732944

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 46.257 46.2815

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3421
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4630
Number of clauses of size 50
Number of clauses of size over 537800

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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |   38430   456120 |   11528       0        0     nan |  0.000 % |
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 45   #clauses: 38430   #literals: 456120
0.00/0.07	c CPU time:   0.06199 s
0.00/0.07	c ==============================================================================
0.09/0.18	c
0.09/0.18	c Starting glucose
0.09/0.18	c
0.09/0.19	
0.09/0.19	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.19	
0.09/0.19	c ============================[ Problem Statistics ]=============================
0.09/0.19	c |                                                                             |
0.09/0.19	c |  Number of variables:  45                                                   |
0.09/0.19	c |  Number of clauses:    38430                                                |
0.18/0.23	c |  Parsing time:         0.04         s                                       |
46.16/46.27	c restarts              : 1
46.16/46.27	c nb ReduceDB           : 19
46.16/46.27	c nb learnts DL2        : 90
46.16/46.27	c nb learnts size 2     : 85
46.16/46.27	c nb learnts size 1     : 12
46.16/46.27	c conflicts             : 318062         (6909 /sec)
46.16/46.27	c decisions             : 336692         (1.77 % random) (7313 /sec)
46.16/46.27	c propagations          : 2151762        (46738 /sec)
46.16/46.27	c conflict literals     : 4198524        (27.88 % deleted)
46.16/46.27	c Memory used           : 13.11 MB
46.16/46.27	c CPU time              : 46.039 s
46.16/46.27	
46.16/46.27	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-1732944-1240784136/watcher-1732944-1240784136 -o /tmp/evaluation-result-1732944-1240784136/solver-1732944-1240784136 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1732944-1240784136.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.00 1.00 1.00 3/64 27824
/proc/meminfo: memFree=1819256/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106441760 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 236 195 169 0 51 0
[pid=27825] ppid=27824 vsize=876 CPUtime=0
/proc/27825/stat : 27825 (SatELite_releas) R 27824 27824 27465 0 -1 4194304 101 0 0 0 0 0 0 0 20 0 1 0 106441760 897024 85 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/27825/statm: 219 85 50 174 0 42 0

[startup+0.00869909 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27824
/proc/meminfo: memFree=1819256/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106441760 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 236 195 169 0 51 0
[pid=27825] ppid=27824 vsize=1140 CPUtime=0
/proc/27825/stat : 27825 (SatELite_releas) R 27824 27824 27465 0 -1 4194304 153 0 0 0 0 0 0 0 20 0 1 0 106441760 1167360 137 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/27825/statm: 285 138 50 174 0 108 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6500

[startup+0.101708 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27824
/proc/meminfo: memFree=1819256/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 106441760 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 236 195 169 0 51 0
[pid=27825] ppid=27824 vsize=6000 CPUtime=0.09
/proc/27825/stat : 27825 (SatELite_releas) R 27824 27824 27465 0 -1 4194304 1350 0 0 0 9 0 0 0 20 0 1 0 106441760 6144000 1334 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27825/statm: 1500 1334 78 174 0 1323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11360

[startup+0.301742 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27824
/proc/meminfo: memFree=1819256/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5360

[startup+0.701785 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27824
/proc/meminfo: memFree=1819256/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5360

[startup+1.50186 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1810984/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=7800 CPUtime=1.3
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 1768 0 0 0 130 0 0 0 25 0 1 0 106441779 7987200 1754 1992294400 134512640 135217611 4294956304 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 1950 1754 75 172 0 1775 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13160

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1810472/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=8540 CPUtime=2.89
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 1954 0 0 0 289 0 0 0 25 0 1 0 106441779 8744960 1940 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 2135 1940 75 172 0 1960 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13900

[startup+6.30239 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1809064/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=9668 CPUtime=6.09
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 2172 0 0 0 609 0 0 0 25 0 1 0 106441779 9900032 2158 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 2417 2158 75 172 0 2242 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15028

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1808040/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=10444 CPUtime=12.49
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 2392 0 0 0 1249 0 0 0 25 0 1 0 106441779 10694656 2378 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 2611 2378 75 172 0 2436 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15804

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1806632/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=12148 CPUtime=25.28
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 2748 0 0 0 2527 1 0 0 25 0 1 0 106441779 12439552 2734 1992294400 134512640 135217611 4294956304 18446744073709551615 134522443 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 3037 2734 75 172 0 2862 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17508

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

[startup+38.3019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1806184/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=12832 CPUtime=38.08
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 2901 0 0 0 3806 2 0 0 25 0 1 0 106441779 13139968 2887 1992294400 134512640 135217611 4294956304 18446744073709551615 134548704 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 3208 2887 75 172 0 3033 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 18192

[startup+41.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1805672/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=13336 CPUtime=41.28
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 3031 0 0 0 4126 2 0 0 25 0 1 0 106441779 13656064 3017 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 3334 3017 75 172 0 3159 0
Current children cumulated CPU time (s) 41.46
Current children cumulated vsize (KiB) 18696

[startup+44.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1805480/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=13416 CPUtime=44.48
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 3037 0 0 0 4446 2 0 0 25 0 1 0 106441779 13737984 3023 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 3354 3023 75 172 0 3179 0
Current children cumulated CPU time (s) 44.66
Current children cumulated vsize (KiB) 18776

[startup+45.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1805480/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=13416 CPUtime=45.28
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 3039 0 0 0 4526 2 0 0 25 0 1 0 106441779 13737984 3025 1992294400 134512640 135217611 4294956304 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 3354 3025 75 172 0 3179 0
Current children cumulated CPU time (s) 45.46
Current children cumulated vsize (KiB) 18776

[startup+45.9018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1805480/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=13416 CPUtime=45.68
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 3039 0 0 0 4566 2 0 0 25 0 1 0 106441779 13737984 3025 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 3354 3025 75 172 0 3179 0
Current children cumulated CPU time (s) 45.86
Current children cumulated vsize (KiB) 18776

[startup+46.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1805480/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=13416 CPUtime=45.88
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 3039 0 0 0 4586 2 0 0 25 0 1 0 106441779 13737984 3025 1992294400 134512640 135217611 4294956304 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 3354 3025 75 172 0 3179 0
Current children cumulated CPU time (s) 46.06
Current children cumulated vsize (KiB) 18776

[startup+46.2058 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27827
/proc/meminfo: memFree=1805480/2055920 swapFree=4180832/4192956
[pid=27824] ppid=27822 vsize=5360 CPUtime=0.18
/proc/27824/stat : 27824 (glucose.sh) S 27822 27824 27465 0 -1 4194304 313 1351 0 0 0 0 17 1 17 0 1 0 106441760 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27824/statm: 1340 238 195 169 0 51 0
[pid=27827] ppid=27824 vsize=13416 CPUtime=45.98
/proc/27827/stat : 27827 (glucose_static) R 27824 27824 27465 0 -1 4194304 3039 0 0 0 4596 2 0 0 25 0 1 0 106441779 13737984 3025 1992294400 134512640 135217611 4294956304 18446744073709551615 134533458 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27827/statm: 3354 3025 75 172 0 3179 0
Current children cumulated CPU time (s) 46.16
Current children cumulated vsize (KiB) 18776

Child status: 20
Real time (s): 46.2815
CPU time (s): 46.257
CPU user time (s): 46.215
CPU system time (s): 0.041993
CPU usage (%): 99.947
Max. virtual memory (cumulated for all children) (KiB): 18776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.215
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4869
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= 11
involuntary context switches= 122

runsolver used 0.058991 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-27 00:15:36
IDJOB=1732944
IDBENCH=71131
IDSOLVER=503
FILE ID=node42/1732944-1240784136
PBS_JOBID= 9187253
Free space on /tmp= 66324 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK10.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732944-1240784136/watcher-1732944-1240784136 -o /tmp/evaluation-result-1732944-1240784136/solver-1732944-1240784136 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1732944-1240784136.cnf

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=1077334344

node42.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:       1819672 kB
Buffers:         21180 kB
Cached:         151244 kB
SwapCached:       5940 kB
Active:          66756 kB
Inactive:       114060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819672 kB
SwapTotal:     4192956 kB
SwapFree:      4180832 kB
Dirty:            2900 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            41504 kB
Committed_AS:   509236 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= 66324 MiB
End job on node42 at 2009-04-27 00:16:22