Trace number 3308345

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
SAT09 reference solver:glucose 1.0UNSAT 585.547 585.541

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   10580    27785 |    3173       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |    7470    25292 |      --       0       --      -- |     --   | -3110/-2493
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 1304   #clauses: 7470   #literals: 25292
0.00/0.03	c CPU time:   0.033994 s
0.00/0.03	c ==============================================================================
0.00/0.04	c
0.00/0.04	c Starting glucose
0.00/0.04	c
0.00/0.04	
0.00/0.04	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.04	
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Number of variables:  1304                                                 |
0.00/0.04	c |  Number of clauses:    7470                                                 |
0.00/0.04	c |  Parsing time:         0.00         s                                       |
585.49/585.53	c restarts              : 1499
585.49/585.53	c nb ReduceDB           : 68
585.49/585.53	c nb learnts DL2        : 2845
585.49/585.53	c nb learnts size 2     : 727
585.49/585.53	c nb learnts size 1     : 31
585.49/585.53	c conflicts             : 2642417        (4513 /sec)
585.49/585.53	c decisions             : 3293509        (1.43 % random) (5625 /sec)
585.49/585.53	c propagations          : 411557796      (702956 /sec)
585.49/585.53	c conflict literals     : 78006732       (47.03 % deleted)
585.49/585.53	c Memory used           : 33.94 MB
585.49/585.53	c CPU time              : 585.467 s
585.49/585.53	
585.49/585.53	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308345-1303983197/watcher-3308345-1303983197 -o /tmp/evaluation-result-3308345-1303983197/solver-3308345-1303983197 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308345-1303983197.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 3669
/proc/meminfo: memFree=15348728/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) R 3667 3669 3639 0 -1 4202496 315 0 0 0 0 0 0 0 22 0 1 0 509918421 8912896 252 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814060437 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/3669/statm: 2176 252 211 178 0 69 0

