Trace number 3368862

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 80.5678 20.2028

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S862932513-073.UNKNOWN.cnf
MD5SUMdbf411c57e02bcb78ae06dd835bb89b5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.814876
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3368862-1305404662.cnf'
0.00/0.01	c -- header says num vars:            300
0.00/0.01	c -- header says num clauses:        1278
0.00/0.01	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     133 undec:      39 neg:     128
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       290      1265         0         0      3850         0   no data   no data  --
0.08/0.05	c Decided on static restart strategy
0.37/0.13	c  N st     8      4914       290      1265         0      4722      3850     63864   no data   no data  --
1.17/0.33	c  N st    10     11298       290      1265         0      4395      3850     47782   no data   no data  --
1.97/0.54	c  N st    11     17041       290      1265         0      9869      3850    123410   no data   no data  --
3.17/0.89	c  F st    12     25000       290      1265         0     12050      3850    150170   no data   no data  --
3.17/0.89	c  N st    12     25000       290      1265         0     12050      3850    150170   no data   no data  --
4.40/1.11	c Decided on static restart strategy
4.40/1.11	c  N st    18     30002       290      1265         0     10439      3850    121632   no data   no data  --
4.40/1.11	c  S st    18     30002       290      1265         0     10439      3850    121632   no data   no data  --
4.40/1.14	c  S st    18     30504       290      1265         0     10940      3850    129760   no data   no data  --
4.40/1.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.40/1.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.40/1.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
4.40/1.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.75/1.25	c lits-rem:       325  cl-subs:     1934  v-elim:      0  v-fix:    0  time:  0.42 s
4.75/1.26	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.02
4.75/1.26	c calculated reachability. Time: 0.00
4.75/1.26	c  N st    18     30504       290      1265         0      9006      3850    106029   no data   no data  --
6.36/1.65	c  N st    20     37615       290      1265         0      8294      3850     84471   no data   no data  --
7.56/1.96	c  N st    21     44016       290      1265         0     14379      3850    171431   no data   no data  --
7.96/2.06	c  S st    22     45756       290      1265         0     16025      3850    193161   no data   no data  --
8.39/2.11	c  S st    22     46260       290      1265         0     16522      3850    201096   no data   no data  --
8.39/2.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.39/2.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.39/2.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.39/2.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.39/2.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/2.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
8.39/2.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.54/2.46	c lits-rem:       460  cl-subs:     2568  v-elim:      0  v-fix:    0  time:  1.35 s
9.54/2.46	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
9.54/2.46	c vivif2 --  cl tried    13954 cl shrink        0 lits rem          0 time: 0.01
9.54/2.47	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.04
9.54/2.47	c calculated reachability. Time: 0.00
9.54/2.47	c  N st    22     46260       290      1265         0     13954      3850    169176   no data   no data  --
12.78/3.24	c  N st    23     60657       290      1265         0      9760      3850     91599   no data   no data  --
14.73/3.73	c  N st    24     69392       290      1265         0     18023      3850    202172   no data   no data  --
14.73/3.73	c  S st    24     69392       290      1265         0     18023      3850    202172   no data   no data  --
14.73/3.78	c  S st    24     69895       290      1265         0     18522      3850    210787   no data   no data  --
14.73/3.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.73/3.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.73/3.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
14.73/3.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.73/3.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
14.73/3.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.74/4.20	c lits-rem:       726  cl-subs:     3706  v-elim:      0  v-fix:    0  time:  1.65 s
16.74/4.20	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
16.74/4.20	c vivif2 --  cl tried    14816 cl shrink        0 lits rem          0 time: 0.01
16.74/4.21	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.04
16.74/4.21	c calculated reachability. Time: 0.00
16.74/4.21	c  N st    24     69895       290      1265         0     14816      3850    165936   no data   no data  --
20.72/5.28	c  F st    25     87504       290      1265         0     21083      3850    238294   no data   no data  --
20.72/5.28	c  N st    25     87504       290      1265         0     21083      3850    238294   no data   no data  --
22.31/5.60	c Decided on static restart strategy
22.71/5.76	c  N st    32     95544       290      1265         0     17504      3850    197077   no data   no data  --
25.51/6.40	c  N st    34    104844       290      1265         0     14077      3850    136583   no data   no data  --
25.51/6.40	c  S st    34    104844       290      1265         0     14077      3850    136583   no data   no data  --
25.51/6.44	c  S st    34    105347       290      1265         0     14576      3850    143973   no data   no data  --
25.51/6.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.51/6.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.51/6.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
25.51/6.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.51/6.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.51/6.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
25.51/6.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.35/6.62	c lits-rem:       212  cl-subs:      924  v-elim:      0  v-fix:    0  time:  0.66 s
26.35/6.62	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
26.35/6.62	c vivif2 --  cl tried    13652 cl shrink        0 lits rem          0 time: 0.00
26.35/6.63	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.03
26.35/6.63	c calculated reachability. Time: 0.00
26.35/6.63	c  N st    34    105347       290      1265         0     13652      3850    132894   no data   no data  --
28.70/7.23	c  N st    35    114945       290      1265         0     22737      3850    270358   no data   no data  --
32.68/8.21	c  N st    36    129342       290      1265         0     23089      3850    260359   no data   no data  --
38.68/9.77	c  N st    37    150938       290      1265         0     29413      3850    339004   no data   no data  --
40.66/10.29	c  S st    38    158020       290      1265         0     20930      3850    209857   no data   no data  --
41.06/10.34	c  S st    38    158527       290      1265         0     21435      3850    218271   no data   no data  --
41.06/10.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.06/10.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.06/10.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
41.06/10.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.06/10.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.06/10.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
41.06/10.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.06/10.81	c lits-rem:       748  cl-subs:     2549  v-elim:      0  v-fix:    0  time:  1.84 s
43.06/10.81	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
43.06/10.81	c vivif2 --  cl tried    18886 cl shrink        0 lits rem          0 time: 0.01
43.06/10.82	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.05
43.06/10.82	c calculated reachability. Time: 0.00
43.06/10.82	c  N st    38    158527       290      1265         0     18886      3850    188473   no data   no data  --
57.82/14.52	c  N st    39    207116       290      1265         2     31649      3850    338798   no data   no data  --
67.79/17.05	c  N st    40    237791       290      1265         2     24108      3850    235290   no data   no data  --
67.79/17.05	c  S st    40    237791       290      1265         2     24108      3850    235290   no data   no data  --
68.19/17.12	c  S st    40    238296       290      1265         7     24609      3850    242648   no data   no data  --
68.19/17.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
68.19/17.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.19/17.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
68.19/17.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.99/17.31	c subs with bin:     4021  lits-rem:      3612  v-fix:    0  time:  0.70 s
68.99/17.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
68.99/17.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
70.23/17.65	c lits-rem:       555  cl-subs:      401  v-elim:      0  v-fix:    0  time:  1.37 s
70.23/17.65	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
70.23/17.65	c vivif2 --  cl tried    20189 cl shrink        0 lits rem          0 time: 0.01
70.23/17.67	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.06
70.23/17.67	c calculated reachability. Time: 0.00
70.23/17.67	c  N st    40    238296       290      1263        12     20189      3848    188036   no data   no data  --
76.98/19.34	c Finding binary XORs  T:     0.00 s  found:       0
80.16/20.19	c  E st    41    272852       278      1154       126     12399      3617    100304   no data   no data  --
80.16/20.19	c Following stats are for *FIRST FINISHED THREAD ONLY*
80.16/20.19	c num threads              : 4          
80.16/20.19	c restarts                 : 41         
80.16/20.19	c dynamic restarts         : 0          
80.16/20.19	c static restarts          : 41         
80.16/20.19	c full restarts            : 2          
80.16/20.19	c total simplify time      : 0.23       
80.16/20.19	c learnts DL2              : 0          
80.16/20.19	c learnts size 2           : 164        
80.16/20.19	c learnts size 1           : 155         (51.67     % of vars)
80.16/20.19	c filedLit time            : 0.10        (0.13      % time)
80.16/20.19	c v-elim SatELite          : 10          (3.33      % vars)
80.16/20.19	c SatELite time            : 7.16        (8.90      % time)
80.16/20.19	c v-elim xor               : 0           (0.00      % vars)
80.16/20.19	c xor elim time            : 0.01        (0.01      % time)
80.16/20.19	c num binary xor trees     : 0          
80.16/20.19	c binxor trees' crown      : 0           (nan       leafs/tree)
80.16/20.19	c bin xor find time        : 0.00       
80.16/20.19	c OTF clause improved      : 14092       (0.05      clauses/conflict)
80.16/20.19	c OTF impr. size diff      : 14523       (1.03       lits/clause)
80.16/20.19	c OTF cl watch-shrink      : 55149       (0.20      clauses/conflict)
80.16/20.19	c OTF cl watch-sh-lit      : 67309       (1.22       lits/clause)
80.16/20.19	c tried to recurMin cls    : 40904       (14.99      % of conflicts)
80.16/20.19	c updated cache            : 0           (0.00       lits/tried recurMin)
80.16/20.19	c unit cls received        : 3           (1.94      % of units)
80.16/20.19	c unit cls sent            : 6           (3.87      % of units)
80.16/20.19	c bin cls received         : 13         
80.16/20.19	c bin cls sent             : 115        
80.16/20.19	c clauses over max glue    : 0           (0.00      % of all clauses)
80.16/20.19	c conflicts                : 272852      (3390.28   / sec)
80.16/20.19	c decisions                : 317159      (1.62      % random)
80.16/20.19	c bogo-props               : 2524406235  (31366578.52 / sec)
80.16/20.19	c conflict literals        : 3715877     (28.77     % deleted)
80.16/20.19	c Memory used              : 276.20      MB
80.16/20.19	c single-thread CPU time   : 80.48       s
80.16/20.19	c all-threads sum CPU time : 80.48       s
80.16/20.19	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-3368862-1305404662/watcher-3368862-1305404662 -o /tmp/evaluation-result-3368862-1305404662/solver-3368862-1305404662 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368862-1305404662.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.78 5.15 6.70 2/319 24279
/proc/meminfo: memFree=25301844/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=51236 CPUtime=0.02 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 416 0 0 0 2 0 0 0 23 0 4 0 652066630 52465664 356 33554432000 4194304 4650419 140736734362160 18446744073709551615 47734137816601 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 12809 356 306 112 0 7774 0
[pid=24279/tid=24280] ppid=24277 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 4 0 652066630 52465664 356 33554432000 4194304 4650419 140736734362160 18446744073709551615 47734137816595 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652066630 52465664 356 33554432000 4194304 4650419 140736734362160 18446744073709551615 47734137817010 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652066630 52465664 356 33554432000 4194304 4650419 140736734362160 18446744073709551615 47734137816601 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0287681 s]
/proc/loadavg: 3.78 5.15 6.70 2/319 24279
/proc/meminfo: memFree=25301844/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=282164 CPUtime=0.08 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 1032 0 0 0 8 0 0 0 18 0 4 0 652066630 288935936 918 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 70541 918 390 112 0 65506 0
[pid=24279/tid=24280] ppid=24277 vsize=282164 CPUtime=0.02 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 191 0 0 0 2 0 0 0 18 0 4 0 652066630 288935936 918 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=282164 CPUtime=0.01 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 153 0 0 0 1 0 0 0 25 0 4 0 652066630 288935936 918 33554432000 4194304 4650419 140736734362160 18446744073709551615 4333619 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=282164 CPUtime=0.02 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 103 0 0 0 2 0 0 0 18 0 4 0 652066630 288935936 918 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 282164

