Trace number 3321270

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-mtUNSAT 47.1688 6.4915

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net60-40-10.shuffled.cnf
MD5SUM532245ed9a95eef41b179dba56b78f57
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables4800
Number of clauses14281
Sum of the clauses size33540
Maximum clause length60
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29360
Number of clauses of size 34920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	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-3321270-1304342615.cnf'
0.00/0.03	c -- header says num vars:           4800
0.00/0.03	c -- header says num clauses:       14281
0.00/0.05	c -- clauses added:            0 learnts,        14281 normals,            0 xors
0.00/0.05	c -- vars added       4800
0.00/0.05	c Parsing time:  0.01 s
0.00/0.05	c  N st     0         0      4800      4921      9360         0     33540         0   no data   no data
0.00/0.15	c asymm  cl-useful: 0/4921/4921 lits-rem:0 time: 0.09
1.93/0.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  234 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.24
1.93/0.49	c Replacing      234 vars Replaced     3601 lits Time:     0.00 s 
1.93/0.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.93/0.49	c bin-w-bin subsume rem           16 bins  time:  0.00 s
1.93/0.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.93/0.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4566 time:  0.02 s
1.93/0.49	c Removed useless bin:     182  fixed:     0  props:   1.42M  time:  0.02 s
1.93/0.50	c lits-rem:         1  cl-subs:        2  v-elim:   1522  v-fix:    0  time:  0.01 s
1.93/0.52	c Finding binary XORs  T:     0.01 s  found:     107
1.93/0.52	c Replacing      107 vars Replaced     1507 lits Time:     0.00 s 
1.93/0.52	c Finding non-binary XORs:     0.00 s (found:      60, avg size: 3.0)
1.93/0.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.93/0.52	c calculated reachability. Time: 0.00
1.93/0.52	c Calc default polars -  time:   0.00 s pos:    1408 undec:    1919 neg:    1473
1.93/0.52	c =========================================================================================
1.93/0.52	c types(t): F = full restart, N = normal restart
1.93/0.52	c types(t): S = simplification begin/end, E = solution found
1.93/0.52	c restart types(rt): st = static, dy = dynamic
1.93/0.52	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.93/0.52	c  B st     0         0      2937      4173      6201         0     26803         0   no data   no data
5.88/1.03	c  N dy    15      4292      2937      4173      6385      4084     26803    202118      6.94      7.33
8.63/1.55	c  N dy    42      8299      2936      4173      6501      5576     26803    173131      7.34     14.32
11.43/2.04	c  N dy    68     12317      2936      4173      7097      5391     26803    111681      7.61     15.67
14.53/2.47	c  N dy    77     16427      2935      4173      7170      9404     26803    253554      7.24      7.65
15.37/2.53	c Finding binary XORs  T:     0.00 s  found:     176
15.37/2.54	c Replacing      177 vars Replaced    24481 lits Time:     0.01 s 
18.53/2.90	c  N dy    96     20537      2758      4170      7252      7673     26769    160821      7.25      7.65
21.70/3.34	c  N dy   119     24753      2758      4170      7318     11793     26769    276577      7.29      7.72
21.70/3.36	c  F st   120     25000      2754      4170      7809     12035     26769    288837      7.28      6.45
21.70/3.37	c Replacing        4 vars Replaced       59 lits Time:     0.00 s 
26.51/3.90	c  N dy   126     30000      2750      4170      7846     10236     26753    186297      7.28   no data
26.51/3.90	c  S st   126     30000      2750      4170      7846     10236     26753    186297      7.28   no data
26.51/3.90	c Finding binary XORs  T:     0.00 s  found:     143
26.51/3.91	c Replacing      143 vars Replaced    13992 lits Time:     0.01 s 
26.51/3.96	c  S st   126     30502      2607      4166      7557     10226     26733    201969      7.28   no data
26.51/3.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.30/4.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  249 Bins:  20359 BRemL:  12065 BRemN:     15 P:  9.2M T:  0.58
31.30/4.56	c Replacing      249 vars Replaced    19740 lits Time:     0.01 s 
31.30/4.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.30/4.56	c bin-w-bin subsume rem         1606 bins  time:  0.00 s
31.30/4.56	c subs with bin:       64  lits-rem:        44  v-fix:    0  time:  0.00 s
31.30/4.57	c Subs w/ non-existent bins:     13 l-rem:    110 v-fix:     0 done:   2358 time:  0.01 s
31.30/4.58	c Removed useless bin:       4  fixed:     0  props:   0.10M  time:  0.00 s
31.30/4.59	c lits-rem:         2  cl-subs:      708  v-elim:    327  v-fix:    0  time:  0.01 s
32.10/4.60	c subs with bin:      280  lits-rem:      1735  v-fix:    0  time:  0.01 s
32.10/4.61	c lits-rem:        56  cl-subs:      326  v-elim:      0  v-fix:    0  time:  0.01 s
32.94/4.72	c asymm  cl-useful: 126/3663/3663 lits-rem:144 time: 0.11
32.94/4.72	c calculated reachability. Time: 0.00
32.94/4.72	c  N dy   126     30502      2031      3663     10589      4543     20982     60096      7.28   no data
32.94/4.72	c Finding binary XORs  T:     0.01 s  found:       4
36.09/5.18	c  N dy   134     35737      2028      3663     11102      4873     20982     48335      7.02      7.41
37.69/5.32	c Finding binary XORs  T:     0.00 s  found:      99
37.69/5.32	c Replacing      111 vars Replaced     7748 lits Time:     0.00 s 
39.29/5.54	c  N dy   140     39870      1900      3657     19959      7723     20891    128861      6.84      7.25
41.72/5.90	c Finding binary XORs  T:     0.00 s  found:      82
42.53/5.91	c Replacing       95 vars Replaced    10432 lits Time:     0.01 s 
42.53/5.97	c  N dy   154     44318      1786      3647     22002      8715     20751    157643      6.74      7.24
44.07/6.10	c  S st   157     45753      1781      3647     22042      5125     20751     68050      6.70      5.40
44.07/6.15	c  S st   157     46253      1781      3647     22042      5624     20751     77200      6.70   no data
44.07/6.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.68/6.36	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:  145 Bins:   1896 BRemL:  10780 BRemN:     10 P:  3.2M T:  0.21
45.68/6.37	c Replacing      149 vars Replaced     7117 lits Time:     0.00 s 
45.68/6.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.68/6.37	c bin-w-bin subsume rem         4015 bins  time:  0.00 s
45.68/6.37	c subs with bin:       37  lits-rem:         9  v-fix:    0  time:  0.00 s
45.68/6.37	c Subs w/ non-existent bins:     23 l-rem:     15 v-fix:     0 done:   1628 time:  0.01 s
45.68/6.38	c Removed useless bin:       3  fixed:     0  props:   0.07M  time:  0.00 s
45.68/6.38	c lits-rem:         0  cl-subs:      394  v-elim:     62  v-fix:    0  time:  0.01 s
45.68/6.39	c subs with bin:      226  lits-rem:       675  v-fix:    0  time:  0.00 s
45.68/6.39	c lits-rem:        46  cl-subs:      240  v-elim:      0  v-fix:    0  time:  0.00 s
45.68/6.39	c vivif2 --  cl tried     3228 cl shrink       64 lits rem         66 time: 0.00
46.48/6.40	c vivif2 --  cl tried     4163 cl shrink      658 lits rem       1522 time: 0.00
46.48/6.48	c asymm  cl-useful: 7/3219/3219 lits-rem:7 time: 0.08
46.48/6.48	c calculated reachability. Time: 0.00
46.48/6.48	c  N dy   157     46253      1566      3219      7327      4155     17811     35713      6.70   no data
46.48/6.48	c Following stats are for *FIRST FINISHED THREAD ONLY*
46.48/6.48	c num threads              : 8          
46.48/6.48	c restarts                 : 173        
46.48/6.48	c dynamic restarts         : 161        
46.48/6.48	c static restarts          : 12         
46.48/6.48	c full restarts            : 1          
46.48/6.48	c total simplify time      : 0.06       
46.48/6.48	c learnts DL2              : 0          
46.48/6.48	c learnts size 2           : 38128      
46.48/6.48	c learnts size 1           : 691         (14.40     % of vars)
46.48/6.48	c filedLit time            : 0.24        (4.50      % time)
46.48/6.48	c v-elim SatELite          : 1522        (31.71     % vars)
46.48/6.48	c SatELite time            : 0.03        (0.52      % time)
46.48/6.48	c v-elim xor               : 0           (0.00      % vars)
46.48/6.48	c xor elim time            : 0.00        (0.02      % time)
46.48/6.48	c num binary xor trees     : 932        
46.48/6.48	c binxor trees' crown      : 1141        (1.22      leafs/tree)
46.48/6.48	c bin xor find time        : 0.02       
46.48/6.48	c OTF clause improved      : 389         (0.01      clauses/conflict)
46.48/6.48	c OTF impr. size diff      : 519         (1.33       lits/clause)
46.48/6.48	c OTF cl watch-shrink      : 24241       (0.52      clauses/conflict)
46.48/6.48	c OTF cl watch-sh-lit      : 68833       (2.84       lits/clause)
46.48/6.48	c tried to recurMin cls    : 22927       (48.84      % of conflicts)
46.48/6.48	c updated cache            : 0           (0.00       lits/tried recurMin)
46.48/6.48	c unit cls recevied        : 36          (5.21      % of units)
46.48/6.48	c unit cls sent            : 9           (1.30      % of units)
46.48/6.48	c bin cls recevied         : 26658      
46.48/6.48	c bin cls sent             : 903        
46.48/6.48	c clauses over max glue    : 0           (0.00      % of all clauses)
46.48/6.48	c conflicts                : 46944       (8662.57   / sec)
46.48/6.48	c decisions                : 88297       (0.00      % random)
46.48/6.48	c bogo-props               : 248535470   (45862225.18 / sec)
46.48/6.48	c conflict literals        : 1357092     (30.20     % deleted)
46.48/6.48	c Memory used              : 618.31      MB
46.48/6.48	c single-thread CPU time   : 5.42        s
46.48/6.48	c all-threads sum CPU time : 46.24       s
46.48/6.48	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-3321270-1304342615/watcher-3321270-1304342615 -o /tmp/evaluation-result-3321270-1304342615/solver-3321270-1304342615 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3321270-1304342615.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.48 7.81 7.17 1/198 16308
/proc/meminfo: memFree=26751796/32951132 swapFree=67111356/67111528
[pid=16308] ppid=16306 vsize=92188 CPUtime=0 cores=0-7
/proc/16308/stat : 16308 (strangenight2-m) R 16306 16308 15563 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 8 0 545861132 94400512 352 33554432000 4194304 4627427 140733976500368 18446744073709551615 47720445364146 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16308/statm: 23047 352 299 106 0 18018 0
[pid=16308/tid=16309] ppid=16306 vsize=92188 CPUtime=0 cores=0-7
/proc/16308/task/16309/stat : 16309 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 8 0 545861132 94400512 352 33554432000 4194304 4627427 140733976500368 18446744073709551615 47720445364146 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16308/tid=16310] ppid=16306 vsize=92188 CPUtime=0 cores=0-7
/proc/16308/task/16310/stat : 16310 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 545861132 94400512 352 33554432000 4194304 4627427 140733976500368 18446744073709551615 47720445364136 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16308/tid=16311] ppid=16306 vsize=92188 CPUtime=0 cores=0-7
/proc/16308/task/16311/stat : 16311 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 545861132 94400512 352 33554432000 4194304 4627427 140733976500368 18446744073709551615 47720445364146 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16308/tid=16312] ppid=16306 vsize=92188 CPUtime=0 cores=0-7
/proc/16308/task/16312/stat : 16312 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 545861132 94400512 352 33554432000 4194304 4627427 140733976500368 18446744073709551615 47720445364140 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16308/tid=16313] ppid=16306 vsize=92188 CPUtime=0 cores=0-7
/proc/16308/task/16313/stat : 16313 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 545861132 94400512 352 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664864753 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16308/tid=16314] ppid=16306 vsize=92188 CPUtime=0 cores=0-7
/proc/16308/task/16314/stat : 16314 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 545861132 94400512 352 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664864753 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16308/tid=16315] ppid=16306 vsize=92188 CPUtime=0 cores=0-7
/proc/16308/task/16315/stat : 16315 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 545861132 94400512 352 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664864753 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.117087 s]
/proc/loadavg: 7.48 7.81 7.17 1/198 16308
/proc/meminfo: memFree=26751796/32951132 swapFree=67111356/67111528
[pid=16308] ppid=16306 vsize=625896 CPUtime=1.18 cores=0-7
/proc/16308/stat : 16308 (strangenight2-m) R 16306 16308 15563 0 -1 4202496 6204 0 0 0 114 4 0 0 18 0 8 0 545861132 640917504 5600 33554432000 4194304 4627427 140733976500368 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16308/statm: 156507 5774 366 106 0 151478 0
[pid=16308/tid=16309] ppid=16306 vsize=626160 CPUtime=0.16 cores=0-7
/proc/16308/task/16309/stat : 16309 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 917 0 0 0 16 0 0 0 18 0 8 0 545861132 641187840 6061 33554432000 4194304 4627427 140733976500368 18446744073709551615 4238358 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16308/tid=16310] ppid=16306 vsize=626424 CPUtime=0.16 cores=0-7
/proc/16308/task/16310/stat : 16310 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 734 0 0 0 16 0 0 0 18 0 8 0 545861132 641458176 6464 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664469537 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16308/tid=16311] ppid=16306 vsize=626424 CPUtime=0.16 cores=0-7
/proc/16308/task/16311/stat : 16311 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 768 0 0 0 16 0 0 0 18 0 8 0 545861132 641458176 6495 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16308/tid=16312] ppid=16306 vsize=626424 CPUtime=0.15 cores=0-7
/proc/16308/task/16312/stat : 16312 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 882 0 0 0 15 0 0 0 18 0 8 0 545861132 641458176 6495 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664469537 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16308/tid=16313] ppid=16306 vsize=626424 CPUtime=0.14 cores=0-7
/proc/16308/task/16313/stat : 16313 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 972 0 0 0 14 0 0 0 18 0 8 0 545861132 641458176 6495 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16308/tid=16314] ppid=16306 vsize=626424 CPUtime=0.16 cores=0-7
/proc/16308/task/16314/stat : 16314 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 800 0 0 0 15 1 0 0 18 0 8 0 545861132 641458176 6495 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16308/tid=16315] ppid=16306 vsize=626424 CPUtime=0.15 cores=0-7
/proc/16308/task/16315/stat : 16315 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 547 0 0 0 15 0 0 0 18 0 8 0 545861132 641458176 6495 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 625896

