Trace number 3369553

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)UNSAT 81.7956 20.5187

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
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 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369553-1305433517.cnf'
0.00/0.01	c -- header says num vars:           8400
0.00/0.01	c -- header says num clauses:       25061
0.00/0.36	c -- clauses added:            0 learnts,        25061 normals,            0 xors
0.00/0.36	c -- vars added       8400
0.00/0.36	c Parsing time:  0.03 s
0.00/0.36	c  N st     0         0      8400      8541     16520         0     58730         0   no data   no data  --
0.00/0.40	c asymm  cl-useful: 2/8541/8541 lits-rem:6 time: 1.37
5.55/1.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  804 Bins:      0 BRemL:      0 BRemN:      0 P: 15.9M T:  4.15
5.55/1.43	c Replacing      804 vars Replaced    12463 lits Time:     0.02 s 
5.55/1.43	c bin-w-bin subsume rem           34 bins  time:  0.00 s
5.55/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
5.94/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7596 time:  0.30 s
5.94/1.57	c Removed useless bin:     478  fixed:     0  props:   5.48M  time:  0.23 s
5.94/1.59	c lits-rem:         0  cl-subs:       20  v-elim:   2532  v-fix:    0  time:  0.10 s
6.35/1.63	c Finding binary XORs  T:     0.16 s  found:     105
6.35/1.64	c Replacing      105 vars Replaced     1518 lits Time:     0.01 s 
6.35/1.64	c Finding non-binary XORs:     0.01 s (found:      15, avg size: 3.0)
6.35/1.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.35/1.65	c calculated reachability. Time: 0.02
6.35/1.65	c Calc default polars -  time:   0.01 s pos:    2362 undec:    3604 neg:    2434
6.35/1.65	c =========================================================================================
6.35/1.65	c types(t): F = full restart, N = normal restart
6.35/1.65	c types(t): S = simplification begin/end, E = solution found
6.35/1.65	c restart types(rt): st = static, dy = dynamic
6.35/1.65	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
6.35/1.65	c  B st     0         0      4959      8460      9647         0     47829         0   no data   no data  --
7.93/2.09	c  N dy    14      4315      4959      8460      9856      4080     47829    196660      7.76      8.42  --
9.93/2.58	c  N dy    38      8333      4954      8460     10395      5573     47829    177548      8.83     13.19  --
11.92/3.06	c  N dy    61     12413      4954      8460     10499      5442     47829     96130      8.91     16.23  --
14.32/3.63	c  N dy    84     16483      4953      8460     10590      9407     47829    255532      9.07     10.40  --
15.95/4.05	c Finding binary XORs  T:     0.08 s  found:     266
15.95/4.06	c Replacing      266 vars Replaced    13555 lits Time:     0.03 s 
16.71/4.23	c  N dy    99     20650      4687      8407     10367      7651     47607    143693      8.84      9.46  --
19.10/4.86	c  F st   118     25001      4686      8407     10444     11895     47607    305439      8.92      8.17  --
19.10/4.87	c  N st   118     25001      4686      8403     10443     11895     47595    305436      8.92      8.17  --
21.90/5.54	c  N dy   124     30000      4686      8403     10883     10433     47595    273994      8.92   no data  --
21.90/5.54	c  S st   124     30000      4686      8403     10883     10433     47595    273994      8.92   no data  --
22.29/5.61	c  S st   124     30502      4683      8403     10890     10928     47595    303760      8.92   no data  --
22.29/5.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
22.29/5.61	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.01
39.45/9.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  607 Bins:  32333 BRemL:   5040 BRemN:     97 P: 24.8M T: 17.22
39.45/9.96	c Replacing      608 vars Replaced    51384 lits Time:     0.09 s 
39.45/9.98	c bin-w-bin subsume rem         1469 bins  time:  0.02 s
40.65/10.27	c subs with bin:      665  lits-rem:     17534  v-fix:    0  time:  1.18 s
40.65/10.29	c Subs w/ non-existent bins:     28 l-rem:   3450 v-fix:     0 done:    874 time:  0.08 s
41.05/10.30	c Removed useless bin:      35  fixed:     0  props:   0.23M  time:  0.01 s
42.65/10.72	c lits-rem:       710  cl-subs:     7540  v-elim:    984  v-fix:    0  time:  1.68 s
44.64/11.21	c asymm  cl-useful: 597/8057/8057 lits-rem:945 time: 1.97
44.64/11.22	c calculated reachability. Time: 0.02
44.64/11.22	c  N dy   124     30502      3091      8054     22213      3133     41290     53858      8.92   no data  --
44.64/11.25	c Finding binary XORs  T:     0.12 s  found:       1
46.68/11.72	c  N dy   134     35041      3088      8054     22482      7569     41290    177973      8.63      9.23  --
49.04/12.32	c  N dy   154     40030      3084      8054     31284     12465     41290    337878      8.60      9.09  --
49.43/12.44	c Finding binary XORs  T:     0.07 s  found:      86
49.43/12.45	c Replacing       90 vars Replaced    14948 lits Time:     0.06 s 
51.42/12.96	c  N dy   167     44366      2992      7987     30449      8784     40920    157296      8.53      9.09  --
52.22/13.15	c  S st   173     45753      2991      7987     30468     10142     40920    189496      8.54   no data  --
52.62/13.21	c  S st   173     46256      2991      7987     30469     10641     40920    207793      8.54   no data  --
52.62/13.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.62/13.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
57.81/14.53	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:  104 Bins:   6200 BRemL:   7893 BRemN:     31 P: 13.4M T:  5.26
57.81/14.54	c Replacing      104 vars Replaced    10021 lits Time:     0.04 s 
57.81/14.56	c bin-w-bin subsume rem         3964 bins  time:  0.01 s
58.21/14.64	c subs with bin:      385  lits-rem:      4070  v-fix:    0  time:  0.35 s
58.21/14.66	c Subs w/ non-existent bins:    133 l-rem:   3678 v-fix:     0 done:   1379 time:  0.08 s
58.21/14.67	c Removed useless bin:      13  fixed:     0  props:   0.16M  time:  0.01 s
59.01/14.84	c lits-rem:       241  cl-subs:     2514  v-elim:    124  v-fix:    0  time:  0.70 s
59.01/14.85	c vivif2 --  cl tried     7544 cl shrink      371 lits rem        456 time: 0.03
59.01/14.86	c vivif2 --  cl tried     7380 cl shrink     1542 lits rem       5137 time: 0.05
61.00/15.38	c asymm  cl-useful: 43/7425/7425 lits-rem:62 time: 2.04
61.00/15.38	c calculated reachability. Time: 0.01
61.00/15.38	c  N dy   173     46256      2760      7425     21773      7362     38227     97977      8.54   no data  --
61.40/15.40	c Finding binary XORs  T:     0.07 s  found:       0
63.00/15.82	c  N dy   181     50290      2758      7425     23002     11312     38226    209081      8.36     10.53  --
64.99/16.38	c  N dy   190     54633      2755      7425     23053      7855     38226     88178      8.26      8.73  --
66.99/16.85	c  N dy   202     58706      2749      7425     23557     11840     38226    172428      8.19     14.58  --
68.62/17.21	c Finding binary XORs  T:     0.06 s  found:     122
68.62/17.22	c Replacing      123 vars Replaced    16959 lits Time:     0.04 s 
69.38/17.48	c  N dy   218     63341      2623      7354     22820     15296     37779    259714      8.16      8.65  --
72.18/18.11	c  N dy   232     68510      2619      7354     22892     11641     37779    143629      8.10      8.73  --
72.18/18.21	c  S st   235     69384      2616      7354     25509     12509     37779    169969      8.08      6.80  --
72.60/18.27	c  S st   235     69886      2616      7354     25514     13002     37779    186445      8.08   no data  --
72.60/18.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
72.60/18.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
76.57/19.20	c Flit:     3 Blit:      1 bXBeca:    0 bXProp:  151 Bins:   3257 BRemL:   6612 BRemN:     53 P: 12.4M T:  3.72
76.57/19.21	c Replacing      153 vars Replaced    11494 lits Time:     0.04 s 
76.57/19.22	c bin-w-bin subsume rem         2804 bins  time:  0.01 s
76.57/19.27	c subs with bin:      527  lits-rem:      3056  v-fix:    0  time:  0.20 s
76.57/19.29	c Subs w/ non-existent bins:     78 l-rem:   3950 v-fix:     0 done:   2184 time:  0.08 s
76.57/19.30	c Removed useless bin:      11  fixed:     0  props:   0.15M  time:  0.01 s
77.40/19.44	c lits-rem:       252  cl-subs:     2154  v-elim:     74  v-fix:    0  time:  0.57 s
77.40/19.45	c vivif2 --  cl tried     6782 cl shrink      134 lits rem        279 time: 0.02
77.40/19.46	c vivif2 --  cl tried     9753 cl shrink     1542 lits rem       6428 time: 0.05
79.35/19.93	c asymm  cl-useful: 429/6753/6753 lits-rem:1236 time: 1.87
79.35/19.93	c calculated reachability. Time: 0.01
79.35/19.93	c  N dy   235     69886      2385      6449     17331      9738     33833    106675      8.08   no data  --
79.35/19.95	c Finding binary XORs  T:     0.06 s  found:      16
81.37/20.44	c  N dy   245     74648      2369      6449     17399     14362     33833    198281      7.95      8.51  --
81.37/20.50	c Following stats are for *FIRST FINISHED THREAD ONLY*
81.37/20.50	c num threads              : 4          
81.37/20.50	c restarts                 : 302        
81.37/20.50	c dynamic restarts         : 290        
81.37/20.50	c static restarts          : 12         
81.37/20.50	c full restarts            : 1          
81.37/20.50	c total simplify time      : 0.85       
81.37/20.50	c learnts DL2              : 0          
81.37/20.50	c learnts size 2           : 77120      
81.37/20.50	c learnts size 1           : 346         (4.12      % of vars)
81.37/20.50	c filedLit time            : 27.13       (33.24     % time)
81.37/20.50	c v-elim SatELite          : 3628        (43.19     % vars)
81.37/20.50	c SatELite time            : 2.81        (3.44      % time)
81.37/20.50	c v-elim xor               : 0           (0.00      % vars)
81.37/20.50	c xor elim time            : 0.02        (0.03      % time)
81.37/20.50	c num binary xor trees     : 1509       
81.37/20.50	c binxor trees' crown      : 2226        (1.48      leafs/tree)
81.37/20.50	c bin xor find time        : 0.73       
81.37/20.50	c OTF clause improved      : 794         (0.01      clauses/conflict)
81.37/20.50	c OTF impr. size diff      : 1065        (1.34       lits/clause)
81.37/20.50	c OTF cl watch-shrink      : 48254       (0.58      clauses/conflict)
81.37/20.50	c OTF cl watch-sh-lit      : 169624      (3.52       lits/clause)
81.37/20.50	c tried to recurMin cls    : 45868       (54.88      % of conflicts)
81.37/20.50	c updated cache            : 0           (0.00       lits/tried recurMin)
81.37/20.50	c unit cls received        : 39          (11.27     % of units)
81.37/20.50	c unit cls sent            : 77          (22.25     % of units)
81.37/20.50	c bin cls received         : 20925      
81.37/20.50	c bin cls sent             : 10732      
81.37/20.50	c clauses over max glue    : 0           (0.00      % of all clauses)
81.37/20.50	c conflicts                : 83585       (1024.02   / sec)
81.37/20.50	c decisions                : 165521      (1.07      % random)
81.37/20.50	c bogo-props               : 568540083   (6965303.91 / sec)
81.37/20.50	c conflict literals        : 2652928     (28.45     % deleted)
81.37/20.50	c Memory used              : 366.52      MB
81.37/20.50	c single-thread CPU time   : 81.62       s
81.37/20.50	c all-threads sum CPU time : 81.63       s
81.37/20.50	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-3369553-1305433517/watcher-3369553-1305433517 -o /tmp/evaluation-result-3369553-1305433517/solver-3369553-1305433517 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369553-1305433517.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.39 7.94 7.82 2/313 16724
/proc/meminfo: memFree=27244548/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 411 0 0 0 1 0 0 0 18 0 4 0 387542932 52465664 352 33554432000 4194304 4650419 140734945557872 18446744073709551615 47654537639858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 12809 352 303 112 0 7774 0
[pid=16724/tid=16725] ppid=16722 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 387542932 52465664 352 33554432000 4194304 4650419 140734945557872 18446744073709551615 47654537639856 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 387542932 52465664 352 33554432000 4194304 4650419 140734945557872 18446744073709551615 47654537639858 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 387542932 52465664 352 33554432000 4194304 4650419 140734945557872 18446744073709551615 268660718577 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.455172 s]
/proc/loadavg: 7.39 7.94 7.82 2/313 16724
/proc/meminfo: memFree=27244548/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=291396 CPUtime=1.85 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 9239 0 0 0 182 3 0 0 18 0 4 0 387542932 298389504 8026 33554432000 4194304 4650419 140734945557872 18446744073709551615 268660705463 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 75086 18376 375 112 0 70051 0
[pid=16724/tid=16725] ppid=16722 vsize=300344 CPUtime=0.75 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 5884 0 0 0 74 1 0 0 18 0 4 0 387542932 307552256 18376 33554432000 4194304 4650419 140734945557872 18446744073709551615 4241514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=300344 CPUtime=0.76 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 5851 0 0 0 74 2 0 0 18 0 4 0 387542932 307552256 18376 33554432000 4194304 4650419 140734945557872 18446744073709551615 4369936 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=300344 CPUtime=0.76 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 1546 0 0 0 76 0 0 0 19 0 4 0 387542932 307552256 18376 33554432000 4194304 4650419 140734945557872 18446744073709551615 268660359786 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 291396

