Trace number 1724236

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 92.107 92.1446

General information on the benchmark

Namemanol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.107
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
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.28/0.34	c ==============================================================================
0.28/0.34	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.34	c ==============================================================================
0.28/0.34	c |         0 |  387840   904960 |  116351       0        0     nan |  0.000 % |
2.29/2.32	c |         0 |  169202   659445 |      --       0       --      -- |     --   | -218636/-245510
2.29/2.33	c ==============================================================================
2.29/2.33	c Result  :   #vars: 22468   #clauses: 169202   #literals: 659445
2.29/2.33	c CPU time:   2.19667 s
2.29/2.33	c ==============================================================================
2.49/2.55	c
2.49/2.55	c Starting glucose
2.49/2.55	c
2.49/2.55	
2.49/2.55	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.49/2.55	
2.49/2.55	c ============================[ Problem Statistics ]=============================
2.49/2.55	c |                                                                             |
2.49/2.55	c |  Number of variables:  22468                                                |
2.49/2.55	c |  Number of clauses:    169202                                               |
2.54/2.68	c |  Parsing time:         0.11         s                                       |
92.04/92.12	c restarts              : 395
92.04/92.12	c nb ReduceDB           : 16
92.04/92.12	c nb learnts DL2        : 3684
92.04/92.12	c nb learnts size 2     : 707
92.04/92.12	c nb learnts size 1     : 71
92.04/92.12	c conflicts             : 452797         (5060 /sec)
92.04/92.12	c decisions             : 2104144        (1.54 % random) (23512 /sec)
92.04/92.12	c propagations          : 103875453      (1160718 /sec)
92.04/92.12	c conflict literals     : 8536530        (22.98 % deleted)
92.04/92.12	c Memory used           : 27.29 MB
92.04/92.12	c CPU time              : 89.4924 s
92.04/92.12	
92.04/92.13	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-1724236-1240693733/watcher-1724236-1240693733 -o /tmp/evaluation-result-1724236-1240693733/solver-1724236-1240693733 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1724236-1240693733.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.92 0.99 1.11 3/65 15766
/proc/meminfo: memFree=1635560/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=0
/proc/15766/stat : 15766 (glucose.sh) R 15764 15766 15664 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 97402862 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 249069890207 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15766/statm: 1340 235 194 169 0 51 0
[pid=15767] ppid=15766 vsize=876 CPUtime=0
/proc/15767/stat : 15767 (SatELite_releas) R 15766 15766 15664 0 -1 4194304 83 0 0 0 0 0 0 0 18 0 1 0 97402863 897024 67 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/15767/statm: 219 69 50 174 0 42 0

[startup+0.083021 s]
/proc/loadavg: 0.92 0.99 1.11 3/65 15766
/proc/meminfo: memFree=1635560/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=0
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97402862 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15766/statm: 1340 236 195 169 0 51 0
[pid=15767] ppid=15766 vsize=15292 CPUtime=0.07
/proc/15767/stat : 15767 (SatELite_releas) R 15766 15766 15664 0 -1 4194304 3079 0 0 0 6 1 0 0 19 0 1 0 97402863 15659008 3063 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/15767/statm: 3823 3064 50 174 0 3646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20652

[startup+0.101023 s]
/proc/loadavg: 0.92 0.99 1.11 3/65 15766
/proc/meminfo: memFree=1635560/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=0
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97402862 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15766/statm: 1340 236 195 169 0 51 0
[pid=15767] ppid=15766 vsize=17140 CPUtime=0.09
/proc/15767/stat : 15767 (SatELite_releas) R 15766 15766 15664 0 -1 4194304 3725 0 0 0 7 2 0 0 19 0 1 0 97402863 17551360 3709 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/15767/statm: 4285 3709 50 174 0 4108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22500

