Trace number 1773454

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 91.7301 91.7891

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark91.7301
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
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.49/0.57	c ==============================================================================
0.49/0.57	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.57	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.57	c ==============================================================================
0.49/0.57	c |         0 |  646227  1507863 |  193868       0        0     nan |  0.000 % |
3.88/3.92	c |         0 |  276775  1085434 |      --       0       --      -- |     --   | -369450/-422424
3.88/3.92	c ==============================================================================
3.88/3.92	c Result  :   #vars: 35740   #clauses: 276775   #literals: 1085434
3.88/3.92	c CPU time:   3.67344 s
3.88/3.92	c ==============================================================================
4.29/4.30	c
4.29/4.30	c Starting glucose
4.29/4.30	c
4.29/4.30	
4.29/4.30	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.29/4.30	
4.29/4.30	c ============================[ Problem Statistics ]=============================
4.29/4.30	c |                                                                             |
4.29/4.30	c |  Number of variables:  35740                                                |
4.29/4.30	c |  Number of clauses:    276775                                               |
4.29/4.54	c |  Parsing time:         0.21         s                                       |
91.62/91.76	c restarts              : 361
91.62/91.76	c nb ReduceDB           : 16
91.62/91.76	c nb learnts DL2        : 2816
91.62/91.76	c nb learnts size 2     : 761
91.62/91.76	c nb learnts size 1     : 162
91.62/91.76	c conflicts             : 456015         (5222 /sec)
91.62/91.76	c decisions             : 2005704        (1.70 % random) (22967 /sec)
91.62/91.76	c propagations          : 111113106      (1272340 /sec)
91.62/91.76	c conflict literals     : 12167080       (26.90 % deleted)
91.62/91.76	c Memory used           : 38.51 MB
91.62/91.76	c CPU time              : 87.3297 s
91.62/91.76	
91.62/91.77	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-1773454-1241257657/watcher-1773454-1241257657 -o /tmp/evaluation-result-1773454-1241257657/solver-1773454-1241257657 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773454-1241257657.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24531
/proc/meminfo: memFree=1281896/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=0
/proc/24531/stat : 24531 (glucose.sh) R 24529 24531 24400 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153793705 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 258939087519 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24531/statm: 1340 235 194 169 0 51 0
[pid=24532] ppid=24531 vsize=1280 CPUtime=0
/proc/24532/stat : 24532 (SatELite_releas) R 24531 24531 24400 0 -1 4194304 171 0 0 0 0 0 0 0 18 0 1 0 153793706 1310720 155 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/24532/statm: 320 160 50 174 0 143 0