[startup+0.866098 s]
/proc/loadavg: 7.39 7.94 7.82 2/313 16724
/proc/meminfo: memFree=27244548/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=292392 CPUtime=3.41 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 22448 0 0 0 334 7 0 0 18 0 4 0 387542932 299409408 21029 33554432000 4194304 4650419 140734945557872 18446744073709551615 4244973 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 73098 21033 375 112 0 68063 0
[pid=16724/tid=16725] ppid=16722 vsize=292392 CPUtime=0.85 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 6794 0 0 0 83 2 0 0 18 0 4 0 387542932 299409408 21033 33554432000 4194304 4650419 140734945557872 18446744073709551615 4245071 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=292392 CPUtime=0.85 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 6764 0 0 0 83 2 0 0 18 0 4 0 387542932 299409408 21033 33554432000 4194304 4650419 140734945557872 18446744073709551615 4241514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=292392 CPUtime=0.84 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 1682 0 0 0 84 0 0 0 19 0 4 0 387542932 299409408 21033 33554432000 4194304 4650419 140734945557872 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 292392

[startup+0.901093 s]
/proc/loadavg: 7.39 7.94 7.82 2/313 16724
/proc/meminfo: memFree=27244548/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=292392 CPUtime=3.55 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 23617 0 0 0 348 7 0 0 18 0 4 0 387542932 299409408 22198 33554432000 4194304 4650419 140734945557872 18446744073709551615 4370264 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 73098 22199 375 112 0 68063 0
[pid=16724/tid=16725] ppid=16722 vsize=292392 CPUtime=0.88 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 7188 0 0 0 86 2 0 0 18 0 4 0 387542932 299409408 22201 33554432000 4194304 4650419 140734945557872 18446744073709551615 4369856 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=292392 CPUtime=0.88 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 7148 0 0 0 86 2 0 0 18 0 4 0 387542932 299409408 22205 33554432000 4194304 4650419 140734945557872 18446744073709551615 4245165 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=292392 CPUtime=0.87 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 1693 0 0 0 87 0 0 0 19 0 4 0 387542932 299409408 22205 33554432000 4194304 4650419 140734945557872 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 292392

