Trace number 1562718

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 763.294 763.514

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l44_lambda.cnf
MD5SUMa7bc41b32260e4459b2bee7c18cacba1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark189.575
Satisfiable
(Un)Satisfiability was proved
Number of variables31540
Number of clauses157264
Sum of the clauses size453246
Maximum clause length9
Minimum clause length1
Number of clauses of size 14112
Number of clauses of size 239373
Number of clauses of size 392004
Number of clauses of size 415027
Number of clauses of size 56616
Number of clauses of size over 5132

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.10/0.13	c ==============================================================================
0.10/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.10/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.10/0.13	c ==============================================================================
0.10/0.13	c |         0 |  147030   430190 |   44108       0        0     nan |  0.000 % |
0.88/0.97	c |         0 |   64819   218530 |      --       0       --      -- |     --   | -76809/-195446
0.88/0.97	c ==============================================================================
0.88/0.97	c Result  :   #vars: 7453   #clauses: 64819   #literals: 218530
0.88/0.97	c CPU time:   0.922859 s
0.88/0.97	c ==============================================================================
0.99/1.04	c
0.99/1.04	c Starting glucose
0.99/1.04	c
0.99/1.04	
0.99/1.04	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.99/1.04	
0.99/1.04	c ============================[ Problem Statistics ]=============================
0.99/1.04	c |                                                                             |
0.99/1.04	c |  Number of variables:  7453                                                 |
0.99/1.04	c |  Number of clauses:    64819                                                |
0.99/1.09	c |  Parsing time:         0.04         s                                       |
763.16/763.50	c restarts              : 119
763.16/763.50	c nb ReduceDB           : 44
763.16/763.50	c nb learnts DL2        : 2914
763.16/763.50	c nb learnts size 2     : 616
763.16/763.50	c nb learnts size 1     : 20
763.16/763.50	c conflicts             : 1865438        (2448 /sec)
763.16/763.50	c decisions             : 2520238        (1.80 % random) (3307 /sec)
763.16/763.50	c propagations          : 396191864      (519819 /sec)
763.16/763.50	c conflict literals     : 44439483       (38.84 % deleted)
763.16/763.50	c Memory used           : 28.60 MB
763.16/763.50	c CPU time              : 762.172 s
763.16/763.50	
763.27/763.50	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-1562718-1240997298/watcher-1562718-1240997298 -o /tmp/evaluation-result-1562718-1240997298/solver-1562718-1240997298 -C 1200 -W 1800 -M 1800 glucose.sh HOME/instance-1562718-1240997298.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.50 0.12 0.04 3/64 17321
/proc/meminfo: memFree=615956/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=0
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 127762391 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17321/statm: 1340 236 195 169 0 51 0
[pid=17322] ppid=17321 vsize=1172 CPUtime=0
/proc/17322/stat : 17322 (SatELite_releas) R 17321 17321 17222 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 0 127762391 1200128 161 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/17322/statm: 293 163 51 174 0 116 0

[startup+0.106211 s]
/proc/loadavg: 0.50 0.12 0.04 3/64 17321
/proc/meminfo: memFree=615956/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=0
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 127762391 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17321/statm: 1340 236 195 169 0 51 0
[pid=17322] ppid=17321 vsize=12520 CPUtime=0.1
/proc/17322/stat : 17322 (SatELite_releas) R 17321 17321 17222 0 -1 4194304 2794 0 0 0 8 2 0 0 18 0 1 0 127762391 12820480 2778 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/17322/statm: 3130 2779 51 174 0 2953 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17880

