Trace number 3365560

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 295.732 295.759

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.277
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
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.57	c ==============================================================================
0.00/0.57	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.57	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.57	c ==============================================================================
0.00/0.57	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
4.40/4.43	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
4.40/4.43	c ==============================================================================
4.40/4.43	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
4.40/4.43	c CPU time:   4.23836 s
4.40/4.43	c ==============================================================================
4.77/4.89	c
4.77/4.89	c Starting glucose
4.77/4.89	c
4.77/4.89	
4.77/4.89	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.77/4.89	
4.77/4.89	c ============================[ Problem Statistics ]=============================
4.77/4.89	c |                                                                             |
4.77/4.89	c |  Number of variables:  68748                                                |
4.77/4.89	c |  Number of clauses:    547995                                               |
4.85/5.11	c |  Parsing time:         0.21         s                                       |
295.66/295.74	c restarts              : 1885
295.66/295.74	c nb ReduceDB           : 51
295.66/295.74	c nb learnts DL2        : 12588
295.66/295.74	c nb learnts size 2     : 2095
295.66/295.74	c nb learnts size 1     : 181
295.66/295.74	c conflicts             : 2304834        (7926 /sec)
295.66/295.74	c decisions             : 11146490       (1.52 % random) (38329 /sec)
295.66/295.74	c propagations          : 823669006      (2832329 /sec)
295.66/295.74	c conflict literals     : 55153320       (20.58 % deleted)
295.66/295.74	c Memory used           : 86.81 MB
295.66/295.74	c CPU time              : 290.81 s
295.66/295.74	
295.66/295.74	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: 961)

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

running on 4 cores: 1,3,5,7

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: 0.08 0.02 0.01 1/290 28633
/proc/meminfo: memFree=6400012/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643124828 8912896 253 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28633/statm: 2176 253 211 178 0 69 0

[startup+0.054902 s]
/proc/loadavg: 0.08 0.02 0.01 1/290 28633
/proc/meminfo: memFree=6400012/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643124828 8912896 253 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28633/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100902 s]
/proc/loadavg: 0.08 0.02 0.01 1/290 28633
/proc/meminfo: memFree=6400012/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643124828 8912896 253 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28633/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300854 s]
/proc/loadavg: 0.08 0.02 0.01 1/290 28633
/proc/meminfo: memFree=6400012/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643124828 8912896 253 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28633/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700838 s]
/proc/loadavg: 0.08 0.02 0.01 1/290 28633
/proc/meminfo: memFree=6400012/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643124828 8912896 253 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28633/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50068 s]
/proc/loadavg: 0.15 0.03 0.01 2/292 28635
/proc/meminfo: memFree=6217620/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643124828 8912896 253 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28633/statm: 2176 253 211 178 0 69 0
[pid=28634] ppid=28633 vsize=198416 CPUtime=1.49 cores=1,3,5,7
/proc/28634/stat : 28634 (SatELite_releas) R 28633 28633 28575 0 -1 4202496 48752 0 0 0 136 13 0 0 25 0 1 0 643124828 203177984 45125 33554432000 134512640 135225430 4290441456 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/28634/statm: 49604 45125 78 175 0 49427 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 207120

[startup+3.10032 s]
/proc/loadavg: 0.15 0.03 0.01 2/292 28635
/proc/meminfo: memFree=6194572/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643124828 8912896 253 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28633/statm: 2176 253 211 178 0 69 0
[pid=28634] ppid=28633 vsize=211484 CPUtime=3.09 cores=1,3,5,7
/proc/28634/stat : 28634 (SatELite_releas) R 28633 28633 28575 0 -1 4202496 51699 0 0 0 292 17 0 0 25 0 1 0 643124828 216559616 48072 33554432000 134512640 135225430 4290441456 18446744073709551615 134548856 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/28634/statm: 52871 48072 78 175 0 52694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 220188