[startup+1.00108 s]
/proc/loadavg: 7.39 7.94 7.82 2/313 16724
/proc/meminfo: memFree=27244548/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=292392 CPUtime=3.95 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 24134 0 0 0 388 7 0 0 18 0 4 0 387542932 299409408 22715 33554432000 4194304 4650419 140734945557872 18446744073709551615 4369397 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 73098 22715 375 112 0 68063 0
[pid=16724/tid=16725] ppid=16722 vsize=292392 CPUtime=0.98 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 7336 0 0 0 96 2 0 0 18 0 4 0 387542932 299409408 22715 33554432000 4194304 4650419 140734945557872 18446744073709551615 4369942 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=292392 CPUtime=0.98 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 7333 0 0 0 96 2 0 0 18 0 4 0 387542932 299409408 22715 33554432000 4194304 4650419 140734945557872 18446744073709551615 4369856 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=292392 CPUtime=0.97 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 1710 0 0 0 97 0 0 0 19 0 4 0 387542932 299409408 22715 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 292392

[startup+1.50099 s]
/proc/loadavg: 7.39 7.94 7.82 2/313 16724
/proc/meminfo: memFree=27244548/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=292784 CPUtime=5.94 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 25562 0 0 0 587 7 0 0 19 0 4 0 387542932 299810816 24143 33554432000 4194304 4650419 140734945557872 18446744073709551615 4550167 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 73196 24143 387 112 0 68161 0
[pid=16724/tid=16725] ppid=16722 vsize=292784 CPUtime=1.48 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 7742 0 0 0 146 2 0 0 18 0 4 0 387542932 299810816 24143 33554432000 4194304 4650419 140734945557872 18446744073709551615 4550132 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=292784 CPUtime=1.48 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 7729 0 0 0 146 2 0 0 19 0 4 0 387542932 299810816 24143 33554432000 4194304 4650419 140734945557872 18446744073709551615 4446372 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=292784 CPUtime=1.47 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 1941 0 0 0 147 0 0 0 20 0 4 0 387542932 299810816 24143 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 292784