[startup+0.20222 s]
/proc/loadavg: 0.50 0.12 0.04 3/64 17321
/proc/meminfo: memFree=615956/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=0
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 127762391 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17321/statm: 1340 236 195 169 0 51 0
[pid=17322] ppid=17321 vsize=18212 CPUtime=0.18
/proc/17322/stat : 17322 (SatELite_releas) R 17321 17321 17222 0 -1 4194304 4168 0 0 0 16 2 0 0 18 0 1 0 127762391 18649088 4152 1992294400 134512640 135225430 4294956160 18446744073709551615 134549150 0 0 4096 3 0 0 0 17 1 0 0
/proc/17322/statm: 4553 4152 77 174 0 4376 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 23572

[startup+0.30223 s]
/proc/loadavg: 0.50 0.12 0.04 3/64 17321
/proc/meminfo: memFree=615956/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=0
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 127762391 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17321/statm: 1340 236 195 169 0 51 0
[pid=17322] ppid=17321 vsize=18212 CPUtime=0.28
/proc/17322/stat : 17322 (SatELite_releas) R 17321 17321 17222 0 -1 4194304 4176 0 0 0 26 2 0 0 20 0 1 0 127762391 18649088 4160 1992294400 134512640 135225430 4294956160 18446744073709551615 134548782 0 0 4096 3 0 0 0 17 1 0 0
/proc/17322/statm: 4553 4160 77 174 0 4376 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23572

[startup+0.702274 s]
/proc/loadavg: 0.50 0.12 0.04 3/64 17321
/proc/meminfo: memFree=615956/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=0
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 127762391 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17321/statm: 1340 236 195 169 0 51 0
[pid=17322] ppid=17321 vsize=18464 CPUtime=0.68
/proc/17322/stat : 17322 (SatELite_releas) R 17321 17321 17222 0 -1 4194304 4626 0 0 0 65 3 0 0 23 0 1 0 127762391 18907136 4243 1992294400 134512640 135225430 4294956160 18446744073709551615 134587340 0 0 4096 3 0 0 0 17 1 0 0
/proc/17322/statm: 4616 4243 77 174 0 4439 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23824

[startup+1.50241 s]
/proc/loadavg: 0.50 0.12 0.04 2/66 17324
/proc/meminfo: memFree=607236/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=7508 CPUtime=0.44
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 1708 0 0 0 44 0 0 0 21 0 1 0 127762496 7688192 1694 1992294400 134512640 135217611 4294956272 18446744073709551615 134723479 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 1877 1694 76 172 0 1702 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12868

[startup+3.10154 s]
/proc/loadavg: 0.50 0.12 0.04 2/66 17324
/proc/meminfo: memFree=605252/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=9288 CPUtime=2.04
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 2158 0 0 0 203 1 0 0 25 0 1 0 127762496 9510912 2144 1992294400 134512640 135217611 4294956272 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 2322 2144 76 172 0 2147 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14648

[startup+6.30188 s]
/proc/loadavg: 0.54 0.14 0.05 2/66 17324
/proc/meminfo: memFree=603140/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=10940 CPUtime=5.24
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 2567 0 0 0 523 1 0 0 25 0 1 0 127762496 11202560 2553 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 2735 2553 76 172 0 2560 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16300

[startup+12.7016 s]
/proc/loadavg: 0.58 0.15 0.05 2/66 17324
/proc/meminfo: memFree=601556/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=12016 CPUtime=11.63
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 2853 0 0 0 1162 1 0 0 25 0 1 0 127762496 12304384 2839 1992294400 134512640 135217611 4294956272 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 3004 2839 76 172 0 2829 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 17376

[startup+25.502 s]
/proc/loadavg: 0.67 0.19 0.06 2/66 17324
/proc/meminfo: memFree=600468/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=13304 CPUtime=24.43
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 3139 0 0 0 2442 1 0 0 25 0 1 0 127762496 13623296 3125 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 3326 3125 76 172 0 3151 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18664

[startup+51.1018 s]
/proc/loadavg: 0.78 0.26 0.09 2/66 17324
/proc/meminfo: memFree=598804/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=14916 CPUtime=50.02
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 3559 0 0 0 5000 2 0 0 25 0 1 0 127762496 15273984 3545 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 3729 3545 76 172 0 3554 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20276

