Trace number 3393990

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-2-mt (fixed)UNSAT 587.593 73.8652

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.6162
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.03	c Using 8 threads
0.00/0.03	c This is CryptoMiniSat 3.0.0
0.00/0.03	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.03	c Reading file 'HOME/instance-3393990-1306078107.cnf'
0.00/0.03	c -- header says num vars:         155107
0.00/0.03	c -- header says num clauses:      675624
4.71/0.80	c -- clauses added:            0 learnts,       675624 normals,            0 xors
4.71/0.80	c -- vars added     155107
4.71/0.80	c Parsing time:  0.37 s
4.71/0.80	c  N st     0         0    155107    121638    546615         0   1560264         0   no data   no data
8.68/1.30	c asymm  cl-useful: 9/1330/96468 lits-rem:36 time: 0.49
161.97/20.54	c Flit:   375 Blit:   3632 bXBeca:    0 bXProp: 1404 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 19.24
161.97/20.57	c Cleaning up after failed var search:     0.03 s 
162.77/20.61	c Replacing     1404 vars Replaced    40857 lits Time:     0.04 s 
162.77/20.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
162.77/20.69	c bin-w-bin subsume rem        18444 bins  time:  0.03 s
163.56/20.76	c subs with bin:     2369  lits-rem:     21807  v-fix:    0  time:  0.06 s
208.39/26.37	c Subs w/ non-existent bins:    581 l-rem:      0 v-fix:     0 done:  29234 time:  5.61 s
211.46/26.73	c Removed useless bin:     667  fixed:     0  props:  20.01M  time:  0.36 s
216.23/27.32	c lits-rem:      1638  cl-subs:     4457  v-elim:  34093  v-fix:    0  time:  0.54 s
216.23/27.35	c Finding binary XORs  T:     0.04 s  found:     547
216.23/27.39	c Replacing      547 vars Replaced     9696 lits Time:     0.04 s 
217.14/27.46	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
217.14/27.46	c calculated reachability. Time: 0.00
217.14/27.47	c Calc default polars -  time:   0.02 s pos:   14023 undec:   93946 neg:   47138
217.14/27.47	c =========================================================================================
217.14/27.47	c types(t): F = full restart, N = normal restart
217.14/27.47	c types(t): S = simplification begin/end, E = solution found
217.14/27.47	c restart types(rt): st = static, dy = dynamic
217.14/27.47	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
217.14/27.47	c  B st     0         0     74678    134821    242193         0   1013794         0   no data   no data
258.45/32.65	c  N dy    16      4488     69709    128957    224519      4228    943301    714491     15.59     16.45
291.97/36.86	c Finding binary XORs  T:     0.04 s  found:     702
292.77/36.92	c Replacing      702 vars Replaced    29816 lits Time:     0.06 s 
326.29/41.14	c  N dy    33      8857     67394    125855    214825      8391    904962   1734064     15.47     16.71
395.75/49.89	c Finding binary XORs  T:     0.04 s  found:    4119
396.54/49.99	c Replacing     4119 vars Replaced   141086 lits Time:     0.10 s 
441.25/55.53	c  N dy    35     15338     54875     98188    189866     14611    753484   3101276     12.28     13.14
580.98/73.05	c Finding binary XORs  T:     0.03 s  found:     187
587.35/73.82	c  E dy    39     24816     51120     90842    177149      9428    694857   1049884     10.21      3.84
587.35/73.82	c Following stats are for *FIRST FINISHED THREAD ONLY*
587.35/73.82	c num threads              : 8          
587.35/73.82	c restarts                 : 39         
587.35/73.82	c dynamic restarts         : 33         
587.35/73.82	c static restarts          : 6          
587.35/73.82	c full restarts            : 0          
587.35/73.82	c total simplify time      : 0.46       
587.35/73.82	c learnts DL2              : 0          
587.35/73.82	c learnts size 2           : 605194     
587.35/73.82	c learnts size 1           : 85649       (55.22     % of vars)
587.35/73.82	c filedLit time            : 19.26       (26.28     % time)
587.35/73.82	c v-elim SatELite          : 34093       (21.98     % vars)
587.35/73.82	c SatELite time            : 6.09        (8.31      % time)
587.35/73.82	c v-elim xor               : 0           (0.00      % vars)
587.35/73.82	c xor elim time            : 0.00        (0.00      % time)
587.35/73.82	c num binary xor trees     : 4230       
587.35/73.82	c binxor trees' crown      : 6959        (1.65      leafs/tree)
587.35/73.82	c bin xor find time        : 0.14       
587.35/73.82	c OTF clause improved      : 321         (0.01      clauses/conflict)
587.35/73.82	c OTF impr. size diff      : 571         (1.78       lits/clause)
587.35/73.82	c OTF cl watch-shrink      : 9485        (0.38      clauses/conflict)
587.35/73.82	c OTF cl watch-sh-lit      : 20515       (2.16       lits/clause)
587.35/73.82	c tried to recurMin cls    : 0           (0.00       % of conflicts)
587.35/73.82	c updated cache            : 0           (nan        lits/tried recurMin)
587.35/73.82	c unit cls recevied        : 1683        (1.96      % of units)
587.35/73.82	c unit cls sent            : 9342        (10.91     % of units)
587.35/73.82	c bin cls recevied         : 16908      
587.35/73.82	c bin cls sent             : 26537      
587.35/73.82	c clauses over max glue    : 0           (0.00      % of all clauses)
587.35/73.82	c conflicts                : 24816       (338.48    / sec)
587.35/73.82	c decisions                : 78904       (0.00      % random)
587.35/73.82	c bogo-props               : 1437499737  (19606675.12 / sec)
587.35/73.82	c conflict literals        : 4277962     (38.82     % deleted)
587.35/73.82	c Memory used              : 1286.50     MB
587.35/73.82	c single-thread CPU time   : 73.32       s
587.35/73.82	c all-threads sum CPU time : 585.00      s
587.35/73.82	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-3393990-1306078107/watcher-3393990-1306078107 -o /tmp/evaluation-result-3393990-1306078107/solver-3393990-1306078107 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3393990-1306078107.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.47 7.92 7.96 2/491 26001
/proc/meminfo: memFree=18460340/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=92144 CPUtime=0.06 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 412 0 0 0 6 0 0 0 22 0 8 0 719411694 94355456 352 33554432000 4194304 4580107 140735315691664 18446744073709551615 47655690889138 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 23036 352 299 95 0 18018 0
[pid=26001/tid=26002] ppid=25999 vsize=92144 CPUtime=0.01 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 1 0 0 0 1 0 0 0 22 0 8 0 719411694 94355456 352 33554432000 4194304 4580107 140735315691664 18446744073709551615 47655690889138 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=92144 CPUtime=0.01 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 0 0 0 0 1 0 0 0 23 0 8 0 719411694 94355456 352 33554432000 4194304 4580107 140735315691664 18446744073709551615 47655690889138 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=92144 CPUtime=0 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 8 0 719411694 94355456 352 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=92144 CPUtime=0 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 8 0 719411694 94355456 352 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=92144 CPUtime=0 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 8 0 719411694 94355456 352 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=92144 CPUtime=0.01 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 0 0 0 0 1 0 0 0 23 0 8 0 719411694 94355456 352 33554432000 4194304 4580107 140735315691664 18446744073709551615 47655690889128 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=92144 CPUtime=0.01 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 0 0 0 0 1 0 0 0 23 0 8 0 719411694 94355456 352 33554432000 4194304 4580107 140735315691664 18446744073709551615 47655690889136 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0833791 s]
/proc/loadavg: 7.47 7.92 7.96 2/491 26001
/proc/meminfo: memFree=18460340/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=593428 CPUtime=0.44 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) D 25999 26001 25975 0 -1 4202496 47799 0 0 0 30 14 0 0 18 0 8 0 719411694 607670272 39358 33554432000 4194304 4580107 140735315691664 18446744073709551615 4349571 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 148537 39361 338 95 0 143519 0
[pid=26001/tid=26002] ppid=25999 vsize=595228 CPUtime=0.06 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) D 25999 26001 25975 0 -1 4202560 5576 0 0 0 4 2 0 0 17 0 8 0 719411694 609513472 39366 33554432000 4194304 4580107 140735315691664 18446744073709551615 270612807435 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=595228 CPUtime=0.06 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 6744 0 0 0 4 2 0 0 18 0 8 0 719411694 609513472 39366 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613153927 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=595228 CPUtime=0.01 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) D 25999 26001 25975 0 -1 4202560 5236 0 0 0 0 1 0 0 17 0 8 0 719411694 609513472 39021 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613153975 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=595228 CPUtime=0.04 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) D 25999 26001 25975 0 -1 4202560 5598 0 0 0 3 1 0 0 18 0 8 0 719411694 609513472 39021 33554432000 4194304 4580107 140735315691664 18446744073709551615 4309730 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=595228 CPUtime=0.04 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) S 25999 26001 25975 0 -1 4202560 5213 0 0 0 3 1 0 0 17 0 8 0 719411694 609513472 39021 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215726 0 0 4096 2 18446604444037730432 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=595228 CPUtime=0.04 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) D 25999 26001 25975 0 -1 4202560 5456 0 0 0 3 1 0 0 17 0 8 0 719411694 609513472 38509 33554432000 4194304 4580107 140735315691664 18446744073709551615 4309730 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=595228 CPUtime=0.05 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) D 25999 26001 25975 0 -1 4202560 6883 0 0 0 4 1 0 0 18 0 8 0 719411694 609513472 38509 33554432000 4194304 4580107 140735315691664 18446744073709551615 4349571 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 593428

