Trace number 3261868

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 2UNSAT 569.851 569.838

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-5_528.cnf
MD5SUM7c7070bd15b57ddd9a06dd3709baef54
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark157.607
Satisfiable
(Un)Satisfiability was proved
Number of variables527
Number of clauses12692
Sum of the clauses size38748
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 312356
Number of clauses of size 40
Number of clauses of size 5336
Number of clauses of size over 50

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 |   12692    38748 |    3807       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |   10467    42322 |      --       0       --      -- |     --   | -2225/3574
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 423   #clauses: 10467   #literals: 42322
0.00/0.03	c CPU time:   0.032994 s
0.00/0.03	c ==============================================================================
0.00/0.04	c
0.00/0.04	c Starting glucose
0.00/0.04	c
569.80/569.82	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
569.80/569.82	c WARNING: for repeatability, setting FPU to use double precision
569.80/569.82	c ============================[ Problem Statistics ]=============================
569.80/569.82	c |                                                                             |
569.80/569.82	c |  Number of variables:           423                                         |
569.80/569.82	c |  Number of clauses:           10467                                         |
569.80/569.82	c |  Parse time:                   0.00 s                                       |
569.80/569.82	c |                                                                             |
569.80/569.82	c ============================[ Search Statistics ]==============================
569.80/569.82	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
569.80/569.82	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
569.80/569.82	c ===============================================================================
569.80/569.82	c |   1223627 |     423    10467    42322 |        1   126237     15 |  0.000 % |
569.80/569.82	c |   1925705 |     423    10467    42322 |        1   141122     13 |  0.000 % |
569.80/569.82	c |   1931380 |     423    10467    42322 |        1   146797     14 |  0.000 % |
569.80/569.82	c |   2310782 |     423    10467    42322 |        1   120201     12 |  0.000 % |
569.80/569.82	c |   2575702 |     423    10467    42322 |        1   166512     13 |  0.000 % |
569.80/569.82	c |   2580207 |     423    10467    42322 |        1   171017     13 |  0.000 % |
569.80/569.82	c |   4105634 |     315     9915    40393 |        1    61825     10 | 25.532 % |
569.80/569.82	c ===============================================================================
569.80/569.82	c restarts              : 7
569.80/569.82	c nb ReduceDB           : 54
569.80/569.82	c nb removed Clauses    : 3688251
569.80/569.82	c nb learnts DL2        : 612
569.80/569.82	c nb learnts size 2     : 167
569.80/569.82	c nb learnts size 1     : 20
569.80/569.82	c conflicts             : 4105634        (7206 /sec)
569.80/569.82	c decisions             : 4648445        (0.00 % random) (8159 /sec)
569.80/569.82	c propagations          : 139388533      (244657 /sec)
569.80/569.82	c conflict literals     : 71304524       (33.50 % deleted)
569.80/569.82	c nb reduced Clauses    : 25
569.80/569.82	c CPU time              : 569.731 s
569.80/569.82	
569.80/569.83	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-3261868-1303514581/watcher-3261868-1303514581 -o /tmp/evaluation-result-3261868-1303514581/solver-3261868-1303514581 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3261868-1303514581.cnf 

running on 2 cores: 1,3

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: 4.02 4.00 3.93 4/192 4200
/proc/meminfo: memFree=13848008/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 463058855 8912896 253 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 253 211 178 0 69 0

[startup+0.112163 s]
/proc/loadavg: 4.02 4.00 3.93 4/192 4200
/proc/meminfo: memFree=13848008/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.201116 s]
/proc/loadavg: 4.02 4.00 3.93 4/192 4200
/proc/meminfo: memFree=13848008/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.301082 s]
/proc/loadavg: 4.02 4.00 3.93 4/192 4200
/proc/meminfo: memFree=13848008/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.701012 s]
/proc/loadavg: 4.02 4.00 3.93 4/192 4200
/proc/meminfo: memFree=13848008/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+1.50088 s]
/proc/loadavg: 4.02 4.00 3.93 5/194 4203
/proc/meminfo: memFree=13962700/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=22072 CPUtime=1.45 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 2559 0 0 0 145 0 0 0 25 0 1 0 463058860 22601728 2007 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224753 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 5518 2007 240 17 0 2159 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30776

[startup+3.10058 s]
/proc/loadavg: 4.02 4.00 3.93 5/194 4203
/proc/meminfo: memFree=13950800/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=23732 CPUtime=3.05 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 3158 0 0 0 305 0 0 0 25 0 1 0 463058860 24301568 2571 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 5933 2571 240 17 0 2574 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32436