[startup+3.10071 s]
/proc/loadavg: 7.52 7.96 7.83 10/323 16797
/proc/meminfo: memFree=27105148/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=285856 CPUtime=12.32 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 30877 0 0 0 1223 9 0 0 22 0 4 0 387542932 292716544 26091 33554432000 4194304 4650419 140734945557872 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 71464 26091 394 112 0 66429 0
[pid=16724/tid=16725] ppid=16722 vsize=285856 CPUtime=3.08 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 9344 0 0 0 306 2 0 0 21 0 4 0 387542932 292716544 26091 33554432000 4194304 4650419 140734945557872 18446744073709551615 4368084 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=285856 CPUtime=3.08 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 9186 0 0 0 305 3 0 0 22 0 4 0 387542932 292716544 26091 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=285856 CPUtime=3.05 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 2706 0 0 0 305 0 0 0 25 0 4 0 387542932 292716544 26091 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363631 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 285856

[startup+6.30115 s]
/proc/loadavg: 7.52 7.96 7.83 9/323 16797
/proc/meminfo: memFree=27073776/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=295220 CPUtime=25.09 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 36083 0 0 0 2499 10 0 0 25 0 4 0 387542932 302305280 29927 33554432000 4194304 4650419 140734945557872 18446744073709551615 4371123 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 73805 29927 395 112 0 68770 0
[pid=16724/tid=16725] ppid=16722 vsize=295220 CPUtime=6.28 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 11003 0 0 0 625 3 0 0 25 0 4 0 387542932 302305280 29927 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=295220 CPUtime=6.28 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 10330 0 0 0 625 3 0 0 25 0 4 0 387542932 302305280 29927 33554432000 4194304 4650419 140734945557872 18446744073709551615 4330898 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=295220 CPUtime=6.22 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 3913 0 0 0 621 1 0 0 25 0 4 0 387542932 302305280 29927 33554432000 4194304 4650419 140734945557872 18446744073709551615 4315640 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 295220

