Trace number 1774464

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 325.56 325.68

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l45_lambda.cnf
MD5SUM94aa7bdbcbe99c5b3082c395dc2384e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark283.257
Satisfiable
(Un)Satisfiability was proved
Number of variables32313
Number of clauses161529
Sum of the clauses size465707
Maximum clause length9
Minimum clause length1
Number of clauses of size 14190
Number of clauses of size 240231
Number of clauses of size 394818
Number of clauses of size 415389
Number of clauses of size 56766
Number of clauses of size over 5135

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.09/0.13	c ==============================================================================
0.09/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.13	c ==============================================================================
0.09/0.13	c |         0 |  151127   442273 |   45338       0        0     nan |  0.000 % |
0.89/0.99	c |         0 |   66882   225550 |      --       0       --      -- |     --   | -78765/-200275
0.89/0.99	c ==============================================================================
0.89/0.99	c Result  :   #vars: 7670   #clauses: 66882   #literals: 225550
0.89/0.99	c CPU time:   0.952855 s
0.89/0.99	c ==============================================================================
0.99/1.07	c
0.99/1.07	c Starting glucose
0.99/1.07	c
0.99/1.07	
0.99/1.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.99/1.07	
0.99/1.07	c ============================[ Problem Statistics ]=============================
0.99/1.07	c |                                                                             |
0.99/1.07	c |  Number of variables:  7670                                                 |
0.99/1.07	c |  Number of clauses:    66882                                                |
1.06/1.12	c |  Parsing time:         0.04         s                                       |
325.46/325.66	c restarts              : 85
325.46/325.66	c nb ReduceDB           : 28
325.46/325.66	c nb learnts DL2        : 2346
325.46/325.66	c nb learnts size 2     : 476
325.46/325.66	c nb learnts size 1     : 16
325.46/325.66	c conflicts             : 981286         (3025 /sec)
325.46/325.66	c decisions             : 1365651        (1.79 % random) (4210 /sec)
325.46/325.66	c propagations          : 205936064      (634785 /sec)
325.46/325.66	c conflict literals     : 21235999       (38.94 % deleted)
325.46/325.66	c Memory used           : 21.50 MB
325.46/325.66	c CPU time              : 324.419 s
325.46/325.66	
325.46/325.67	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-1774464-1241265232/watcher-1774464-1241265232 -o /tmp/evaluation-result-1774464-1241265232/solver-1774464-1241265232 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774464-1241265232.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: 1.00 1.00 1.00 3/64 24971
/proc/meminfo: memFree=1071544/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=0
/proc/24971/stat : 24971 (glucose.sh) R 24969 24971 24437 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154556250 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269028485791 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/24971/statm: 1340 235 194 169 0 51 0
[pid=24972] ppid=24971 vsize=1172 CPUtime=0
/proc/24972/stat : 24972 (SatELite_releas) R 24971 24971 24437 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 154556250 1200128 125 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24972/statm: 293 125 51 174 0 116 0