[startup+0.100754 s]
/proc/loadavg: 3.78 5.15 6.70 2/319 24279
/proc/meminfo: memFree=25301844/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=282332 CPUtime=0.37 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 1410 0 0 0 37 0 0 0 18 0 4 0 652066630 289107968 1296 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 70583 1296 391 112 0 65548 0
[pid=24279/tid=24280] ppid=24277 vsize=282332 CPUtime=0.09 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 282 0 0 0 9 0 0 0 18 0 4 0 652066630 289107968 1296 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=282332 CPUtime=0.08 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 245 0 0 0 8 0 0 0 25 0 4 0 652066630 289107968 1296 33554432000 4194304 4650419 140736734362160 18446744073709551615 4328328 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=282332 CPUtime=0.09 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 205 0 0 0 9 0 0 0 18 0 4 0 652066630 289107968 1296 33554432000 4194304 4650419 140736734362160 18446744073709551615 4363613 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282332

[startup+0.300717 s]
/proc/loadavg: 3.78 5.15 6.70 2/319 24279
/proc/meminfo: memFree=25301844/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=283200 CPUtime=1.17 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 2270 0 0 0 117 0 0 0 18 0 4 0 652066630 289996800 1795 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 70800 1795 393 112 0 65765 0
[pid=24279/tid=24280] ppid=24277 vsize=283200 CPUtime=0.29 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 512 0 0 0 29 0 0 0 18 0 4 0 652066630 289996800 1795 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=283200 CPUtime=0.28 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 454 0 0 0 28 0 0 0 25 0 4 0 652066630 289996800 1795 33554432000 4194304 4650419 140736734362160 18446744073709551615 4354952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=283200 CPUtime=0.29 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 419 0 0 0 29 0 0 0 18 0 4 0 652066630 289996800 1795 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283200