[startup+12.701 s]
/proc/loadavg: 7.56 7.96 7.83 9/323 16857
/proc/meminfo: memFree=27042980/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=308100 CPUtime=50.65 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 48775 0 0 0 5052 13 0 0 25 0 4 0 387542932 315494400 40360 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 77025 40360 395 112 0 71990 0
[pid=16724/tid=16725] ppid=16722 vsize=308100 CPUtime=12.69 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 13301 0 0 0 1266 3 0 0 25 0 4 0 387542932 315494400 40362 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=308100 CPUtime=12.69 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 14076 0 0 0 1266 3 0 0 25 0 4 0 387542932 315494400 40362 33554432000 4194304 4650419 140734945557872 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=308100 CPUtime=12.56 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 7239 0 0 0 1255 1 0 0 25 0 4 0 387542932 315494400 40362 33554432000 4194304 4650419 140734945557872 18446744073709551615 4230702 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 308100

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

[startup+13.4009 s]
/proc/loadavg: 7.56 7.96 7.83 9/323 16857
/proc/meminfo: memFree=27042980/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=308904 CPUtime=53.42 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 49412 0 0 0 5329 13 0 0 25 0 4 0 387542932 316317696 40886 33554432000 4194304 4650419 140734945557872 18446744073709551615 4346040 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 77226 40886 395 112 0 72191 0
[pid=16724/tid=16725] ppid=16722 vsize=308904 CPUtime=13.37 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 13414 0 0 0 1334 3 0 0 25 0 4 0 387542932 316317696 40886 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=308904 CPUtime=13.38 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 14309 0 0 0 1335 3 0 0 25 0 4 0 387542932 316317696 40886 33554432000 4194304 4650419 140734945557872 18446744073709551615 4369390 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=308904 CPUtime=13.25 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 7421 0 0 0 1324 1 0 0 25 0 4 0 387542932 316317696 40886 33554432000 4194304 4650419 140734945557872 18446744073709551615 4369394 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 53.42
Current children cumulated vsize (KiB) 308904

