Trace number 1774384

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 448.617 448.757

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 benchmark269.152
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.08/0.13	c ==============================================================================
0.08/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.13	c ==============================================================================
0.08/0.13	c |         0 |  155258   454459 |   46577       0        0     nan |  0.000 % |
0.89/0.98	c |         0 |   68970   232657 |      --       0       --      -- |     --   | -80730/-205120
0.89/0.98	c ==============================================================================
0.89/0.98	c Result  :   #vars: 7889   #clauses: 68970   #literals: 232657
0.89/0.98	c CPU time:   0.936857 s
0.89/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.05/1.11	c |  Parsing time:         0.05         s                                       |
448.55/448.74	c restarts              : 137
448.55/448.74	c nb ReduceDB           : 35
448.55/448.74	c nb learnts DL2        : 2635
448.55/448.74	c nb learnts size 2     : 506
448.55/448.74	c nb learnts size 1     : 19
448.55/448.74	c conflicts             : 1327581        (2967 /sec)
448.55/448.74	c decisions             : 1824160        (1.81 % random) (4077 /sec)
448.55/448.74	c propagations          : 275377977      (615396 /sec)
448.55/448.74	c conflict literals     : 30369470       (38.21 % deleted)
448.55/448.74	c Memory used           : 24.28 MB
448.55/448.74	c CPU time              : 447.481 s
448.55/448.74	
448.55/448.74	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-1774384-1241264514/watcher-1774384-1241264514 -o /tmp/evaluation-result-1774384-1241264514/solver-1774384-1241264514 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774384-1241264514.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23454
/proc/meminfo: memFree=669720/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=0
/proc/23454/stat : 23454 (glucose.sh) R 23452 23454 23229 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154479498 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23454/statm: 1340 235 194 169 0 51 0
[pid=23455] ppid=23454 vsize=1172 CPUtime=0
/proc/23455/stat : 23455 (SatELite_releas) R 23454 23454 23229 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 154479499 1200128 132 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23455/statm: 293 133 51 174 0 116 0