[startup+0.102305 s]
/proc/loadavg: 7.47 7.92 7.96 2/491 26001
/proc/meminfo: memFree=18460340/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=623596 CPUtime=0.55 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 66803 0 0 0 36 19 0 0 18 0 8 0 719411694 638562304 51056 33554432000 4194304 4580107 140735315691664 18446744073709551615 270612808139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 155899 51122 338 95 0 150881 0
[pid=26001/tid=26002] ppid=25999 vsize=623596 CPUtime=0.07 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 8124 0 0 0 5 2 0 0 17 0 8 0 719411694 638562304 51146 33554432000 4194304 4580107 140735315691664 18446744073709551615 4309730 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=623596 CPUtime=0.07 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 9100 0 0 0 5 2 0 0 18 0 8 0 719411694 638562304 51172 33554432000 4194304 4580107 140735315691664 18446744073709551615 270612808139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=623596 CPUtime=0.03 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 8007 0 0 0 1 2 0 0 17 0 8 0 719411694 638562304 51196 33554432000 4194304 4580107 140735315691664 18446744073709551615 4345288 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=623596 CPUtime=0.05 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) S 25999 26001 25975 0 -1 4202560 8066 0 0 0 4 1 0 0 18 0 8 0 719411694 638562304 51214 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215726 0 0 4096 2 18446604444037730432 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=623596 CPUtime=0.05 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) S 25999 26001 25975 0 -1 4202560 6909 0 0 0 3 2 0 0 17 0 8 0 719411694 638562304 51231 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215726 0 0 4096 2 18446604444037730432 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=623596 CPUtime=0.06 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 8009 0 0 0 4 2 0 0 17 0 8 0 719411694 638562304 51245 33554432000 4194304 4580107 140735315691664 18446744073709551615 4350336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=623596 CPUtime=0.07 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 9067 0 0 0 5 2 0 0 18 0 8 0 719411694 638562304 51259 33554432000 4194304 4580107 140735315691664 18446744073709551615 4309730 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 623596

