Trace number 3265413

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
CryptoMiniSat Strange-Night-1-mtUNSAT 71.7771 18.871

General information on the benchmark

NameSAT05/crafted/sabharwal05/ordering/gt-ordering/
sat/gt-030.shuffled-as.sat05-1295.cnf
MD5SUMf0614c8232d9b15ffdf32ce3e2c1390b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.05799
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24824
Sum of the clauses size74817
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2435
Number of clauses of size 324359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3265413-1304180697.cnf'
0.00/0.00	c -- header says num vars:            870
0.00/0.00	c -- header says num clauses:       24824
0.00/0.02	c -- clauses added:            0 learnts,        24824 normals,            0 xors
0.00/0.02	c -- vars added        870
0.00/0.02	c Parsing time:  0.04 s
0.00/0.02	c  N st     0         0       870     24389       435         0     74817         0   no data   no data  --
0.00/0.10	c asymm  cl-useful: 0/24389/24389 lits-rem:0 time: 0.32
0.00/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.00/0.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    870 time:  0.00 s
0.00/0.33	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.00/0.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
0.00/0.33	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.33	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.00/0.33	c calculated reachability. Time: 0.00
0.00/0.33	c Calc default polars -  time:   0.00 s pos:     427 undec:       0 neg:     443
0.00/0.33	c =========================================================================================
0.00/0.33	c types(t): F = full restart, N = normal restart
0.00/0.33	c types(t): S = simplification begin/end, E = solution found
0.00/0.33	c restart types(rt): st = static, dy = dynamic
0.00/0.33	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.33	c  B st     0         0       870     24389       435         0     74817         0   no data   no data  --
0.00/0.85	c  N dy    11      4751       870     24389       435      4546     74772    188826     15.04     16.24  --
0.00/0.85	c  N dy    31      8772       870     24389       435      6061     74760    244593     15.18     16.10  --
3.99/1.05	c  N dy    36     13497       870     24389       435      6538     74759    229743     13.31     14.12  --
4.80/1.25	c  N dy    66     17553       870     24389       435     10471     74756    393532     14.15     16.47  --
5.60/1.47	c  N dy    95     21722       870     24389       435      9077     74753    343308     14.74     15.56  --
6.36/1.69	c  F st   120     25001       870     24389       435     12261     74753    474404     15.17   no data  --
6.77/1.78	c  N st   123     26190       870     24389       435      6814     74753    218819     15.17   no data  --
7.58/2.00	c  S st   126     30000       870     24389       435     10529     74753    358001     15.17   no data  --
7.98/2.04	c  S st   126     30504       870     24389       435     11030     74753    387397     15.17   no data  --
7.98/2.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.98/2.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.98/2.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
7.98/2.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.98/2.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
7.98/2.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    870 time:  0.00 s
7.98/2.09	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
18.35/4.62	c lits-rem:       228  cl-subs:      652  v-elim:      0  v-fix:    0  time: 10.07 s
18.75/4.75	c asymm  cl-useful: 0/24389/24389 lits-rem:0 time: 0.54
18.75/4.75	c calculated reachability. Time: 0.00
18.75/4.75	c  N dy   126     30504       870     24389       435     10378     74727    364892     15.17   no data  --
19.95/5.02	c  N dy   152     34786       870     24389       435     14542     74726    513946     15.27     16.08  --
21.54/5.40	c  N dy   153     41512       870     24389       435     13465     74726    451229     14.73     15.55  --
22.33/5.63	c  N dy   165     45520       870     24389       435     17359     74726    599648     14.56     17.98  --
22.33/5.65	c  S st   166     45757       870     24389       435      8845     74725    272395     14.55     12.03  --
22.74/5.70	c  S st   166     46259       870     24389       435      9342     74725    299924     14.55   no data  --
22.74/5.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.74/5.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.74/5.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
22.74/5.72	c bin-w-bin subsume rem            0 bins  time:  0.01 s
22.74/5.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
22.74/5.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    870 time:  0.00 s
22.74/5.73	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
31.92/8.05	c lits-rem:        82  cl-subs:      217  v-elim:      0  v-fix:    0  time:  9.26 s
31.92/8.06	c vivif2 --  cl tried    24389 cl shrink        0 lits rem          0 time: 0.01
31.92/8.06	c vivif2 --  cl tried     9125 cl shrink        0 lits rem          0 time: 0.01
32.72/8.21	c asymm  cl-useful: 0/24389/24389 lits-rem:0 time: 0.59
32.72/8.21	c calculated reachability. Time: 0.00
32.72/8.21	c  N dy   166     46259       870     24389       435      9125     74722    292694     14.55   no data  --
33.52/8.45	c  N dy   189     50516       870     24389       435     13245     74722    436918     14.55     15.32  --
34.34/8.68	c  N dy   205     54531       870     24389       435     17169     74722    582485     14.47     15.33  --
35.52/8.97	c  N dy   216     60277       870     24389       435     13033     74722    381058     14.24     15.25  --
36.32/9.16	c  N dy   227     64371       870     24389       435     17046     74722    499940     14.11     14.89  --
37.12/9.35	c  N dy   235     68481       870     24389       435     21020     74722    613141     14.00     14.74  --
37.52/9.40	c  S st   239     69391       870     24389       435     11187     74722    309780     13.99     13.85  --
37.52/9.45	c  S st   239     69895       870     24389       435     11689     74722    334408     13.99   no data  --
37.52/9.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
37.52/9.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.52/9.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
37.52/9.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.52/9.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
37.52/9.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    870 time:  0.00 s
37.52/9.49	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
44.70/11.25	c lits-rem:       161  cl-subs:      360  v-elim:      0  v-fix:    0  time:  7.02 s
44.70/11.25	c vivif2 --  cl tried    24389 cl shrink        0 lits rem          0 time: 0.00
44.70/11.25	c vivif2 --  cl tried    11329 cl shrink        0 lits rem          0 time: 0.02
45.50/11.40	c asymm  cl-useful: 14/24389/24389 lits-rem:14 time: 0.57
45.50/11.40	c calculated reachability. Time: 0.00
45.50/11.40	c  N dy   239     69895       870     24389       435     11329     74708    324561     13.99   no data  --
46.31/11.65	c  N dy   252     76022       870     24389       435     17324     74708    475546     13.87     14.61  --
47.52/11.96	c  N dy   255     85011       870     24389       435     14261     74708    349707     13.55     14.38  --
47.90/12.07	c  F st   265     87500       870     24389       435     16686     74708    411040     13.53     13.04  --
48.70/12.22	c  N st   270     90802       870     24389       435     19898     74708    489788     13.53   no data  --
50.29/12.67	c  N dy   276     98182       870     24389       436     14488     74708    391642     13.34     14.34  --
51.92/13.04	c  N dy   297    104843       870     24389       437     20992     74708    601106     13.27     11.20  --
51.92/13.04	c  S st   297    104843       870     24389       437     20992     74708    601106     13.27     11.20  --
52.30/13.10	c  S st   297    105348       870     24389       437     21487     74708    620652     13.27   no data  --
52.30/13.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.30/13.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.30/13.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
52.30/13.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.30/13.17	c subs with bin:        1  lits-rem:         4  v-fix:    0  time:  0.09 s
52.30/13.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    870 time:  0.01 s
52.30/13.17	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
61.08/15.31	c lits-rem:       341  cl-subs:      754  v-elim:      0  v-fix:    0  time:  8.55 s
61.08/15.31	c vivif2 --  cl tried    24389 cl shrink        0 lits rem          0 time: 0.01
61.08/15.32	c vivif2 --  cl tried    20732 cl shrink        0 lits rem          0 time: 0.03
61.88/15.52	c asymm  cl-useful: 2/24389/24389 lits-rem:2 time: 0.81
61.88/15.53	c calculated reachability. Time: 0.00
61.88/15.53	c  N dy   297    105348       870     24389       437     20732     74705    599296     13.27   no data  --
65.47/16.41	c  N dy   303    131604       870     24389       437     17751     74705    406128     12.51     13.31  --
67.08/16.84	c  N dy   342    140504       869     24389       437     26372     74705    641757     12.51     13.17  --
71.64/18.86	c Following stats are for *FIRST FINISHED THREAD ONLY*
71.64/18.86	c num threads              : 4          
71.64/18.86	c restarts                 : 369        
71.64/18.86	c dynamic restarts         : 351        
71.64/18.86	c static restarts          : 18         
71.64/18.86	c full restarts            : 2          
71.64/18.86	c total simplify time      : 0.00       
71.64/18.86	c learnts DL2              : 0          
71.64/18.86	c learnts size 2           : 475        
71.64/18.86	c learnts size 1           : 76          (8.74      % of vars)
71.64/18.86	c filedLit time            : 0.18        (0.25      % time)
71.64/18.86	c v-elim SatELite          : 0           (0.00      % vars)
71.64/18.86	c SatELite time            : 27.45       (38.32     % time)
71.64/18.86	c v-elim xor               : 0           (0.00      % vars)
71.64/18.86	c xor elim time            : 0.03        (0.04      % time)
71.64/18.86	c num binary xor trees     : 0          
71.64/18.86	c binxor trees' crown      : 0           (nan       leafs/tree)
71.64/18.86	c bin xor find time        : 0.00       
71.64/18.86	c OTF clause improved      : 14681       (0.06      clauses/conflict)
71.64/18.86	c OTF impr. size diff      : 15595       (1.06       lits/clause)
71.64/18.86	c OTF cl watch-shrink      : 97554       (0.42      clauses/conflict)
71.64/18.86	c OTF cl watch-sh-lit      : 269846      (2.77       lits/clause)
71.64/18.86	c tried to recurMin cls    : 72669       (31.52      % of conflicts)
71.64/18.86	c updated cache            : 0           (0.00       lits/tried recurMin)
71.64/18.86	c unit cls received        : 1           (1.32      % of units)
71.64/18.86	c unit cls sent            : 2           (2.63      % of units)
71.64/18.86	c bin cls received         : 0          
71.64/18.86	c bin cls sent             : 6          
71.64/18.86	c clauses over max glue    : 0           (0.00      % of all clauses)
71.64/18.86	c conflicts                : 230541      (3218.58   / sec)
71.64/18.86	c decisions                : 396247      (1.92      % random)
71.64/18.86	c bogo-props               : 414908139   (5792532.28 / sec)
71.64/18.86	c conflict literals        : 5390972     (16.26     % deleted)
71.64/18.86	c Memory used              : 375.45      MB
71.64/18.86	c single-thread CPU time   : 71.63       s
71.64/18.86	c all-threads sum CPU time : 71.63       s
71.64/18.86	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265413-1304180697/watcher-3265413-1304180697 -o /tmp/evaluation-result-3265413-1304180697/solver-3265413-1304180697 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3265413-1304180697.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.03 8.02 8.00 6/180 27956
/proc/meminfo: memFree=26297200/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 529672036 52465664 356 33554432000 4194304 4650419 140737129758544 18446744073709551615 212436017083 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 12809 356 306 112 0 7774 0
[pid=27956/tid=27957] ppid=27954 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 529672036 52465664 356 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315085746 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 529672036 52465664 356 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315085746 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 529672036 52465664 356 33554432000 4194304 4650419 140737129758544 18446744073709551615 212431064150 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.104464 s]
/proc/loadavg: 8.03 8.02 8.00 6/180 27956
/proc/meminfo: memFree=26297200/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=287972 CPUtime=0.41 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 4466 0 0 0 40 1 0 0 18 0 4 0 529672036 294883328 3825 33554432000 4194304 4650419 140737129758544 18446744073709551615 212435678241 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 71993 3996 378 112 0 66958 0
[pid=27956/tid=27957] ppid=27954 vsize=288420 CPUtime=0.1 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 1032 0 0 0 10 0 0 0 18 0 4 0 529672036 295342080 4196 33554432000 4194304 4650419 140737129758544 18446744073709551615 212436060343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=289160 CPUtime=0.1 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) D 27954 27956 27352 0 -1 4202560 1449 0 0 0 10 0 0 0 18 0 4 0 529672036 296099840 4596 33554432000 4194304 4650419 140737129758544 18446744073709551615 212435714256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=289160 CPUtime=0.12 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 764 0 0 0 12 0 0 0 18 0 4 0 529672036 296099840 5719 33554432000 4194304 4650419 140737129758544 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 287972

