Trace number 3175253

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-mtUNSAT 80.1678 20.0753

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175253-1304104242.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.39/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
3.39/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.39/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.39/0.90	c calculated reachability. Time: 0.00
3.39/0.90	c Calc default polars -  time:   0.00 s pos:     133 undec:      39 neg:     128
3.39/0.90	c =========================================================================================
3.39/0.90	c types(t): F = full restart, N = normal restart
3.39/0.90	c types(t): S = simplification begin/end, E = solution found
3.39/0.90	c restart types(rt): st = static, dy = dynamic
3.39/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.39/0.90	c  B st     0         0       290      1265         0         0      3850         0   no data   no data  --
3.39/0.90	c Decided on static restart strategy
3.39/0.90	c  N st     8      4914       290      1265         0      4722      3850     63864   no data   no data  --
3.39/0.90	c  N st    10     11298       290      1265         0      4395      3850     47782   no data   no data  --
3.39/0.90	c  N st    11     17041       290      1265         0      9869      3850    123410   no data   no data  --
3.39/0.90	c  F st    12     25000       290      1265         0     12050      3850    150170   no data   no data  --
3.39/0.90	c  N st    12     25000       290      1265         0     12050      3850    150170   no data   no data  --
4.38/1.10	c Decided on static restart strategy
4.38/1.10	c  N st    18     30002       290      1265         0     10439      3850    121632   no data   no data  --
4.38/1.10	c  S st    18     30002       290      1265         0     10439      3850    121632   no data   no data  --
4.77/1.20	c  S st    18     30504       290      1265         0     10940      3850    129760   no data   no data  --
4.77/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.77/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
4.77/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.30	c lits-rem:       325  cl-subs:     1934  v-elim:      0  v-fix:    0  time:  0.42 s
5.17/1.30	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.02
5.17/1.30	c calculated reachability. Time: 0.00
5.17/1.30	c  N st    18     30504       290      1265         0      9006      3850    106029   no data   no data  --
6.37/1.63	c  N st    20     37615       290      1265         0      8294      3850     84471   no data   no data  --
7.59/1.95	c  N st    21     44016       290      1265         0     14379      3850    171431   no data   no data  --
7.97/2.05	c  S st    22     45756       290      1265         0     16025      3850    193161   no data   no data  --
7.97/2.09	c  S st    22     46260       290      1265         0     16522      3850    201096   no data   no data  --
7.97/2.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.37/2.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
8.37/2.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.37/2.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
8.37/2.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.57/2.44	c lits-rem:       460  cl-subs:     2568  v-elim:      0  v-fix:    0  time:  1.34 s
9.57/2.44	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
9.57/2.44	c vivif2 --  cl tried    13954 cl shrink        0 lits rem          0 time: 0.01
9.57/2.45	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.04
9.57/2.45	c calculated reachability. Time: 0.00
9.57/2.45	c  N st    22     46260       290      1265         0     13954      3850    169176   no data   no data  --
12.76/3.22	c  N st    23     60657       290      1265         0      9760      3850     91599   no data   no data  --
14.77/3.71	c  N st    24     69392       290      1265         0     18023      3850    202172   no data   no data  --
14.77/3.71	c  S st    24     69392       290      1265         0     18023      3850    202172   no data   no data  --
14.77/3.75	c  S st    24     69895       290      1265         0     18522      3850    210787   no data   no data  --
14.77/3.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.77/3.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.77/3.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
14.77/3.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.77/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.77/3.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
14.77/3.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.38/4.18	c lits-rem:       726  cl-subs:     3706  v-elim:      0  v-fix:    0  time:  1.64 s
16.38/4.18	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
16.38/4.18	c vivif2 --  cl tried    14816 cl shrink        0 lits rem          0 time: 0.01
16.38/4.19	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.04
16.38/4.19	c calculated reachability. Time: 0.00
16.38/4.19	c  N st    24     69895       290      1265         0     14816      3850    165936   no data   no data  --
20.77/5.25	c  F st    25     87504       290      1265         0     21083      3850    238294   no data   no data  --
20.77/5.25	c  N st    25     87504       290      1265         0     21083      3850    238294   no data   no data  --
21.95/5.57	c Decided on static restart strategy
22.75/5.73	c  N st    32     95544       290      1265         0     17504      3850    197077   no data   no data  --
25.16/6.37	c  N st    34    104844       290      1265         0     14077      3850    136583   no data   no data  --
25.16/6.37	c  S st    34    104844       290      1265         0     14077      3850    136583   no data   no data  --
25.54/6.41	c  S st    34    105347       290      1265         0     14576      3850    143973   no data   no data  --
25.54/6.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.54/6.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.54/6.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
25.54/6.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.54/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
25.54/6.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.95/6.59	c lits-rem:       212  cl-subs:      924  v-elim:      0  v-fix:    0  time:  0.67 s
25.95/6.59	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
25.95/6.59	c vivif2 --  cl tried    13652 cl shrink        0 lits rem          0 time: 0.01
26.35/6.60	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.03
26.35/6.60	c calculated reachability. Time: 0.00
26.35/6.60	c  N st    34    105347       290      1265         0     13652      3850    132894   no data   no data  --
28.75/7.20	c  N st    35    114945       290      1265         0     22737      3850    270358   no data   no data  --
32.34/8.16	c  N st    36    129342       290      1265         0     23089      3850    260359   no data   no data  --
38.73/9.72	c  N st    37    150938       290      1265         0     29413      3850    339004   no data   no data  --
40.73/10.24	c  S st    38    158020       290      1265         0     20930      3850    209857   no data   no data  --
40.73/10.29	c  S st    38    158527       290      1265         0     21435      3850    218271   no data   no data  --
40.73/10.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.73/10.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.73/10.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
41.13/10.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.13/10.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.13/10.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
41.13/10.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.74/10.76	c lits-rem:       748  cl-subs:     2549  v-elim:      0  v-fix:    0  time:  1.82 s
42.74/10.76	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
42.74/10.76	c vivif2 --  cl tried    18886 cl shrink        0 lits rem          0 time: 0.01
42.74/10.77	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.05
42.74/10.77	c calculated reachability. Time: 0.00
42.74/10.77	c  N st    38    158527       290      1265         0     18886      3850    188473   no data   no data  --
57.51/14.46	c  N st    39    207116       290      1265         2     31649      3850    338798   no data   no data  --
67.48/16.99	c  N st    40    237791       290      1265         2     24108      3850    235290   no data   no data  --
67.48/16.99	c  S st    40    237791       290      1265         2     24108      3850    235290   no data   no data  --
67.88/17.05	c  S st    40    238296       290      1265         7     24609      3850    242648   no data   no data  --
67.88/17.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.88/17.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
67.88/17.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
67.88/17.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.70/17.24	c subs with bin:     4021  lits-rem:      3612  v-fix:    0  time:  0.69 s
68.70/17.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    290 time:  0.00 s
68.70/17.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
69.89/17.59	c lits-rem:       555  cl-subs:      401  v-elim:      0  v-fix:    0  time:  1.38 s
69.89/17.59	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
69.89/17.59	c vivif2 --  cl tried    20189 cl shrink        0 lits rem          0 time: 0.01
70.28/17.60	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.05
70.28/17.60	c calculated reachability. Time: 0.00
70.28/17.60	c  N st    40    238296       290      1263        12     20189      3848    188036   no data   no data  --
76.68/19.28	c Finding binary XORs  T:     0.00 s  found:       0
79.87/20.07	c Following stats are for *FIRST FINISHED THREAD ONLY*
79.87/20.07	c num threads              : 4          
79.87/20.07	c restarts                 : 39         
79.87/20.07	c dynamic restarts         : 0          
79.87/20.07	c static restarts          : 39         
79.87/20.07	c full restarts            : 2          
79.87/20.07	c total simplify time      : 0.03       
79.87/20.07	c learnts DL2              : 0          
79.87/20.07	c learnts size 2           : 45         
79.87/20.07	c learnts size 1           : 5           (1.67      % of vars)
79.87/20.07	c filedLit time            : 0.05        (0.06      % time)
79.87/20.07	c v-elim SatELite          : 10          (3.33      % vars)
79.87/20.07	c SatELite time            : 6.93        (8.65      % time)
79.87/20.07	c v-elim xor               : 0           (0.00      % vars)
79.87/20.07	c xor elim time            : 0.01        (0.01      % time)
79.87/20.07	c num binary xor trees     : 0          
79.87/20.07	c binxor trees' crown      : 0           (nan       leafs/tree)
79.87/20.07	c bin xor find time        : 0.00       
79.87/20.07	c OTF clause improved      : 14014       (0.05      clauses/conflict)
79.87/20.07	c OTF impr. size diff      : 14536       (1.04       lits/clause)
79.87/20.07	c OTF cl watch-shrink      : 54135       (0.20      clauses/conflict)
79.87/20.07	c OTF cl watch-sh-lit      : 65979       (1.22       lits/clause)
79.87/20.07	c tried to recurMin cls    : 39901       (14.98      % of conflicts)
79.87/20.07	c updated cache            : 0           (0.00       lits/tried recurMin)
79.87/20.07	c unit cls received        : 0           (0.00      % of units)
79.87/20.07	c unit cls sent            : 1           (20.00     % of units)
79.87/20.07	c bin cls received         : 3          
79.87/20.07	c bin cls sent             : 14         
79.87/20.07	c clauses over max glue    : 0           (0.00      % of all clauses)
79.87/20.07	c conflicts                : 266433      (3326.88   / sec)
79.87/20.07	c decisions                : 311466      (2.46      % random)
79.87/20.07	c bogo-props               : 2541621590  (31736619.14 / sec)
79.87/20.07	c conflict literals        : 3707313     (29.03     % deleted)
79.87/20.07	c Memory used              : 274.16      MB
79.87/20.07	c single-thread CPU time   : 80.08       s
79.87/20.07	c all-threads sum CPU time : 80.09       s
79.87/20.07	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175253-1304104242/watcher-3175253-1304104242 -o /tmp/evaluation-result-3175253-1304104242/solver-3175253-1304104242 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175253-1304104242.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: 6.31 7.70 7.90 3/176 2603
/proc/meminfo: memFree=24390728/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 522021916 52465664 352 33554432000 4194304 4650419 140735586238864 18446744073709551615 212687731697 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 12809 352 303 112 0 7774 0
[pid=2603/tid=2604] ppid=2598 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522021917 52465664 357 33554432000 4194304 4650419 140735586238864 18446744073709551615 47650189268908 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522021917 52465664 357 33554432000 4194304 4650419 140735586238864 18446744073709551615 47650189268503 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522021917 52465664 357 33554432000 4194304 4650419 140735586238864 18446744073709551615 212682705776 0 0 4096 2 0 0 0 -1 6 0 0 0