[startup+0.303267 s]
/proc/loadavg: 7.47 7.92 7.96 2/491 26001
/proc/meminfo: memFree=18460340/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=798060 CPUtime=1.84 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 95598 0 0 0 123 61 0 0 17 0 8 0 719411694 817213440 77881 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 199515 77881 338 95 0 194497 0
[pid=26001/tid=26002] ppid=25999 vsize=798060 CPUtime=0.23 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) D 25999 26001 25975 0 -1 4202560 11676 0 0 0 15 8 0 0 17 0 8 0 719411694 817213440 77881 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613153975 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=798060 CPUtime=0.23 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) S 25999 26001 25975 0 -1 4202560 11316 0 0 0 15 8 0 0 17 0 8 0 719411694 817213440 77881 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215726 0 0 4096 2 18446604444037730432 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=798060 CPUtime=0.2 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) S 25999 26001 25975 0 -1 4202560 12269 0 0 0 12 8 0 0 17 0 8 0 719411694 817213440 77881 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215726 0 0 4096 2 18446604444037730432 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=798060 CPUtime=0.21 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) S 25999 26001 25975 0 -1 4202560 11175 0 0 0 14 7 0 0 17 0 8 0 719411694 817213440 77881 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215726 0 0 4096 2 18446604444037730432 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=798060 CPUtime=0.21 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 10238 0 0 0 14 7 0 0 17 0 8 0 719411694 817213440 77881 33554432000 4194304 4580107 140735315691664 18446744073709551615 270612771873 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=798060 CPUtime=0.22 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) S 25999 26001 25975 0 -1 4202560 14667 0 0 0 15 7 0 0 17 0 8 0 719411694 817213440 77881 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215726 0 0 4096 2 18446604444037730432 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=798060 CPUtime=0.24 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) S 25999 26001 25975 0 -1 4202560 11700 0 0 0 17 7 0 0 17 0 8 0 719411694 817213440 77881 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215726 0 0 4096 2 18446604444037730432 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 798060

