Trace number 3365858

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 195.507 195.503

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.831
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
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.33	c ==============================================================================
0.00/0.33	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.33	c ==============================================================================
0.00/0.33	c |         0 |  763101  2854525 |  228930       0        0     nan |  0.000 % |
0.00/0.40	c |         0 |  760817  2851295 |      --       0       --      -- |     --   | -2284/-3230
0.00/0.40	c ==============================================================================
0.00/0.40	c Result  :   #vars: 31632   #clauses: 760817   #literals: 2851295
0.00/0.40	c CPU time:   0.331949 s
0.00/0.40	c ==============================================================================
0.00/0.89	c
0.00/0.89	c Starting glucose
0.00/0.89	c
0.00/0.89	
0.00/0.89	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.89	
0.00/0.89	c ============================[ Problem Statistics ]=============================
0.00/0.89	c |                                                                             |
0.00/0.89	c |  Number of variables:  31632                                                |
0.00/0.89	c |  Number of clauses:    760817                                               |
1.09/1.14	c |  Parsing time:         0.22         s                                       |
195.39/195.49	c restarts              : 44
195.39/195.49	c nb ReduceDB           : 21
195.39/195.49	c nb learnts DL2        : 1821
195.39/195.49	c nb learnts size 2     : 145
195.39/195.49	c nb learnts size 1     : 17
195.39/195.49	c conflicts             : 669220         (3440 /sec)
195.39/195.49	c decisions             : 798794         (1.94 % random) (4106 /sec)
195.39/195.49	c propagations          : 143457502      (737342 /sec)
195.39/195.49	c conflict literals     : 15022033       (45.73 % deleted)
195.39/195.49	c Memory used           : 67.89 MB
195.39/195.49	c CPU time              : 194.56 s
195.39/195.49	
195.39/195.49	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-3365858-1305320386/watcher-3365858-1305320386 -o /tmp/evaluation-result-3365858-1305320386/solver-3365858-1305320386 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365858-1305320386.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: 2.04 2.04 1.97 2/351 15456
/proc/meminfo: memFree=8472480/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 643635350 8912896 253 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15456/statm: 2176 253 211 178 0 69 0

[startup+0.080971 s]
/proc/loadavg: 2.04 2.04 1.97 2/351 15456
/proc/meminfo: memFree=8472480/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 643635350 8912896 253 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15456/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100974 s]
/proc/loadavg: 2.04 2.04 1.97 2/351 15456
/proc/meminfo: memFree=8472480/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 643635350 8912896 253 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15456/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300931 s]
/proc/loadavg: 2.04 2.04 1.97 2/351 15456
/proc/meminfo: memFree=8472480/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 643635350 8912896 253 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15456/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700848 s]
/proc/loadavg: 2.04 2.04 1.97 2/351 15456
/proc/meminfo: memFree=8472480/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 643635350 8912896 253 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15456/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: 2.04 2.04 1.97 3/353 15459
/proc/meminfo: memFree=8429932/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=52612 CPUtime=0.59 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 12596 0 0 0 57 2 0 0 21 0 1 0 643635439 53874688 12531 33554432000 134512640 135217611 4288215680 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 13153 12531 75 173 0 12978 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 61316

[startup+3.10037 s]
/proc/loadavg: 2.04 2.04 1.97 3/353 15459
/proc/meminfo: memFree=8401240/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=53424 CPUtime=2.19 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 12775 0 0 0 217 2 0 0 25 0 1 0 643635439 54706176 12710 33554432000 134512640 135217611 4288215680 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 13356 12710 75 173 0 13181 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 62128

[startup+6.30073 s]
/proc/loadavg: 2.04 2.04 1.97 3/353 15459
/proc/meminfo: memFree=8398724/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=55420 CPUtime=5.39 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 13296 0 0 0 537 2 0 0 25 0 1 0 643635439 56750080 13231 33554432000 134512640 135217611 4288215680 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 13855 13231 75 173 0 13680 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 64124

[startup+12.7005 s]
/proc/loadavg: 2.03 2.04 1.97 3/353 15459
/proc/meminfo: memFree=8396756/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=57316 CPUtime=11.79 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 13759 0 0 0 1177 2 0 0 25 0 1 0 643635439 58691584 13694 33554432000 134512640 135217611 4288215680 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 14329 13694 76 173 0 14154 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 66020

[startup+25.5009 s]
/proc/loadavg: 2.02 2.03 1.97 3/353 15459
/proc/meminfo: memFree=8394480/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=59772 CPUtime=24.59 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 14358 0 0 0 2457 2 0 0 25 0 1 0 643635439 61206528 14293 33554432000 134512640 135217611 4288215680 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 14943 14293 76 173 0 14768 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 68476

[startup+51.1008 s]
/proc/loadavg: 2.02 2.03 1.97 3/353 15460
/proc/meminfo: memFree=8391192/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=61572 CPUtime=50.2 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 14803 0 0 0 5017 3 0 0 25 0 1 0 643635439 63049728 14738 33554432000 134512640 135217611 4288215680 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 15393 14738 76 173 0 15218 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70276

[startup+102.314 s]
/proc/loadavg: 2.14 2.06 1.98 3/353 15474
/proc/meminfo: memFree=8385868/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=65452 CPUtime=101.41 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 15749 0 0 0 10138 3 0 0 25 0 1 0 643635439 67022848 15684 33554432000 134512640 135217611 4288215680 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 16363 15684 76 173 0 16188 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 74156