[startup+0.0263971 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24971
/proc/meminfo: memFree=1071544/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=0
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154556250 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24971/statm: 1340 236 195 169 0 51 0
[pid=24972] ppid=24971 vsize=3580 CPUtime=0.01
/proc/24972/stat : 24972 (SatELite_releas) R 24971 24971 24437 0 -1 4194304 754 0 0 0 1 0 0 0 18 0 1 0 154556250 3665920 738 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24972/statm: 895 739 51 174 0 718 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8940

[startup+0.101408 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24971
/proc/meminfo: memFree=1071544/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=0
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154556250 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24971/statm: 1340 236 195 169 0 51 0
[pid=24972] ppid=24971 vsize=11720 CPUtime=0.09
/proc/24972/stat : 24972 (SatELite_releas) R 24971 24971 24437 0 -1 4194304 2701 0 0 0 8 1 0 0 19 0 1 0 154556250 12001280 2685 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24972/statm: 2930 2686 51 174 0 2753 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17080

[startup+0.301438 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24971
/proc/meminfo: memFree=1071544/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=0
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154556250 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24971/statm: 1340 236 195 169 0 51 0
[pid=24972] ppid=24971 vsize=18488 CPUtime=0.29
/proc/24972/stat : 24972 (SatELite_releas) R 24971 24971 24437 0 -1 4194304 4283 0 0 0 27 2 0 0 22 0 1 0 154556250 18931712 4267 1992294400 134512640 135225430 4294956176 18446744073709551615 134549157 0 0 4096 3 0 0 0 17 1 0 0
/proc/24972/statm: 4622 4267 77 174 0 4445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23848

[startup+0.701502 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24971
/proc/meminfo: memFree=1071544/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=0
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154556250 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24971/statm: 1340 236 195 169 0 51 0
[pid=24972] ppid=24971 vsize=18824 CPUtime=0.69
/proc/24972/stat : 24972 (SatELite_releas) R 24971 24971 24437 0 -1 4194304 4729 0 0 0 66 3 0 0 25 0 1 0 154556250 19275776 4353 1992294400 134512640 135225430 4294956176 18446744073709551615 134587332 0 0 4096 3 0 0 0 17 1 0 0
/proc/24972/statm: 4706 4353 77 174 0 4529 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24184

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24973
/proc/meminfo: memFree=1052200/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 5360

[startup+3.10188 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24974
/proc/meminfo: memFree=1060776/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=9292 CPUtime=2.01
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 2155 0 0 0 200 1 0 0 25 0 1 0 154556357 9515008 2141 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 2323 2141 76 172 0 2148 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14652

[startup+6.30139 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24974
/proc/meminfo: memFree=1059176/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=10396 CPUtime=5.2
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 2454 0 0 0 519 1 0 0 25 0 1 0 154556357 10645504 2440 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 2599 2440 76 172 0 2424 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 15756

[startup+12.7014 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 24974
/proc/meminfo: memFree=1057384/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=11744 CPUtime=11.61
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 2777 0 0 0 1159 2 0 0 25 0 1 0 154556357 12025856 2763 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 2936 2763 76 172 0 2761 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17104

[startup+25.5015 s]
/proc/loadavg: 1.14 1.03 1.01 2/66 24974
/proc/meminfo: memFree=1056232/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=13040 CPUtime=24.4
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 3079 0 0 0 2438 2 0 0 25 0 1 0 154556357 13352960 3065 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 3260 3065 76 172 0 3085 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18400

[startup+51.1015 s]
/proc/loadavg: 1.15 1.04 1.01 2/66 24974
/proc/meminfo: memFree=1053992/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=15336 CPUtime=49.99
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 3648 0 0 0 4996 3 0 0 25 0 1 0 154556357 15704064 3634 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 3834 3634 76 172 0 3659 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20696

[startup+102.306 s]
/proc/loadavg: 1.06 1.03 1.01 2/66 24974
/proc/meminfo: memFree=1052008/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=17528 CPUtime=101.17
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 4160 0 0 0 10114 3 0 0 25 0 1 0 154556357 17948672 4146 1992294400 134512640 135217611 4294956288 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 4382 4146 76 172 0 4207 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 22888

[startup+162.301 s]
/proc/loadavg: 1.06 1.04 1.01 2/66 24974
/proc/meminfo: memFree=1050408/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=19056 CPUtime=161.15
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 4556 0 0 0 16111 4 0 0 25 0 1 0 154556357 19513344 4542 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 4764 4542 76 172 0 4589 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 24416

[startup+222.303 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 24974
/proc/meminfo: memFree=1049384/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=20096 CPUtime=221.13
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 4797 0 0 0 22109 4 0 0 25 0 1 0 154556357 20578304 4783 1992294400 134512640 135217611 4294956288 18446744073709551615 134542150 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 5024 4783 76 172 0 4849 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 25456

[startup+282.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 24974
/proc/meminfo: memFree=1048296/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=21220 CPUtime=281.11
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 5061 0 0 0 28106 5 0 0 25 0 1 0 154556357 21729280 5047 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 5305 5047 76 172 0 5130 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 26580

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

[startup+307.101 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 24974
/proc/meminfo: memFree=1047656/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=21792 CPUtime=305.9
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 5207 0 0 0 30585 5 0 0 25 0 1 0 154556357 22315008 5193 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 5448 5193 76 172 0 5273 0
Current children cumulated CPU time (s) 306.96
Current children cumulated vsize (KiB) 27152

[startup+313.505 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 24974
/proc/meminfo: memFree=1047656/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=21792 CPUtime=312.31
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 5208 0 0 0 31226 5 0 0 25 0 1 0 154556357 22315008 5194 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 5448 5194 76 172 0 5273 0
Current children cumulated CPU time (s) 313.37
Current children cumulated vsize (KiB) 27152

[startup+319.901 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 24974
/proc/meminfo: memFree=1047592/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=21936 CPUtime=318.7
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 5229 0 0 0 31865 5 0 0 25 0 1 0 154556357 22462464 5215 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 5484 5215 76 172 0 5309 0
Current children cumulated CPU time (s) 319.76
Current children cumulated vsize (KiB) 27296

[startup+323.102 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 24974
/proc/meminfo: memFree=1047528/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=21936 CPUtime=321.9
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 5249 0 0 0 32185 5 0 0 25 0 1 0 154556357 22462464 5235 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 5484 5235 76 172 0 5309 0
Current children cumulated CPU time (s) 322.96
Current children cumulated vsize (KiB) 27296

[startup+324.701 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 24974
/proc/meminfo: memFree=1047464/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=22008 CPUtime=323.5
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 5259 0 0 0 32345 5 0 0 25 0 1 0 154556357 22536192 5245 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 5502 5245 76 172 0 5327 0
Current children cumulated CPU time (s) 324.56
Current children cumulated vsize (KiB) 27368

[startup+325.101 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 24974
/proc/meminfo: memFree=1047464/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=22008 CPUtime=323.9
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 5259 0 0 0 32385 5 0 0 25 0 1 0 154556357 22536192 5245 1992294400 134512640 135217611 4294956288 18446744073709551615 134522440 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 5502 5245 76 172 0 5327 0
Current children cumulated CPU time (s) 324.96
Current children cumulated vsize (KiB) 27368

[startup+325.501 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 24974
/proc/meminfo: memFree=1047464/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=22008 CPUtime=324.3
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 5259 0 0 0 32425 5 0 0 25 0 1 0 154556357 22536192 5245 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 5502 5245 76 172 0 5327 0
Current children cumulated CPU time (s) 325.36
Current children cumulated vsize (KiB) 27368

[startup+325.605 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 24974
/proc/meminfo: memFree=1047464/2055920 swapFree=4181456/4192956
[pid=24971] ppid=24969 vsize=5360 CPUtime=1.06
/proc/24971/stat : 24971 (glucose.sh) S 24969 24971 24437 0 -1 4194304 313 5090 0 0 0 0 102 4 16 0 1 0 154556250 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24971/statm: 1340 238 195 169 0 51 0
[pid=24974] ppid=24971 vsize=22008 CPUtime=324.4
/proc/24974/stat : 24974 (glucose_static) R 24971 24971 24437 0 -1 4194304 5259 0 0 0 32435 5 0 0 25 0 1 0 154556357 22536192 5245 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24974/statm: 5502 5245 76 172 0 5327 0
Current children cumulated CPU time (s) 325.46
Current children cumulated vsize (KiB) 27368

Child status: 20
Real time (s): 325.68
CPU time (s): 325.56
CPU user time (s): 325.452
CPU system time (s): 0.108983
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 27368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.452
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10828
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= 847

runsolver used 0.373943 second user time and 0.806877 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-02 13:53:53
IDJOB=1774464
IDBENCH=70949
IDSOLVER=610
FILE ID=node26/1774464-1241265232
PBS_JOBID= 9224962
Free space on /tmp= 66504 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l45_lambda.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774464-1241265232/watcher-1774464-1241265232 -o /tmp/evaluation-result-1774464-1241265232/solver-1774464-1241265232 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774464-1241265232.cnf

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

MD5SUM BENCH= 94aa7bdbcbe99c5b3082c395dc2384e9
RANDOM SEED=1689543664

node26.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.261
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.261
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:       1071960 kB
Buffers:         90184 kB
Cached:         783024 kB
SwapCached:       5352 kB
Active:         100552 kB
Inactive:       780588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1071960 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            4548 kB
Writeback:           0 kB
Mapped:          13632 kB
Slab:            88836 kB
Committed_AS:   656172 kB
PageTables:       1376 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= 66504 MiB
End job on node26 at 2009-05-02 13:59:18