[startup+0.700642 s]
/proc/loadavg: 3.78 5.15 6.70 2/319 24279
/proc/meminfo: memFree=25301844/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=284508 CPUtime=2.77 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 3914 0 0 0 277 0 0 0 18 0 4 0 652066630 291336192 2155 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 71127 2155 393 112 0 66092 0
[pid=24279/tid=24280] ppid=24277 vsize=284508 CPUtime=0.69 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 947 0 0 0 69 0 0 0 18 0 4 0 652066630 291336192 2155 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=284508 CPUtime=0.68 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 864 0 0 0 68 0 0 0 25 0 4 0 652066630 291336192 2155 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=284508 CPUtime=0.69 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 822 0 0 0 69 0 0 0 18 0 4 0 652066630 291336192 2155 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284508

[startup+1.50049 s]
/proc/loadavg: 4.20 5.21 6.71 9/331 24291
/proc/meminfo: memFree=25279068/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=279668 CPUtime=5.95 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 7607 0 0 0 595 0 0 0 20 0 4 0 652066630 286380032 4509 33554432000 4194304 4650419 140736734362160 18446744073709551615 4363458 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 69917 4509 395 112 0 64882 0
[pid=24279/tid=24280] ppid=24277 vsize=279668 CPUtime=1.49 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 2256 0 0 0 149 0 0 0 20 0 4 0 652066630 286380032 4509 33554432000 4194304 4650419 140736734362160 18446744073709551615 4476599 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=279668 CPUtime=1.46 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 1442 0 0 0 146 0 0 0 25 0 4 0 652066630 286380032 4509 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=279668 CPUtime=1.49 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 1358 0 0 0 149 0 0 0 20 0 4 0 652066630 286380032 4509 33554432000 4194304 4650419 140736734362160 18446744073709551615 4334875 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 279668