[startup+0.701194 s]
/proc/loadavg: 7.47 7.92 7.96 2/491 26001
/proc/meminfo: memFree=18460340/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=866872 CPUtime=4.15 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 144844 0 0 0 255 160 0 0 17 0 8 0 719411694 887676928 112605 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215726 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 216718 112613 339 95 0 211700 0
[pid=26001/tid=26002] ppid=25999 vsize=866872 CPUtime=0.52 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 17669 0 0 0 32 20 0 0 17 0 8 0 719411694 887676928 112617 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=866872 CPUtime=0.52 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 19710 0 0 0 32 20 0 0 17 0 8 0 719411694 887676928 112621 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=866872 CPUtime=0.48 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 18001 0 0 0 28 20 0 0 17 0 8 0 719411694 887676928 112629 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=866872 CPUtime=0.49 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 16475 0 0 0 29 20 0 0 17 0 8 0 719411694 887676928 112632 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215726 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=866872 CPUtime=0.49 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 15702 0 0 0 29 20 0 0 17 0 8 0 719411694 887676928 112636 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=866872 CPUtime=0.52 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 17613 0 0 0 32 20 0 0 17 0 8 0 719411694 887676928 112638 33554432000 4194304 4580107 140735315691664 18446744073709551615 270613215775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=866872 CPUtime=0.52 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 19471 0 0 0 34 18 0 0 17 0 8 0 719411694 887676928 112640 33554432000 4194304 4580107 140735315691664 18446744073709551615 4307948 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 866872

[startup+1.50106 s]
/proc/loadavg: 7.47 7.92 7.96 9/499 26009
/proc/meminfo: memFree=17936624/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=954740 CPUtime=10.27 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 170224 0 0 0 834 193 0 0 17 0 8 0 719411694 977653760 135620 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 238685 135620 361 95 0 233667 0
[pid=26001/tid=26002] ppid=25999 vsize=954740 CPUtime=1.29 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 20894 0 0 0 104 25 0 0 17 0 8 0 719411694 977653760 135620 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=954740 CPUtime=1.28 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 21059 0 0 0 105 23 0 0 17 0 8 0 719411694 977653760 135620 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=954740 CPUtime=1.25 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 21412 0 0 0 100 25 0 0 17 0 8 0 719411694 977653760 135620 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=954740 CPUtime=1.27 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 19852 0 0 0 102 25 0 0 18 0 8 0 719411694 977653760 135620 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=954740 CPUtime=1.25 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 19133 0 0 0 100 25 0 0 17 0 8 0 719411694 977653760 135620 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=954740 CPUtime=1.29 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 24056 0 0 0 104 25 0 0 17 0 8 0 719411694 977653760 135620 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294213 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=954740 CPUtime=1.29 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 21706 0 0 0 107 22 0 0 17 0 8 0 719411694 977653760 135620 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.27
Current children cumulated vsize (KiB) 954740