[startup+0.271428 s]
/proc/loadavg: 7.48 7.81 7.17 1/198 16308
/proc/meminfo: memFree=26751796/32951132 swapFree=67111356/67111528
[pid=16308] ppid=16306 vsize=628800 CPUtime=1.88 cores=0-7
/proc/16308/stat : 16308 (strangenight2-m) R 16306 16308 15563 0 -1 4202496 10939 0 0 0 180 8 0 0 18 0 8 0 545861132 643891200 10335 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16308/statm: 157200 10335 366 106 0 152171 0
[pid=16308/tid=16309] ppid=16306 vsize=628800 CPUtime=0.23 cores=0-7
/proc/16308/task/16309/stat : 16309 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 1522 0 0 0 23 0 0 0 18 0 8 0 545861132 643891200 10335 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 6 0 0 0
[pid=16308/tid=16310] ppid=16306 vsize=628800 CPUtime=0.22 cores=0-7
/proc/16308/task/16310/stat : 16310 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 1263 0 0 0 22 0 0 0 18 0 8 0 545861132 643891200 10335 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664469189 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16308/tid=16311] ppid=16306 vsize=628800 CPUtime=0.22 cores=0-7
/proc/16308/task/16311/stat : 16311 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 1327 0 0 0 22 0 0 0 18 0 8 0 545861132 643891200 10335 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16308/tid=16312] ppid=16306 vsize=628800 CPUtime=0.22 cores=0-7
/proc/16308/task/16312/stat : 16312 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 1448 0 0 0 22 0 0 0 18 0 8 0 545861132 643891200 10335 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16308/tid=16313] ppid=16306 vsize=628800 CPUtime=0.22 cores=0-7
/proc/16308/task/16313/stat : 16313 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 1551 0 0 0 21 1 0 0 18 0 8 0 545861132 643891200 10335 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16308/tid=16314] ppid=16306 vsize=628800 CPUtime=0.23 cores=0-7
/proc/16308/task/16314/stat : 16314 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 1342 0 0 0 22 1 0 0 18 0 8 0 545861132 643891200 10335 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16308/tid=16315] ppid=16306 vsize=628800 CPUtime=0.23 cores=0-7
/proc/16308/task/16315/stat : 16315 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 576 0 0 0 23 0 0 0 18 0 8 0 545861132 643891200 10335 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 628800

