Trace number 3303479

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 517.955 517.94

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.252
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.031995 s
0.00/0.03	c ==============================================================================
0.00/0.04	c
0.00/0.04	c Starting glucose
0.00/0.04	c
517.90/517.93	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
517.90/517.93	c WARNING: for repeatability, setting FPU to use double precision
517.90/517.93	c ============================[ Problem Statistics ]=============================
517.90/517.93	c |                                                                             |
517.90/517.93	c |  Number of variables:           423                                         |
517.90/517.93	c |  Number of clauses:           10467                                         |
517.90/517.93	c |  Parse time:                   0.00 s                                       |
517.90/517.93	c |                                                                             |
517.90/517.93	c ============================[ Search Statistics ]==============================
517.90/517.93	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
517.90/517.93	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
517.90/517.93	c ===============================================================================
517.90/517.93	c |   1223627 |     423    10467    42322 |        1   126237     15 |  0.000 % |
517.90/517.93	c |   1925705 |     423    10467    42322 |        1   141122     13 |  0.000 % |
517.90/517.93	c |   1931380 |     423    10467    42322 |        1   146797     14 |  0.000 % |
517.90/517.93	c |   2310782 |     423    10467    42322 |        1   120201     12 |  0.000 % |
517.90/517.93	c |   2575702 |     423    10467    42322 |        1   166512     13 |  0.000 % |
517.90/517.93	c |   2580207 |     423    10467    42322 |        1   171017     13 |  0.000 % |
517.90/517.93	c |   4105634 |     315     9915    40393 |        1    61825     10 | 25.532 % |
517.90/517.93	c ===============================================================================
517.90/517.93	c restarts              : 7
517.90/517.93	c nb ReduceDB           : 54
517.90/517.93	c nb removed Clauses    : 3688251
517.90/517.93	c nb learnts DL2        : 612
517.90/517.93	c nb learnts size 2     : 167
517.90/517.93	c nb learnts size 1     : 20
517.90/517.93	c conflicts             : 4105634        (7928 /sec)
517.90/517.93	c decisions             : 4648445        (0.00 % random) (8976 /sec)
517.90/517.93	c propagations          : 139388533      (269160 /sec)
517.90/517.93	c conflict literals     : 71304524       (33.50 % deleted)
517.90/517.93	c nb reduced Clauses    : 25
517.90/517.93	c CPU time              : 517.865 s
517.90/517.93	
517.90/517.93	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: 977)

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-3303479-1306930743/watcher-3303479-1306930743 -o /tmp/evaluation-result-3303479-1306930743/solver-3303479-1306930743 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303479-1306930743.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.02 1/427 8524
/proc/meminfo: memFree=29704804/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 804674748 8912896 253 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8524/statm: 2176 253 211 178 0 69 0

[startup+0.018294 s]
/proc/loadavg: 2.00 2.02 2.02 1/427 8524
/proc/meminfo: memFree=29704804/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 804674748 8912896 253 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8524/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100316 s]
/proc/loadavg: 2.00 2.02 2.02 1/427 8524
/proc/meminfo: memFree=29704804/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.300282 s]
/proc/loadavg: 2.00 2.02 2.02 1/427 8524
/proc/meminfo: memFree=29704804/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.700208 s]
/proc/loadavg: 2.00 2.02 2.02 1/427 8524
/proc/meminfo: memFree=29704804/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+1.50106 s]
/proc/loadavg: 1.92 2.01 2.01 3/428 8533
/proc/meminfo: memFree=29700820/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=22072 CPUtime=1.45 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 2563 0 0 0 145 0 0 0 25 0 1 0 804674752 22601728 2011 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 5518 2011 240 17 0 2159 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30776

[startup+3.10076 s]
/proc/loadavg: 1.92 2.01 2.01 3/432 8556
/proc/meminfo: memFree=29712016/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=23732 CPUtime=3.05 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 3158 0 0 0 305 0 0 0 25 0 1 0 804674752 24301568 2571 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 5933 2571 240 17 0 2574 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32436