[startup+0.0882419 s]
/proc/loadavg: 6.31 7.70 7.90 3/176 2603
/proc/meminfo: memFree=24390728/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=285040 CPUtime=3.39 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 4152 0 0 0 339 0 0 0 19 0 4 0 522021916 291880960 2395 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 71260 2395 393 112 0 66225 0
[pid=2603/tid=2604] ppid=2598 vsize=285040 CPUtime=0.84 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1034 0 0 0 84 0 0 0 25 0 4 0 522021917 291880960 2395 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=285040 CPUtime=0.85 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 906 0 0 0 85 0 0 0 18 0 4 0 522021917 291880960 2395 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=285040 CPUtime=0.84 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 831 0 0 0 84 0 0 0 19 0 4 0 522021917 291880960 2395 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 285040

[startup+0.956283 s]
/proc/loadavg: 6.31 7.70 7.90 3/176 2603
/proc/meminfo: memFree=24390728/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=285272 CPUtime=3.79 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 4615 0 0 0 379 0 0 0 19 0 4 0 522021916 292118528 2425 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 71318 2425 394 112 0 66283 0
[pid=2603/tid=2604] ppid=2598 vsize=285272 CPUtime=0.94 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1207 0 0 0 94 0 0 0 25 0 4 0 522021917 292118528 2425 33554432000 4194304 4650419 140735586238864 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=285272 CPUtime=0.95 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 962 0 0 0 95 0 0 0 19 0 4 0 522021917 292118528 2425 33554432000 4194304 4650419 140735586238864 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=285272 CPUtime=0.94 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 870 0 0 0 94 0 0 0 19 0 4 0 522021917 292118528 2425 33554432000 4194304 4650419 140735586238864 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 285272