[startup+0.300957 s]
/proc/loadavg: 7.48 7.81 7.17 1/198 16308
/proc/meminfo: memFree=26751796/32951132 swapFree=67111356/67111528
[pid=16308] ppid=16306 vsize=628800 CPUtime=1.93 cores=0-7
/proc/16308/stat : 16308 (strangenight2-m) R 16306 16308 15563 0 -1 4202496 10981 0 0 0 182 11 0 0 18 0 8 0 545861132 643891200 10377 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664469189 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16308/statm: 157200 10377 366 106 0 152171 0
[pid=16308/tid=16309] ppid=16306 vsize=628800 CPUtime=0.24 cores=0-7
/proc/16308/task/16309/stat : 16309 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 1527 0 0 0 23 1 0 0 18 0 8 0 545861132 643891200 10377 33554432000 4194304 4627427 140733976500368 18446744073709551615 4238529 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16308/tid=16310] ppid=16306 vsize=628800 CPUtime=0.22 cores=0-7
/proc/16308/task/16310/stat : 16310 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 1271 0 0 0 22 0 0 0 18 0 8 0 545861132 643891200 10377 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913439 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16308/tid=16311] ppid=16306 vsize=628800 CPUtime=0.23 cores=0-7
/proc/16308/task/16311/stat : 16311 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 1332 0 0 0 22 1 0 0 18 0 8 0 545861132 643891200 10378 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16308/tid=16312] ppid=16306 vsize=628800 CPUtime=0.24 cores=0-7
/proc/16308/task/16312/stat : 16312 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 1454 0 0 0 23 1 0 0 18 0 8 0 545861132 643891200 10378 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16308/tid=16313] ppid=16306 vsize=628800 CPUtime=0.23 cores=0-7
/proc/16308/task/16313/stat : 16313 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 1557 0 0 0 21 2 0 0 17 0 8 0 545861132 643891200 10378 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16308/tid=16314] ppid=16306 vsize=628800 CPUtime=0.24 cores=0-7
/proc/16308/task/16314/stat : 16314 (strangenight2-m) D 16306 16308 15563 0 -1 4202560 1347 0 0 0 22 2 0 0 18 0 8 0 545861132 643891200 10378 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664469537 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16308/tid=16315] ppid=16306 vsize=628800 CPUtime=0.23 cores=0-7
/proc/16308/task/16315/stat : 16315 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 577 0 0 0 23 0 0 0 17 0 8 0 545861132 643891200 10378 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 628800