[startup+0.301148 s]
/proc/loadavg: 0.92 0.99 1.11 3/65 15766
/proc/meminfo: memFree=1635560/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=0
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97402862 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15766/statm: 1340 236 195 169 0 51 0
[pid=15767] ppid=15766 vsize=44380 CPUtime=0.28
/proc/15767/stat : 15767 (SatELite_releas) R 15766 15766 15664 0 -1 4194304 10833 0 0 0 23 5 0 0 21 0 1 0 97402863 45445120 10817 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/15767/statm: 11095 10820 51 174 0 10918 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49740

[startup+0.701129 s]
/proc/loadavg: 0.92 0.99 1.11 3/65 15766
/proc/meminfo: memFree=1635560/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=0
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97402862 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15766/statm: 1340 236 195 169 0 51 0
[pid=15767] ppid=15766 vsize=56804 CPUtime=0.68
/proc/15767/stat : 15767 (SatELite_releas) R 15766 15766 15664 0 -1 4194304 14654 0 0 0 61 7 0 0 25 0 1 0 97402863 58167296 13560 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15767/statm: 14201 13560 77 174 0 14024 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62164

[startup+1.50127 s]
/proc/loadavg: 0.92 0.99 1.11 2/67 15768
/proc/meminfo: memFree=1574872/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=0
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 97402862 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15766/statm: 1340 236 195 169 0 51 0
[pid=15767] ppid=15766 vsize=60716 CPUtime=1.49
/proc/15767/stat : 15767 (SatELite_releas) R 15766 15766 15664 0 -1 4194304 15567 0 0 0 138 11 0 0 25 0 1 0 97402863 62173184 14473 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/15767/statm: 15179 14473 77 174 0 15002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66076

[startup+3.10157 s]
/proc/loadavg: 0.92 0.99 1.11 2/67 15768
/proc/meminfo: memFree=1566040/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 5360

[startup+6.30113 s]
/proc/loadavg: 1.01 1.00 1.12 3/67 15769
/proc/meminfo: memFree=1601624/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=19200 CPUtime=3.73
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 4533 0 0 0 371 2 0 0 25 0 1 0 97403118 19660800 4519 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 4800 4519 77 172 0 4625 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24560

[startup+12.7013 s]
/proc/loadavg: 1.09 1.02 1.12 2/67 15769
/proc/meminfo: memFree=1599576/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=21624 CPUtime=10.13
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 5135 0 0 0 1010 3 0 0 25 0 1 0 97403118 22142976 5121 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 5406 5121 77 172 0 5231 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26984

[startup+25.5015 s]
/proc/loadavg: 1.07 1.02 1.12 2/67 15769
/proc/meminfo: memFree=1598424/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=22896 CPUtime=22.92
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 5447 0 0 0 2289 3 0 0 25 0 1 0 97403118 23445504 5433 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 5724 5433 77 172 0 5549 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 28256

[startup+51.1011 s]
/proc/loadavg: 1.04 1.02 1.11 2/67 15769
/proc/meminfo: memFree=1595608/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=25808 CPUtime=48.52
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 6189 0 0 0 4848 4 0 0 25 0 1 0 97403118 26427392 6175 1992294400 134512640 135217611 4294956272 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 6452 6175 77 172 0 6277 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 31168

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

[startup+76.7017 s]
/proc/loadavg: 1.03 1.01 1.11 2/67 15769
/proc/meminfo: memFree=1594136/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=27536 CPUtime=74.11
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 6584 0 0 0 7407 4 0 0 25 0 1 0 97403118 28196864 6570 1992294400 134512640 135217611 4294956272 18446744073709551615 134542590 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 6884 6570 77 172 0 6709 0
Current children cumulated CPU time (s) 76.65
Current children cumulated vsize (KiB) 32896

[startup+83.1018 s]
/proc/loadavg: 1.02 1.01 1.11 2/67 15769
/proc/meminfo: memFree=1594072/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=27536 CPUtime=80.5
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 6591 0 0 0 8046 4 0 0 25 0 1 0 97403118 28196864 6577 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 6884 6577 77 172 0 6709 0
Current children cumulated CPU time (s) 83.04
Current children cumulated vsize (KiB) 32896

