Trace number 1774374

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 723.975 724.373

General information on the benchmark

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

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.08/0.12	c ==============================================================================
0.08/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.12	c ==============================================================================
0.08/0.12	c |         0 |  147030   430190 |   44108       0        0     nan |  0.000 % |
0.89/0.90	c |         0 |   64819   218530 |      --       0       --      -- |     --   | -76809/-195446
0.89/0.90	c ==============================================================================
0.89/0.90	c Result  :   #vars: 7453   #clauses: 64819   #literals: 218530
0.89/0.90	c CPU time:   0.872867 s
0.89/0.90	c ==============================================================================
0.89/0.98	c
0.89/0.98	c Starting glucose
0.89/0.98	c
0.89/0.98	
0.89/0.98	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.89/0.98	
0.89/0.98	c ============================[ Problem Statistics ]=============================
0.89/0.98	c |                                                                             |
0.89/0.98	c |  Number of variables:  7453                                                 |
0.89/0.98	c |  Number of clauses:    64819                                                |
0.98/1.03	c |  Parsing time:         0.04         s                                       |
723.89/724.36	c restarts              : 119
723.89/724.36	c nb ReduceDB           : 44
723.89/724.36	c nb learnts DL2        : 2914
723.89/724.36	c nb learnts size 2     : 616
723.89/724.36	c nb learnts size 1     : 20
723.89/724.36	c conflicts             : 1865438        (2580 /sec)
723.89/724.36	c decisions             : 2520238        (1.80 % random) (3486 /sec)
723.89/724.36	c propagations          : 396191864      (548051 /sec)
723.89/724.36	c conflict literals     : 44439483       (38.84 % deleted)
723.89/724.36	c Memory used           : 28.60 MB
723.89/724.36	c CPU time              : 722.91 s
723.89/724.36	
723.89/724.36	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-1774374-1241264505/watcher-1774374-1241264505 -o /tmp/evaluation-result-1774374-1241264505/solver-1774374-1241264505 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774374-1241264505.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.11 1.02 1.00 3/64 24910
/proc/meminfo: memFree=1072824/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0
/proc/24910/stat : 24910 (glucose.sh) R 24908 24910 24437 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154483530 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269028485791 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24910/statm: 1340 235 194 169 0 51 0
[pid=24911] ppid=24910 vsize=1172 CPUtime=0
/proc/24911/stat : 24911 (SatELite_releas) R 24910 24910 24437 0 -1 4194304 149 0 0 0 0 0 0 0 18 0 1 0 154483530 1200128 133 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24911/statm: 293 135 51 174 0 116 0

[startup+0.025043 s]
/proc/loadavg: 1.11 1.02 1.00 3/64 24910
/proc/meminfo: memFree=1072824/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154483530 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24910/statm: 1340 236 195 169 0 51 0
[pid=24911] ppid=24910 vsize=3576 CPUtime=0.01
/proc/24911/stat : 24911 (SatELite_releas) R 24910 24910 24437 0 -1 4194304 760 0 0 0 1 0 0 0 18 0 1 0 154483530 3661824 744 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24911/statm: 894 746 51 174 0 717 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8936

[startup+0.101053 s]
/proc/loadavg: 1.11 1.02 1.00 3/64 24910
/proc/meminfo: memFree=1072824/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154483530 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24910/statm: 1340 236 195 169 0 51 0
[pid=24911] ppid=24910 vsize=12784 CPUtime=0.08
/proc/24911/stat : 24911 (SatELite_releas) R 24910 24910 24437 0 -1 4194304 2875 0 0 0 7 1 0 0 19 0 1 0 154483530 13090816 2859 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/24911/statm: 3196 2859 51 174 0 3019 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18144

[startup+0.301084 s]
/proc/loadavg: 1.11 1.02 1.00 3/64 24910
/proc/meminfo: memFree=1072824/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154483530 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24910/statm: 1340 236 195 169 0 51 0
[pid=24911] ppid=24910 vsize=18212 CPUtime=0.29
/proc/24911/stat : 24911 (SatELite_releas) R 24910 24910 24437 0 -1 4194304 4178 0 0 0 27 2 0 0 21 0 1 0 154483530 18649088 4162 1992294400 134512640 135225430 4294956176 18446744073709551615 134548782 0 0 4096 3 0 0 0 17 0 0 0
/proc/24911/statm: 4553 4162 77 174 0 4376 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23572