[startup+6.30071 s]
/proc/loadavg: 0.30 0.06 0.02 3/298 28647
/proc/meminfo: memFree=6163652/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=50108 CPUtime=1.4 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 12122 0 0 0 139 1 0 0 23 0 1 0 643125317 51310592 12051 33554432000 134512640 135217611 4292762048 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 12527 12051 77 173 0 12352 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 58812

[startup+12.7005 s]
/proc/loadavg: 0.52 0.11 0.04 3/298 28648
/proc/meminfo: memFree=6201340/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=54324 CPUtime=7.79 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 13190 0 0 0 778 1 0 0 25 0 1 0 643125317 55627776 13119 33554432000 134512640 135217611 4292762048 18446744073709551615 134533184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 13581 13119 77 173 0 13406 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 63028

[startup+25.501 s]
/proc/loadavg: 0.84 0.21 0.07 3/298 28648
/proc/meminfo: memFree=6194464/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=57180 CPUtime=20.59 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 13902 0 0 0 2058 1 0 0 25 0 1 0 643125317 58552320 13831 33554432000 134512640 135217611 4292762048 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 14295 13831 77 173 0 14120 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 65884

[startup+51.1002 s]
/proc/loadavg: 1.24 0.35 0.12 3/298 28649
/proc/meminfo: memFree=6179840/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=65956 CPUtime=46.2 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 16016 0 0 0 4618 2 0 0 25 0 1 0 643125317 67538944 15945 33554432000 134512640 135217611 4292762048 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 16489 15945 77 173 0 16314 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 74660

[startup+102.311 s]
/proc/loadavg: 1.67 0.60 0.21 3/298 28650
/proc/meminfo: memFree=6167632/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=72040 CPUtime=97.41 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 17488 0 0 0 9739 2 0 0 25 0 1 0 643125317 73768960 17417 33554432000 134512640 135217611 4292762048 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 18010 17417 77 173 0 17835 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 80744

[startup+162.301 s]
/proc/loadavg: 1.88 0.85 0.32 3/298 28652
/proc/meminfo: memFree=6154728/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=77864 CPUtime=157.41 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 18946 0 0 0 15738 3 0 0 25 0 1 0 643125317 79732736 18875 33554432000 134512640 135217611 4292762048 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 19466 18875 77 173 0 19291 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 86568

[startup+222.3 s]
/proc/loadavg: 2.07 1.09 0.43 3/294 28676
/proc/meminfo: memFree=5881548/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=83948 CPUtime=217.4 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 20406 0 0 0 21737 3 0 0 25 0 1 0 643125317 85962752 20335 33554432000 134512640 135217611 4292762048 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 20987 20335 77 173 0 20812 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 92652

[startup+282.301 s]
/proc/loadavg: 2.13 1.28 0.54 3/295 28690
/proc/meminfo: memFree=4983312/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=87684 CPUtime=277.41 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 21328 0 0 0 27736 5 0 0 25 0 1 0 643125317 89788416 21257 33554432000 134512640 135217611 4292762048 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 21921 21257 77 173 0 21746 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 96388

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

[startup+287.901 s]
/proc/loadavg: 2.12 1.29 0.55 3/294 28690
/proc/meminfo: memFree=5096896/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=87816 CPUtime=283.01 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 21376 0 0 0 28296 5 0 0 25 0 1 0 643125317 89923584 21305 33554432000 134512640 135217611 4292762048 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 21954 21305 77 173 0 21779 0
Current children cumulated CPU time (s) 287.86
Current children cumulated vsize (KiB) 96520

[startup+291.1 s]
/proc/loadavg: 2.11 1.31 0.56 3/294 28690
/proc/meminfo: memFree=5089580/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=88888 CPUtime=286.21 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 21606 0 0 0 28616 5 0 0 25 0 1 0 643125317 91021312 21535 33554432000 134512640 135217611 4292762048 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 22222 21535 77 173 0 22047 0
Current children cumulated CPU time (s) 291.06
Current children cumulated vsize (KiB) 97592