[startup+0.807268 s]
/proc/loadavg: 7.48 7.81 7.17 1/198 16308
/proc/meminfo: memFree=26751796/32951132 swapFree=67111356/67111528
[pid=16308] ppid=16306 vsize=632840 CPUtime=5.19 cores=0-7
/proc/16308/stat : 16308 (strangenight2-m) R 16306 16308 15563 0 -1 4202496 16673 0 0 0 500 19 0 0 18 0 8 0 545861132 648028160 15718 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16308/statm: 158210 15721 388 106 0 153181 0
[pid=16308/tid=16309] ppid=16306 vsize=632840 CPUtime=0.69 cores=0-7
/proc/16308/task/16309/stat : 16309 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 2350 0 0 0 67 2 0 0 18 0 8 0 545861132 648028160 15721 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664473077 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16308/tid=16310] ppid=16306 vsize=632840 CPUtime=0.69 cores=0-7
/proc/16308/task/16310/stat : 16310 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 2312 0 0 0 68 1 0 0 18 0 8 0 545861132 648028160 15721 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 2 0 0 0
[pid=16308/tid=16311] ppid=16306 vsize=632840 CPUtime=0.28 cores=0-7
/proc/16308/task/16311/stat : 16311 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 1446 0 0 0 25 3 0 0 16 0 8 0 545861132 648028160 15722 33554432000 4194304 4627427 140733976500368 18446744073709551615 4229226 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16308/tid=16312] ppid=16306 vsize=632840 CPUtime=0.69 cores=0-7
/proc/16308/task/16312/stat : 16312 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 2376 0 0 0 67 2 0 0 18 0 8 0 545861132 648028160 15722 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 5 0 0 0
[pid=16308/tid=16313] ppid=16306 vsize=632840 CPUtime=0.68 cores=0-7
/proc/16308/task/16313/stat : 16313 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 2467 0 0 0 66 2 0 0 18 0 8 0 545861132 648028160 15722 33554432000 4194304 4627427 140733976500368 18446744073709551615 4310887 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16308/tid=16314] ppid=16306 vsize=632840 CPUtime=0.7 cores=0-7
/proc/16308/task/16314/stat : 16314 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 2123 0 0 0 67 3 0 0 18 0 8 0 545861132 648028160 15722 33554432000 4194304 4627427 140733976500368 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16308/tid=16315] ppid=16306 vsize=632840 CPUtime=0.7 cores=0-7
/proc/16308/task/16315/stat : 16315 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 812 0 0 0 69 1 0 0 18 0 8 0 545861132 648028160 15722 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 632840