[startup+1.00876 s]
/proc/loadavg: 8.03 8.02 8.00 6/180 27956
/proc/meminfo: memFree=26297200/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=294608 CPUtime=3.99 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 12899 0 0 0 397 2 0 0 19 0 4 0 529672036 301678592 7180 33554432000 4194304 4650419 140737129758544 18446744073709551615 4363604 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 73652 7180 392 112 0 68617 0
[pid=27956/tid=27957] ppid=27954 vsize=294608 CPUtime=0.99 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 3081 0 0 0 99 0 0 0 19 0 4 0 529672036 301678592 7180 33554432000 4194304 4650419 140737129758544 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=294608 CPUtime=0.99 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 3723 0 0 0 99 0 0 0 19 0 4 0 529672036 301678592 7180 33554432000 4194304 4650419 140737129758544 18446744073709551615 4333763 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=294608 CPUtime=0.99 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 2375 0 0 0 99 0 0 0 19 0 4 0 529672036 301678592 7180 33554432000 4194304 4650419 140737129758544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 294608

[startup+1.10874 s]
/proc/loadavg: 8.03 8.02 8.00 6/180 27956
/proc/meminfo: memFree=26297200/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=294608 CPUtime=4.39 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 13192 0 0 0 437 2 0 0 19 0 4 0 529672036 301678592 7473 33554432000 4194304 4650419 140737129758544 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 73652 7473 392 112 0 68617 0
[pid=27956/tid=27957] ppid=27954 vsize=294608 CPUtime=1.09 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 3146 0 0 0 109 0 0 0 19 0 4 0 529672036 301678592 7473 33554432000 4194304 4650419 140737129758544 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=294608 CPUtime=1.09 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 3810 0 0 0 109 0 0 0 19 0 4 0 529672036 301678592 7473 33554432000 4194304 4650419 140737129758544 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=294608 CPUtime=1.09 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 2445 0 0 0 109 0 0 0 19 0 4 0 529672036 301678592 7473 33554432000 4194304 4650419 140737129758544 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 294608