[startup+102.301 s]
/proc/loadavg: 0.90 0.37 0.13 2/66 17324
/proc/meminfo: memFree=597012/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=16952 CPUtime=101.2
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 4021 0 0 0 10118 2 0 0 25 0 1 0 127762496 17358848 4007 1992294400 134512640 135217611 4294956272 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 4238 4007 76 172 0 4063 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 22312

[startup+162.302 s]
/proc/loadavg: 0.96 0.48 0.19 2/66 17324
/proc/meminfo: memFree=594836/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=19120 CPUtime=161.19
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 4565 0 0 0 16116 3 0 0 25 0 1 0 127762496 19578880 4551 1992294400 134512640 135217611 4294956272 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 4780 4551 76 172 0 4605 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 24480

[startup+222.305 s]
/proc/loadavg: 0.98 0.57 0.23 2/66 17324
/proc/meminfo: memFree=593556/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=20516 CPUtime=221.17
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 4878 0 0 0 22114 3 0 0 25 0 1 0 127762496 21008384 4864 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 5129 4864 76 172 0 4954 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 25876

[startup+282.302 s]
/proc/loadavg: 0.99 0.65 0.28 2/66 17324
/proc/meminfo: memFree=592468/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=21608 CPUtime=281.16
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 5146 0 0 0 28112 4 0 0 25 0 1 0 127762496 22126592 5132 1992294400 134512640 135217611 4294956272 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 5402 5132 76 172 0 5227 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 26968

[startup+342.301 s]
/proc/loadavg: 0.99 0.71 0.32 2/66 17324
/proc/meminfo: memFree=590996/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=23200 CPUtime=341.14
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 5513 0 0 0 34110 4 0 0 25 0 1 0 127762496 23756800 5499 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 5800 5499 76 172 0 5625 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 28560

[startup+402.302 s]
/proc/loadavg: 0.99 0.76 0.36 2/66 17324
/proc/meminfo: memFree=589652/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=24636 CPUtime=401.12
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 5844 0 0 0 40108 4 0 0 25 0 1 0 127762496 25227264 5830 1992294400 134512640 135217611 4294956272 18446744073709551615 134533410 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 6159 5830 76 172 0 5984 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 29996

[startup+462.302 s]
/proc/loadavg: 0.99 0.80 0.40 2/66 17324
/proc/meminfo: memFree=588756/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=25496 CPUtime=461.1
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 6059 0 0 0 46106 4 0 0 25 0 1 0 127762496 26107904 6045 1992294400 134512640 135217611 4294956272 18446744073709551615 134536792 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 6374 6045 76 172 0 6199 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 30856

[startup+522.301 s]
/proc/loadavg: 0.99 0.83 0.43 2/66 17324
/proc/meminfo: memFree=587924/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=26468 CPUtime=521.09
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 6306 0 0 0 52104 5 0 0 25 0 1 0 127762496 27103232 6292 1992294400 134512640 135217611 4294956272 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 6617 6292 76 172 0 6442 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 31828

[startup+582.303 s]
/proc/loadavg: 0.99 0.86 0.47 2/66 17324
/proc/meminfo: memFree=586644/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=27640 CPUtime=581.07
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 6578 0 0 0 58102 5 0 0 25 0 1 0 127762496 28303360 6564 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 6910 6564 76 172 0 6735 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 33000

[startup+642.302 s]
/proc/loadavg: 0.99 0.88 0.49 2/66 17326
/proc/meminfo: memFree=586068/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=28240 CPUtime=641.06
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 6728 0 0 0 64100 6 0 0 25 0 1 0 127762496 28917760 6714 1992294400 134512640 135217611 4294956272 18446744073709551615 134538498 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 7060 6714 76 172 0 6885 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 33600

