Trace number 3366577

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)UNSAT 41.0918 10.3115

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S566093033-041.UNKNOWN.cnf
MD5SUM85e2085fcd9bc0d9740c43994b898153
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.556915
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 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366577-1305408875.cnf'
0.00/0.01	c -- header says num vars:            300
0.00/0.01	c -- header says num clauses:        1278
0.00/0.11	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.11	c -- vars added        300
0.00/0.11	c Parsing time:  0.00 s
0.00/0.11	c  N st     0         0       300      1278         0         0      3834         0   no data   no data
0.00/0.11	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
0.00/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.11	c calculated reachability. Time: 0.00
0.00/0.11	c Calc default polars -  time:   0.00 s pos:     135 undec:      37 neg:     128
0.00/0.11	c =========================================================================================
0.00/0.11	c types(t): F = full restart, N = normal restart
0.00/0.11	c types(t): S = simplification begin/end, E = solution found
0.00/0.11	c restart types(rt): st = static, dy = dynamic
0.00/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.11	c  B st     0         0       294      1272         0         0      3845         0   no data   no data
0.00/0.11	c Decided on static restart strategy
0.77/0.21	c  N st     8      4920       294      1272         0      4755      3845     70343   no data   no data
1.16/0.33	c  N st    10     11305       294      1272         0      4394      3845     49618   no data   no data
1.96/0.53	c  N st    11     17051       294      1272         0      9854      3845    123789   no data   no data
3.16/0.84	c  F st    12     25001       294      1272         0     12031      3845    152987   no data   no data
3.16/0.84	c  N st    12     25001       294      1272         0     12031      3845    152987   no data   no data
3.96/1.06	c Decided on static restart strategy
3.96/1.06	c  N st    18     30000       294      1272         0     10349      3845    125410   no data   no data
3.96/1.06	c  S st    18     30000       294      1272         0     10349      3845    125410   no data   no data
3.96/1.10	c  S st    18     30501       294      1272         0     10844      3845    133449   no data   no data
3.96/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.96/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.96/1.10	c blocked clauses removed:        9 vars:      2 tried:         294 T: 0.00 s
3.96/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.96/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.96/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
3.96/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.96/1.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.96/1.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.18	c lits-rem:       186  cl-subs:     2034  v-elim:      0  v-fix:    0  time:  0.08 s
4.38/1.19	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.00
4.38/1.19	c calculated reachability. Time: 0.00
4.38/1.19	c  N st    18     30501       292      1263         0      8756      3818    105988   no data   no data
5.95/1.54	c  N st    20     37612       292      1263         0      8109      3818     83348   no data   no data
7.15/1.82	c  N st    21     44012       292      1263         0     14169      3818    170299   no data   no data
7.56/1.92	c  S st    22     45751       292      1263         0     15841      3818    193925   no data   no data
7.56/1.97	c  S st    22     46254       292      1263         0     16338      3818    201579   no data   no data
7.56/1.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.56/1.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.56/1.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.56/1.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.56/1.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.56/1.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
7.56/1.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.56/1.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.56/1.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.35/2.13	c lits-rem:       280  cl-subs:     2350  v-elim:      0  v-fix:    0  time:  0.15 s
8.35/2.13	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
8.35/2.14	c vivif2 --  cl tried    13988 cl shrink        0 lits rem          0 time: 0.00
8.35/2.14	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.01
8.35/2.14	c calculated reachability. Time: 0.00
8.35/2.14	c  N st    22     46254       292      1263         0     13988      3818    170171   no data   no data
11.54/2.96	c  N st    23     60651       292      1263         0      9771      3818     93057   no data   no data
13.57/3.45	c  N st    24     69384       292      1263         0     17995      3818    196910   no data   no data
13.57/3.45	c  S st    24     69384       292      1263         0     17995      3818    196910   no data   no data
13.93/3.50	c  S st    24     69889       292      1263         0     18494      3818    204694   no data   no data
13.93/3.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.93/3.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.93/3.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.93/3.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.93/3.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.93/3.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
13.93/3.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.93/3.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.93/3.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.72	c lits-rem:       207  cl-subs:     4492  v-elim:      0  v-fix:    0  time:  0.20 s
14.73/3.72	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
14.73/3.72	c vivif2 --  cl tried    14002 cl shrink        0 lits rem          0 time: 0.00
14.73/3.73	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.01
14.73/3.73	c calculated reachability. Time: 0.00
14.73/3.73	c  N st    24     69889       292      1263         0     14002      3818    152509   no data   no data
18.71/4.72	c  F st    25     87500       292      1263         0     20426      3818    231893   no data   no data
18.71/4.72	c  N st    25     87500       292      1263         0     20426      3818    231893   no data   no data
19.91/5.05	c Decided on static restart strategy
20.71/5.21	c  N st    32     95540       292      1263         0     16806      3818    188799   no data   no data
23.10/5.84	c  N st    34    104834       292      1263         0     13335      3818    125494   no data   no data
23.10/5.84	c  S st    34    104834       292      1263         0     13335      3818    125494   no data   no data
23.10/5.88	c  S st    34    105335       292      1263         0     13835      3818    133320   no data   no data
23.10/5.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.10/5.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.10/5.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.10/5.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.10/5.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.10/5.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
23.10/5.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.10/5.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.10/5.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.49/5.91	c lits-rem:        99  cl-subs:      761  v-elim:      0  v-fix:    0  time:  0.03 s
23.49/5.91	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
23.49/5.91	c vivif2 --  cl tried    13074 cl shrink        0 lits rem          0 time: 0.00
23.49/5.92	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.01
23.49/5.92	c calculated reachability. Time: 0.00
23.49/5.92	c  N st    34    105335       292      1263         0     13074      3818    124913   no data   no data
25.90/6.50	c  N st    35    114935       292      1263         0     22080      3818    236800   no data   no data
29.49/7.45	c  N st    36    129332       292      1263         1     22452      3818    233923   no data   no data
34.67/8.73	c Finding binary XORs  T:     0.00 s  found:       0
35.51/8.95	c  N st    37    150927       291      1236        14     17828      3759    178128   no data   no data
37.06/9.35	c  S st    38    158004       291      1236        14     14874      3759    140092   no data   no data
37.06/9.39	c  S st    38    158508       291      1236        18     15374      3759    147680   no data   no data
37.06/9.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.06/9.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
37.06/9.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.06/9.39	c bin-w-bin subsume rem            1 bins  time:  0.00 s
37.06/9.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.06/9.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
37.06/9.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.06/9.39	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
37.46/9.42	c subs with bin:      920  lits-rem:      2192  v-fix:    0  time:  0.03 s
37.86/9.50	c lits-rem:       403  cl-subs:     2089  v-elim:      0  v-fix:    0  time:  0.07 s
37.86/9.50	c vivif2 --  cl tried     1235 cl shrink        0 lits rem          0 time: 0.00
37.86/9.50	c vivif2 --  cl tried    12085 cl shrink        2 lits rem          2 time: 0.00
37.86/9.51	c asymm  cl-useful: 0/1235/1235 lits-rem:0 time: 0.01
37.86/9.51	c calculated reachability. Time: 0.00
37.86/9.51	c  N st    38    158508       290      1235        19     12085      3769    110945   no data   no data
41.04/10.30	c Following stats are for *FIRST FINISHED THREAD ONLY*
41.04/10.30	c num threads              : 4          
41.04/10.30	c restarts                 : 38         
41.04/10.30	c dynamic restarts         : 0          
41.04/10.30	c static restarts          : 38         
41.04/10.30	c full restarts            : 2          
41.04/10.30	c total simplify time      : 0.03       
41.04/10.30	c learnts DL2              : 0          
41.04/10.30	c learnts size 2           : 224        
41.04/10.30	c learnts size 1           : 80          (26.67     % of vars)
41.04/10.30	c filedLit time            : 0.01        (0.08      % time)
41.04/10.30	c v-elim SatELite          : 6           (2.00      % vars)
41.04/10.30	c SatELite time            : 0.34        (3.35      % time)
41.04/10.30	c v-elim xor               : 0           (0.00      % vars)
41.04/10.30	c xor elim time            : 0.00        (0.01      % time)
41.04/10.30	c num binary xor trees     : 0          
41.04/10.30	c binxor trees' crown      : 0           (nan       leafs/tree)
41.04/10.30	c bin xor find time        : 0.00       
41.04/10.30	c OTF clause improved      : 8540        (0.05      clauses/conflict)
41.04/10.30	c OTF impr. size diff      : 8838        (1.03       lits/clause)
41.04/10.30	c OTF cl watch-shrink      : 26212       (0.16      clauses/conflict)
41.04/10.30	c OTF cl watch-sh-lit      : 30654       (1.17       lits/clause)
41.04/10.30	c tried to recurMin cls    : 17501       (10.79      % of conflicts)
41.04/10.30	c updated cache            : 588         (0.03       lits/tried recurMin)
41.04/10.30	c unit cls recevied        : 3           (3.75      % of units)
41.04/10.30	c unit cls sent            : 1           (1.25      % of units)
41.04/10.30	c bin cls recevied         : 4          
41.04/10.30	c bin cls sent             : 13         
41.04/10.30	c clauses over max glue    : 0           (0.00      % of all clauses)
41.04/10.30	c conflicts                : 162266      (15976.64  / sec)
41.04/10.30	c decisions                : 190376      (4.09      % random)
41.04/10.30	c bogo-props               : 1247423998  (122820806.87 / sec)
41.04/10.30	c conflict literals        : 2158839     (27.76     % deleted)
41.04/10.30	c Memory used              : 269.55      MB
41.04/10.30	c single-thread CPU time   : 10.16       s
41.04/10.30	c all-threads sum CPU time : 41.04       s
41.04/10.30	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-3366577-1305408875/watcher-3366577-1305408875 -o /tmp/evaluation-result-3366577-1305408875/solver-3366577-1305408875 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366577-1305408875.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.21 8.20 8.02 6/373 17823
/proc/meminfo: memFree=22294912/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 652485282 52396032 348 33554432000 4194304 4580107 140735907114576 18446744073709551615 212687731697 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 12792 348 299 95 0 7774 0
[pid=17823/tid=17824] ppid=17821 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652485282 52396032 352 33554432000 4194304 4580107 140735907114576 18446744073709551615 47321034835481 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652485282 52396032 352 33554432000 4194304 4580107 140735907114576 18446744073709551615 47321034835472 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652485282 52396032 352 33554432000 4194304 4580107 140735907114576 18446744073709551615 47321034835884 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.114478 s]
/proc/loadavg: 8.21 8.20 8.02 6/373 17823
/proc/meminfo: memFree=22294912/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=282168 CPUtime=0.42 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 1433 0 0 0 42 0 0 0 25 0 4 0 652485282 288940032 1337 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 70542 1337 377 95 0 65524 0
[pid=17823/tid=17824] ppid=17821 vsize=282168 CPUtime=0.1 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 282 0 0 0 10 0 0 0 25 0 4 0 652485282 288940032 1338 33554432000 4194304 4580107 140735907114576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=282168 CPUtime=0.1 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 256 0 0 0 10 0 0 0 25 0 4 0 652485282 288940032 1338 33554432000 4194304 4580107 140735907114576 18446744073709551615 4487413 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=282168 CPUtime=0.1 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 221 0 0 0 10 0 0 0 25 0 4 0 652485282 288940032 1338 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282168

