Trace number 1562770

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 453.787 453.935

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark270.303
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

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 |  155258   454459 |   46577       0        0     nan |  0.000 % |
0.88/0.98	c |         0 |   68970   232657 |      --       0       --      -- |     --   | -80730/-205120
0.88/0.98	c ==============================================================================
0.88/0.98	c Result  :   #vars: 7889   #clauses: 68970   #literals: 232657
0.88/0.98	c CPU time:   0.949855 s
0.88/0.98	c ==============================================================================
0.99/1.06	c
0.99/1.06	c Starting glucose
0.99/1.06	c
0.99/1.06	
0.99/1.06	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.99/1.06	
0.99/1.06	c ============================[ Problem Statistics ]=============================
0.99/1.06	c |                                                                             |
0.99/1.06	c |  Number of variables:  7889                                                 |
0.99/1.06	c |  Number of clauses:    68970                                                |
1.04/1.10	c |  Parsing time:         0.04         s                                       |
453.72/453.92	c restarts              : 137
453.72/453.92	c nb ReduceDB           : 35
453.72/453.92	c nb learnts DL2        : 2635
453.72/453.92	c nb learnts size 2     : 506
453.72/453.92	c nb learnts size 1     : 19
453.72/453.92	c conflicts             : 1327581        (2933 /sec)
453.72/453.92	c decisions             : 1824160        (1.81 % random) (4030 /sec)
453.72/453.92	c propagations          : 275377977      (608368 /sec)
453.72/453.92	c conflict literals     : 30369470       (38.21 % deleted)
453.72/453.92	c Memory used           : 24.28 MB
453.72/453.92	c CPU time              : 452.65 s
453.72/453.92	
453.72/453.92	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-1562770-1240997875/watcher-1562770-1240997875 -o /tmp/evaluation-result-1562770-1240997875/solver-1562770-1240997875 -C 1200 -W 1800 -M 1800 glucose.sh HOME/instance-1562770-1240997875.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: 1.82 1.67 0.92 3/65 24884
/proc/meminfo: memFree=1456176/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=0
/proc/24884/stat : 24884 (glucose.sh) R 24882 24884 24818 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 127816696 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 270187162271 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24884/statm: 1340 235 194 169 0 51 0
[pid=24885] ppid=24884 vsize=876 CPUtime=0
/proc/24885/stat : 24885 (SatELite_releas) R 24884 24884 24818 0 -1 4194304 98 0 0 0 0 0 0 0 20 0 1 0 127816696 897024 82 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24885/statm: 219 88 51 174 0 42 0

[startup+0.0913289 s]
/proc/loadavg: 1.82 1.67 0.92 3/65 24884
/proc/meminfo: memFree=1456176/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=0
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 127816696 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1340 236 195 169 0 51 0
[pid=24885] ppid=24884 vsize=11196 CPUtime=0.08
/proc/24885/stat : 24885 (SatELite_releas) R 24884 24884 24818 0 -1 4194304 2524 0 0 0 7 1 0 0 21 0 1 0 127816696 11464704 2508 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24885/statm: 2799 2508 51 174 0 2622 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16556

[startup+0.101328 s]
/proc/loadavg: 1.82 1.67 0.92 3/65 24884
/proc/meminfo: memFree=1456176/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=0
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 127816696 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1340 236 195 169 0 51 0
[pid=24885] ppid=24884 vsize=12632 CPUtime=0.09
/proc/24885/stat : 24885 (SatELite_releas) R 24884 24884 24818 0 -1 4194304 2811 0 0 0 8 1 0 0 21 0 1 0 127816696 12935168 2795 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24885/statm: 3158 2795 51 174 0 2981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17992

[startup+0.30135 s]
/proc/loadavg: 1.82 1.67 0.92 3/65 24884
/proc/meminfo: memFree=1456176/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=0
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 127816696 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1340 236 195 169 0 51 0
[pid=24885] ppid=24884 vsize=21912 CPUtime=0.28
/proc/24885/stat : 24885 (SatELite_releas) R 24884 24884 24818 0 -1 4194304 4481 0 0 0 27 1 0 0 23 0 1 0 127816696 22437888 4465 1992294400 134512640 135225430 4294956160 18446744073709551615 134549157 0 0 4096 3 0 0 0 17 0 0 0
/proc/24885/statm: 5478 4465 77 174 0 5301 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27272

[startup+0.701396 s]
/proc/loadavg: 1.82 1.67 0.92 3/65 24884
/proc/meminfo: memFree=1456176/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=0
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 127816696 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24884/statm: 1340 236 195 169 0 51 0
[pid=24885] ppid=24884 vsize=22068 CPUtime=0.68
/proc/24885/stat : 24885 (SatELite_releas) R 24884 24884 24818 0 -1 4194304 4955 0 0 0 66 2 0 0 25 0 1 0 127816696 22597632 4543 1992294400 134512640 135225430 4294956160 18446744073709551615 134599054 0 0 4096 3 0 0 0 17 0 0 0
/proc/24885/statm: 5517 4543 77 174 0 5340 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27428