[startup+0.0320889 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23454
/proc/meminfo: memFree=669720/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=0
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154479498 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23454/statm: 1340 236 195 169 0 51 0
[pid=23455] ppid=23454 vsize=5016 CPUtime=0.02
/proc/23455/stat : 23455 (SatELite_releas) R 23454 23454 23229 0 -1 4194304 984 0 0 0 2 0 0 0 18 0 1 0 154479499 5136384 968 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23455/statm: 1254 970 51 174 0 1077 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10376

[startup+0.101053 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23454
/proc/meminfo: memFree=669720/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=0
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154479498 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23454/statm: 1340 236 195 169 0 51 0
[pid=23455] ppid=23454 vsize=12764 CPUtime=0.08
/proc/23455/stat : 23455 (SatELite_releas) R 23454 23454 23229 0 -1 4194304 2842 0 0 0 7 1 0 0 19 0 1 0 154479499 13070336 2826 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23455/statm: 3191 2827 51 174 0 3014 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18124

[startup+0.301072 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23454
/proc/meminfo: memFree=669720/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=0
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154479498 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23454/statm: 1340 236 195 169 0 51 0
[pid=23455] ppid=23454 vsize=21912 CPUtime=0.29
/proc/23455/stat : 23455 (SatELite_releas) R 23454 23454 23229 0 -1 4194304 4481 0 0 0 26 3 0 0 21 0 1 0 154479499 22437888 4465 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 0 0 0
/proc/23455/statm: 5478 4465 77 174 0 5301 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27272

[startup+0.701106 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23454
/proc/meminfo: memFree=669720/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=0
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154479498 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23454/statm: 1340 236 195 169 0 51 0
[pid=23455] ppid=23454 vsize=22068 CPUtime=0.69
/proc/23455/stat : 23455 (SatELite_releas) R 23454 23454 23229 0 -1 4194304 4955 0 0 0 65 4 0 0 25 0 1 0 154479499 22597632 4543 1992294400 134512640 135225430 4294956176 18446744073709551615 134587437 0 0 4096 3 0 0 0 17 0 0 0
/proc/23455/statm: 5517 4543 77 174 0 5340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27428

[startup+1.50119 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23456
/proc/meminfo: memFree=649352/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 5360

[startup+3.10132 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=658632/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=9660 CPUtime=2.03
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 2261 0 0 0 202 1 0 0 25 0 1 0 154479605 9891840 2247 1992294400 134512640 135217611 4294956288 18446744073709551615 134522443 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 2415 2247 76 172 0 2240 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15020

[startup+6.30161 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=656648/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=11160 CPUtime=5.22
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 2625 0 0 0 521 1 0 0 25 0 1 0 154479605 11427840 2611 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 2790 2611 76 172 0 2615 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16520

[startup+12.7012 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=654856/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=12228 CPUtime=11.61
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 2918 0 0 0 1160 1 0 0 25 0 1 0 154479605 12521472 2904 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 3057 2904 76 172 0 2882 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 17588

[startup+25.5013 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=653320/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=13928 CPUtime=24.42
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 3320 0 0 0 2439 3 0 0 25 0 1 0 154479605 14262272 3306 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 3482 3306 76 172 0 3307 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19288

[startup+51.1016 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=651848/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=15448 CPUtime=50
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 3694 0 0 0 4997 3 0 0 25 0 1 0 154479605 15818752 3680 1992294400 134512640 135217611 4294956288 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 3862 3680 76 172 0 3687 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20808

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=649992/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=17364 CPUtime=101.19
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 4152 0 0 0 10115 4 0 0 25 0 1 0 154479605 17780736 4138 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 4341 4138 76 172 0 4166 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 22724

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=648392/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=19132 CPUtime=161.17
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 4573 0 0 0 16113 4 0 0 25 0 1 0 154479605 19591168 4559 1992294400 134512640 135217611 4294956288 18446744073709551615 134534004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 4783 4559 76 172 0 4608 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 24492

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=646664/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=20816 CPUtime=221.15
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 4987 0 0 0 22111 4 0 0 25 0 1 0 154479605 21315584 4973 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 5204 4973 76 172 0 5029 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 26176

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=645512/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=22100 CPUtime=281.14
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5282 0 0 0 28109 5 0 0 25 0 1 0 154479605 22630400 5268 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 5525 5268 76 172 0 5350 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 27460

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=644296/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=23536 CPUtime=341.12
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5588 0 0 0 34107 5 0 0 25 0 1 0 154479605 24100864 5574 1992294400 134512640 135217611 4294956288 18446744073709551615 134533209 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 5884 5574 76 172 0 5709 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 28896

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=643336/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=24540 CPUtime=401.11
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5829 0 0 0 40105 6 0 0 25 0 1 0 154479605 25128960 5815 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 6135 5815 76 172 0 5960 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 29900

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

[startup+409.502 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=643208/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=24696 CPUtime=408.3
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5855 0 0 0 40824 6 0 0 25 0 1 0 154479605 25288704 5841 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 6174 5841 76 172 0 5999 0
Current children cumulated CPU time (s) 409.35
Current children cumulated vsize (KiB) 30056

[startup+435.101 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=643208/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=24696 CPUtime=433.9
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5868 0 0 0 43384 6 0 0 25 0 1 0 154479605 25288704 5854 1992294400 134512640 135217611 4294956288 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 6174 5854 76 172 0 5999 0
Current children cumulated CPU time (s) 434.95
Current children cumulated vsize (KiB) 30056

[startup+441.502 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=643208/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=24696 CPUtime=440.3
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5871 0 0 0 44024 6 0 0 25 0 1 0 154479605 25288704 5857 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 6174 5857 76 172 0 5999 0
Current children cumulated CPU time (s) 441.35
Current children cumulated vsize (KiB) 30056

[startup+444.702 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=643144/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=24860 CPUtime=443.49
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5880 0 0 0 44343 6 0 0 25 0 1 0 154479605 25456640 5866 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 6215 5866 76 172 0 6040 0
Current children cumulated CPU time (s) 444.54
Current children cumulated vsize (KiB) 30220

[startup+446.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=643144/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=24860 CPUtime=445.09
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5880 0 0 0 44503 6 0 0 25 0 1 0 154479605 25456640 5866 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 6215 5866 76 172 0 6040 0
Current children cumulated CPU time (s) 446.14
Current children cumulated vsize (KiB) 30220

[startup+447.901 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=643144/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=24860 CPUtime=446.69
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5880 0 0 0 44663 6 0 0 25 0 1 0 154479605 25456640 5866 1992294400 134512640 135217611 4294956288 18446744073709551615 134533209 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 6215 5866 76 172 0 6040 0
Current children cumulated CPU time (s) 447.74
Current children cumulated vsize (KiB) 30220

[startup+448.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=643144/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=24860 CPUtime=447.09
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5880 0 0 0 44703 6 0 0 25 0 1 0 154479605 25456640 5866 1992294400 134512640 135217611 4294956288 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 6215 5866 76 172 0 6040 0
Current children cumulated CPU time (s) 448.14
Current children cumulated vsize (KiB) 30220

[startup+448.701 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23457
/proc/meminfo: memFree=643144/2055920 swapFree=4191900/4192956
[pid=23454] ppid=23452 vsize=5360 CPUtime=1.05
/proc/23454/stat : 23454 (glucose.sh) S 23452 23454 23229 0 -1 4194304 313 5327 0 0 0 0 100 5 16 0 1 0 154479498 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23454/statm: 1340 238 195 169 0 51 0
[pid=23457] ppid=23454 vsize=24860 CPUtime=447.5
/proc/23457/stat : 23457 (glucose_static) R 23454 23454 23229 0 -1 4194304 5880 0 0 0 44744 6 0 0 25 0 1 0 154479605 25456640 5866 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23457/statm: 6215 5866 76 172 0 6040 0
Current children cumulated CPU time (s) 448.55
Current children cumulated vsize (KiB) 30220

Child status: 20
Real time (s): 448.757
CPU time (s): 448.617
CPU user time (s): 448.491
CPU system time (s): 0.12598
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 30220

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

runsolver used 0.45493 second user time and 1.18582 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-02 13:41:55
IDJOB=1774384
IDBENCH=70941
IDSOLVER=610
FILE ID=node43/1774384-1241264514
PBS_JOBID= 9224960
Free space on /tmp= 66348 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-1774384-1241264514/watcher-1774384-1241264514 -o /tmp/evaluation-result-1774384-1241264514/solver-1774384-1241264514 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774384-1241264514.cnf

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=1070747097

node43.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.237
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.237
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:        670208 kB
Buffers:         86700 kB
Cached:        1181376 kB
SwapCached:        260 kB
Active:          53788 kB
Inactive:      1227592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        670208 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4872 kB
Writeback:           0 kB
Mapped:          21840 kB
Slab:            90392 kB
Committed_AS:   714004 kB
PageTables:       1448 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= 66344 MiB
End job on node43 at 2009-05-02 13:49:23