[startup+16.6003 s]
/proc/loadavg: 7.67 7.97 7.83 9/323 16857
/proc/meminfo: memFree=26996228/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=326664 CPUtime=66.19 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 58090 0 0 0 6605 14 0 0 25 0 4 0 387542932 334503936 46999 33554432000 4194304 4650419 140734945557872 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 81666 46999 395 112 0 76631 0
[pid=16724/tid=16725] ppid=16722 vsize=326664 CPUtime=16.58 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 14545 0 0 0 1654 4 0 0 25 0 4 0 387542932 334503936 46999 33554432000 4194304 4650419 140734945557872 18446744073709551615 4369179 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=326664 CPUtime=16.58 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 15004 0 0 0 1655 3 0 0 25 0 4 0 387542932 334503936 46999 33554432000 4194304 4650419 140734945557872 18446744073709551615 4365169 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=326664 CPUtime=16.42 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 13880 0 0 0 1640 2 0 0 25 0 4 0 387542932 334503936 46999 33554432000 4194304 4650419 140734945557872 18446744073709551615 4369160 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 66.19
Current children cumulated vsize (KiB) 326664

[startup+18.2011 s]
/proc/loadavg: 7.70 7.97 7.83 9/323 16857
/proc/meminfo: memFree=26981480/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=383172 CPUtime=72.6 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 60281 0 0 0 7245 15 0 0 25 0 4 0 387542932 392368128 48663 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363747 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 95793 48663 395 112 0 90758 0
[pid=16724/tid=16725] ppid=16722 vsize=383172 CPUtime=18.19 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 15500 0 0 0 1815 4 0 0 25 0 4 0 387542932 392368128 48674 33554432000 4194304 4650419 140734945557872 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=383172 CPUtime=18.2 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 15542 0 0 0 1816 4 0 0 25 0 4 0 387542932 392368128 48674 33554432000 4194304 4650419 140734945557872 18446744073709551615 4364808 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=383172 CPUtime=18.01 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 14128 0 0 0 1799 2 0 0 25 0 4 0 387542932 392368128 48674 33554432000 4194304 4650419 140734945557872 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 72.6
Current children cumulated vsize (KiB) 383172

[startup+19.8008 s]
/proc/loadavg: 7.70 7.97 7.83 9/323 16857
/proc/meminfo: memFree=26976540/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=375316 CPUtime=78.95 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 61796 0 0 0 7880 15 0 0 25 0 4 0 387542932 384323584 48715 33554432000 4194304 4650419 140734945557872 18446744073709551615 4369255 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 93829 48715 395 112 0 88794 0
[pid=16724/tid=16725] ppid=16722 vsize=375316 CPUtime=19.78 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 15876 0 0 0 1974 4 0 0 25 0 4 0 387542932 384323584 48715 33554432000 4194304 4650419 140734945557872 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=375316 CPUtime=19.78 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 16073 0 0 0 1974 4 0 0 25 0 4 0 387542932 384323584 48715 33554432000 4194304 4650419 140734945557872 18446744073709551615 4334208 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=375316 CPUtime=19.59 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 14666 0 0 0 1957 2 0 0 25 0 4 0 387542932 384323584 48715 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363717 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 78.95
Current children cumulated vsize (KiB) 375316

