Trace number 1563186

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 308.903 309.001

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 benchmark282.168
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.00/0.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  151127   442273 |   45338       0        0     nan |  0.000 % |
0.00/0.93	c |         0 |   66882   225550 |      --       0       --      -- |     --   | -78765/-200275
0.00/0.94	c ==============================================================================
0.00/0.94	c Result  :   #vars: 7670   #clauses: 66882   #literals: 225550
0.00/0.94	c CPU time:   0.894863 s
0.00/0.94	c ==============================================================================
0.99/1.01	c
0.99/1.02	c Starting glucose
0.99/1.02	c
0.99/1.02	
0.99/1.02	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.99/1.02	
0.99/1.02	c ============================[ Problem Statistics ]=============================
0.99/1.02	c |                                                                             |
0.99/1.02	c |  Number of variables:  7670                                                 |
0.99/1.02	c |  Number of clauses:    66882                                                |
0.99/1.06	c |  Parsing time:         0.04         s                                       |
308.78/308.99	c restarts              : 85
308.78/308.99	c nb ReduceDB           : 28
308.78/308.99	c nb learnts DL2        : 2346
308.78/308.99	c nb learnts size 2     : 476
308.78/308.99	c nb learnts size 1     : 16
308.78/308.99	c conflicts             : 981286         (3188 /sec)
308.78/308.99	c decisions             : 1365651        (1.79 % random) (4436 /sec)
308.78/308.99	c propagations          : 205936064      (668975 /sec)
308.78/308.99	c conflict literals     : 21235999       (38.94 % deleted)
308.78/308.99	c Memory used           : 21.49 MB
308.78/308.99	c CPU time              : 307.838 s
308.78/308.99	
308.78/308.99	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-1563186-1241000910/watcher-1563186-1241000910 -o /tmp/evaluation-result-1563186-1241000910/solver-1563186-1241000910 -C 1200 -W 1800 -M 1800 glucose.sh HOME/instance-1563186-1241000910.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.99 0.97 0.91 3/65 2770
/proc/meminfo: memFree=1247648/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=1964 CPUtime=0
/proc/2770/stat : 2770 (glucose.sh) R 2768 2770 2612 0 -1 4194304 50 0 0 0 0 0 0 0 20 0 1 0 128120705 2011136 34 1992294400 4194304 4889804 548682068832 18446744073709551615 240151229833 0 0 4096 0 0 0 0 17 1 0 0
/proc/2770/statm: 491 36 28 169 0 8 0