[startup+0.200371 s]
/proc/loadavg: 8.21 8.20 8.02 6/373 17823
/proc/meminfo: memFree=22294912/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=282964 CPUtime=0.77 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 1873 0 0 0 77 0 0 0 25 0 4 0 652485282 289755136 1415 33554432000 4194304 4580107 140735907114576 18446744073709551615 4295890 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 70741 1415 377 95 0 65723 0
[pid=17823/tid=17824] ppid=17821 vsize=282964 CPUtime=0.19 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 393 0 0 0 19 0 0 0 25 0 4 0 652485282 289755136 1415 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=282964 CPUtime=0.19 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 358 0 0 0 19 0 0 0 25 0 4 0 652485282 289755136 1415 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=282964 CPUtime=0.18 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 333 0 0 0 18 0 0 0 25 0 4 0 652485282 289755136 1415 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 282964

[startup+0.300353 s]
/proc/loadavg: 8.21 8.20 8.02 6/373 17823
/proc/meminfo: memFree=22294912/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=283112 CPUtime=1.16 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 2197 0 0 0 116 0 0 0 25 0 4 0 652485282 289906688 1739 33554432000 4194304 4580107 140735907114576 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 70778 1739 377 95 0 65760 0
[pid=17823/tid=17824] ppid=17821 vsize=283112 CPUtime=0.29 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 478 0 0 0 29 0 0 0 25 0 4 0 652485282 289906688 1739 33554432000 4194304 4580107 140735907114576 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=283112 CPUtime=0.29 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 436 0 0 0 29 0 0 0 25 0 4 0 652485282 289906688 1739 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=283112 CPUtime=0.28 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 414 0 0 0 28 0 0 0 25 0 4 0 652485282 289906688 1739 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 283112