[startup+1.00028 s]
/proc/loadavg: 6.31 7.70 7.90 3/176 2603
/proc/meminfo: memFree=24390728/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=285320 CPUtime=3.98 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 4789 0 0 0 397 1 0 0 19 0 4 0 522021916 292167680 2388 33554432000 4194304 4650419 140735586238864 18446744073709551615 4333600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 71330 2388 394 112 0 66295 0
[pid=2603/tid=2604] ppid=2598 vsize=285320 CPUtime=0.98 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1226 0 0 0 98 0 0 0 25 0 4 0 522021917 292167680 2388 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=285320 CPUtime=0.99 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1079 0 0 0 99 0 0 0 19 0 4 0 522021917 292167680 2388 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=285320 CPUtime=0.99 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 889 0 0 0 99 0 0 0 19 0 4 0 522021917 292167680 2388 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 285320

[startup+1.10026 s]
/proc/loadavg: 6.31 7.70 7.90 3/176 2603
/proc/meminfo: memFree=24390728/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=276748 CPUtime=4.38 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 5053 0 0 0 437 1 0 0 19 0 4 0 522021916 283389952 2448 33554432000 4194304 4650419 140735586238864 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 69187 2448 394 112 0 64152 0
[pid=2603/tid=2604] ppid=2598 vsize=276748 CPUtime=1.08 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1266 0 0 0 108 0 0 0 25 0 4 0 522021917 283389952 2448 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=276748 CPUtime=1.09 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1119 0 0 0 109 0 0 0 19 0 4 0 522021917 283389952 2448 33554432000 4194304 4650419 140735586238864 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=276748 CPUtime=1.09 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1036 0 0 0 109 0 0 0 19 0 4 0 522021917 283389952 2448 33554432000 4194304 4650419 140735586238864 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 276748

