Trace number 1718128

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 131.762 131.808

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.9113
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

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 |    3003     7825 |     900       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |    2507     7505 |      --       0       --      -- |     --   | -462/-249
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 604   #clauses: 2507   #literals: 7505
0.00/0.02	c CPU time:   0.012998 s
0.00/0.02	c ==============================================================================
0.00/0.02	c
0.00/0.02	c Starting glucose
0.00/0.02	c
0.00/0.02	
0.00/0.02	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.02	
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  604                                                  |
0.00/0.02	c |  Number of clauses:    2507                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
131.64/131.80	c restarts              : 16
131.64/131.80	c nb ReduceDB           : 26
131.64/131.80	c nb learnts DL2        : 919
131.64/131.80	c nb learnts size 2     : 229
131.64/131.80	c nb learnts size 1     : 18
131.64/131.80	c conflicts             : 472543         (3587 /sec)
131.64/131.80	c decisions             : 566483         (1.05 % random) (4301 /sec)
131.64/131.80	c propagations          : 57764167       (438538 /sec)
131.64/131.80	c conflict literals     : 9720081        (57.05 % deleted)
131.64/131.80	c Memory used           : 10.60 MB
131.64/131.80	c CPU time              : 131.72 s
131.64/131.80	
131.73/131.80	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-1718128-1240633761/watcher-1718128-1240633761 -o /tmp/evaluation-result-1718128-1240633761/solver-1718128-1240633761 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1718128-1240633761.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.98 0.99 2/64 14798
/proc/meminfo: memFree=1237312/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=18576 CPUtime=0
/proc/14798/stat : 14798 (runsolver) R 14796 14798 13907 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 91409646 19021824 293 1992294400 4194304 4302564 548682068528 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14798/statm: 0 0 0 0 0 0 0

[startup+0.061472 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 14798
/proc/meminfo: memFree=1237312/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.101472 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 14798
/proc/meminfo: memFree=1237312/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.30149 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 14798
/proc/meminfo: memFree=1237312/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.701527 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 14798
/proc/meminfo: memFree=1237312/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+1.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1235440/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=3612 CPUtime=1.47
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 541 0 0 0 147 0 0 0 25 0 1 0 91409648 3698688 527 1992294400 134512640 135217611 4294956304 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 903 527 76 172 0 728 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8972

[startup+3.10175 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1234928/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=4008 CPUtime=3.07
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 641 0 0 0 307 0 0 0 25 0 1 0 91409648 4104192 627 1992294400 134512640 135217611 4294956304 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 1002 627 76 172 0 827 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9368

[startup+6.30105 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1233904/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=4680 CPUtime=6.27
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 810 0 0 0 627 0 0 0 25 0 1 0 91409648 4792320 796 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 1170 796 76 172 0 995 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10040

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1232944/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=5616 CPUtime=12.66
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 1042 0 0 0 1266 0 0 0 25 0 1 0 91409648 5750784 1028 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 1404 1028 76 172 0 1229 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10976

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1231928/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=6740 CPUtime=25.46
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 1307 0 0 0 2546 0 0 0 25 0 1 0 91409648 6901760 1293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 1685 1293 76 172 0 1510 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12100

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1230328/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=8292 CPUtime=51.05
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 1707 0 0 0 5104 1 0 0 25 0 1 0 91409648 8491008 1693 1992294400 134512640 135217611 4294956304 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 2073 1693 76 172 0 1898 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13652

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1228536/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=10240 CPUtime=102.24
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 2157 0 0 0 10223 1 0 0 25 0 1 0 91409648 10485760 2143 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 2560 2143 76 172 0 2385 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 15600

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

[startup+115.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1228088/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=10704 CPUtime=115.03
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 2256 0 0 0 11502 1 0 0 25 0 1 0 91409648 10960896 2242 1992294400 134512640 135217611 4294956304 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 2676 2242 76 172 0 2501 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 16064

[startup+121.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1227960/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=10848 CPUtime=121.43
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 2290 0 0 0 12142 1 0 0 25 0 1 0 91409648 11108352 2276 1992294400 134512640 135217611 4294956304 18446744073709551615 134533286 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 121.44
Current children cumulated vsize (KiB) 16208

[startup+127.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1227960/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=10848 CPUtime=127.83
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 2290 0 0 0 12782 1 0 0 25 0 1 0 91409648 11108352 2276 1992294400 134512640 135217611 4294956304 18446744073709551615 134539594 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 16208

[startup+129.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1227960/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=10848 CPUtime=129.43
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 2290 0 0 0 12942 1 0 0 25 0 1 0 91409648 11108352 2276 1992294400 134512640 135217611 4294956304 18446744073709551615 134536977 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 129.44
Current children cumulated vsize (KiB) 16208

[startup+131.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1227960/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=10848 CPUtime=131.03
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 2290 0 0 0 13102 1 0 0 25 0 1 0 91409648 11108352 2276 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 131.04
Current children cumulated vsize (KiB) 16208

[startup+131.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1227960/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=10848 CPUtime=131.43
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 2290 0 0 0 13142 1 0 0 25 0 1 0 91409648 11108352 2276 1992294400 134512640 135217611 4294956304 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 131.44
Current children cumulated vsize (KiB) 16208

[startup+131.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1227960/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=10848 CPUtime=131.63
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194304 2290 0 0 0 13162 1 0 0 25 0 1 0 91409648 11108352 2276 1992294400 134512640 135217611 4294956304 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 2712 2276 76 172 0 2537 0
Current children cumulated CPU time (s) 131.64
Current children cumulated vsize (KiB) 16208

[startup+131.802 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14801
/proc/meminfo: memFree=1227960/2055920 swapFree=4146964/4192956
[pid=14798] ppid=14796 vsize=5360 CPUtime=0.01
/proc/14798/stat : 14798 (glucose.sh) S 14796 14798 13907 0 -1 4194304 313 235 0 0 0 0 1 0 16 0 1 0 91409646 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14798/statm: 1340 238 195 169 0 51 0
[pid=14801] ppid=14798 vsize=0 CPUtime=131.72
/proc/14801/stat : 14801 (glucose_static) R 14798 14798 13907 0 -1 4194308 2303 0 0 0 13171 1 0 0 25 0 1 0 91409648 0 0 1992294400 0 0 0 0 0 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/14801/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 131.73
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 131.808
CPU time (s): 131.762
CPU user time (s): 131.736
CPU system time (s): 0.025996
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 16208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.736
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3005
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= 41
involuntary context switches= 363

runsolver used 0.158975 second user time and 0.32395 second system time

The end

Launcher Data

Begin job on node14 at 2009-04-25 06:29:22
IDJOB=1718128
IDBENCH=20471
IDSOLVER=503
FILE ID=node14/1718128-1240633761
PBS_JOBID= 9186378
Free space on /tmp= 66296 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718128-1240633761/watcher-1718128-1240633761 -o /tmp/evaluation-result-1718128-1240633761/solver-1718128-1240633761 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1718128-1240633761.cnf

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

MD5SUM BENCH= 738c5d916b76338511b77dbd47cdbc16
RANDOM SEED=1226832176

node14.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.256
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	: 5931.00
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.256
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:       1237728 kB
Buffers:         61812 kB
Cached:         644608 kB
SwapCached:      40764 kB
Active:         109676 kB
Inactive:       639852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1237728 kB
SwapTotal:     4192956 kB
SwapFree:      4146964 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            54616 kB
Committed_AS:   282304 kB
PageTables:       1448 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= 66296 MiB
End job on node14 at 2009-04-25 06:31:33