[startup+0.70028 s]
/proc/loadavg: 8.21 8.20 8.02 6/373 17823
/proc/meminfo: memFree=22294912/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=284092 CPUtime=2.76 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 3736 0 0 0 276 0 0 0 25 0 4 0 652485282 290910208 2028 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293134 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 71023 2028 377 95 0 66005 0
[pid=17823/tid=17824] ppid=17821 vsize=284092 CPUtime=0.69 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 860 0 0 0 69 0 0 0 25 0 4 0 652485282 290910208 2028 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=284092 CPUtime=0.69 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 825 0 0 0 69 0 0 0 25 0 4 0 652485282 290910208 2028 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=284092 CPUtime=0.68 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 791 0 0 0 68 0 0 0 25 0 4 0 652485282 290910208 2028 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293179 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284092

[startup+1.50114 s]
/proc/loadavg: 8.20 8.19 8.02 9/377 17827
/proc/meminfo: memFree=22283844/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=288092 CPUtime=5.95 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 7530 0 0 0 595 0 0 0 25 0 4 0 652485282 295006208 4200 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293938 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 72023 4201 379 95 0 67005 0
[pid=17823/tid=17824] ppid=17821 vsize=288092 CPUtime=1.49 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 2176 0 0 0 149 0 0 0 25 0 4 0 652485282 295006208 4201 33554432000 4194304 4580107 140735907114576 18446744073709551615 4296271 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=288092 CPUtime=1.49 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 1388 0 0 0 149 0 0 0 25 0 4 0 652485282 295006208 4201 33554432000 4194304 4580107 140735907114576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=288092 CPUtime=1.47 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 1354 0 0 0 147 0 0 0 25 0 4 0 652485282 295006208 4201 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 288092