[startup+0.090804 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 2770
/proc/meminfo: memFree=1247648/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=0
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 128120705 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101804 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 2770
/proc/meminfo: memFree=1247648/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=0
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 128120705 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301827 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 2770
/proc/meminfo: memFree=1247648/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=0
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 128120705 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701871 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 2770
/proc/meminfo: memFree=1247648/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=0
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 128120705 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50196 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 2772
/proc/meminfo: memFree=1227280/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 5360

[startup+3.10113 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 2773
/proc/meminfo: memFree=1236752/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=9288 CPUtime=2.07
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 2158 0 0 0 206 1 0 0 25 0 1 0 128120807 9510912 2144 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 2322 2144 76 172 0 2147 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14648

[startup+6.30148 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 2773
/proc/meminfo: memFree=1234960/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=10660 CPUtime=5.27
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 2502 0 0 0 526 1 0 0 25 0 1 0 128120807 10915840 2488 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 2665 2488 76 172 0 2490 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16020

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 2773
/proc/meminfo: memFree=1233360/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=11884 CPUtime=11.66
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 2791 0 0 0 1165 1 0 0 25 0 1 0 128120807 12169216 2777 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 2971 2777 76 172 0 2796 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 17244

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 2773
/proc/meminfo: memFree=1232208/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=13172 CPUtime=24.47
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 3096 0 0 0 2445 2 0 0 25 0 1 0 128120807 13488128 3082 1992294400 134512640 135217611 4294956304 18446744073709551615 134533286 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 3293 3082 76 172 0 3118 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18532

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 2773
/proc/meminfo: memFree=1230096/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=15336 CPUtime=50.05
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 3660 0 0 0 5003 2 0 0 25 0 1 0 128120807 15704064 3646 1992294400 134512640 135217611 4294956304 18446744073709551615 134532918 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 3834 3646 76 172 0 3659 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20696

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 2773
/proc/meminfo: memFree=1227920/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=17660 CPUtime=101.24
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 4192 0 0 0 10121 3 0 0 25 0 1 0 128120807 18083840 4178 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 4415 4178 76 172 0 4240 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23020

[startup+162.302 s]
/proc/loadavg: 1.07 0.99 0.91 2/67 2773
/proc/meminfo: memFree=1226256/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=19264 CPUtime=161.22
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 4597 0 0 0 16119 3 0 0 25 0 1 0 128120807 19726336 4583 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 4816 4583 76 172 0 4641 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 24624

[startup+222.301 s]
/proc/loadavg: 1.03 0.99 0.91 2/67 2773
/proc/meminfo: memFree=1225232/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=20372 CPUtime=221.2
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 4854 0 0 0 22117 3 0 0 25 0 1 0 128120807 20860928 4840 1992294400 134512640 135217611 4294956304 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 5093 4840 76 172 0 4918 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 25732

[startup+282.301 s]
/proc/loadavg: 1.01 0.99 0.91 2/67 2773
/proc/meminfo: memFree=1224208/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=21340 CPUtime=281.18
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 5096 0 0 0 28115 3 0 0 25 0 1 0 128120807 21852160 5082 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 5335 5082 76 172 0 5160 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 26700

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

[startup+294.301 s]
/proc/loadavg: 1.01 0.99 0.91 2/67 2773
/proc/meminfo: memFree=1223760/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=21792 CPUtime=293.19
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 5207 0 0 0 29315 4 0 0 25 0 1 0 128120807 22315008 5193 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 5448 5193 76 172 0 5273 0
Current children cumulated CPU time (s) 294.19
Current children cumulated vsize (KiB) 27152

[startup+300.701 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 2773
/proc/meminfo: memFree=1223696/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=21932 CPUtime=299.59
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 5227 0 0 0 29955 4 0 0 25 0 1 0 128120807 22458368 5213 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 5483 5213 76 172 0 5308 0
Current children cumulated CPU time (s) 300.59
Current children cumulated vsize (KiB) 27292

[startup+303.901 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 2773
/proc/meminfo: memFree=1223696/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=21932 CPUtime=302.78
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 5228 0 0 0 30274 4 0 0 25 0 1 0 128120807 22458368 5214 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 5483 5214 76 172 0 5308 0
Current children cumulated CPU time (s) 303.78
Current children cumulated vsize (KiB) 27292

[startup+307.103 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 2773
/proc/meminfo: memFree=1223568/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=21932 CPUtime=305.99
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 5247 0 0 0 30595 4 0 0 25 0 1 0 128120807 22458368 5233 1992294400 134512640 135217611 4294956304 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 5483 5233 76 172 0 5308 0
Current children cumulated CPU time (s) 306.99
Current children cumulated vsize (KiB) 27292

[startup+307.902 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 2773
/proc/meminfo: memFree=1223568/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=22004 CPUtime=306.79
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 5255 0 0 0 30675 4 0 0 25 0 1 0 128120807 22532096 5241 1992294400 134512640 135217611 4294956304 18446744073709551615 134533048 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 5501 5241 76 172 0 5326 0
Current children cumulated CPU time (s) 307.79
Current children cumulated vsize (KiB) 27364

[startup+308.702 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 2773
/proc/meminfo: memFree=1223568/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=22004 CPUtime=307.58
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 5256 0 0 0 30754 4 0 0 25 0 1 0 128120807 22532096 5242 1992294400 134512640 135217611 4294956304 18446744073709551615 134522440 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 5501 5242 76 172 0 5326 0
Current children cumulated CPU time (s) 308.58
Current children cumulated vsize (KiB) 27364

[startup+308.901 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 2773
/proc/meminfo: memFree=1223568/2055920 swapFree=4181508/4192956
[pid=2770] ppid=2768 vsize=5360 CPUtime=1
/proc/2770/stat : 2770 (glucose.sh) S 2768 2770 2612 0 -1 4194304 313 5090 0 0 0 0 96 4 16 0 1 0 128120705 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1340 238 195 169 0 51 0
[pid=2773] ppid=2770 vsize=22004 CPUtime=307.78
/proc/2773/stat : 2773 (glucose_static) R 2770 2770 2612 0 -1 4194304 5256 0 0 0 30774 4 0 0 25 0 1 0 128120807 22532096 5242 1992294400 134512640 135217611 4294956304 18446744073709551615 134537028 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2773/statm: 5501 5242 76 172 0 5326 0
Current children cumulated CPU time (s) 308.78
Current children cumulated vsize (KiB) 27364

Child status: 20
Real time (s): 309.001
CPU time (s): 308.903
CPU user time (s): 308.801
CPU system time (s): 0.101984
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 27364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.801
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10825
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= 44
involuntary context switches= 754

runsolver used 0.25696 second user time and 0.875866 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-29 12:28:31
IDJOB=1563186
IDBENCH=70949
IDSOLVER=503
FILE ID=node86/1563186-1241000910
PBS_JOBID= 9204786
Free space on /tmp= 66316 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-1563186-1241000910/watcher-1563186-1241000910 -o /tmp/evaluation-result-1563186-1241000910/solver-1563186-1241000910 -C 1200 -W 1800 -M 1800  glucose.sh HOME/instance-1563186-1241000910.cnf

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

MD5SUM BENCH= 94aa7bdbcbe99c5b3082c395dc2384e9
RANDOM SEED=630654008

node86.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.213
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.213
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:       1248064 kB
Buffers:         83400 kB
Cached:         633112 kB
SwapCached:       5376 kB
Active:         283336 kB
Inactive:       441664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1248064 kB
SwapTotal:     4192956 kB
SwapFree:      4181508 kB
Dirty:            4552 kB
Writeback:           0 kB
Mapped:          14108 kB
Slab:            68688 kB
Committed_AS:   559468 kB
PageTables:       1464 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= 66312 MiB
End job on node86 at 2009-04-29 12:33:40