[startup+3.10077 s]
/proc/loadavg: 7.47 7.92 7.96 9/499 26009
/proc/meminfo: memFree=17916536/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=954872 CPUtime=23.05 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 171097 0 0 0 2112 193 0 0 20 0 8 0 719411694 977788928 136139 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 238718 136139 361 95 0 233700 0
[pid=26001/tid=26002] ppid=25999 vsize=954872 CPUtime=2.89 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 20894 0 0 0 264 25 0 0 20 0 8 0 719411694 977788928 136139 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=954872 CPUtime=2.88 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 21059 0 0 0 265 23 0 0 20 0 8 0 719411694 977788928 136139 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=954872 CPUtime=2.85 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 21417 0 0 0 260 25 0 0 20 0 8 0 719411694 977788928 136139 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=954872 CPUtime=2.87 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 19852 0 0 0 262 25 0 0 20 0 8 0 719411694 977788928 136139 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=954872 CPUtime=2.83 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 19134 0 0 0 258 25 0 0 20 0 8 0 719411694 977788928 136139 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=954872 CPUtime=2.88 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 24057 0 0 0 263 25 0 0 20 0 8 0 719411694 977788928 136139 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=954872 CPUtime=2.89 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 22569 0 0 0 267 22 0 0 20 0 8 0 719411694 977788928 136139 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 954872

[startup+6.30121 s]
/proc/loadavg: 7.51 7.92 7.96 9/499 26009
/proc/meminfo: memFree=17913828/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=955336 CPUtime=48.6 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 171816 0 0 0 4666 194 0 0 25 0 8 0 719411694 978264064 136858 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 238834 136858 361 95 0 233816 0
[pid=26001/tid=26002] ppid=25999 vsize=955336 CPUtime=6.09 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 20894 0 0 0 584 25 0 0 25 0 8 0 719411694 978264064 136858 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=955336 CPUtime=6.08 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 21059 0 0 0 585 23 0 0 25 0 8 0 719411694 978264064 136858 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=955336 CPUtime=6.05 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 21417 0 0 0 580 25 0 0 25 0 8 0 719411694 978264064 136858 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=955336 CPUtime=6.07 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 19852 0 0 0 582 25 0 0 25 0 8 0 719411694 978264064 136858 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=955336 CPUtime=5.97 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 19134 0 0 0 572 25 0 0 25 0 8 0 719411694 978264064 136858 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=955336 CPUtime=6.08 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 24058 0 0 0 583 25 0 0 25 0 8 0 719411694 978264064 136858 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=955336 CPUtime=6.09 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 23285 0 0 0 586 23 0 0 25 0 8 0 719411694 978264064 136858 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 4 0 0 0

################
# More data... #
################

/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 33229 0 0 0 4971 30 0 0 25 0 8 0 719411694 1532788736 235781 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=1496864 CPUtime=50.87 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 40216 0 0 0 5055 32 0 0 25 0 8 0 719411694 1532788736 235781 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=1496864 CPUtime=50.89 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 30092 0 0 0 5063 26 0 0 25 0 8 0 719411694 1532788736 235781 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293911 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 406.14
Current children cumulated vsize (KiB) 1496864

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

[startup+63.901 s]
/proc/loadavg: 7.89 7.96 7.98 9/499 26010
/proc/meminfo: memFree=17508224/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=1450032 CPUtime=508.31 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 323425 0 0 0 50582 249 0 0 25 0 8 0 719411694 1484832768 238531 33554432000 4194304 4580107 140735315691664 18446744073709551615 4321036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 362508 238531 379 95 0 357490 0
[pid=26001/tid=26002] ppid=25999 vsize=1450032 CPUtime=63.67 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 40296 0 0 0 6336 31 0 0 25 0 8 0 719411694 1484832768 238531 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293938 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=1450032 CPUtime=63.67 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 37841 0 0 0 6338 29 0 0 25 0 8 0 719411694 1484832768 238531 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=1450032 CPUtime=63.64 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 40586 0 0 0 6330 34 0 0 25 0 8 0 719411694 1484832768 238531 33554432000 4194304 4580107 140735315691664 18446744073709551615 4306071 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=1450032 CPUtime=63.66 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 35348 0 0 0 6333 33 0 0 25 0 8 0 719411694 1484832768 238531 33554432000 4194304 4580107 140735315691664 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=1450032 CPUtime=62.6 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 33954 0 0 0 6229 31 0 0 25 0 8 0 719411694 1484832768 238531 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=1450032 CPUtime=63.67 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 42983 0 0 0 6334 33 0 0 25 0 8 0 719411694 1484832768 238531 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=1450032 CPUtime=63.69 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 52301 0 0 0 6340 29 0 0 25 0 8 0 719411694 1484832768 238531 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 508.31
Current children cumulated vsize (KiB) 1450032