[startup+294.301 s]
/proc/loadavg: 2.11 1.31 0.56 3/294 28690
/proc/meminfo: memFree=5082040/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=88888 CPUtime=289.41 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 21606 0 0 0 28936 5 0 0 25 0 1 0 643125317 91021312 21535 33554432000 134512640 135217611 4292762048 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 22222 21535 77 173 0 22047 0
Current children cumulated CPU time (s) 294.26
Current children cumulated vsize (KiB) 97592

[startup+295.101 s]
/proc/loadavg: 2.11 1.31 0.56 3/294 28690
/proc/meminfo: memFree=5080052/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=88888 CPUtime=290.21 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 21606 0 0 0 29016 5 0 0 25 0 1 0 643125317 91021312 21535 33554432000 134512640 135217611 4292762048 18446744073709551615 134533588 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 22222 21535 77 173 0 22047 0
Current children cumulated CPU time (s) 295.06
Current children cumulated vsize (KiB) 97592

[startup+295.5 s]
/proc/loadavg: 2.11 1.31 0.56 3/294 28690
/proc/meminfo: memFree=5080052/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=88888 CPUtime=290.61 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 21606 0 0 0 29056 5 0 0 25 0 1 0 643125317 91021312 21535 33554432000 134512640 135217611 4292762048 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 22222 21535 77 173 0 22047 0
Current children cumulated CPU time (s) 295.46
Current children cumulated vsize (KiB) 97592

[startup+295.7 s]
/proc/loadavg: 2.11 1.31 0.56 3/294 28690
/proc/meminfo: memFree=5080052/32950928 swapFree=67083212/67111528
[pid=28633] ppid=28631 vsize=8704 CPUtime=4.85 cores=1,3,5,7
/proc/28633/stat : 28633 (glucose.sh) S 28631 28633 28575 0 -1 4202496 359 56849 0 0 0 0 463 22 18 0 1 0 643124828 8912896 255 33554432000 4194304 4922060 140736747952160 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28633/statm: 2176 255 211 178 0 69 0
[pid=28647] ppid=28633 vsize=88888 CPUtime=290.81 cores=1,3,5,7
/proc/28647/stat : 28647 (glucose_static) R 28633 28633 28575 0 -1 4202496 21606 0 0 0 29076 5 0 0 25 0 1 0 643125317 91021312 21535 33554432000 134512640 135217611 4292762048 18446744073709551615 134540880 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28647/statm: 22222 21535 77 173 0 22047 0
Current children cumulated CPU time (s) 295.66
Current children cumulated vsize (KiB) 97592

Child status: 20
Real time (s): 295.759
CPU time (s): 295.732
CPU user time (s): 295.443
CPU system time (s): 0.288956
CPU usage (%): 99.991
Max. virtual memory (cumulated for all children) (KiB): 225992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 295.443
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79034
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= 11
involuntary context switches= 650

runsolver used 0.746886 second user time and 1.9547 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-13 21:34:12
IDJOB=3365560
IDBENCH=69591
IDSOLVER=1842
FILE ID=node127/3365560-1305315251
RUNJOBID= node127-1305315244-28594
PBS_JOBID= 13324305
Free space on /tmp= 41864 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365560-1305315251/watcher-3365560-1305315251 -o /tmp/evaluation-result-3365560-1305315251/solver-3365560-1305315251 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365560-1305315251.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1328357859

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6400284 kB
Buffers:        239516 kB
Cached:        9996136 kB
SwapCached:       1620 kB
Active:       18622192 kB
Inactive:      7447228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6400284 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           25416 kB
Writeback:           0 kB
AnonPages:    15832100 kB
Mapped:          25784 kB
Slab:           371292 kB
PageTables:      46624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44318232 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= 41100 MiB
End job on node127 at 2011-05-13 21:39:07