[startup+0.701148 s]
/proc/loadavg: 1.11 1.02 1.00 3/64 24910
/proc/meminfo: memFree=1072824/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154483530 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24910/statm: 1340 236 195 169 0 51 0
[pid=24911] ppid=24910 vsize=18464 CPUtime=0.68
/proc/24911/stat : 24911 (SatELite_releas) R 24910 24910 24437 0 -1 4194304 4626 0 0 0 66 2 0 0 25 0 1 0 154483530 18907136 4243 1992294400 134512640 135225430 4294956176 18446744073709551615 134587343 0 0 4096 3 0 0 0 17 0 0 0
/proc/24911/statm: 4616 4243 77 174 0 4439 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23824

[startup+1.50128 s]
/proc/loadavg: 1.11 1.02 1.00 2/66 24913
/proc/meminfo: memFree=1066984/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=7508 CPUtime=0.5
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 1733 0 0 0 50 0 0 0 21 0 1 0 154483628 7688192 1719 1992294400 134512640 135217611 4294956288 18446744073709551615 134532591 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 1877 1719 76 172 0 1702 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12868

[startup+3.10153 s]
/proc/loadavg: 1.10 1.02 1.00 2/66 24913
/proc/meminfo: memFree=1062120/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=9288 CPUtime=2.11
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 2161 0 0 0 210 1 0 0 25 0 1 0 154483628 9510912 2147 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 2322 2147 76 172 0 2147 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14648

[startup+6.30104 s]
/proc/loadavg: 1.10 1.02 1.00 2/66 24913
/proc/meminfo: memFree=1059944/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=10940 CPUtime=5.3
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 2570 0 0 0 529 1 0 0 25 0 1 0 154483628 11202560 2556 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 2735 2556 76 172 0 2560 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16300

[startup+12.7011 s]
/proc/loadavg: 1.10 1.02 1.00 2/66 24913
/proc/meminfo: memFree=1058600/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=12152 CPUtime=11.7
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 2870 0 0 0 1169 1 0 0 25 0 1 0 154483628 12443648 2856 1992294400 134512640 135217611 4294956288 18446744073709551615 134542157 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 3038 2856 76 172 0 2863 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17512