[startup+1.50764 s]
/proc/loadavg: 7.60 7.83 7.18 9/206 16316
/proc/meminfo: memFree=26686756/32951132 swapFree=67111356/67111528
[pid=16308] ppid=16306 vsize=635132 CPUtime=8.63 cores=0-7
/proc/16308/stat : 16308 (strangenight2-m) R 16306 16308 15563 0 -1 4202496 18983 0 0 0 804 59 0 0 17 0 8 0 545861132 650375168 16674 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664851639 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16308/statm: 158783 16674 388 106 0 153754 0
[pid=16308/tid=16309] ppid=16306 vsize=635132 CPUtime=0.96 cores=0-7
/proc/16308/task/16309/stat : 16309 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 2350 0 0 0 92 4 0 0 19 0 8 0 545861132 650375168 16674 33554432000 4194304 4627427 140733976500368 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16308/tid=16310] ppid=16306 vsize=635132 CPUtime=1.09 cores=0-7
/proc/16308/task/16310/stat : 16310 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 2557 0 0 0 106 3 0 0 16 0 8 0 545861132 650375168 16674 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 2 0 0 0
[pid=16308/tid=16311] ppid=16306 vsize=635132 CPUtime=0.89 cores=0-7
/proc/16308/task/16311/stat : 16311 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 2244 0 0 0 63 26 0 0 16 0 8 0 545861132 650375168 16674 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 6 0 0 0
[pid=16308/tid=16312] ppid=16306 vsize=635132 CPUtime=1.11 cores=0-7
/proc/16308/task/16312/stat : 16312 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 2652 0 0 0 105 6 0 0 16 0 8 0 545861132 650375168 16674 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 5 0 0 0
[pid=16308/tid=16313] ppid=16306 vsize=635132 CPUtime=1.11 cores=0-7
/proc/16308/task/16313/stat : 16313 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 2700 0 0 0 106 5 0 0 16 0 8 0 545861132 650375168 16674 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 1 0 0 0
[pid=16308/tid=16314] ppid=16306 vsize=635132 CPUtime=1.11 cores=0-7
/proc/16308/task/16314/stat : 16314 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 2416 0 0 0 105 6 0 0 16 0 8 0 545861132 650375168 16674 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16308/tid=16315] ppid=16306 vsize=635132 CPUtime=1.14 cores=0-7
/proc/16308/task/16315/stat : 16315 (strangenight2-m) S 16306 16308 15563 0 -1 4202560 942 0 0 0 111 3 0 0 16 0 8 0 545861132 650375168 16674 33554432000 4194304 4627427 140733976500368 18446744073709551615 274664913390 0 0 4096 2 18446604466642281536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 635132