[startup+1.20872 s]
/proc/loadavg: 8.03 8.02 8.00 6/180 27956
/proc/meminfo: memFree=26297200/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=294752 CPUtime=4.8 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 13829 0 0 0 477 3 0 0 19 0 4 0 529672036 301826048 7536 33554432000 4194304 4650419 140737129758544 18446744073709551615 4364352 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 73688 7536 392 112 0 68653 0
[pid=27956/tid=27957] ppid=27954 vsize=294752 CPUtime=1.19 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 3576 0 0 0 119 0 0 0 19 0 4 0 529672036 301826048 7536 33554432000 4194304 4650419 140737129758544 18446744073709551615 4364604 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=294752 CPUtime=1.19 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 3887 0 0 0 119 0 0 0 19 0 4 0 529672036 301826048 7536 33554432000 4194304 4650419 140737129758544 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=294752 CPUtime=1.19 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 2507 0 0 0 119 0 0 0 19 0 4 0 529672036 301826048 7536 33554432000 4194304 4650419 140737129758544 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 294752

[startup+1.50866 s]
/proc/loadavg: 8.03 8.02 8.00 6/180 27956
/proc/meminfo: memFree=26297200/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=295704 CPUtime=5.99 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 15990 0 0 0 596 3 0 0 20 0 4 0 529672036 302800896 7846 33554432000 4194304 4650419 140737129758544 18446744073709551615 4364402 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 73926 7846 393 112 0 68891 0
[pid=27956/tid=27957] ppid=27954 vsize=295704 CPUtime=1.5 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 3759 0 0 0 149 1 0 0 20 0 4 0 529672036 302800896 7846 33554432000 4194304 4650419 140737129758544 18446744073709551615 4329622 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=295704 CPUtime=1.49 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 4478 0 0 0 149 0 0 0 20 0 4 0 529672036 302800896 7848 33554432000 4194304 4650419 140737129758544 18446744073709551615 4366130 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=295704 CPUtime=1.49 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 3237 0 0 0 149 0 0 0 20 0 4 0 529672036 302800896 7848 33554432000 4194304 4650419 140737129758544 18446744073709551615 4366265 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 295704