[startup+1.50019 s]
/proc/loadavg: 6.31 7.70 7.90 3/176 2603
/proc/meminfo: memFree=24390728/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=277024 CPUtime=5.97 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 7605 0 0 0 596 1 0 0 20 0 4 0 522021916 283672576 4510 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 69256 4510 395 112 0 64221 0
[pid=2603/tid=2604] ppid=2598 vsize=277024 CPUtime=1.48 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 2298 0 0 0 148 0 0 0 25 0 4 0 522021917 283672576 4510 33554432000 4194304 4650419 140735586238864 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=277024 CPUtime=1.49 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1382 0 0 0 149 0 0 0 19 0 4 0 522021917 283672576 4510 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=277024 CPUtime=1.49 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 1315 0 0 0 149 0 0 0 20 0 4 0 522021917 283672576 4510 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 277024

[startup+3.10089 s]
/proc/loadavg: 6.44 7.70 7.90 10/184 2611
/proc/meminfo: memFree=24313716/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=282532 CPUtime=12.36 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 12784 0 0 0 1234 2 0 0 25 0 4 0 522021916 289312768 7718 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 70633 7718 395 112 0 65598 0
[pid=2603/tid=2604] ppid=2598 vsize=282532 CPUtime=3.08 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 3142 0 0 0 308 0 0 0 25 0 4 0 522021917 289312768 7718 33554432000 4194304 4650419 140735586238864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=282532 CPUtime=3.09 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 2995 0 0 0 309 0 0 0 25 0 4 0 522021917 289312768 7718 33554432000 4194304 4650419 140735586238864 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=282532 CPUtime=3.07 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 2927 0 0 0 307 0 0 0 25 0 4 0 522021917 289312768 7718 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 282532