[startup+3.10036 s]
/proc/loadavg: 7.60 7.83 7.18 9/206 16316
/proc/meminfo: memFree=26681808/32951132 swapFree=67111356/67111528
[pid=16308] ppid=16306 vsize=629260 CPUtime=20.1 cores=0-7
/proc/16308/stat : 16308 (strangenight2-m) R 16306 16308 15563 0 -1 4202496 25277 0 0 0 1921 89 0 0 18 0 8 0 545861132 644362240 18218 33554432000 4194304 4627427 140733976500368 18446744073709551615 4332735 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16308/statm: 157315 18218 388 106 0 152286 0
[pid=16308/tid=16309] ppid=16306 vsize=629260 CPUtime=2.22 cores=0-7
/proc/16308/task/16309/stat : 16309 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 2960 0 0 0 213 9 0 0 22 0 8 0 545861132 644362240 18218 33554432000 4194304 4627427 140733976500368 18446744073709551615 4333042 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16308/tid=16310] ppid=16306 vsize=629260 CPUtime=2.55 cores=0-7
/proc/16308/task/16310/stat : 16310 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 3373 0 0 0 249 6 0 0 17 0 8 0 545861132 644362240 18218 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16308/tid=16311] ppid=16306 vsize=629260 CPUtime=2.33 cores=0-7
/proc/16308/task/16311/stat : 16311 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 3068 0 0 0 203 30 0 0 17 0 8 0 545861132 644362240 18218 33554432000 4194304 4627427 140733976500368 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16308/tid=16312] ppid=16306 vsize=629260 CPUtime=2.57 cores=0-7
/proc/16308/task/16312/stat : 16312 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 3474 0 0 0 248 9 0 0 17 0 8 0 545861132 644362240 18218 33554432000 4194304 4627427 140733976500368 18446744073709551615 4308123 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16308/tid=16313] ppid=16306 vsize=629260 CPUtime=2.58 cores=0-7
/proc/16308/task/16313/stat : 16313 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 3524 0 0 0 250 8 0 0 17 0 8 0 545861132 644362240 18218 33554432000 4194304 4627427 140733976500368 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16308/tid=16314] ppid=16306 vsize=629260 CPUtime=2.57 cores=0-7
/proc/16308/task/16314/stat : 16314 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 3258 0 0 0 247 10 0 0 17 0 8 0 545861132 644362240 18218 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16308/tid=16315] ppid=16306 vsize=629260 CPUtime=2.6 cores=0-7
/proc/16308/task/16315/stat : 16315 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 1595 0 0 0 251 9 0 0 17 0 8 0 545861132 644362240 18219 33554432000 4194304 4627427 140733976500368 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.1
Current children cumulated vsize (KiB) 629260