[startup+1.50149 s]
/proc/loadavg: 1.82 1.67 0.92 2/67 24886
/proc/meminfo: memFree=1436000/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 5360

[startup+3.10167 s]
/proc/loadavg: 1.82 1.67 0.92 2/67 24887
/proc/meminfo: memFree=1445088/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=9660 CPUtime=2.03
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 2261 0 0 0 202 1 0 0 25 0 1 0 127816802 9891840 2247 1992294400 134512640 135217611 4294956272 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 2415 2247 76 172 0 2240 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15020

[startup+6.30103 s]
/proc/loadavg: 1.75 1.66 0.92 2/67 24887
/proc/meminfo: memFree=1443104/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=11160 CPUtime=5.23
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 2625 0 0 0 521 2 0 0 25 0 1 0 127816802 11427840 2611 1992294400 134512640 135217611 4294956272 18446744073709551615 134542266 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 2790 2611 76 172 0 2615 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16520

[startup+12.7028 s]
/proc/loadavg: 1.69 1.65 0.92 2/67 24887
/proc/meminfo: memFree=1441376/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=12228 CPUtime=11.62
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 2918 0 0 0 1160 2 0 0 25 0 1 0 127816802 12521472 2904 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 3057 2904 76 172 0 2882 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 17588

[startup+25.5012 s]
/proc/loadavg: 1.54 1.62 0.92 2/67 24887
/proc/meminfo: memFree=1439840/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=13928 CPUtime=24.42
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 3320 0 0 0 2439 3 0 0 25 0 1 0 127816802 14262272 3306 1992294400 134512640 135217611 4294956272 18446744073709551615 134532915 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 3482 3306 76 172 0 3307 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19288

[startup+51.1011 s]
/proc/loadavg: 1.35 1.56 0.92 2/67 24887
/proc/meminfo: memFree=1438368/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=15448 CPUtime=50
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 3691 0 0 0 4997 3 0 0 25 0 1 0 127816802 15818752 3677 1992294400 134512640 135217611 4294956272 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 3862 3677 76 172 0 3687 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 20808

[startup+102.306 s]
/proc/loadavg: 1.15 1.48 0.92 2/67 24889
/proc/meminfo: memFree=1436320/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=17364 CPUtime=101.19
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 4144 0 0 0 10115 4 0 0 25 0 1 0 127816802 17780736 4130 1992294400 134512640 135217611 4294956272 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 4341 4130 76 172 0 4166 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 22724

[startup+162.302 s]
/proc/loadavg: 1.05 1.39 0.92 2/67 24889
/proc/meminfo: memFree=1434656/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=19132 CPUtime=161.17
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 4571 0 0 0 16113 4 0 0 25 0 1 0 127816802 19591168 4557 1992294400 134512640 135217611 4294956272 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 4783 4557 76 172 0 4608 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 24492

[startup+222.302 s]
/proc/loadavg: 1.02 1.31 0.92 2/67 24889
/proc/meminfo: memFree=1433056/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=20684 CPUtime=221.15
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 4974 0 0 0 22110 5 0 0 25 0 1 0 127816802 21180416 4960 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 5171 4960 76 172 0 4996 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 26044

[startup+282.301 s]
/proc/loadavg: 1.00 1.25 0.92 2/67 24889
/proc/meminfo: memFree=1432288/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=21700 CPUtime=281.14
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5178 0 0 0 28108 6 0 0 25 0 1 0 127816802 22220800 5164 1992294400 134512640 135217611 4294956272 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 5425 5164 76 172 0 5250 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 27060

[startup+342.301 s]
/proc/loadavg: 1.00 1.20 0.92 2/67 24889
/proc/meminfo: memFree=1430752/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=23356 CPUtime=341.12
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5574 0 0 0 34106 6 0 0 25 0 1 0 127816802 23916544 5560 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 5839 5560 76 172 0 5664 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 28716

[startup+402.302 s]
/proc/loadavg: 1.00 1.16 0.92 2/67 24889
/proc/meminfo: memFree=1429792/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=24540 CPUtime=401.1
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5811 0 0 0 40104 6 0 0 25 0 1 0 127816802 25128960 5797 1992294400 134512640 135217611 4294956272 18446744073709551615 134533240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 6135 5797 76 172 0 5960 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 29900

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.16 0.92 2/67 24889
/proc/meminfo: memFree=1429728/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=24696 CPUtime=408.3
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5846 0 0 0 40824 6 0 0 25 0 1 0 127816802 25288704 5832 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 6174 5832 76 172 0 5999 0
Current children cumulated CPU time (s) 409.34
Current children cumulated vsize (KiB) 30056