[startup+70.3009 s]
/proc/loadavg: 7.98 7.98 7.98 9/499 26011
/proc/meminfo: memFree=17587352/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=1316872 CPUtime=559.55 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 338804 0 0 0 55701 254 0 0 25 0 8 0 719411694 1348476928 218846 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 329218 218846 379 95 0 324200 0
[pid=26001/tid=26002] ppid=25999 vsize=1316872 CPUtime=70.08 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 42566 0 0 0 6977 31 0 0 25 0 8 0 719411694 1348476928 218846 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=1316872 CPUtime=70.09 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 40464 0 0 0 6980 29 0 0 25 0 8 0 719411694 1348476928 218846 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=1316872 CPUtime=70.06 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43071 0 0 0 6971 35 0 0 25 0 8 0 719411694 1348476928 218846 33554432000 4194304 4580107 140735315691664 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=1316872 CPUtime=70.06 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 38176 0 0 0 6973 33 0 0 25 0 8 0 719411694 1348476928 218846 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=1316872 CPUtime=68.91 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 35911 0 0 0 6859 32 0 0 25 0 8 0 719411694 1348476928 218846 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=1316872 CPUtime=70.08 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43364 0 0 0 6975 33 0 0 25 0 8 0 719411694 1348476928 218846 33554432000 4194304 4580107 140735315691664 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=1316872 CPUtime=70.1 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 52867 0 0 0 6981 29 0 0 25 0 8 0 719411694 1348476928 218846 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 559.55
Current children cumulated vsize (KiB) 1316872

[startup+71.9006 s]
/proc/loadavg: 7.98 7.98 7.98 9/499 26011
/proc/meminfo: memFree=17584996/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=1316872 CPUtime=572.18 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 339815 0 0 0 56964 254 0 0 25 0 8 0 719411694 1348476928 219662 33554432000 4194304 4580107 140735315691664 18446744073709551615 4318421 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 329218 219662 379 95 0 324200 0
[pid=26001/tid=26002] ppid=25999 vsize=1316872 CPUtime=71.66 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 42642 0 0 0 7135 31 0 0 25 0 8 0 719411694 1348476928 219662 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=1316872 CPUtime=71.68 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 40525 0 0 0 7138 30 0 0 25 0 8 0 719411694 1348476928 219662 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293685 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=1316872 CPUtime=71.65 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43152 0 0 0 7130 35 0 0 25 0 8 0 719411694 1348476928 219662 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=1316872 CPUtime=71.65 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 38253 0 0 0 7132 33 0 0 25 0 8 0 719411694 1348476928 219662 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=1316872 CPUtime=70.47 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 36051 0 0 0 7015 32 0 0 25 0 8 0 719411694 1348476928 219662 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=1316872 CPUtime=71.66 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43554 0 0 0 7133 33 0 0 25 0 8 0 719411694 1348476928 219662 33554432000 4194304 4580107 140735315691664 18446744073709551615 4222068 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=1316872 CPUtime=71.68 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 53178 0 0 0 7139 29 0 0 25 0 8 0 719411694 1348476928 219662 33554432000 4194304 4580107 140735315691664 18446744073709551615 4321036 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 572.18
Current children cumulated vsize (KiB) 1316872