[startup+6.30099 s]
/proc/loadavg: 4.02 4.00 3.93 5/194 4203
/proc/meminfo: memFree=13923884/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=25076 CPUtime=6.25 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 3513 0 0 0 625 0 0 0 25 0 1 0 463058860 25677824 2907 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224721 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 6269 2907 240 17 0 2910 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33780

[startup+12.7008 s]
/proc/loadavg: 4.02 4.00 3.93 5/194 4203
/proc/meminfo: memFree=13845272/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=34536 CPUtime=12.65 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 5546 0 0 0 1264 1 0 0 25 0 1 0 463058860 35364864 3791 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 8634 3791 240 17 0 5275 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43240

[startup+25.5005 s]
/proc/loadavg: 4.01 4.00 3.93 5/194 4204
/proc/meminfo: memFree=13852480/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=34536 CPUtime=25.45 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 7003 0 0 0 2544 1 0 0 25 0 1 0 463058860 35364864 5162 33554432000 4194304 4260849 140735411016608 18446744073709551615 4225969 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 8634 5162 240 17 0 5275 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43240

[startup+51.1008 s]
/proc/loadavg: 4.01 4.00 3.93 5/194 4204
/proc/meminfo: memFree=13916176/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=48872 CPUtime=51.06 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 10467 0 0 0 5104 2 0 0 25 0 1 0 463058860 50044928 6384 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 12218 6384 240 17 0 8859 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57576