[startup+3.10084 s]
/proc/loadavg: 8.20 8.19 8.02 9/377 17827
/proc/meminfo: memFree=22266732/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=288532 CPUtime=12.34 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 13519 0 0 0 1233 1 0 0 25 0 4 0 652485282 295456768 7024 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 72133 7025 379 95 0 67115 0
[pid=17823/tid=17824] ppid=17821 vsize=288532 CPUtime=3.09 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 2880 0 0 0 309 0 0 0 25 0 4 0 652485282 295456768 7025 33554432000 4194304 4580107 140735907114576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=288532 CPUtime=3.09 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 3365 0 0 0 309 0 0 0 25 0 4 0 652485282 295456768 7025 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=288532 CPUtime=3.06 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 3310 0 0 0 305 1 0 0 25 0 4 0 652485282 295456768 7025 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293208 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 288532

[startup+6.30026 s]
/proc/loadavg: 8.20 8.19 8.02 9/377 17827
/proc/meminfo: memFree=22252040/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=293028 CPUtime=25.1 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 20502 0 0 0 2507 3 0 0 25 0 4 0 652485282 300060672 9164 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 73257 9164 379 95 0 68239 0
[pid=17823/tid=17824] ppid=17821 vsize=293028 CPUtime=6.29 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 5001 0 0 0 629 0 0 0 25 0 4 0 652485282 300060672 9164 33554432000 4194304 4580107 140735907114576 18446744073709551615 4340603 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=293028 CPUtime=6.29 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 5115 0 0 0 629 0 0 0 25 0 4 0 652485282 300060672 9164 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293105 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=293028 CPUtime=6.21 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 4607 0 0 0 620 1 0 0 25 0 4 0 652485282 300060672 9164 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 293028

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