[startup+72.7005 s]
/proc/loadavg: 7.98 7.98 7.98 9/499 26011
/proc/meminfo: memFree=17582568/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=1316872 CPUtime=578.57 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 340277 0 0 0 57602 255 0 0 25 0 8 0 719411694 1348476928 220005 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 329218 220005 379 95 0 324200 0
[pid=26001/tid=26002] ppid=25999 vsize=1316872 CPUtime=72.46 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 42669 0 0 0 7215 31 0 0 25 0 8 0 719411694 1348476928 220005 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=1316872 CPUtime=72.48 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 40564 0 0 0 7218 30 0 0 25 0 8 0 719411694 1348476928 220005 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=1316872 CPUtime=72.45 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43212 0 0 0 7210 35 0 0 25 0 8 0 719411694 1348476928 220005 33554432000 4194304 4580107 140735315691664 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=1316872 CPUtime=72.45 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 38308 0 0 0 7212 33 0 0 25 0 8 0 719411694 1348476928 220005 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293268 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=1316872 CPUtime=71.26 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 36122 0 0 0 7094 32 0 0 25 0 8 0 719411694 1348476928 220005 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=1316872 CPUtime=72.46 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43654 0 0 0 7213 33 0 0 25 0 8 0 719411694 1348476928 220005 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=1316872 CPUtime=72.48 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 53245 0 0 0 7219 29 0 0 25 0 8 0 719411694 1348476928 220005 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 578.57
Current children cumulated vsize (KiB) 1316872

[startup+73.5013 s]
/proc/loadavg: 7.98 7.98 7.98 9/499 26011
/proc/meminfo: memFree=17582568/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=1317376 CPUtime=584.97 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 340790 0 0 0 58242 255 0 0 25 0 8 0 719411694 1348993024 220518 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 329344 220518 379 95 0 324326 0
[pid=26001/tid=26002] ppid=25999 vsize=1317376 CPUtime=73.26 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 42723 0 0 0 7295 31 0 0 25 0 8 0 719411694 1348993024 220518 33554432000 4194304 4580107 140735315691664 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=1317376 CPUtime=73.28 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 40796 0 0 0 7298 30 0 0 25 0 8 0 719411694 1348993024 220518 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=1317376 CPUtime=73.25 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43244 0 0 0 7290 35 0 0 25 0 8 0 719411694 1348993024 220518 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293292 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=1317376 CPUtime=73.25 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 38353 0 0 0 7291 34 0 0 25 0 8 0 719411694 1348993024 220518 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=1317376 CPUtime=72.06 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 36166 0 0 0 7174 32 0 0 25 0 8 0 719411694 1348993024 220518 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=1317376 CPUtime=73.26 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43686 0 0 0 7293 33 0 0 25 0 8 0 719411694 1348993024 220518 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=1317376 CPUtime=73.28 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 53287 0 0 0 7299 29 0 0 25 0 8 0 719411694 1348993024 220518 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 584.97
Current children cumulated vsize (KiB) 1317376

[startup+73.7193 s]
/proc/loadavg: 7.98 7.98 7.98 9/499 26011
/proc/meminfo: memFree=17580208/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=1317376 CPUtime=586.7 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 340902 0 0 0 58415 255 0 0 25 0 8 0 719411694 1348993024 220630 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 329344 220630 379 95 0 324326 0
[pid=26001/tid=26002] ppid=25999 vsize=1317376 CPUtime=73.48 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 42742 0 0 0 7317 31 0 0 25 0 8 0 719411694 1348993024 220630 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=1317376 CPUtime=73.49 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 40815 0 0 0 7319 30 0 0 25 0 8 0 719411694 1348993024 220630 33554432000 4194304 4580107 140735315691664 18446744073709551615 4317469 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=1317376 CPUtime=73.46 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43252 0 0 0 7311 35 0 0 25 0 8 0 719411694 1348993024 220630 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=1317376 CPUtime=73.47 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 38370 0 0 0 7313 34 0 0 25 0 8 0 719411694 1348993024 220630 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=1317376 CPUtime=72.26 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 36174 0 0 0 7194 32 0 0 25 0 8 0 719411694 1348993024 220630 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=1317376 CPUtime=73.48 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43710 0 0 0 7315 33 0 0 25 0 8 0 719411694 1348993024 220630 33554432000 4194304 4580107 140735315691664 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=1317376 CPUtime=73.5 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 53298 0 0 0 7321 29 0 0 25 0 8 0 719411694 1348993024 220630 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 586.7
Current children cumulated vsize (KiB) 1317376