[startup+702.303 s]
/proc/loadavg: 0.99 0.90 0.52 2/66 17326
/proc/meminfo: memFree=585300/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=29280 CPUtime=701.05
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 6906 0 0 0 70099 6 0 0 25 0 1 0 127762496 29982720 6892 1992294400 134512640 135217611 4294956272 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 7320 6892 76 172 0 7145 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 34640

[startup+762.302 s]
/proc/loadavg: 0.99 0.92 0.55 2/66 17326
/proc/meminfo: memFree=585300/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=29280 CPUtime=761.03
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 6910 0 0 0 76097 6 0 0 25 0 1 0 127762496 29982720 6896 1992294400 134512640 135217611 4294956272 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 34640

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

[startup+762.406 s]
/proc/loadavg: 0.99 0.92 0.55 2/66 17326
/proc/meminfo: memFree=585300/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=29280 CPUtime=761.13
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 6910 0 0 0 76107 6 0 0 25 0 1 0 127762496 29982720 6896 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 762.16
Current children cumulated vsize (KiB) 34640

[startup+763.201 s]
/proc/loadavg: 0.99 0.92 0.55 2/66 17326
/proc/meminfo: memFree=585300/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=29280 CPUtime=761.93
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 6910 0 0 0 76187 6 0 0 25 0 1 0 127762496 29982720 6896 1992294400 134512640 135217611 4294956272 18446744073709551615 134532674 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 762.96
Current children cumulated vsize (KiB) 34640

[startup+763.401 s]
/proc/loadavg: 0.99 0.92 0.55 2/66 17326
/proc/meminfo: memFree=585300/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=29280 CPUtime=762.13
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194304 6910 0 0 0 76207 6 0 0 25 0 1 0 127762496 29982720 6896 1992294400 134512640 135217611 4294956272 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 763.16
Current children cumulated vsize (KiB) 34640

[startup+763.505 s]
/proc/loadavg: 0.99 0.92 0.55 2/66 17326
/proc/meminfo: memFree=585300/2055920 swapFree=4181296/4192956
[pid=17321] ppid=17319 vsize=5360 CPUtime=1.03
/proc/17321/stat : 17321 (glucose.sh) S 17319 17321 17222 0 -1 4194304 313 4976 0 0 0 0 99 4 16 0 1 0 127762391 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17321/statm: 1340 238 195 169 0 51 0
[pid=17324] ppid=17321 vsize=0 CPUtime=762.24
/proc/17324/stat : 17324 (glucose_static) R 17321 17321 17222 0 -1 4194308 6922 0 0 0 76217 7 0 0 25 0 1 0 127762496 0 0 1992294400 0 0 0 0 0 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/17324/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 763.27
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 763.514
CPU time (s): 763.294
CPU user time (s): 763.167
CPU system time (s): 0.12698
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 34640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 763.167
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12366
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= 40
involuntary context switches= 1952

runsolver used 0.897863 second user time and 1.87271 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-29 11:28:18
IDJOB=1562718
IDBENCH=70940
IDSOLVER=503
FILE ID=node35/1562718-1240997298
PBS_JOBID= 9204832
Free space on /tmp= 66552 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l44_lambda.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562718-1240997298/watcher-1562718-1240997298 -o /tmp/evaluation-result-1562718-1240997298/solver-1562718-1240997298 -C 1200 -W 1800 -M 1800  glucose.sh HOME/instance-1562718-1240997298.cnf

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

MD5SUM BENCH= a7bc41b32260e4459b2bee7c18cacba1
RANDOM SEED=793501364

node35.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.214
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.214
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:        616436 kB
Buffers:         80200 kB
Cached:        1286636 kB
SwapCached:       5676 kB
Active:         362804 kB
Inactive:      1012088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        616436 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:            4616 kB
Writeback:           0 kB
Mapped:          13636 kB
Slab:            50600 kB
Committed_AS:   613232 kB
PageTables:       1396 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= 66548 MiB
End job on node35 at 2009-04-29 11:41:02