[startup+6.30081 s]
/proc/loadavg: 7.60 7.83 7.18 9/206 16316
/proc/meminfo: memFree=26664960/32951132 swapFree=67111356/67111528
[pid=16308] ppid=16306 vsize=633148 CPUtime=45.68 cores=0-7
/proc/16308/stat : 16308 (strangenight2-m) R 16306 16308 15563 0 -1 4202496 37172 0 0 0 4476 92 0 0 25 0 8 0 545861132 648343552 23059 33554432000 4194304 4627427 140733976500368 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16308/statm: 158287 23059 390 106 0 153258 0
[pid=16308/tid=16309] ppid=16306 vsize=633148 CPUtime=5.41 cores=0-7
/proc/16308/task/16309/stat : 16309 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 4823 0 0 0 532 9 0 0 25 0 8 0 545861132 648343552 23059 33554432000 4194304 4627427 140733976500368 18446744073709551615 4308824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16308/tid=16310] ppid=16306 vsize=633148 CPUtime=5.75 cores=0-7
/proc/16308/task/16310/stat : 16310 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 5200 0 0 0 568 7 0 0 23 0 8 0 545861132 648343552 23059 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16308/tid=16311] ppid=16306 vsize=633148 CPUtime=5.54 cores=0-7
/proc/16308/task/16311/stat : 16311 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 4494 0 0 0 523 31 0 0 25 0 8 0 545861132 648343552 23059 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16308/tid=16312] ppid=16306 vsize=633148 CPUtime=5.77 cores=0-7
/proc/16308/task/16312/stat : 16312 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 4746 0 0 0 568 9 0 0 22 0 8 0 545861132 648343552 23059 33554432000 4194304 4627427 140733976500368 18446744073709551615 4299634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16308/tid=16313] ppid=16306 vsize=633148 CPUtime=5.78 cores=0-7
/proc/16308/task/16313/stat : 16313 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 4818 0 0 0 569 9 0 0 18 0 8 0 545861132 648343552 23059 33554432000 4194304 4627427 140733976500368 18446744073709551615 4299545 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16308/tid=16314] ppid=16306 vsize=633148 CPUtime=5.77 cores=0-7
/proc/16308/task/16314/stat : 16314 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 4564 0 0 0 567 10 0 0 23 0 8 0 545861132 648343552 23059 33554432000 4194304 4627427 140733976500368 18446744073709551615 4308337 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16308/tid=16315] ppid=16306 vsize=633148 CPUtime=5.77 cores=0-7
/proc/16308/task/16315/stat : 16315 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 2736 0 0 0 568 9 0 0 22 0 8 0 545861132 648343552 23059 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.68
Current children cumulated vsize (KiB) 633148

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