[startup+0.093324 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24531
/proc/meminfo: memFree=1281896/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=0
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153793705 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1340 236 195 169 0 51 0
[pid=24532] ppid=24531 vsize=16560 CPUtime=0.08
/proc/24532/stat : 24532 (SatELite_releas) R 24531 24531 24400 0 -1 4194304 3523 0 0 0 7 1 0 0 19 0 1 0 153793706 16957440 3507 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24532/statm: 4140 3509 51 174 0 3963 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21920

[startup+0.102324 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24531
/proc/meminfo: memFree=1281896/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=0
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153793705 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1340 236 195 169 0 51 0
[pid=24532] ppid=24531 vsize=17996 CPUtime=0.09
/proc/24532/stat : 24532 (SatELite_releas) R 24531 24531 24400 0 -1 4194304 3845 0 0 0 8 1 0 0 19 0 1 0 153793706 18427904 3829 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24532/statm: 4499 3830 50 174 0 4322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23356

[startup+0.302344 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24531
/proc/meminfo: memFree=1281896/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=0
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153793705 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1340 236 195 169 0 51 0
[pid=24532] ppid=24531 vsize=56652 CPUtime=0.29
/proc/24532/stat : 24532 (SatELite_releas) R 24531 24531 24400 0 -1 4194304 10963 0 0 0 24 5 0 0 21 0 1 0 153793706 58011648 10947 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24532/statm: 14163 10947 50 174 0 13986 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62012

[startup+0.702384 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24531
/proc/meminfo: memFree=1281896/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=0
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153793705 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1340 236 195 169 0 51 0
[pid=24532] ppid=24531 vsize=96084 CPUtime=0.69
/proc/24532/stat : 24532 (SatELite_releas) R 24531 24531 24400 0 -1 4194304 23638 0 0 0 57 12 0 0 25 0 1 0 153793706 98390016 21825 1992294400 134512640 135225430 4294956176 18446744073709551615 134548782 0 0 4096 3 0 0 0 17 0 0 0
/proc/24532/statm: 24021 21826 77 174 0 23844 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101444

[startup+1.50147 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24533
/proc/meminfo: memFree=1189720/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=0
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153793705 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1340 236 195 169 0 51 0
[pid=24532] ppid=24531 vsize=100804 CPUtime=1.49
/proc/24532/stat : 24532 (SatELite_releas) R 24531 24531 24400 0 -1 4194304 24677 0 0 0 134 15 0 0 25 0 1 0 153793706 103223296 22864 1992294400 134512640 135225430 4294956176 18446744073709551615 134722584 0 0 4096 3 0 0 0 17 0 0 0
/proc/24532/statm: 25201 22864 77 174 0 25024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106164

[startup+3.10163 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24533
/proc/meminfo: memFree=1175704/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=0
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153793705 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1340 236 195 169 0 51 0
[pid=24532] ppid=24531 vsize=106988 CPUtime=3.09
/proc/24532/stat : 24532 (SatELite_releas) R 24531 24531 24400 0 -1 4194304 26351 0 0 0 286 23 0 0 25 0 1 0 153793706 109555712 24325 1992294400 134512640 135225430 4294956176 18446744073709551615 134587578 0 0 4096 3 0 0 0 17 0 0 0
/proc/24532/statm: 26747 24325 77 174 0 26570 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112348

[startup+6.30197 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1231704/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=26500 CPUtime=1.98
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 6333 0 0 0 194 4 0 0 25 0 1 0 153794136 27136000 6302 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24534/statm: 6625 6302 77 172 0 6450 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31860

[startup+12.7016 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1227736/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=30248 CPUtime=8.36
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 7265 0 0 0 831 5 0 0 25 0 1 0 153794136 30973952 7234 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24534/statm: 7562 7234 77 172 0 7387 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 35608

[startup+25.5019 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1226328/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=31668 CPUtime=21.16
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 7612 0 0 0 2111 5 0 0 25 0 1 0 153794136 32428032 7581 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24534/statm: 7917 7581 77 172 0 7742 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 37028

[startup+51.1015 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1223192/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=34628 CPUtime=46.74
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 8369 0 0 0 4668 6 0 0 25 0 1 0 153794136 35459072 8338 1992294400 134512640 135217611 4294956288 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24534/statm: 8657 8338 77 172 0 8482 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 39988

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

[startup+76.7011 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1219672/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=38204 CPUtime=72.33
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 9261 0 0 0 7227 6 0 0 25 0 1 0 153794136 39120896 9230 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24534/statm: 9551 9230 77 172 0 9376 0
Current children cumulated CPU time (s) 76.62
Current children cumulated vsize (KiB) 43564

[startup+83.1018 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1219416/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=38608 CPUtime=78.73
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 9325 0 0 0 7867 6 0 0 25 0 1 0 153794136 39534592 9294 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24534/statm: 9652 9294 77 172 0 9477 0
Current children cumulated CPU time (s) 83.02
Current children cumulated vsize (KiB) 43968

[startup+86.3021 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1219160/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=39016 CPUtime=81.94
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 9405 0 0 0 8187 7 0 0 25 0 1 0 153794136 39952384 9374 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24534/statm: 9754 9374 77 172 0 9579 0
Current children cumulated CPU time (s) 86.23
Current children cumulated vsize (KiB) 44376

[startup+89.5014 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1218712/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=39292 CPUtime=85.14
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 9500 0 0 0 8507 7 0 0 25 0 1 0 153794136 40235008 9469 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24534/statm: 9823 9469 77 172 0 9648 0
Current children cumulated CPU time (s) 89.43
Current children cumulated vsize (KiB) 44652

[startup+91.1016 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1218712/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=39432 CPUtime=86.73
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 9512 0 0 0 8666 7 0 0 25 0 1 0 153794136 40378368 9481 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24534/statm: 9858 9481 77 172 0 9683 0
Current children cumulated CPU time (s) 91.02
Current children cumulated vsize (KiB) 44792

[startup+91.5016 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1218712/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=39432 CPUtime=87.13
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 9512 0 0 0 8706 7 0 0 25 0 1 0 153794136 40378368 9481 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24534/statm: 9858 9481 77 172 0 9683 0
Current children cumulated CPU time (s) 91.42
Current children cumulated vsize (KiB) 44792

[startup+91.7017 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24534
/proc/meminfo: memFree=1218712/2055920 swapFree=4179576/4192956
[pid=24531] ppid=24529 vsize=5360 CPUtime=4.29
/proc/24531/stat : 24531 (glucose.sh) S 24529 24531 24400 0 -1 4194304 313 29718 0 0 0 0 400 29 16 0 1 0 153793705 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24531/statm: 1340 238 195 169 0 51 0
[pid=24534] ppid=24531 vsize=39432 CPUtime=87.33
/proc/24534/stat : 24534 (glucose_static) R 24531 24531 24400 0 -1 4194304 9512 0 0 0 8726 7 0 0 25 0 1 0 153794136 40378368 9481 1992294400 134512640 135217611 4294956288 18446744073709551615 134542489 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24534/statm: 9858 9481 77 172 0 9683 0
Current children cumulated CPU time (s) 91.62
Current children cumulated vsize (KiB) 44792

Child status: 20
Real time (s): 91.7891
CPU time (s): 91.7301
CPU user time (s): 91.3421
CPU system time (s): 0.387941
CPU usage (%): 99.9356
Max. virtual memory (cumulated for all children) (KiB): 115836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.3421
system time used= 0.387941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39709
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= 37
involuntary context switches= 258

runsolver used 0.081987 second user time and 0.25896 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-02 11:47:38
IDJOB=1773454
IDBENCH=69595
IDSOLVER=610
FILE ID=node45/1773454-1241257657
PBS_JOBID= 9224917
Free space on /tmp= 66516 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-g10nid.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773454-1241257657/watcher-1773454-1241257657 -o /tmp/evaluation-result-1773454-1241257657/solver-1773454-1241257657 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773454-1241257657.cnf

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

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED=939663215

node45.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.231
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.231
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:       1282312 kB
Buffers:         76476 kB
Cached:         621972 kB
SwapCached:       7732 kB
Active:          73528 kB
Inactive:       634036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1282312 kB
SwapTotal:     4192956 kB
SwapFree:      4179576 kB
Dirty:           13116 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            52076 kB
Committed_AS:   693096 kB
PageTables:       1400 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= 66516 MiB
End job on node45 at 2009-05-02 11:49:10