[startup+3.10019 s]
/proc/loadavg: 4.20 5.21 6.71 9/331 24291
/proc/meminfo: memFree=25251416/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=280092 CPUtime=12.34 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 13042 0 0 0 1233 1 0 0 25 0 4 0 652066630 286814208 7413 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 70023 7413 395 112 0 64988 0
[pid=24279/tid=24280] ppid=24277 vsize=280092 CPUtime=3.09 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 3038 0 0 0 309 0 0 0 25 0 4 0 652066630 286814208 7413 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=280092 CPUtime=3.05 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 3174 0 0 0 305 0 0 0 25 0 4 0 652066630 286814208 7413 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=280092 CPUtime=3.09 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 3080 0 0 0 309 0 0 0 25 0 4 0 652066630 286814208 7413 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 280092

[startup+6.3006 s]
/proc/loadavg: 4.51 5.26 6.72 9/331 24291
/proc/meminfo: memFree=25204288/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=285004 CPUtime=25.11 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 19683 0 0 0 2508 3 0 0 25 0 4 0 652066630 291844096 9985 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 71251 9985 395 112 0 66216 0
[pid=24279/tid=24280] ppid=24277 vsize=285004 CPUtime=6.29 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 5203 0 0 0 629 0 0 0 25 0 4 0 652066630 291844096 9985 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=285004 CPUtime=6.22 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 4840 0 0 0 622 0 0 0 25 0 4 0 652066630 291844096 9985 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=285004 CPUtime=6.28 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 4266 0 0 0 628 0 0 0 25 0 4 0 652066630 291844096 9985 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 285004