[startup+6.30631 s]
/proc/loadavg: 6.44 7.70 7.90 10/184 2611
/proc/meminfo: memFree=24290792/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=285536 CPUtime=25.16 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 19516 0 0 0 2513 3 0 0 25 0 4 0 522021916 292388864 9735 33554432000 4194304 4650419 140735586238864 18446744073709551615 4365311 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 71384 9735 395 112 0 66349 0
[pid=2603/tid=2604] ppid=2598 vsize=285536 CPUtime=6.29 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 5280 0 0 0 628 1 0 0 25 0 4 0 522021917 292388864 9735 33554432000 4194304 4650419 140735586238864 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=285536 CPUtime=6.29 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 4830 0 0 0 629 0 0 0 25 0 4 0 522021917 292388864 9735 33554432000 4194304 4650419 140735586238864 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=285536 CPUtime=6.26 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 3945 0 0 0 626 0 0 0 25 0 4 0 522021917 292388864 9735 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 285536

[startup+12.7011 s]
/proc/loadavg: 6.57 7.71 7.90 10/184 2611
/proc/meminfo: memFree=24254592/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=286940 CPUtime=50.71 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 28560 0 0 0 5066 5 0 0 25 0 4 0 522021916 293826560 11866 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 71735 11867 395 112 0 66700 0
[pid=2603/tid=2604] ppid=2598 vsize=286940 CPUtime=12.68 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 7610 0 0 0 1267 1 0 0 25 0 4 0 522021917 293826560 11867 33554432000 4194304 4650419 140735586238864 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=286940 CPUtime=12.69 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 7093 0 0 0 1268 1 0 0 25 0 4 0 522021917 293826560 11867 33554432000 4194304 4650419 140735586238864 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=286940 CPUtime=12.62 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 5710 0 0 0 1262 0 0 0 25 0 4 0 522021917 293826560 11867 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 286940

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

[startup+13.501 s]
/proc/loadavg: 6.57 7.71 7.90 10/184 2611
/proc/meminfo: memFree=24254484/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=289116 CPUtime=53.91 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 30387 0 0 0 5385 6 0 0 25 0 4 0 522021916 296054784 12684 33554432000 4194304 4650419 140735586238864 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 72279 12684 395 112 0 67244 0
[pid=2603/tid=2604] ppid=2598 vsize=289116 CPUtime=13.48 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 8074 0 0 0 1347 1 0 0 25 0 4 0 522021917 296054784 12684 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=289116 CPUtime=13.49 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 7709 0 0 0 1348 1 0 0 25 0 4 0 522021917 296054784 12684 33554432000 4194304 4650419 140735586238864 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=289116 CPUtime=13.42 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 6042 0 0 0 1341 1 0 0 25 0 4 0 522021917 296054784 12684 33554432000 4194304 4650419 140735586238864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 53.91
Current children cumulated vsize (KiB) 289116