[startup+6.40125 s]
/proc/loadavg: 8.20 8.19 8.02 9/377 17827
/proc/meminfo: memFree=22252040/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=293068 CPUtime=25.51 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 20786 0 0 0 2548 3 0 0 25 0 4 0 652485282 300101632 9058 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 73267 9058 379 95 0 68249 0
[pid=17823/tid=17824] ppid=17821 vsize=293068 CPUtime=6.39 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 5189 0 0 0 639 0 0 0 25 0 4 0 652485282 300101632 9058 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=293068 CPUtime=6.39 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 5134 0 0 0 639 0 0 0 25 0 4 0 652485282 300101632 9058 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=293068 CPUtime=6.31 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 4662 0 0 0 630 1 0 0 25 0 4 0 652485282 300101632 9058 33554432000 4194304 4580107 140735907114576 18446744073709551615 4332198 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 293068

[startup+8.00095 s]
/proc/loadavg: 8.18 8.19 8.02 9/377 17827
/proc/meminfo: memFree=22249064/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=294452 CPUtime=31.88 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 24314 0 0 0 3184 4 0 0 25 0 4 0 652485282 301518848 10255 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293170 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 73613 10255 379 95 0 68595 0
[pid=17823/tid=17824] ppid=17821 vsize=294452 CPUtime=7.99 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 5980 0 0 0 799 0 0 0 25 0 4 0 652485282 301518848 10255 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=294452 CPUtime=7.98 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 5779 0 0 0 798 0 0 0 25 0 4 0 652485282 301518848 10255 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=294452 CPUtime=7.89 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 5972 0 0 0 787 2 0 0 25 0 4 0 652485282 301518848 10255 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 294452

[startup+9.60066 s]
/proc/loadavg: 8.18 8.19 8.02 9/377 17827
/proc/meminfo: memFree=22247340/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=276536 CPUtime=38.26 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 26917 0 0 0 3822 4 0 0 25 0 4 0 652485282 283172864 10158 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294389 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 69134 10158 379 95 0 64116 0
[pid=17823/tid=17824] ppid=17821 vsize=276536 CPUtime=9.59 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6509 0 0 0 959 0 0 0 25 0 4 0 652485282 283172864 10158 33554432000 4194304 4580107 140735907114576 18446744073709551615 4318508 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=276536 CPUtime=9.59 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6469 0 0 0 958 1 0 0 25 0 4 0 652485282 283172864 10158 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=276536 CPUtime=9.48 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6682 0 0 0 946 2 0 0 25 0 4 0 652485282 283172864 10158 33554432000 4194304 4580107 140735907114576 18446744073709551615 4321056 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 276536

[startup+10.0136 s]
/proc/loadavg: 8.18 8.19 8.02 9/377 17827
/proc/meminfo: memFree=22251432/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=276536 CPUtime=39.9 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 27301 0 0 0 3986 4 0 0 25 0 4 0 652485282 283172864 10542 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 69134 10542 379 95 0 64116 0
[pid=17823/tid=17824] ppid=17821 vsize=276536 CPUtime=10 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6606 0 0 0 1000 0 0 0 25 0 4 0 652485282 283172864 10542 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293911 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=276536 CPUtime=10 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6551 0 0 0 999 1 0 0 25 0 4 0 652485282 283172864 10542 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=276536 CPUtime=9.88 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6771 0 0 0 986 2 0 0 25 0 4 0 652485282 283172864 10542 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39.9
Current children cumulated vsize (KiB) 276536