[startup+73.8013 s]
/proc/loadavg: 7.98 7.98 7.98 9/499 26011
/proc/meminfo: memFree=17580208/32951124 swapFree=60609112/67111528
[pid=26001] ppid=25999 vsize=1317376 CPUtime=587.35 cores=0-7
/proc/26001/stat : 26001 (strangenight2-m) R 25999 26001 25975 0 -1 4202496 340951 0 0 0 58480 255 0 0 25 0 8 0 719411694 1348993024 220679 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26001/statm: 329344 220679 379 95 0 324326 0
[pid=26001/tid=26002] ppid=25999 vsize=1317376 CPUtime=73.56 cores=0-7
/proc/26001/task/26002/stat : 26002 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 42746 0 0 0 7325 31 0 0 25 0 8 0 719411694 1348993024 220679 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26001/tid=26003] ppid=25999 vsize=1317376 CPUtime=73.58 cores=0-7
/proc/26001/task/26003/stat : 26003 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 40836 0 0 0 7328 30 0 0 25 0 8 0 719411694 1348993024 220679 33554432000 4194304 4580107 140735315691664 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26001/tid=26004] ppid=25999 vsize=1317376 CPUtime=73.54 cores=0-7
/proc/26001/task/26004/stat : 26004 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43256 0 0 0 7319 35 0 0 25 0 8 0 719411694 1348993024 220679 33554432000 4194304 4580107 140735315691664 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26001/tid=26005] ppid=25999 vsize=1317376 CPUtime=73.55 cores=0-7
/proc/26001/task/26005/stat : 26005 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 38375 0 0 0 7321 34 0 0 25 0 8 0 719411694 1348993024 220679 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26001/tid=26006] ppid=25999 vsize=1317376 CPUtime=72.34 cores=0-7
/proc/26001/task/26006/stat : 26006 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 36177 0 0 0 7202 32 0 0 25 0 8 0 719411694 1348993024 220679 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26001/tid=26007] ppid=25999 vsize=1317376 CPUtime=73.56 cores=0-7
/proc/26001/task/26007/stat : 26007 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 43714 0 0 0 7323 33 0 0 25 0 8 0 719411694 1348993024 220679 33554432000 4194304 4580107 140735315691664 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26001/tid=26008] ppid=25999 vsize=1317376 CPUtime=73.58 cores=0-7
/proc/26001/task/26008/stat : 26008 (strangenight2-m) R 25999 26001 25975 0 -1 4202560 53303 0 0 0 7329 29 0 0 25 0 8 0 719411694 1348993024 220679 33554432000 4194304 4580107 140735315691664 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 587.35
Current children cumulated vsize (KiB) 1317376

Child status: 20
Real time (s): 73.8652
CPU time (s): 587.593
CPU user time (s): 584.998
CPU system time (s): 2.5946
CPU usage (%): 795.494
Max. virtual memory (cumulated for all children) (KiB): 1514628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 584.998
system time used= 2.59461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340964
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= 218643
involuntary context switches= 2664

runsolver used 0.331949 second user time and 0.896863 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-22 17:28:28
IDJOB=3393990
IDBENCH=71003
IDSOLVER=1878
FILE ID=node108/3393990-1306078107
RUNJOBID= node108-1306078107-25989
PBS_JOBID= 13387910
Free space on /tmp= 73068 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3393990-1306078107/watcher-3393990-1306078107 -o /tmp/evaluation-result-3393990-1306078107/solver-3393990-1306078107 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3393990-1306078107.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=523974663

node108.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.820
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.820
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.820
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.820
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.77
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.820
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.820
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.820
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.75
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.820
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:     32951124 kB
MemFree:      18460620 kB
Buffers:        201032 kB
Cached:        6297384 kB
SwapCached:      27044 kB
Active:        3574976 kB
Inactive:     10660580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18460620 kB
SwapTotal:    67111528 kB
SwapFree:     60609112 kB
Dirty:           17216 kB
Writeback:           0 kB
AnonPages:     7720176 kB
Mapped:          28264 kB
Slab:           117120 kB
PageTables:      65188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134536192 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= 73060 MiB
End job on node108 at 2011-05-22 17:29:41