[startup+16.7004 s]
/proc/loadavg: 6.68 7.71 7.90 10/184 2611
/proc/meminfo: memFree=24230676/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=289912 CPUtime=66.69 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 34733 0 0 0 6663 6 0 0 25 0 4 0 522021916 296869888 14728 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 72478 14728 395 112 0 67443 0
[pid=2603/tid=2604] ppid=2598 vsize=289912 CPUtime=16.68 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 9591 0 0 0 1666 2 0 0 25 0 4 0 522021917 296869888 14728 33554432000 4194304 4650419 140735586238864 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=289912 CPUtime=16.69 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 8465 0 0 0 1668 1 0 0 25 0 4 0 522021917 296869888 14728 33554432000 4194304 4650419 140735586238864 18446744073709551615 4363568 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=289912 CPUtime=16.6 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 6828 0 0 0 1659 1 0 0 25 0 4 0 522021917 296869888 14728 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 66.69
Current children cumulated vsize (KiB) 289912

[startup+18.3011 s]
/proc/loadavg: 6.79 7.72 7.90 10/184 2611
/proc/meminfo: memFree=24225592/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=289956 CPUtime=73.09 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 36093 0 0 0 7302 7 0 0 25 0 4 0 522021916 296914944 15564 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 72489 15564 395 112 0 67454 0
[pid=2603/tid=2604] ppid=2598 vsize=289956 CPUtime=18.29 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 9799 0 0 0 1827 2 0 0 25 0 4 0 522021917 296914944 15564 33554432000 4194304 4650419 140735586238864 18446744073709551615 4331268 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=289956 CPUtime=18.29 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 8988 0 0 0 1828 1 0 0 25 0 4 0 522021917 296914944 15564 33554432000 4194304 4650419 140735586238864 18446744073709551615 4310860 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=289956 CPUtime=18.2 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 7229 0 0 0 1819 1 0 0 25 0 4 0 522021917 296914944 15564 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 73.09
Current children cumulated vsize (KiB) 289956

[startup+19.101 s]
/proc/loadavg: 6.79 7.72 7.90 10/184 2611
/proc/meminfo: memFree=24225592/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=290044 CPUtime=76.28 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 37046 0 0 0 7621 7 0 0 25 0 4 0 522021916 297005056 15268 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 72511 15269 395 112 0 67476 0
[pid=2603/tid=2604] ppid=2598 vsize=290044 CPUtime=19.09 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 10155 0 0 0 1907 2 0 0 25 0 4 0 522021917 297005056 15269 33554432000 4194304 4650419 140735586238864 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=290044 CPUtime=19.08 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 9345 0 0 0 1907 1 0 0 25 0 4 0 522021917 297005056 15269 33554432000 4194304 4650419 140735586238864 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=290044 CPUtime=18.99 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 7337 0 0 0 1898 1 0 0 25 0 4 0 522021917 297005056 15269 33554432000 4194304 4650419 140735586238864 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 76.28
Current children cumulated vsize (KiB) 290044

[startup+19.5069 s]
/proc/loadavg: 6.79 7.72 7.90 10/184 2611
/proc/meminfo: memFree=24214432/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=280740 CPUtime=77.89 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 37649 0 0 0 7782 7 0 0 25 0 4 0 522021916 287477760 15259 33554432000 4194304 4650419 140735586238864 18446744073709551615 4303950 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 70185 15259 395 112 0 65150 0
[pid=2603/tid=2604] ppid=2598 vsize=280740 CPUtime=19.49 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 10229 0 0 0 1947 2 0 0 25 0 4 0 522021917 287477760 15259 33554432000 4194304 4650419 140735586238864 18446744073709551615 4306748 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=280740 CPUtime=19.49 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 9434 0 0 0 1948 1 0 0 25 0 4 0 522021917 287477760 15259 33554432000 4194304 4650419 140735586238864 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=280740 CPUtime=19.39 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 7607 0 0 0 1938 1 0 0 25 0 4 0 522021917 287477760 15259 33554432000 4194304 4650419 140735586238864 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 77.89
Current children cumulated vsize (KiB) 280740