[startup+12.7004 s]
/proc/loadavg: 4.79 5.30 6.73 9/331 24291
/proc/meminfo: memFree=25157564/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=287852 CPUtime=50.64 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 29733 0 0 0 5059 5 0 0 25 0 4 0 652066630 294760448 12332 33554432000 4194304 4650419 140736734362160 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 71963 12332 395 112 0 66928 0
[pid=24279/tid=24280] ppid=24277 vsize=287852 CPUtime=12.69 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 7674 0 0 0 1268 1 0 0 25 0 4 0 652066630 294760448 12332 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=287852 CPUtime=12.56 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 7846 0 0 0 1255 1 0 0 25 0 4 0 652066630 294760448 12332 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=287852 CPUtime=12.68 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 5893 0 0 0 1267 1 0 0 25 0 4 0 652066630 294760448 12332 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 287852

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

[startup+15.9008 s]
/proc/loadavg: 5.04 5.35 6.73 9/331 24292
/proc/meminfo: memFree=25154832/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=288264 CPUtime=63.4 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 33907 0 0 0 6334 6 0 0 25 0 4 0 652066630 295182336 13022 33554432000 4194304 4650419 140736734362160 18446744073709551615 4363531 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 72066 13022 395 112 0 67031 0
[pid=24279/tid=24280] ppid=24277 vsize=288264 CPUtime=15.89 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 8784 0 0 0 1588 1 0 0 25 0 4 0 652066630 295182336 13022 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=288264 CPUtime=15.72 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 9118 0 0 0 1571 1 0 0 25 0 4 0 652066630 295182336 13022 33554432000 4194304 4650419 140736734362160 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=288264 CPUtime=15.89 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 6463 0 0 0 1587 2 0 0 25 0 4 0 652066630 295182336 13022 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.4
Current children cumulated vsize (KiB) 288264

[startup+17.5005 s]
/proc/loadavg: 5.04 5.35 6.73 9/331 24292
/proc/meminfo: memFree=25134124/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=292044 CPUtime=69.83 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 36508 0 0 0 6976 7 0 0 25 0 4 0 652066630 299053056 14520 33554432000 4194304 4650419 140736734362160 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 73011 14520 395 112 0 67976 0
[pid=24279/tid=24280] ppid=24277 vsize=292044 CPUtime=17.5 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 9654 0 0 0 1749 1 0 0 25 0 4 0 652066630 299053056 14520 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=292044 CPUtime=17.3 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 9616 0 0 0 1729 1 0 0 25 0 4 0 652066630 299053056 14520 33554432000 4194304 4650419 140736734362160 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=292044 CPUtime=17.5 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 6823 0 0 0 1748 2 0 0 25 0 4 0 652066630 299053056 14520 33554432000 4194304 4650419 140736734362160 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 69.83
Current children cumulated vsize (KiB) 292044

[startup+19.1002 s]
/proc/loadavg: 5.04 5.35 6.73 9/331 24292
/proc/meminfo: memFree=25130276/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=292096 CPUtime=76.17 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 38041 0 0 0 7609 8 0 0 25 0 4 0 652066630 299106304 15088 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 73024 15088 395 112 0 67989 0
[pid=24279/tid=24280] ppid=24277 vsize=292096 CPUtime=19.08 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 10157 0 0 0 1907 1 0 0 25 0 4 0 652066630 299106304 15088 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=292096 CPUtime=18.88 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 9908 0 0 0 1887 1 0 0 25 0 4 0 652066630 299106304 15088 33554432000 4194304 4650419 140736734362160 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=292096 CPUtime=19.08 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 7298 0 0 0 1906 2 0 0 25 0 4 0 652066630 299106304 15088 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.17
Current children cumulated vsize (KiB) 292096