[startup+3.10636 s]
/proc/loadavg: 8.03 8.02 8.00 9/184 27960
/proc/meminfo: memFree=26220160/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=307520 CPUtime=12.37 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 31412 0 0 0 1231 6 0 0 25 0 4 0 529672036 314900480 18999 33554432000 4194304 4650419 140737129758544 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 76880 18999 394 112 0 71845 0
[pid=27956/tid=27957] ppid=27954 vsize=307520 CPUtime=3.09 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 7149 0 0 0 308 1 0 0 25 0 4 0 529672036 314900480 18999 33554432000 4194304 4650419 140737129758544 18446744073709551615 4438944 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=307520 CPUtime=3.08 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 7987 0 0 0 307 1 0 0 25 0 4 0 529672036 314900480 18999 33554432000 4194304 4650419 140737129758544 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=307520 CPUtime=3.08 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 8539 0 0 0 307 1 0 0 25 0 4 0 529672036 314900480 18999 33554432000 4194304 4650419 140737129758544 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 307520

[startup+6.30075 s]
/proc/loadavg: 8.03 8.02 8.00 9/184 27960
/proc/meminfo: memFree=26191728/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=308772 CPUtime=25.15 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 44079 0 0 0 2507 8 0 0 25 0 4 0 529672036 316182528 22304 33554432000 4194304 4650419 140737129758544 18446744073709551615 4439648 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 77193 22304 394 112 0 72158 0
[pid=27956/tid=27957] ppid=27954 vsize=308772 CPUtime=6.29 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 10722 0 0 0 627 2 0 0 25 0 4 0 529672036 316182528 22304 33554432000 4194304 4650419 140737129758544 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=308772 CPUtime=6.26 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 11236 0 0 0 625 1 0 0 25 0 4 0 529672036 316182528 22304 33554432000 4194304 4650419 140737129758544 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=308772 CPUtime=6.28 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 13172 0 0 0 626 2 0 0 25 0 4 0 529672036 316182528 22304 33554432000 4194304 4650419 140737129758544 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 308772