[startup+6.30117 s]
/proc/loadavg: 1.92 2.01 2.01 3/432 8556
/proc/meminfo: memFree=29703580/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=25076 CPUtime=6.25 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 3513 0 0 0 625 0 0 0 25 0 1 0 804674752 25677824 2907 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 6269 2907 240 17 0 2910 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33780

[startup+12.701 s]
/proc/loadavg: 1.93 2.00 2.01 3/432 8556
/proc/meminfo: memFree=29692108/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=34536 CPUtime=12.65 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 5546 0 0 0 1265 0 0 0 25 0 1 0 804674752 35364864 3791 33554432000 4194304 4260849 140735323046688 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 8634 3791 240 17 0 5275 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43240

[startup+25.5006 s]
/proc/loadavg: 1.94 2.00 2.01 3/432 8556
/proc/meminfo: memFree=29681280/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=34536 CPUtime=25.45 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 7003 0 0 0 2545 0 0 0 25 0 1 0 804674752 35364864 5162 33554432000 4194304 4260849 140735323046688 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/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: 1.96 2.00 2.00 3/432 8557
/proc/meminfo: memFree=29665952/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=48872 CPUtime=51.05 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 10760 0 0 0 5104 1 0 0 25 0 1 0 804674752 50044928 6665 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 12218 6665 240 17 0 8859 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57576

[startup+102.316 s]
/proc/loadavg: 1.98 2.00 2.00 3/432 8558
/proc/meminfo: memFree=29638008/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=50088 CPUtime=102.26 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 13409 0 0 0 10225 1 0 0 25 0 1 0 804674752 51290112 9172 33554432000 4194304 4260849 140735323046688 18446744073709551615 4225060 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 12522 9172 248 17 0 9163 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 58792

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/432 8560
/proc/meminfo: memFree=29618856/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=72600 CPUtime=162.26 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 17440 0 0 0 16224 2 0 0 25 0 1 0 804674752 74342400 10261 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 18150 10261 248 17 0 14791 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 81304

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/432 8593
/proc/meminfo: memFree=29630132/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=72600 CPUtime=222.25 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 20924 0 0 0 22223 2 0 0 25 0 1 0 804674752 74342400 13546 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 18150 13546 248 17 0 14791 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 81304