[startup+25.5011 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 24913
/proc/meminfo: memFree=1057192/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=13716 CPUtime=24.5
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 3245 0 0 0 2448 2 0 0 25 0 1 0 154483628 14045184 3231 1992294400 134512640 135217611 4294956288 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 3429 3231 76 172 0 3254 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19076

[startup+51.1012 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 24913
/proc/meminfo: memFree=1055848/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=15064 CPUtime=50.06
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 3579 0 0 0 5004 2 0 0 25 0 1 0 154483628 15425536 3565 1992294400 134512640 135217611 4294956288 18446744073709551615 134526335 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 3766 3565 76 172 0 3591 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 20424

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 24913
/proc/meminfo: memFree=1053672/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=17348 CPUtime=101.25
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 4126 0 0 0 10122 3 0 0 25 0 1 0 154483628 17764352 4112 1992294400 134512640 135217611 4294956288 18446744073709551615 134537264 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 4337 4112 76 172 0 4162 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 22708

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1051816/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=19404 CPUtime=161.22
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 4607 0 0 0 16118 4 0 0 25 0 1 0 154483628 19869696 4593 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 4851 4593 76 172 0 4676 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 24764

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1050280/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=20932 CPUtime=221.16
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 4977 0 0 0 22112 4 0 0 25 0 1 0 154483628 21434368 4963 1992294400 134512640 135217611 4294956288 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 5233 4963 76 172 0 5058 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 26292

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1049256/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=21872 CPUtime=281.14
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 5229 0 0 0 28109 5 0 0 25 0 1 0 154483628 22396928 5215 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 5468 5215 76 172 0 5293 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 27232

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1047976/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=23368 CPUtime=341.11
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 5554 0 0 0 34106 5 0 0 25 0 1 0 154483628 23928832 5540 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 5842 5540 76 172 0 5667 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 28728

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1046376/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=25048 CPUtime=401.08
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 5967 0 0 0 40103 5 0 0 25 0 1 0 154483628 25649152 5953 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 6262 5953 76 172 0 6087 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 30408

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1045608/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=25812 CPUtime=461.06
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6142 0 0 0 46100 6 0 0 25 0 1 0 154483628 26431488 6128 1992294400 134512640 135217611 4294956288 18446744073709551615 134532910 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 6453 6128 76 172 0 6278 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 31172

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1044392/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=27060 CPUtime=521.03
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6453 0 0 0 52097 6 0 0 25 0 1 0 154483628 27709440 6439 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 6765 6439 76 172 0 6590 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 32420

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1043432/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=28132 CPUtime=580.99
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6688 0 0 0 58093 6 0 0 25 0 1 0 154483628 28807168 6674 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24913/statm: 7033 6674 76 172 0 6858 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 33492

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1042664/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=29136 CPUtime=640.97
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6880 0 0 0 64090 7 0 0 25 0 1 0 154483628 29835264 6866 1992294400 134512640 135217611 4294956288 18446744073709551615 134533286 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 7284 6866 76 172 0 7109 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 34496

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1042472/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=29280 CPUtime=700.93
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6910 0 0 0 70086 7 0 0 25 0 1 0 154483628 29982720 6896 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 34640

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

[startup+703.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1042472/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=29280 CPUtime=702.54
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6910 0 0 0 70247 7 0 0 25 0 1 0 154483628 29982720 6896 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 703.51
Current children cumulated vsize (KiB) 34640

[startup+716.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1042472/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=29280 CPUtime=715.32
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6910 0 0 0 71525 7 0 0 25 0 1 0 154483628 29982720 6896 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 716.29
Current children cumulated vsize (KiB) 34640

[startup+719.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1042472/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=29280 CPUtime=718.52
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6910 0 0 0 71845 7 0 0 25 0 1 0 154483628 29982720 6896 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 719.49
Current children cumulated vsize (KiB) 34640

[startup+721.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1042472/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=29280 CPUtime=720.12
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6910 0 0 0 72005 7 0 0 25 0 1 0 154483628 29982720 6896 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 721.09
Current children cumulated vsize (KiB) 34640

[startup+723.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1042472/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=29280 CPUtime=721.72
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6910 0 0 0 72165 7 0 0 25 0 1 0 154483628 29982720 6896 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 722.69
Current children cumulated vsize (KiB) 34640

[startup+723.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1042472/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=29280 CPUtime=722.52
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6910 0 0 0 72245 7 0 0 25 0 1 0 154483628 29982720 6896 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 723.49
Current children cumulated vsize (KiB) 34640

[startup+724.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24913
/proc/meminfo: memFree=1042472/2055920 swapFree=4181456/4192956
[pid=24910] ppid=24908 vsize=5360 CPUtime=0.97
/proc/24910/stat : 24910 (glucose.sh) S 24908 24910 24437 0 -1 4194304 313 4976 0 0 0 0 93 4 16 0 1 0 154483530 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24910/statm: 1340 238 195 169 0 51 0
[pid=24913] ppid=24910 vsize=29280 CPUtime=722.92
/proc/24913/stat : 24913 (glucose_static) R 24910 24910 24437 0 -1 4194304 6910 0 0 0 72285 7 0 0 25 0 1 0 154483628 29982720 6896 1992294400 134512640 135217611 4294956288 18446744073709551615 134538835 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24913/statm: 7320 6896 76 172 0 7145 0
Current children cumulated CPU time (s) 723.89
Current children cumulated vsize (KiB) 34640

Child status: 20
Real time (s): 724.373
CPU time (s): 723.975
CPU user time (s): 723.849
CPU system time (s): 0.12598
CPU usage (%): 99.945
Max. virtual memory (cumulated for all children) (KiB): 34640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 723.849
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= 12365
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= 1905

runsolver used 0.649901 second user time and 1.9917 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-02 13:41:45
IDJOB=1774374
IDBENCH=70940
IDSOLVER=610
FILE ID=node26/1774374-1241264505
PBS_JOBID= 9224962
Free space on /tmp= 66504 MiB

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

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

MD5SUM BENCH= a7bc41b32260e4459b2bee7c18cacba1
RANDOM SEED=1766131322

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:       1073304 kB
Buffers:         90064 kB
Cached:         781648 kB
SwapCached:       5352 kB
Active:         100172 kB
Inactive:       779496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1073304 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            4476 kB
Writeback:           0 kB
Mapped:          13632 kB
Slab:            89068 kB
Committed_AS:   654048 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:53:50