[startup+12.7005 s]
/proc/loadavg: 8.02 8.02 8.00 9/184 27960
/proc/meminfo: memFree=26153800/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=395380 CPUtime=50.69 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 63602 0 0 0 5057 12 0 0 25 0 4 0 529672036 404869120 33114 33554432000 4194304 4650419 140737129758544 18446744073709551615 4329599 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 98845 33114 394 112 0 93810 0
[pid=27956/tid=27957] ppid=27954 vsize=395380 CPUtime=12.68 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 14644 0 0 0 1266 2 0 0 25 0 4 0 529672036 404869120 33114 33554432000 4194304 4650419 140737129758544 18446744073709551615 4439452 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=395380 CPUtime=12.62 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 16871 0 0 0 1260 2 0 0 25 0 4 0 529672036 404869120 33114 33554432000 4194304 4650419 140737129758544 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=395380 CPUtime=12.68 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 20180 0 0 0 1264 4 0 0 25 0 4 0 529672036 404869120 33114 33554432000 4194304 4650419 140737129758544 18446744073709551615 4313319 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 395380

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

[startup+13.6004 s]
/proc/loadavg: 8.02 8.02 8.00 9/184 27960
/proc/meminfo: memFree=26149344/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=395396 CPUtime=54.29 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 66729 0 0 0 5416 13 0 0 25 0 4 0 529672036 404885504 34534 33554432000 4194304 4650419 140737129758544 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 98849 34534 394 112 0 93814 0
[pid=27956/tid=27957] ppid=27954 vsize=395396 CPUtime=13.58 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 14658 0 0 0 1356 2 0 0 25 0 4 0 529672036 404885504 34534 33554432000 4194304 4650419 140737129758544 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=395396 CPUtime=13.51 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 17801 0 0 0 1349 2 0 0 25 0 4 0 529672036 404885504 34534 33554432000 4194304 4650419 140737129758544 18446744073709551615 4436195 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=395396 CPUtime=13.58 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 20773 0 0 0 1354 4 0 0 25 0 4 0 529672036 404885504 34534 33554432000 4194304 4650419 140737129758544 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.29
Current children cumulated vsize (KiB) 395396