[startup+282.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/432 8594
/proc/meminfo: memFree=29616924/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=72600 CPUtime=282.26 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 21201 0 0 0 28223 3 0 0 25 0 1 0 804674752 74342400 13810 33554432000 4194304 4260849 140735323046688 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 18150 13810 248 17 0 14791 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 81304

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/432 8597
/proc/meminfo: memFree=29587608/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=80780 CPUtime=342.26 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 23115 0 0 0 34223 3 0 0 25 0 1 0 804674752 82718720 15643 33554432000 4194304 4260849 140735323046688 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 20195 15643 248 17 0 16836 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 89484

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/432 8599
/proc/meminfo: memFree=29583472/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=80780 CPUtime=402.26 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 23402 0 0 0 40223 3 0 0 25 0 1 0 804674752 82718720 15918 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/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: 2.01 2.01 2.00 3/432 8602
/proc/meminfo: memFree=29569284/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=92272 CPUtime=462.27 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 26589 0 0 0 46223 4 0 0 25 0 1 0 804674752 94486528 18894 33554432000 4194304 4260849 140735323046688 18446744073709551615 4225056 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 23068 18894 248 17 0 19709 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 100976

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

[startup+486.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/432 8603
/proc/meminfo: memFree=29567148/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=92272 CPUtime=486.27 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 26689 0 0 0 48623 4 0 0 25 0 1 0 804674752 94486528 18994 33554432000 4194304 4260849 140735323046688 18446744073709551615 4225056 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 23068 18994 248 17 0 19709 0
Current children cumulated CPU time (s) 486.3
Current children cumulated vsize (KiB) 100976

[startup+499.101 s]
/proc/loadavg: 2.01 2.01 2.00 3/432 8603
/proc/meminfo: memFree=29565884/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=92272 CPUtime=499.07 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 26766 0 0 0 49903 4 0 0 25 0 1 0 804674752 94486528 19071 33554432000 4194304 4260849 140735323046688 18446744073709551615 4213911 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 499.1
Current children cumulated vsize (KiB) 100976

[startup+505.501 s]
/proc/loadavg: 2.01 2.01 2.00 3/432 8603
/proc/meminfo: memFree=29565632/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=92272 CPUtime=505.47 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 26766 0 0 0 50543 4 0 0 25 0 1 0 804674752 94486528 19071 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 505.5
Current children cumulated vsize (KiB) 100976

[startup+511.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/432 8603
/proc/meminfo: memFree=29565632/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=92272 CPUtime=511.87 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 26766 0 0 0 51183 4 0 0 25 0 1 0 804674752 94486528 19071 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 511.9
Current children cumulated vsize (KiB) 100976

[startup+515.101 s]
/proc/loadavg: 2.00 2.01 2.00 4/432 8605
/proc/meminfo: memFree=29562408/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=92272 CPUtime=515.07 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 26766 0 0 0 51503 4 0 0 25 0 1 0 804674752 94486528 19071 33554432000 4194304 4260849 140735323046688 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 515.1
Current children cumulated vsize (KiB) 100976

[startup+516.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/432 8605
/proc/meminfo: memFree=29561416/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=92272 CPUtime=516.67 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 26766 0 0 0 51663 4 0 0 25 0 1 0 804674752 94486528 19071 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 516.7
Current children cumulated vsize (KiB) 100976

[startup+517.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/432 8605
/proc/meminfo: memFree=29560300/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=92272 CPUtime=517.47 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 26766 0 0 0 51743 4 0 0 25 0 1 0 804674752 94486528 19071 33554432000 4194304 4260849 140735323046688 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 517.5
Current children cumulated vsize (KiB) 100976

[startup+517.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/432 8605
/proc/meminfo: memFree=29560300/32951124 swapFree=43324008/67111528
[pid=8524] ppid=8522 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/8524/stat : 8524 (glucose.sh) S 8522 8524 8295 0 -1 4202496 361 494 0 0 0 0 3 0 25 0 1 0 804674748 8912896 255 33554432000 4194304 4922060 140733547065008 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8524/statm: 2176 255 211 178 0 69 0
[pid=8527] ppid=8524 vsize=92272 CPUtime=517.87 cores=0,2,4,6
/proc/8527/stat : 8527 (glucose_static) R 8524 8524 8295 0 -1 4202496 26766 0 0 0 51783 4 0 0 25 0 1 0 804674752 94486528 19071 33554432000 4194304 4260849 140735323046688 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8527/statm: 23068 19071 248 17 0 19709 0
Current children cumulated CPU time (s) 517.9
Current children cumulated vsize (KiB) 100976

Child status: 20
Real time (s): 517.94
CPU time (s): 517.955
CPU user time (s): 517.904
CPU system time (s): 0.050992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 100976

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

runsolver used 2.30265 second user time and 4.77927 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-01 14:19:03
IDJOB=3303479
IDBENCH=83256
IDSOLVER=1687
FILE ID=node105/3303479-1306930743
RUNJOBID= node105-1306925741-8313
PBS_JOBID= 13488558
Free space on /tmp= 73668 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-3303479-1306930743/watcher-3303479-1306930743 -o /tmp/evaluation-result-3303479-1306930743/solver-3303479-1306930743 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303479-1306930743.cnf 

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7c7070bd15b57ddd9a06dd3709baef54
RANDOM SEED=1852969363

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29705084 kB
Buffers:        192092 kB
Cached:         342876 kB
SwapCached:      20984 kB
Active:        2649112 kB
Inactive:       294668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29705084 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:            1192 kB
Writeback:           4 kB
AnonPages:     2406208 kB
Mapped:          19312 kB
Slab:           153420 kB
PageTables:      81144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114889464 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= 73688 MiB
End job on node105 at 2011-06-01 14:27:41