[startup+162.301 s]
/proc/loadavg: 2.05 2.04 1.98 3/353 15475
/proc/meminfo: memFree=8380636/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=68316 CPUtime=161.4 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 16477 0 0 0 16137 3 0 0 25 0 1 0 643635439 69955584 16412 33554432000 134512640 135217611 4288215680 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 17079 16412 76 173 0 16904 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 77020

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

[startup+179.1 s]
/proc/loadavg: 2.04 2.04 1.98 3/353 15476
/proc/meminfo: memFree=8379632/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=68852 CPUtime=178.19 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 16611 0 0 0 17816 3 0 0 25 0 1 0 643635439 70504448 16546 33554432000 134512640 135217611 4288215680 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 17213 16546 76 173 0 17038 0
Current children cumulated CPU time (s) 179.07
Current children cumulated vsize (KiB) 77556

[startup+185.501 s]
/proc/loadavg: 2.04 2.04 1.98 3/353 15476
/proc/meminfo: memFree=8379136/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=69384 CPUtime=184.6 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 16750 0 0 0 18456 4 0 0 25 0 1 0 643635439 71049216 16685 33554432000 134512640 135217611 4288215680 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 17346 16685 76 173 0 17171 0
Current children cumulated CPU time (s) 185.48
Current children cumulated vsize (KiB) 78088

[startup+191.901 s]
/proc/loadavg: 2.03 2.04 1.98 3/353 15476
/proc/meminfo: memFree=8379136/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=69384 CPUtime=191 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 16752 0 0 0 19096 4 0 0 25 0 1 0 643635439 71049216 16687 33554432000 134512640 135217611 4288215680 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 17346 16687 76 173 0 17171 0
Current children cumulated CPU time (s) 191.88
Current children cumulated vsize (KiB) 78088

[startup+193.5 s]
/proc/loadavg: 2.03 2.04 1.98 3/353 15476
/proc/meminfo: memFree=8379012/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=69516 CPUtime=192.61 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 16758 0 0 0 19257 4 0 0 25 0 1 0 643635439 71184384 16693 33554432000 134512640 135217611 4288215680 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 17379 16693 76 173 0 17204 0
Current children cumulated CPU time (s) 193.49
Current children cumulated vsize (KiB) 78220

[startup+194.3 s]
/proc/loadavg: 2.03 2.04 1.98 3/353 15476
/proc/meminfo: memFree=8379012/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=69516 CPUtime=193.4 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 16761 0 0 0 19336 4 0 0 25 0 1 0 643635439 71184384 16696 33554432000 134512640 135217611 4288215680 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 17379 16696 76 173 0 17204 0
Current children cumulated CPU time (s) 194.28
Current children cumulated vsize (KiB) 78220

[startup+195.101 s]
/proc/loadavg: 2.03 2.04 1.98 3/353 15476
/proc/meminfo: memFree=8378888/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=0.88 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 359 20762 0 0 0 0 79 9 18 0 1 0 643635350 8912896 255 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15456/statm: 2176 255 211 178 0 69 0
[pid=15459] ppid=15456 vsize=69516 CPUtime=194.21 cores=1,3,5,7
/proc/15459/stat : 15459 (glucose_static) R 15456 15456 14926 0 -1 4202496 16764 0 0 0 19417 4 0 0 25 0 1 0 643635439 71184384 16699 33554432000 134512640 135217611 4288215680 18446744073709551615 134533245 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/15459/statm: 17379 16699 76 173 0 17204 0
Current children cumulated CPU time (s) 195.09
Current children cumulated vsize (KiB) 78220

[startup+195.501 s]
/proc/loadavg: 2.03 2.04 1.98 3/353 15476
/proc/meminfo: memFree=8378888/32950928 swapFree=45937192/67111528
[pid=15456] ppid=15454 vsize=8704 CPUtime=195.5 cores=1,3,5,7
/proc/15456/stat : 15456 (glucose.sh) S 15454 15456 14926 0 -1 4202496 387 37538 0 0 0 0 19536 14 17 0 1 0 643635350 8912896 258 33554432000 4194304 4922060 140734622033568 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/15456/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 195.5
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 195.503
CPU time (s): 195.507
CPU user time (s): 195.36
CPU system time (s): 0.146977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 78220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.36
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 363

runsolver used 0.558915 second user time and 1.58776 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 22:59:47
IDJOB=3365858
IDBENCH=82497
IDSOLVER=1842
FILE ID=node149/3365858-1305320386
RUNJOBID= node149-1305315241-14945
PBS_JOBID= 13324283
Free space on /tmp= 42176 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365858-1305320386/watcher-3365858-1305320386 -o /tmp/evaluation-result-3365858-1305320386/solver-3365858-1305320386 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365858-1305320386.cnf

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=731118584

node149.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.806
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.806
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:       8472752 kB
Buffers:        275236 kB
Cached:       19093128 kB
SwapCached:      19984 kB
Active:        9045448 kB
Inactive:     14753376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8472752 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           26640 kB
Writeback:           0 kB
AnonPages:     4423240 kB
Mapped:          14452 kB
Slab:           542056 kB
PageTables:      72096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80303960 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= 42176 MiB
End job on node149 at 2011-05-13 23:03:02