[startup+20.2007 s]
/proc/loadavg: 7.70 7.97 7.83 9/323 16857
/proc/meminfo: memFree=26976540/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=375316 CPUtime=80.55 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 62026 0 0 0 8040 15 0 0 25 0 4 0 387542932 384323584 48945 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 93829 48945 395 112 0 88794 0
[pid=16724/tid=16725] ppid=16722 vsize=375316 CPUtime=20.18 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 15946 0 0 0 2014 4 0 0 25 0 4 0 387542932 384323584 48945 33554432000 4194304 4650419 140734945557872 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=375316 CPUtime=20.18 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 16127 0 0 0 2014 4 0 0 25 0 4 0 387542932 384323584 48945 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=375316 CPUtime=19.98 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 14725 0 0 0 1996 2 0 0 25 0 4 0 387542932 384323584 48945 33554432000 4194304 4650419 140734945557872 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 80.55
Current children cumulated vsize (KiB) 375316

[startup+20.4007 s]
/proc/loadavg: 7.70 7.97 7.83 9/323 16857
/proc/meminfo: memFree=26972324/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=375316 CPUtime=81.37 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4202496 62161 0 0 0 8122 15 0 0 25 0 4 0 387542932 384323584 49080 33554432000 4194304 4650419 140734945557872 18446744073709551615 4366865 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 93829 49080 395 112 0 88794 0
[pid=16724/tid=16725] ppid=16722 vsize=375316 CPUtime=20.39 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 15978 0 0 0 2035 4 0 0 25 0 4 0 387542932 384323584 49081 33554432000 4194304 4650419 140734945557872 18446744073709551615 4364738 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16724/tid=16726] ppid=16722 vsize=375316 CPUtime=20.39 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 16160 0 0 0 2035 4 0 0 25 0 4 0 387542932 384323584 49081 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16724/tid=16727] ppid=16722 vsize=375316 CPUtime=20.18 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (strangenight1-m) R 16722 16724 9395 0 -1 4202560 14747 0 0 0 2016 2 0 0 25 0 4 0 387542932 384323584 49081 33554432000 4194304 4650419 140734945557872 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 81.37
Current children cumulated vsize (KiB) 375316

[startup+20.5117 s]
/proc/loadavg: 7.70 7.97 7.83 9/323 16857
/proc/meminfo: memFree=26972324/32951124 swapFree=46575252/67111528
[pid=16724] ppid=16722 vsize=0 CPUtime=81.78 cores=1,3,5,7
/proc/16724/stat : 16724 (strangenight1-m) R 16722 16724 9395 0 -1 4203524 62230 0 0 0 8162 16 0 0 25 0 1 0 387542932 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16724/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 81.78
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 20.5187
CPU time (s): 81.7956
CPU user time (s): 81.6276
CPU system time (s): 0.167974
CPU usage (%): 398.639
Max. virtual memory (cumulated for all children) (KiB): 384260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.6276
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62230
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= 1482
involuntary context switches= 605

runsolver used 0.058991 second user time and 0.155976 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 06:25:17
IDJOB=3369553
IDBENCH=87988
IDSOLVER=1846
FILE ID=node107/3369553-1305433517
RUNJOBID= node107-1305433517-16711
PBS_JOBID= 13324575
Free space on /tmp= 73492 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369553-1305433517/watcher-3369553-1305433517 -o /tmp/evaluation-result-3369553-1305433517/solver-3369553-1305433517 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369553-1305433517.cnf

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=566582361

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      27244952 kB
Buffers:        148576 kB
Cached:         991780 kB
SwapCached:       9832 kB
Active:        5247816 kB
Inactive:       179020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27244952 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:            7784 kB
Writeback:           0 kB
AnonPages:     4283604 kB
Mapped:          18732 kB
Slab:           146488 kB
PageTables:      68600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64916496 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= 73488 MiB
End job on node107 at 2011-05-15 06:25:37