[startup+6.40079 s]
/proc/loadavg: 7.60 7.83 7.18 9/206 16316
/proc/meminfo: memFree=26664960/32951132 swapFree=67111356/67111528
[pid=16308] ppid=16306 vsize=633148 CPUtime=46.48 cores=0-7
/proc/16308/stat : 16308 (strangenight2-m) R 16306 16308 15563 0 -1 4202496 37325 0 0 0 4556 92 0 0 25 0 8 0 545861132 648343552 23212 33554432000 4194304 4627427 140733976500368 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16308/statm: 158287 23212 390 106 0 153258 0
[pid=16308/tid=16309] ppid=16306 vsize=633148 CPUtime=5.51 cores=0-7
/proc/16308/task/16309/stat : 16309 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 4869 0 0 0 541 10 0 0 25 0 8 0 545861132 648343552 23212 33554432000 4194304 4627427 140733976500368 18446744073709551615 4299638 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16308/tid=16310] ppid=16306 vsize=633148 CPUtime=5.85 cores=0-7
/proc/16308/task/16310/stat : 16310 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 5205 0 0 0 578 7 0 0 23 0 8 0 545861132 648343552 23212 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16308/tid=16311] ppid=16306 vsize=633148 CPUtime=5.64 cores=0-7
/proc/16308/task/16311/stat : 16311 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 4509 0 0 0 533 31 0 0 25 0 8 0 545861132 648343552 23212 33554432000 4194304 4627427 140733976500368 18446744073709551615 4324648 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16308/tid=16312] ppid=16306 vsize=633148 CPUtime=5.87 cores=0-7
/proc/16308/task/16312/stat : 16312 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 4766 0 0 0 578 9 0 0 23 0 8 0 545861132 648343552 23212 33554432000 4194304 4627427 140733976500368 18446744073709551615 4308499 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16308/tid=16313] ppid=16306 vsize=633148 CPUtime=5.88 cores=0-7
/proc/16308/task/16313/stat : 16313 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 4836 0 0 0 579 9 0 0 18 0 8 0 545861132 648343552 23212 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16308/tid=16314] ppid=16306 vsize=633148 CPUtime=5.87 cores=0-7
/proc/16308/task/16314/stat : 16314 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 4586 0 0 0 577 10 0 0 23 0 8 0 545861132 648343552 23212 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16308/tid=16315] ppid=16306 vsize=633148 CPUtime=5.87 cores=0-7
/proc/16308/task/16315/stat : 16315 (strangenight2-m) R 16306 16308 15563 0 -1 4202560 2758 0 0 0 578 9 0 0 22 0 8 0 545861132 648343552 23212 33554432000 4194304 4627427 140733976500368 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.48
Current children cumulated vsize (KiB) 633148

Child status: 20
Real time (s): 6.4915
CPU time (s): 47.1688
CPU user time (s): 46.24
CPU system time (s): 0.928858
CPU usage (%): 726.625
Max. virtual memory (cumulated for all children) (KiB): 644704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.24
system time used= 0.928858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37408
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= 11026
involuntary context switches= 288

runsolver used 0.014997 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-02 15:23:35
IDJOB=3321270
IDBENCH=88025
IDSOLVER=1709
FILE ID=node131/3321270-1304342615
RUNJOBID= node131-1304332707-15577
PBS_JOBID= 13177711
Free space on /tmp= 72876 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net60-40-10.shuffled.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321270-1304342615/watcher-3321270-1304342615 -o /tmp/evaluation-result-3321270-1304342615/solver-3321270-1304342615 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3321270-1304342615.cnf

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

MD5SUM BENCH= 532245ed9a95eef41b179dba56b78f57
RANDOM SEED=1215252104

node131.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.830
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.66
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26752076 kB
Buffers:        305924 kB
Cached:        2005772 kB
SwapCached:        168 kB
Active:        3926056 kB
Inactive:      1937996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26752076 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5932 kB
Writeback:          92 kB
AnonPages:     3552024 kB
Mapped:          20720 kB
Slab:           260812 kB
PageTables:      12504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  3972464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72872 MiB
End job on node131 at 2011-05-02 15:23:41