[startup+19.9008 s]
/proc/loadavg: 6.79 7.72 7.90 10/184 2611
/proc/meminfo: memFree=24214432/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=280740 CPUtime=79.47 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 37953 0 0 0 7940 7 0 0 25 0 4 0 522021916 287477760 15563 33554432000 4194304 4650419 140735586238864 18446744073709551615 4363500 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 70185 15563 395 112 0 65150 0
[pid=2603/tid=2604] ppid=2598 vsize=280740 CPUtime=19.88 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 10302 0 0 0 1986 2 0 0 25 0 4 0 522021917 287477760 15563 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=280740 CPUtime=19.88 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 9505 0 0 0 1987 1 0 0 25 0 4 0 522021917 287477760 15563 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=280740 CPUtime=19.78 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 7673 0 0 0 1977 1 0 0 25 0 4 0 522021917 287477760 15563 33554432000 4194304 4650419 140735586238864 18446744073709551615 4330655 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 79.47
Current children cumulated vsize (KiB) 280740

[startup+20.0008 s]
/proc/loadavg: 6.79 7.72 7.90 10/184 2611
/proc/meminfo: memFree=24214432/32951124 swapFree=67111524/67111528
[pid=2603] ppid=2598 vsize=280740 CPUtime=79.87 cores=0,2,4,6
/proc/2603/stat : 2603 (strangenight1-m) R 2598 2603 2566 0 -1 4202496 38018 0 0 0 7980 7 0 0 25 0 4 0 522021916 287477760 15628 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2603/statm: 70185 15628 395 112 0 65150 0
[pid=2603/tid=2604] ppid=2598 vsize=280740 CPUtime=19.98 cores=0,2,4,6
/proc/2603/task/2604/stat : 2604 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 10317 0 0 0 1996 2 0 0 25 0 4 0 522021917 287477760 15628 33554432000 4194304 4650419 140735586238864 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2603/tid=2605] ppid=2598 vsize=280740 CPUtime=19.98 cores=0,2,4,6
/proc/2603/task/2605/stat : 2605 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 9518 0 0 0 1997 1 0 0 25 0 4 0 522021917 287477760 15628 33554432000 4194304 4650419 140735586238864 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2603/tid=2609] ppid=2598 vsize=280740 CPUtime=19.88 cores=0,2,4,6
/proc/2603/task/2609/stat : 2609 (strangenight1-m) R 2598 2603 2566 0 -1 4202560 7692 0 0 0 1987 1 0 0 25 0 4 0 522021917 287477760 15628 33554432000 4194304 4650419 140735586238864 18446744073709551615 4334120 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 79.87
Current children cumulated vsize (KiB) 280740

Child status: 20
Real time (s): 20.0753
CPU time (s): 80.1678
CPU user time (s): 80.0888
CPU system time (s): 0.078987
CPU usage (%): 399.335
Max. virtual memory (cumulated for all children) (KiB): 291680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.0888
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38073
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= 268
involuntary context switches= 529

runsolver used 0.029995 second user time and 0.080987 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 21:10:42
IDJOB=3175253
IDBENCH=82871
IDSOLVER=1588
FILE ID=node139/3175253-1304104242
RUNJOBID= node139-1304104242-2584
PBS_JOBID= 13170647
Free space on /tmp= 72552 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175253-1304104242/watcher-3175253-1304104242 -o /tmp/evaluation-result-3175253-1304104242/solver-3175253-1304104242 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175253-1304104242.cnf

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

MD5SUM BENCH= dbf411c57e02bcb78ae06dd835bb89b5
RANDOM SEED=160186689

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:      24391164 kB
Buffers:       2045876 kB
Cached:        5930744 kB
SwapCached:          4 kB
Active:         933648 kB
Inactive:      7105928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24391164 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12588 kB
Writeback:           0 kB
AnonPages:       63152 kB
Mapped:          14784 kB
Slab:           454008 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187104 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= 72540 MiB
End job on node139 at 2011-04-29 21:11:02