[startup+16.8008 s]
/proc/loadavg: 8.02 8.02 8.00 9/184 27960
/proc/meminfo: memFree=26127148/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=384456 CPUtime=67.08 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) R 27954 27956 27352 0 -1 4202496 71505 0 0 0 6694 14 0 0 25 0 4 0 529672036 393682944 35276 33554432000 4194304 4650419 140737129758544 18446744073709551615 4333209 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 96114 35277 394 112 0 91079 0
[pid=27956/tid=27957] ppid=27954 vsize=384456 CPUtime=16.78 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 16679 0 0 0 1676 2 0 0 25 0 4 0 529672036 393682944 35277 33554432000 4194304 4650419 140737129758544 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=384456 CPUtime=16.7 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 18311 0 0 0 1668 2 0 0 25 0 4 0 529672036 393682944 35277 33554432000 4194304 4650419 140737129758544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=384456 CPUtime=16.78 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 22372 0 0 0 1673 5 0 0 25 0 4 0 529672036 393682944 35277 33554432000 4194304 4650419 140737129758544 18446744073709551615 4329587 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 67.08
Current children cumulated vsize (KiB) 384456

[startup+17.6006 s]
/proc/loadavg: 8.02 8.02 8.00 7/184 27960
/proc/meminfo: memFree=26129380/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=384456 CPUtime=69.24 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) S 27954 27956 27352 0 -1 4202496 71651 0 0 0 6910 14 0 0 25 0 4 0 529672036 393682944 35422 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315085364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 96114 35422 394 112 0 91079 0
[pid=27956/tid=27957] ppid=27954 vsize=384456 CPUtime=17.06 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) S 27954 27956 27352 0 -1 4202560 16679 0 0 0 1704 2 0 0 25 0 4 0 529672036 393682944 35422 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315085364 0 0 4096 2 18446604453934676928 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=384456 CPUtime=17.49 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 18311 0 0 0 1747 2 0 0 25 0 4 0 529672036 393682944 35422 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315060932 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=384456 CPUtime=17.58 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 22416 0 0 0 1753 5 0 0 25 0 4 0 529672036 393682944 35422 33554432000 4194304 4650419 140737129758544 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 69.24
Current children cumulated vsize (KiB) 384456