[startup+435.102 s]
/proc/loadavg: 1.00 1.14 0.92 2/67 24889
/proc/meminfo: memFree=1429600/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=24696 CPUtime=433.89
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5868 0 0 0 43383 6 0 0 25 0 1 0 127816802 25288704 5854 1992294400 134512640 135217611 4294956272 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 6174 5854 76 172 0 5999 0
Current children cumulated CPU time (s) 434.93
Current children cumulated vsize (KiB) 30056

[startup+441.501 s]
/proc/loadavg: 1.00 1.14 0.92 2/67 24889
/proc/meminfo: memFree=1429600/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=24696 CPUtime=440.29
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5870 0 0 0 44023 6 0 0 25 0 1 0 127816802 25288704 5856 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 6174 5856 76 172 0 5999 0
Current children cumulated CPU time (s) 441.33
Current children cumulated vsize (KiB) 30056

[startup+447.901 s]
/proc/loadavg: 1.00 1.14 0.92 2/67 24889
/proc/meminfo: memFree=1429600/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=24696 CPUtime=446.69
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5871 0 0 0 44663 6 0 0 25 0 1 0 127816802 25288704 5857 1992294400 134512640 135217611 4294956272 18446744073709551615 134543645 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 6174 5857 76 172 0 5999 0
Current children cumulated CPU time (s) 447.73
Current children cumulated vsize (KiB) 30056

[startup+451.101 s]
/proc/loadavg: 1.00 1.14 0.92 2/67 24889
/proc/meminfo: memFree=1429536/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=24860 CPUtime=449.88
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5880 0 0 0 44982 6 0 0 25 0 1 0 127816802 25456640 5866 1992294400 134512640 135217611 4294956272 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 6215 5866 76 172 0 6040 0
Current children cumulated CPU time (s) 450.92
Current children cumulated vsize (KiB) 30220

[startup+452.702 s]
/proc/loadavg: 1.00 1.14 0.92 2/67 24889
/proc/meminfo: memFree=1429536/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=24860 CPUtime=451.48
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5880 0 0 0 45142 6 0 0 25 0 1 0 127816802 25456640 5866 1992294400 134512640 135217611 4294956272 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 6215 5866 76 172 0 6040 0
Current children cumulated CPU time (s) 452.52
Current children cumulated vsize (KiB) 30220

[startup+453.502 s]
/proc/loadavg: 1.00 1.14 0.92 2/67 24889
/proc/meminfo: memFree=1429536/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=24860 CPUtime=452.28
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5880 0 0 0 45222 6 0 0 25 0 1 0 127816802 25456640 5866 1992294400 134512640 135217611 4294956272 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 6215 5866 76 172 0 6040 0
Current children cumulated CPU time (s) 453.32
Current children cumulated vsize (KiB) 30220

[startup+453.902 s]
/proc/loadavg: 1.00 1.14 0.92 2/67 24889
/proc/meminfo: memFree=1429536/2055920 swapFree=4181520/4192956
[pid=24884] ppid=24882 vsize=5360 CPUtime=1.04
/proc/24884/stat : 24884 (glucose.sh) S 24882 24884 24818 0 -1 4194304 313 5327 0 0 0 0 101 3 16 0 1 0 127816696 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24884/statm: 1340 238 195 169 0 51 0
[pid=24887] ppid=24884 vsize=24860 CPUtime=452.68
/proc/24887/stat : 24887 (glucose_static) R 24884 24884 24818 0 -1 4194304 5880 0 0 0 45262 6 0 0 25 0 1 0 127816802 25456640 5866 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24887/statm: 6215 5866 76 172 0 6040 0
Current children cumulated CPU time (s) 453.72
Current children cumulated vsize (KiB) 30220

Child status: 20
Real time (s): 453.935
CPU time (s): 453.787
CPU user time (s): 453.669
CPU system time (s): 0.117982
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 30220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 453.669
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11687
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= 43
involuntary context switches= 1026

runsolver used 0.558915 second user time and 1.09683 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-29 11:37:55
IDJOB=1562770
IDBENCH=70941
IDSOLVER=503
FILE ID=node88/1562770-1240997875
PBS_JOBID= 9204784
Free space on /tmp= 66528 MiB

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

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=1922158321

node88.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.229
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.229
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:       1456720 kB
Buffers:         46928 kB
Cached:         476676 kB
SwapCached:       5572 kB
Active:         127964 kB
Inactive:       404164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1456720 kB
SwapTotal:     4192956 kB
SwapFree:      4181520 kB
Dirty:            4632 kB
Writeback:           0 kB
Mapped:          14788 kB
Slab:            53012 kB
Committed_AS:   396848 kB
PageTables:       1444 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= 66524 MiB
End job on node88 at 2009-04-29 11:45:30