[startup+0.0667311 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 3669
/proc/meminfo: memFree=15348728/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.100736 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 3669
/proc/meminfo: memFree=15348728/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.3007 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 3669
/proc/meminfo: memFree=15348728/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.70065 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 3669
/proc/meminfo: memFree=15348728/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+1.50051 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 3676
/proc/meminfo: memFree=15331104/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=4476 CPUtime=1.45 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 802 0 0 0 145 0 0 0 25 0 1 0 509918425 4583424 756 33554432000 134512640 135217611 4294248960 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 1119 756 76 173 0 944 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13180

[startup+3.10011 s]
/proc/loadavg: 0.00 0.00 0.00 4/188 3694
/proc/meminfo: memFree=15162088/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=5064 CPUtime=3.05 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 959 0 0 0 305 0 0 0 25 0 1 0 509918425 5185536 913 33554432000 134512640 135217611 4294248960 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 1266 913 76 173 0 1091 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13768

[startup+6.30066 s]
/proc/loadavg: 0.24 0.05 0.02 4/188 3725
/proc/meminfo: memFree=15058444/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=6512 CPUtime=6.25 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 1318 0 0 0 625 0 0 0 25 0 1 0 509918425 6668288 1272 33554432000 134512640 135217611 4294248960 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 1628 1272 76 173 0 1453 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15216

[startup+12.7006 s]
/proc/loadavg: 0.46 0.10 0.03 4/188 3725
/proc/meminfo: memFree=15010348/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=9200 CPUtime=12.65 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 1976 0 0 0 1265 0 0 0 25 0 1 0 509918425 9420800 1930 33554432000 134512640 135217611 4294248960 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 2300 1930 77 173 0 2125 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17904

[startup+25.5004 s]
/proc/loadavg: 1.18 0.27 0.09 5/194 3738
/proc/meminfo: memFree=15043620/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=10416 CPUtime=25.45 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 2240 0 0 0 2545 0 0 0 25 0 1 0 509918425 10665984 2194 33554432000 134512640 135217611 4294248960 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 2604 2194 77 173 0 2429 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19120

[startup+51.1011 s]
/proc/loadavg: 2.14 0.57 0.19 5/194 3739
/proc/meminfo: memFree=15025080/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=14420 CPUtime=51.05 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 3250 0 0 0 5105 0 0 0 25 0 1 0 509918425 14766080 3204 33554432000 134512640 135217611 4294248960 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 3605 3204 77 173 0 3430 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23124

[startup+102.306 s]
/proc/loadavg: 3.19 1.10 0.39 5/194 3740
/proc/meminfo: memFree=15002208/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=18476 CPUtime=102.26 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 4233 0 0 0 10225 1 0 0 25 0 1 0 509918425 18919424 4187 33554432000 134512640 135217611 4294248960 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 4619 4187 77 173 0 4444 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27180

[startup+162.3 s]
/proc/loadavg: 3.70 1.62 0.61 5/194 3742
/proc/meminfo: memFree=14983256/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=21884 CPUtime=162.25 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 5061 0 0 0 16224 1 0 0 25 0 1 0 509918425 22409216 5015 33554432000 134512640 135217611 4294248960 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 5471 5015 77 173 0 5296 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 30588

[startup+222.3 s]
/proc/loadavg: 3.89 2.05 0.82 5/194 3743
/proc/meminfo: memFree=14970144/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=23284 CPUtime=222.25 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 5343 0 0 0 22223 2 0 0 25 0 1 0 509918425 23842816 5297 33554432000 134512640 135217611 4294248960 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 5821 5297 77 173 0 5646 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 31988

[startup+282.301 s]
/proc/loadavg: 3.96 2.40 1.02 5/194 3838
/proc/meminfo: memFree=15027424/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=25840 CPUtime=282.25 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 5975 0 0 0 28223 2 0 0 25 0 1 0 509918425 26460160 5929 33554432000 134512640 135217611 4294248960 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 6460 5929 77 173 0 6285 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 34544

[startup+342.301 s]
/proc/loadavg: 4.10 2.72 1.21 5/194 3870
/proc/meminfo: memFree=14834428/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=28744 CPUtime=342.26 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 6627 0 0 0 34223 3 0 0 25 0 1 0 509918425 29433856 6581 33554432000 134512640 135217611 4294248960 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 7186 6581 77 173 0 7011 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 37448

[startup+402.301 s]
/proc/loadavg: 4.10 2.97 1.39 5/194 3901
/proc/meminfo: memFree=14256828/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=29404 CPUtime=402.26 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 6812 0 0 0 40223 3 0 0 25 0 1 0 509918425 30109696 6766 33554432000 134512640 135217611 4294248960 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 7351 6766 77 173 0 7176 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 38108

[startup+462.301 s]
/proc/loadavg: 4.08 3.17 1.56 5/194 3903
/proc/meminfo: memFree=14236932/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=31024 CPUtime=462.26 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 7181 0 0 0 46223 3 0 0 25 0 1 0 509918425 31768576 7135 33554432000 134512640 135217611 4294248960 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 7756 7135 77 173 0 7581 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 39728

[startup+522.301 s]
/proc/loadavg: 4.08 3.33 1.71 5/194 3904
/proc/meminfo: memFree=14202236/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=33964 CPUtime=522.26 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 7905 0 0 0 52223 3 0 0 25 0 1 0 509918425 34779136 7859 33554432000 134512640 135217611 4294248960 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 8491 7859 77 173 0 8316 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 42668

[startup+582.301 s]
/proc/loadavg: 4.03 3.45 1.85 5/194 3906
/proc/meminfo: memFree=14127768/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=34748 CPUtime=582.26 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 8044 0 0 0 58223 3 0 0 25 0 1 0 509918425 35581952 7998 33554432000 134512640 135217611 4294248960 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 8687 7998 77 173 0 8512 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 43452

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

[startup+583.9 s]
/proc/loadavg: 4.02 3.46 1.86 5/194 3906
/proc/meminfo: memFree=14127768/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=34748 CPUtime=583.86 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 8044 0 0 0 58383 3 0 0 25 0 1 0 509918425 35581952 7998 33554432000 134512640 135217611 4294248960 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 8687 7998 77 173 0 8512 0
Current children cumulated CPU time (s) 583.89
Current children cumulated vsize (KiB) 43452

[startup+584.7 s]
/proc/loadavg: 4.02 3.46 1.86 5/194 3906
/proc/meminfo: memFree=14127768/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=34748 CPUtime=584.66 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 8044 0 0 0 58463 3 0 0 25 0 1 0 509918425 35581952 7998 33554432000 134512640 135217611 4294248960 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 8687 7998 77 173 0 8512 0
Current children cumulated CPU time (s) 584.69
Current children cumulated vsize (KiB) 43452

[startup+585.101 s]
/proc/loadavg: 4.02 3.46 1.86 5/194 3906
/proc/meminfo: memFree=14127768/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=34748 CPUtime=585.06 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 8044 0 0 0 58503 3 0 0 25 0 1 0 509918425 35581952 7998 33554432000 134512640 135217611 4294248960 18446744073709551615 134532666 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 8687 7998 77 173 0 8512 0
Current children cumulated CPU time (s) 585.09
Current children cumulated vsize (KiB) 43452

[startup+585.501 s]
/proc/loadavg: 4.02 3.46 1.86 5/194 3906
/proc/meminfo: memFree=14127768/32950928 swapFree=67111528/67111528
[pid=3669] ppid=3667 vsize=8704 CPUtime=0.03 cores=0,2
/proc/3669/stat : 3669 (glucose.sh) S 3667 3669 3639 0 -1 4202496 359 634 0 0 0 0 3 0 23 0 1 0 509918421 8912896 254 33554432000 4194304 4922060 140736126492528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3669/statm: 2176 254 211 178 0 69 0
[pid=3672] ppid=3669 vsize=34748 CPUtime=585.46 cores=0,2
/proc/3672/stat : 3672 (glucose_static) R 3669 3669 3639 0 -1 4202496 8044 0 0 0 58543 3 0 0 25 0 1 0 509918425 35581952 7998 33554432000 134512640 135217611 4294248960 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/3672/statm: 8687 7998 77 173 0 8512 0
Current children cumulated CPU time (s) 585.49
Current children cumulated vsize (KiB) 43452

Child status: 20
Real time (s): 585.541
CPU time (s): 585.547
CPU user time (s): 585.507
CPU system time (s): 0.039993
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 43452

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

runsolver used 0.932858 second user time and 2.26565 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 11:33:17
IDJOB=3308345
IDBENCH=20401
IDSOLVER=1691
FILE ID=node126/3308345-1303983197
RUNJOBID= node126-1303983196-3657
PBS_JOBID= 13168700
Free space on /tmp= 71600 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308345-1303983197/watcher-3308345-1303983197 -o /tmp/evaluation-result-3308345-1303983197/solver-3308345-1303983197 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308345-1303983197.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=306077417

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15349008 kB
Buffers:       1836016 kB
Cached:       15117268 kB
SwapCached:          0 kB
Active:        6525184 kB
Inactive:     10492920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15349008 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1628 kB
Writeback:           0 kB
AnonPages:       64172 kB
Mapped:          14404 kB
Slab:           518776 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71288 MiB
End job on node126 at 2011-04-28 11:43:03