[startup+19.901 s]
/proc/loadavg: 5.04 5.35 6.73 9/331 24292
/proc/meminfo: memFree=25120356/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=282828 CPUtime=79.36 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 39024 0 0 0 7928 8 0 0 25 0 4 0 652066630 289615872 14916 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 70707 14916 395 112 0 65672 0
[pid=24279/tid=24280] ppid=24277 vsize=282828 CPUtime=19.88 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 10303 0 0 0 1987 1 0 0 25 0 4 0 652066630 289615872 14916 33554432000 4194304 4650419 140736734362160 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=282828 CPUtime=19.67 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 10300 0 0 0 1966 1 0 0 25 0 4 0 652066630 289615872 14916 33554432000 4194304 4650419 140736734362160 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=282828 CPUtime=19.88 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 7443 0 0 0 1986 2 0 0 25 0 4 0 652066630 289615872 14916 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 79.36
Current children cumulated vsize (KiB) 282828

[startup+20.101 s]
/proc/loadavg: 5.04 5.35 6.73 9/331 24292
/proc/meminfo: memFree=25120356/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=282828 CPUtime=80.16 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) R 24277 24279 23677 0 -1 4202496 39156 0 0 0 8008 8 0 0 25 0 4 0 652066630 289615872 15048 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 70707 15048 395 112 0 65672 0
[pid=24279/tid=24280] ppid=24277 vsize=282828 CPUtime=20.08 cores=0,2,4,6
/proc/24279/task/24280/stat : 24280 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 10333 0 0 0 2007 1 0 0 25 0 4 0 652066630 289615872 15048 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=282828 CPUtime=19.87 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 10331 0 0 0 1986 1 0 0 25 0 4 0 652066630 289615872 15048 33554432000 4194304 4650419 140736734362160 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=282828 CPUtime=20.08 cores=0,2,4,6
/proc/24279/task/24282/stat : 24282 (strangenight1-m) R 24277 24279 23677 0 -1 4202560 7474 0 0 0 2006 2 0 0 25 0 4 0 652066630 289615872 15048 33554432000 4194304 4650419 140736734362160 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 80.16
Current children cumulated vsize (KiB) 282828

[startup+20.2011 s]
/proc/loadavg: 5.04 5.35 6.73 9/331 24292
/proc/meminfo: memFree=25120356/32951124 swapFree=44485764/67111528
[pid=24279] ppid=24277 vsize=0 CPUtime=80.56 cores=0,2,4,6
/proc/24279/stat : 24279 (strangenight1-m) Z 24277 24279 23677 0 -1 4202524 39220 0 0 0 8048 8 0 0 25 0 2 0 652066630 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24279/statm: 0 0 0 0 0 0 0
[pid=24279/tid=24281] ppid=24277 vsize=0 CPUtime=19.97 cores=0,2,4,6
/proc/24279/task/24281/stat : 24281 (strangenight1-m) R 24277 24279 23677 0 -1 4203588 10344 0 0 0 1996 1 0 0 25 0 2 0 652066630 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 80.56
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 20.2028
CPU time (s): 80.5678
CPU user time (s): 80.4808
CPU system time (s): 0.086986
CPU usage (%): 398.794
Max. virtual memory (cumulated for all children) (KiB): 294160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.4808
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39220
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= 123
involuntary context switches= 523

runsolver used 0.045993 second user time and 0.164974 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 22:24:22
IDJOB=3368862
IDBENCH=82871
IDSOLVER=1846
FILE ID=node105/3368862-1305404662
RUNJOBID= node105-1305404662-24264
PBS_JOBID= 13324484
Free space on /tmp= 73592 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S862932513-073.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368862-1305404662/watcher-3368862-1305404662 -o /tmp/evaluation-result-3368862-1305404662/solver-3368862-1305404662 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368862-1305404662.cnf

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

MD5SUM BENCH= dbf411c57e02bcb78ae06dd835bb89b5
RANDOM SEED=1538939777

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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	: 5410.70
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.825
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.74
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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25302140 kB
Buffers:        273512 kB
Cached:        5908192 kB
SwapCached:      39656 kB
Active:         566532 kB
Inactive:      6823528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25302140 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           12428 kB
Writeback:           4 kB
AnonPages:     1175920 kB
Mapped:           9976 kB
Slab:           128056 kB
PageTables:      66452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65315684 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= 73580 MiB
End job on node105 at 2011-05-14 22:24:42