[startup+10.2006 s]
/proc/loadavg: 8.18 8.19 8.02 9/377 17827
/proc/meminfo: memFree=22251432/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=276020 CPUtime=40.64 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 27494 0 0 0 4060 4 0 0 25 0 4 0 652485282 282644480 10281 33554432000 4194304 4580107 140735907114576 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 69005 10281 379 95 0 63987 0
[pid=17823/tid=17824] ppid=17821 vsize=276020 CPUtime=10.19 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6695 0 0 0 1019 0 0 0 25 0 4 0 652485282 282644480 10281 33554432000 4194304 4580107 140735907114576 18446744073709551615 4305303 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=276020 CPUtime=10.19 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6580 0 0 0 1018 1 0 0 25 0 4 0 652485282 282644480 10281 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=276020 CPUtime=10.06 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6805 0 0 0 1004 2 0 0 25 0 4 0 652485282 282644480 10281 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40.64
Current children cumulated vsize (KiB) 276020

[startup+10.3005 s]
/proc/loadavg: 8.18 8.19 8.02 9/377 17827
/proc/meminfo: memFree=22251432/32951124 swapFree=67111348/67111528
[pid=17823] ppid=17821 vsize=276020 CPUtime=41.04 cores=0,2,4,6
/proc/17823/stat : 17823 (strangenight2-m) R 17821 17823 17510 0 -1 4202496 27569 0 0 0 4100 4 0 0 25 0 4 0 652485282 282644480 10356 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17823/statm: 69005 10357 379 95 0 63987 0
[pid=17823/tid=17824] ppid=17821 vsize=276020 CPUtime=10.29 cores=0,2,4,6
/proc/17823/task/17824/stat : 17824 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6720 0 0 0 1029 0 0 0 25 0 4 0 652485282 282644480 10357 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17823/tid=17825] ppid=17821 vsize=276020 CPUtime=10.29 cores=0,2,4,6
/proc/17823/task/17825/stat : 17825 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6595 0 0 0 1028 1 0 0 25 0 4 0 652485282 282644480 10357 33554432000 4194304 4580107 140735907114576 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17823/tid=17826] ppid=17821 vsize=276020 CPUtime=10.16 cores=0,2,4,6
/proc/17823/task/17826/stat : 17826 (strangenight2-m) R 17821 17823 17510 0 -1 4202560 6820 0 0 0 1014 2 0 0 25 0 4 0 652485282 282644480 10357 33554432000 4194304 4580107 140735907114576 18446744073709551615 4305229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 41.04
Current children cumulated vsize (KiB) 276020

Child status: 20
Real time (s): 10.3115
CPU time (s): 41.0918
CPU user time (s): 41.0408
CPU system time (s): 0.050992
CPU usage (%): 398.504
Max. virtual memory (cumulated for all children) (KiB): 294536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.0408
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27578
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= 118
involuntary context switches= 306

runsolver used 0.032994 second user time and 0.099984 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-14 23:34:35
IDJOB=3366577
IDBENCH=82986
IDSOLVER=1844
FILE ID=node139/3366577-1305408875
RUNJOBID= node139-1305406025-17528
PBS_JOBID= 13324507
Free space on /tmp= 73352 MiB

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

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

MD5SUM BENCH= 85e2085fcd9bc0d9740c43994b898153
RANDOM SEED=1015024369

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22295208 kB
Buffers:        299316 kB
Cached:        2895336 kB
SwapCached:          0 kB
Active:        8290424 kB
Inactive:      2059560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22295208 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5464 kB
Writeback:           0 kB
AnonPages:     7155240 kB
Mapped:          29352 kB
Slab:           203016 kB
PageTables:      38592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77194492 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= 73348 MiB
End job on node139 at 2011-05-14 23:34:46