[startup+18.4005 s]
/proc/loadavg: 8.02 8.02 8.00 7/184 27960
/proc/meminfo: memFree=26129004/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=384456 CPUtime=70.85 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) S 27954 27956 27352 0 -1 4202496 71651 0 0 0 7071 14 0 0 25 0 4 0 529672036 393682944 35422 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315085364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 96114 35422 394 112 0 91079 0
[pid=27956/tid=27957] ppid=27954 vsize=384456 CPUtime=17.06 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) S 27954 27956 27352 0 -1 4202560 16679 0 0 0 1704 2 0 0 25 0 4 0 529672036 393682944 35422 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315085364 0 0 4096 2 18446604453934676928 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=384456 CPUtime=18.3 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 18311 0 0 0 1828 2 0 0 25 0 4 0 529672036 393682944 35422 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315060779 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=384456 CPUtime=18.39 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 22416 0 0 0 1834 5 0 0 25 0 4 0 529672036 393682944 35422 33554432000 4194304 4650419 140737129758544 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.85
Current children cumulated vsize (KiB) 384456

[startup+18.8004 s]
/proc/loadavg: 8.02 8.02 8.00 7/184 27960
/proc/meminfo: memFree=26129004/32951124 swapFree=67111416/67111528
[pid=27956] ppid=27954 vsize=384456 CPUtime=71.64 cores=0,2,4,6
/proc/27956/stat : 27956 (strangenight1-m) S 27954 27956 27352 0 -1 4202496 71720 0 0 0 7150 14 0 0 25 0 4 0 529672036 393682944 35489 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315085364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27956/statm: 96114 35489 394 112 0 91079 0
[pid=27956/tid=27957] ppid=27954 vsize=384456 CPUtime=17.06 cores=0,2,4,6
/proc/27956/task/27957/stat : 27957 (strangenight1-m) S 27954 27956 27352 0 -1 4202560 16679 0 0 0 1704 2 0 0 25 0 4 0 529672036 393682944 35489 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315085364 0 0 4096 2 18446604453934676928 0 0 -1 4 0 0 0
[pid=27956/tid=27958] ppid=27954 vsize=384456 CPUtime=18.69 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 18311 0 0 0 1867 2 0 0 25 0 4 0 529672036 393682944 35489 33554432000 4194304 4650419 140737129758544 18446744073709551615 47522315060932 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27956/tid=27959] ppid=27954 vsize=384456 CPUtime=18.78 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (strangenight1-m) R 27954 27956 27352 0 -1 4202560 22485 0 0 0 1873 5 0 0 25 0 4 0 529672036 393682944 35489 33554432000 4194304 4650419 140737129758544 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 71.64
Current children cumulated vsize (KiB) 384456

Child status: 20
Real time (s): 18.871
CPU time (s): 71.7771
CPU user time (s): 71.6281
CPU system time (s): 0.148977
CPU usage (%): 380.357
Max. virtual memory (cumulated for all children) (KiB): 395396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.6281
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71742
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= 2413
involuntary context switches= 364

runsolver used 0.036994 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 18:24:57
IDJOB=3265413
IDBENCH=85618
IDSOLVER=1588
FILE ID=node102/3265413-1304180697
RUNJOBID= node102-1304180050-27885
PBS_JOBID= 13172418
Free space on /tmp= 72256 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT05/crafted/sabharwal05/ordering/gt-ordering/sat/gt-030.shuffled-as.sat05-1295.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265413-1304180697/watcher-3265413-1304180697 -o /tmp/evaluation-result-3265413-1304180697/solver-3265413-1304180697 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3265413-1304180697.cnf

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

MD5SUM BENCH= f0614c8232d9b15ffdf32ce3e2c1390b
RANDOM SEED=142497663

node102.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.828
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.828
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.828
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.828
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.828
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.828
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.828
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.828
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:      26297496 kB
Buffers:        634980 kB
Cached:        1594760 kB
SwapCached:          0 kB
Active:        4355536 kB
Inactive:      1875268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26297496 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:          126716 kB
Writeback:           0 kB
AnonPages:     4000776 kB
Mapped:          15528 kB
Slab:           352000 kB
PageTables:      12828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4576568 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= 72248 MiB
End job on node102 at 2011-04-30 18:25:16