[startup+86.3014 s]
/proc/loadavg: 1.02 1.01 1.11 2/67 15769
/proc/meminfo: memFree=1594008/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=27536 CPUtime=83.7
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 6610 0 0 0 8366 4 0 0 25 0 1 0 97403118 28196864 6596 1992294400 134512640 135217611 4294956272 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 6884 6596 77 172 0 6709 0
Current children cumulated CPU time (s) 86.24
Current children cumulated vsize (KiB) 32896

[startup+89.5019 s]
/proc/loadavg: 1.02 1.01 1.11 2/67 15769
/proc/meminfo: memFree=1593688/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=27812 CPUtime=86.9
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 6681 0 0 0 8686 4 0 0 25 0 1 0 97403118 28479488 6667 1992294400 134512640 135217611 4294956272 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 6953 6667 77 172 0 6778 0
Current children cumulated CPU time (s) 89.44
Current children cumulated vsize (KiB) 33172

[startup+91.1012 s]
/proc/loadavg: 1.02 1.01 1.11 2/67 15769
/proc/meminfo: memFree=1593688/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=27812 CPUtime=88.5
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 6682 0 0 0 8846 4 0 0 25 0 1 0 97403118 28479488 6668 1992294400 134512640 135217611 4294956272 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 6953 6668 77 172 0 6778 0
Current children cumulated CPU time (s) 91.04
Current children cumulated vsize (KiB) 33172

[startup+91.9014 s]
/proc/loadavg: 1.02 1.01 1.11 2/67 15769
/proc/meminfo: memFree=1593688/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=27944 CPUtime=89.3
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 6684 0 0 0 8926 4 0 0 25 0 1 0 97403118 28614656 6670 1992294400 134512640 135217611 4294956272 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 6986 6670 77 172 0 6811 0
Current children cumulated CPU time (s) 91.84
Current children cumulated vsize (KiB) 33304

[startup+92.1014 s]
/proc/loadavg: 1.02 1.01 1.11 2/67 15769
/proc/meminfo: memFree=1593688/2055920 swapFree=4192952/4192956
[pid=15766] ppid=15764 vsize=5360 CPUtime=2.54
/proc/15766/stat : 15766 (glucose.sh) S 15764 15766 15664 0 -1 4194304 313 17196 0 0 0 0 239 15 16 0 1 0 97402862 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15766/statm: 1340 238 195 169 0 51 0
[pid=15769] ppid=15766 vsize=27944 CPUtime=89.5
/proc/15769/stat : 15769 (glucose_static) R 15766 15766 15664 0 -1 4194304 6684 0 0 0 8946 4 0 0 25 0 1 0 97403118 28614656 6670 1992294400 134512640 135217611 4294956272 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/15769/statm: 6986 6670 77 172 0 6811 0
Current children cumulated CPU time (s) 92.04
Current children cumulated vsize (KiB) 33304

Child status: 20
Real time (s): 92.1446
CPU time (s): 92.107
CPU user time (s): 91.885
CPU system time (s): 0.221966
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 69216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.885
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24360
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= 38
involuntary context switches= 123

runsolver used 0.103984 second user time and 0.239963 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-25 23:08:53
IDJOB=1724236
IDBENCH=71766
IDSOLVER=503
FILE ID=node89/1724236-1240693733
PBS_JOBID= 9186755
Free space on /tmp= 66344 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/manol-pipe-c7bidw_i.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724236-1240693733/watcher-1724236-1240693733 -o /tmp/evaluation-result-1724236-1240693733/solver-1724236-1240693733 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1724236-1240693733.cnf

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

MD5SUM BENCH= 3eac71f4fca7132b74d6d27cfa83813f
RANDOM SEED=1874047212

node89.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1635976 kB
Buffers:         41092 kB
Cached:         300196 kB
SwapCached:          4 kB
Active:         120856 kB
Inactive:       234224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635976 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            8156 kB
Writeback:           0 kB
Mapped:          23540 kB
Slab:            50776 kB
Committed_AS:   284020 kB
PageTables:       1372 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= 66344 MiB
End job on node89 at 2009-04-25 23:10:26