[startup+102.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 4206
/proc/meminfo: memFree=13897440/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=50088 CPUtime=102.26 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 13401 0 0 0 10223 3 0 0 25 0 1 0 463058860 51290112 9164 33554432000 4194304 4260849 140735411016608 18446744073709551615 4225418 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 12522 9164 240 17 0 9163 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 58792

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 4207
/proc/meminfo: memFree=13839496/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=72600 CPUtime=162.26 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 17433 0 0 0 16222 4 0 0 25 0 1 0 463058860 74342400 10255 33554432000 4194304 4260849 140735411016608 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 18150 10255 248 17 0 14791 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 81304

[startup+222.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 4209
/proc/meminfo: memFree=13829440/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=72600 CPUtime=222.26 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 20869 0 0 0 22221 5 0 0 25 0 1 0 463058860 74342400 13498 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 18150 13498 248 17 0 14791 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 81304

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 4210
/proc/meminfo: memFree=13747824/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=72600 CPUtime=282.26 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 21166 0 0 0 28221 5 0 0 25 0 1 0 463058860 74342400 13775 33554432000 4194304 4260849 140735411016608 18446744073709551615 4225060 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 18150 13775 248 17 0 14791 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 81304

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 4212
/proc/meminfo: memFree=13779296/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=72600 CPUtime=342.25 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 21592 0 0 0 34220 5 0 0 25 0 1 0 463058860 74342400 14184 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 18150 14184 248 17 0 14791 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 81304

[startup+402.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/194 4214
/proc/meminfo: memFree=13739228/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=80780 CPUtime=402.26 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 23402 0 0 0 40220 6 0 0 25 0 1 0 463058860 82718720 15918 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 20195 15918 248 17 0 16836 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 89484

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.94 5/194 4215
/proc/meminfo: memFree=13718608/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=80780 CPUtime=462.26 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 23447 0 0 0 46220 6 0 0 25 0 1 0 463058860 82718720 15963 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 20195 15963 248 17 0 16836 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 89484

[startup+522.301 s]
/proc/loadavg: 4.09 4.02 3.94 5/194 4217
/proc/meminfo: memFree=13704576/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=92272 CPUtime=522.27 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 26616 0 0 0 52220 7 0 0 25 0 1 0 463058860 94486528 18921 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 23068 18921 248 17 0 19709 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 100976

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

[startup+537.601 s]
/proc/loadavg: 4.07 4.02 3.94 5/194 4217
/proc/meminfo: memFree=13787276/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=92272 CPUtime=537.57 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 26689 0 0 0 53750 7 0 0 25 0 1 0 463058860 94486528 18994 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 23068 18994 248 17 0 19709 0
Current children cumulated CPU time (s) 537.6
Current children cumulated vsize (KiB) 100976

[startup+550.4 s]
/proc/loadavg: 4.05 4.02 3.94 5/194 4218
/proc/meminfo: memFree=13701340/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=92272 CPUtime=550.37 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 26766 0 0 0 55030 7 0 0 25 0 1 0 463058860 94486528 19071 33554432000 4194304 4260849 140735411016608 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 550.4
Current children cumulated vsize (KiB) 100976

[startup+563.201 s]
/proc/loadavg: 4.04 4.02 3.94 5/194 4218
/proc/meminfo: memFree=13649624/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=92272 CPUtime=563.17 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 26766 0 0 0 56310 7 0 0 25 0 1 0 463058860 94486528 19071 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 563.2
Current children cumulated vsize (KiB) 100976

[startup+566.4 s]
/proc/loadavg: 4.04 4.02 3.94 5/194 4218
/proc/meminfo: memFree=13797308/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=92272 CPUtime=566.37 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 26766 0 0 0 56630 7 0 0 25 0 1 0 463058860 94486528 19071 33554432000 4194304 4260849 140735411016608 18446744073709551615 4225064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 566.4
Current children cumulated vsize (KiB) 100976

[startup+568.001 s]
/proc/loadavg: 4.04 4.02 3.94 5/194 4218
/proc/meminfo: memFree=13782180/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=92272 CPUtime=567.97 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 26766 0 0 0 56790 7 0 0 25 0 1 0 463058860 94486528 19071 33554432000 4194304 4260849 140735411016608 18446744073709551615 4225969 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 568
Current children cumulated vsize (KiB) 100976

[startup+568.807 s]
/proc/loadavg: 4.04 4.02 3.94 5/194 4218
/proc/meminfo: memFree=13774988/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=92272 CPUtime=568.77 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 26766 0 0 0 56870 7 0 0 25 0 1 0 463058860 94486528 19071 33554432000 4194304 4260849 140735411016608 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 568.8
Current children cumulated vsize (KiB) 100976

[startup+569.601 s]
/proc/loadavg: 4.04 4.02 3.94 5/194 4218
/proc/meminfo: memFree=13774988/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=92272 CPUtime=569.57 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 26766 0 0 0 56950 7 0 0 25 0 1 0 463058860 94486528 19071 33554432000 4194304 4260849 140735411016608 18446744073709551615 4225969 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 569.6
Current children cumulated vsize (KiB) 100976

[startup+569.801 s]
/proc/loadavg: 4.04 4.02 3.94 5/194 4218
/proc/meminfo: memFree=13737540/32951124 swapFree=67111528/67111528
[pid=4200] ppid=4198 vsize=8704 CPUtime=0.03 cores=1,3
/proc/4200/stat : 4200 (glucose.sh) S 4198 4200 2261 0 -1 4202496 361 493 0 0 0 0 3 0 25 0 1 0 463058855 8912896 255 33554432000 4194304 4922060 140737203228256 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4200/statm: 2176 255 211 178 0 69 0
[pid=4203] ppid=4200 vsize=92272 CPUtime=569.77 cores=1,3
/proc/4203/stat : 4203 (glucose_static) R 4200 4200 2261 0 -1 4202496 26766 0 0 0 56970 7 0 0 25 0 1 0 463058860 94486528 19071 33554432000 4194304 4260849 140735411016608 18446744073709551615 4225091 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4203/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 569.8
Current children cumulated vsize (KiB) 100976

Child status: 20
Real time (s): 569.838
CPU time (s): 569.851
CPU user time (s): 569.771
CPU system time (s): 0.079987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 100976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 569.771
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27833
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43
involuntary context switches= 6582

runsolver used 0.91486 second user time and 2.19966 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-23 01:23:01
IDJOB=3261868
IDBENCH=83256
IDSOLVER=1651
FILE ID=node109/3261868-1303514581
RUNJOBID= node109-1303513043-3888
PBS_JOBID= 13134242
Free space on /tmp= 71164 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-5_528.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261868-1303514581/watcher-3261868-1303514581 -o /tmp/evaluation-result-3261868-1303514581/solver-3261868-1303514581 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3261868-1303514581.cnf 

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

MD5SUM BENCH= 7c7070bd15b57ddd9a06dd3709baef54
RANDOM SEED=310157802

node109.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.809
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.61
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.809
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.809
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.809
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.75
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.809
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.82
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13848164 kB
Buffers:       1898868 kB
Cached:       16221244 kB
SwapCached:          0 kB
Active:       10032548 kB
Inactive:      8502044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13848164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:      414164 kB
Mapped:          15364 kB
Slab:           503168 kB
PageTables:       5956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   630240 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= 71164 MiB
End job on node109 at 2011-04-23 01:32:31