Trace number 3368773

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)SAT 79.6649 19.9835

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S25975519-056.SATISFIABLE.cnf
MD5SUMe97f6275ab407a8de4fd3a3e9a04d03e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368773-1305402700.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:      43 undec:       1 neg:      31
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
2.77/0.75	c Decided on static restart strategy
2.77/0.75	c  N st     8      4913        75      1597         0      4457      7985     76745   no data   no data  --
2.77/0.75	c  N st    10     11296        75      1597         0      4128      7985     57742   no data   no data  --
2.77/0.75	c  N st    11     17040        75      1597         0      9346      7985    145090   no data   no data  --
2.77/0.75	c  F st    12     25000        75      1597         0     11417      7985    178484   no data   no data  --
2.77/0.75	c  N st    12     25000        75      1597         0     11417      7985    178484   no data   no data  --
3.57/0.95	c Decided on static restart strategy
3.57/0.95	c  N st    18     30000        75      1597         0      9787      7985    141864   no data   no data  --
3.57/0.95	c  S st    18     30000        75      1597         0      9787      7985    141864   no data   no data  --
3.57/0.95	c  S st    18     30501        75      1597         0     10263      7985    150432   no data   no data  --
3.57/0.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.96/1.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.96/1.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.96/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.96/1.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.96/1.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.81/1.25	c lits-rem:      1493  cl-subs:     2612  v-elim:      0  v-fix:    0  time:  0.83 s
4.81/1.25	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.81/1.25	c calculated reachability. Time: 0.00
4.81/1.25	c  N st    18     30501        75      1597         0      7651      7985    109158   no data   no data  --
5.96/1.52	c  N st    20     37613        75      1597         0      7055      7985     91877   no data   no data  --
6.75/1.74	c  N st    21     44012        75      1597         0     12743      7985    182057   no data   no data  --
7.15/1.83	c  S st    22     45751        75      1597         0     14331      7985    208670   no data   no data  --
7.15/1.87	c  S st    22     46254        75      1597         0     14794      7985    216838   no data   no data  --
7.15/1.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.15/1.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.15/1.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.15/1.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.15/1.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.15/1.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.15/1.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.74/2.77	c lits-rem:      1989  cl-subs:     3174  v-elim:      0  v-fix:    0  time:  3.54 s
10.74/2.77	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
10.74/2.77	c vivif2 --  cl tried    11620 cl shrink        0 lits rem          0 time: 0.01
11.14/2.81	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
11.14/2.81	c calculated reachability. Time: 0.00
11.14/2.81	c  N st    22     46254        75      1597         0     11620      7985    166121   no data   no data  --
13.58/3.46	c  N st    23     60651        75      1597         0     16722      7985    243895   no data   no data  --
15.13/3.89	c  N st    24     69381        75      1597         0     15740      7985    219464   no data   no data  --
15.13/3.89	c  S st    24     69381        75      1597         0     15740      7985    219464   no data   no data  --
15.53/3.93	c  S st    24     69886        75      1597         0     16212      7985    228050   no data   no data  --
15.53/3.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.53/3.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.53/3.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.53/3.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.53/3.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.53/3.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.53/3.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.52/4.92	c lits-rem:      2305  cl-subs:     2913  v-elim:      0  v-fix:    0  time:  3.90 s
19.52/4.92	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.52/4.92	c vivif2 --  cl tried    13299 cl shrink        0 lits rem          0 time: 0.01
19.52/4.98	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.22
19.52/4.98	c calculated reachability. Time: 0.00
19.52/4.98	c  N st    24     69886        75      1597         0     13299      7985    182927   no data   no data  --
23.50/5.92	c  F st    25     87501        75      1597         0     19491      7985    281455   no data   no data  --
23.50/5.92	c  N st    25     87501        75      1597         0     19491      7985    281455   no data   no data  --
24.70/6.22	c Decided on static restart strategy
25.10/6.37	c  N st    32     95536        75      1597         0     16046      7985    216585   no data   no data  --
27.49/6.96	c  N st    34    104829        75      1597         0     12731      7985    156532   no data   no data  --
27.49/6.96	c  S st    34    104829        75      1597         0     12731      7985    156532   no data   no data  --
27.89/7.00	c  S st    34    105334        75      1597         0     13204      7985    165153   no data   no data  --
27.89/7.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.89/7.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.89/7.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
27.89/7.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.89/7.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.89/7.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
27.89/7.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.30/7.64	c lits-rem:       771  cl-subs:     1130  v-elim:      0  v-fix:    0  time:  2.53 s
30.30/7.64	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
30.30/7.64	c vivif2 --  cl tried    12074 cl shrink        0 lits rem          0 time: 0.01
30.30/7.69	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
30.30/7.69	c calculated reachability. Time: 0.00
30.30/7.69	c  N st    34    105334        75      1597         0     12074      7985    148151   no data   no data  --
32.28/8.19	c  N st    35    114932        75      1597         0     20726      7985    287378   no data   no data  --
36.26/9.15	c  N st    36    129330        75      1597         0     21133      7985    291975   no data   no data  --
42.25/10.60	c  N st    37    150925        75      1597         0     27013      7985    381377   no data   no data  --
43.87/11.04	c  S st    38    158002        75      1597         0     19004      7985    238259   no data   no data  --
43.87/11.10	c  S st    38    158505        75      1597         0     19475      7985    246767   no data   no data  --
43.87/11.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.87/11.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.87/11.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
43.87/11.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.87/11.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.87/11.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
43.87/11.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.83/12.09	c lits-rem:      1864  cl-subs:     2380  v-elim:      0  v-fix:    0  time:  3.90 s
47.83/12.09	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
47.83/12.09	c vivif2 --  cl tried    17095 cl shrink        0 lits rem          0 time: 0.01
48.25/12.15	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.25
48.25/12.15	c calculated reachability. Time: 0.00
48.25/12.15	c  N st    38    158505        75      1597         0     17095      7985    210181   no data   no data  --
62.19/15.64	c  N st    39    207093        75      1597         0     29527      7985    402623   no data   no data  --
72.16/18.15	c  N st    40    237761        75      1597         0     22053      7985    264119   no data   no data  --
72.16/18.15	c  S st    40    237761        75      1597         0     22053      7985    264119   no data   no data  --
72.57/18.21	c  S st    40    238265        75      1597         0     22523      7985    272396   no data   no data  --
72.57/18.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.57/18.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
72.57/18.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
72.57/18.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.57/18.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.57/18.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
72.57/18.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.55/19.29	c lits-rem:      1699  cl-subs:     2192  v-elim:      0  v-fix:    0  time:  4.26 s
76.55/19.29	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
76.55/19.29	c vivif2 --  cl tried    20331 cl shrink        0 lits rem          0 time: 0.01
76.95/19.37	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.32
76.95/19.37	c calculated reachability. Time: 0.00
76.95/19.37	c  N st    40    238265        75      1597         0     20331      7985    240347   no data   no data  --
79.39/19.97	c  E st    41    246132         0      1597         0     27347      7985    360918   no data   no data  --
79.39/19.97	c Verified 1597 clauses.
79.39/19.97	c Verified 1597 clauses.
79.39/19.97	c Following stats are for *FIRST FINISHED THREAD ONLY*
79.39/19.97	c num threads              : 4          
79.39/19.97	c restarts                 : 41         
79.39/19.97	c dynamic restarts         : 0          
79.39/19.97	c static restarts          : 41         
79.39/19.97	c full restarts            : 2          
79.39/19.97	c total simplify time      : 0.00       
79.39/19.97	c learnts DL2              : 0          
79.39/19.97	c learnts size 2           : 0          
79.39/19.97	c learnts size 1           : 0           (0.00      % of vars)
79.39/19.97	c filedLit time            : 0.08        (0.11      % time)
79.39/19.97	c v-elim SatELite          : 0           (0.00      % vars)
79.39/19.97	c SatELite time            : 18.83       (23.66     % time)
79.39/19.97	c v-elim xor               : 0           (0.00      % vars)
79.39/19.97	c xor elim time            : 0.02        (0.02      % time)
79.39/19.97	c num binary xor trees     : 0          
79.39/19.97	c binxor trees' crown      : 0           (nan       leafs/tree)
79.39/19.97	c bin xor find time        : 0.00       
79.39/19.97	c OTF clause improved      : 24277       (0.10      clauses/conflict)
79.39/19.97	c OTF impr. size diff      : 24550       (1.01       lits/clause)
79.39/19.97	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
79.39/19.97	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
79.39/19.97	c tried to recurMin cls    : 16172       (6.57       % of conflicts)
79.39/19.97	c updated cache            : 0           (0.00       lits/tried recurMin)
79.39/19.97	c unit cls received        : 0           (nan       % of units)
79.39/19.97	c unit cls sent            : 0           (nan       % of units)
79.39/19.97	c bin cls received         : 0          
79.39/19.97	c bin cls sent             : 0          
79.39/19.97	c clauses over max glue    : 0           (0.00      % of all clauses)
79.39/19.97	c conflicts                : 246132      (3093.16   / sec)
79.39/19.97	c decisions                : 272659      (1.28      % random)
79.39/19.97	c bogo-props               : 2615056344  (32863653.90 / sec)
79.39/19.97	c conflict literals        : 4122468     (16.16     % deleted)
79.39/19.97	c Memory used              : 286.79      MB
79.39/19.97	c single-thread CPU time   : 79.57       s
79.39/19.97	c all-threads sum CPU time : 79.58       s
79.39/19.97	s SATISFIABLE
79.39/19.97	v 1 2 -3 -4 -5 6 -7 -8 9 -10 -11 -12 13 14 -15 -16 17 18 19 20 -21 -22 -23 24 25 26 27 28 -29 30 -31 -32 -33 34 -35 -36 37 -38 39 40 -41 -42 -43 -44 -45 46 -47 48 -49 50 51 52 53 -54 -55 -56 57 -58 59 60 -61 62 -63 -64 -65 -66 67 -68 69 -70 -71 72 73 -74 75 0

Verifier Data

OK

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-3368773-1305402700/watcher-3368773-1305402700 -o /tmp/evaluation-result-3368773-1305402700/solver-3368773-1305402700 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368773-1305402700.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.13 8.08 8.02 6/373 17208
/proc/meminfo: memFree=22463804/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 651867734 52465664 357 33554432000 4194304 4650419 140736009518336 18446744073709551615 47665241798173 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 12809 357 306 112 0 7774 0
[pid=17208/tid=17209] ppid=17206 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651867735 52465664 357 33554432000 4194304 4650419 140736009518336 18446744073709551615 47665241798572 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 651867735 52465664 357 33554432000 4194304 4650419 140736009518336 18446744073709551615 47665241798169 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651867735 52465664 357 33554432000 4194304 4650419 140736009518336 18446744073709551615 47665241798167 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.11535 s]
/proc/loadavg: 8.13 8.08 8.02 6/373 17208
/proc/meminfo: memFree=22463804/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=299416 CPUtime=0.43 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 1703 0 0 0 43 0 0 0 18 0 4 0 651867734 306601984 1567 33554432000 4194304 4650419 140736009518336 18446744073709551615 4516622 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 74854 1579 391 112 0 69819 0
[pid=17208/tid=17209] ppid=17206 vsize=299416 CPUtime=0.1 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 314 0 0 0 10 0 0 0 25 0 4 0 651867735 306601984 1586 33554432000 4194304 4650419 140736009518336 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=299416 CPUtime=0.11 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 395 0 0 0 11 0 0 0 18 0 4 0 651867735 306601984 1594 33554432000 4194304 4650419 140736009518336 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=299416 CPUtime=0.1 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 231 0 0 0 10 0 0 0 18 0 4 0 651867735 306601984 1602 33554432000 4194304 4650419 140736009518336 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 299416

[startup+0.200335 s]
/proc/loadavg: 8.13 8.08 8.02 6/373 17208
/proc/meminfo: memFree=22463804/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=283324 CPUtime=0.77 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 2220 0 0 0 77 0 0 0 18 0 4 0 651867734 290123776 1669 33554432000 4194304 4650419 140736009518336 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 70831 1669 391 112 0 65796 0
[pid=17208/tid=17209] ppid=17206 vsize=283324 CPUtime=0.18 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 469 0 0 0 18 0 0 0 25 0 4 0 651867735 290123776 1669 33554432000 4194304 4650419 140736009518336 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=283324 CPUtime=0.19 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 497 0 0 0 19 0 0 0 18 0 4 0 651867735 290123776 1669 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=283324 CPUtime=0.19 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 370 0 0 0 19 0 0 0 18 0 4 0 651867735 290123776 1670 33554432000 4194304 4650419 140736009518336 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283324

[startup+0.300318 s]
/proc/loadavg: 8.13 8.08 8.02 6/373 17208
/proc/meminfo: memFree=22463804/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=284008 CPUtime=1.17 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 2855 0 0 0 117 0 0 0 18 0 4 0 651867734 290824192 1831 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 71002 1831 391 112 0 65967 0
[pid=17208/tid=17209] ppid=17206 vsize=284008 CPUtime=0.28 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 663 0 0 0 28 0 0 0 25 0 4 0 651867735 290824192 1831 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=284008 CPUtime=0.29 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 676 0 0 0 29 0 0 0 18 0 4 0 651867735 290824192 1831 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=284008 CPUtime=0.29 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 436 0 0 0 29 0 0 0 18 0 4 0 651867735 290824192 1831 33554432000 4194304 4650419 140736009518336 18446744073709551615 4334219 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284008

[startup+0.700244 s]
/proc/loadavg: 8.13 8.08 8.02 6/373 17208
/proc/meminfo: memFree=22463804/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=284704 CPUtime=2.77 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 4462 0 0 0 277 0 0 0 18 0 4 0 651867734 291536896 2483 33554432000 4194304 4650419 140736009518336 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 71176 2483 392 112 0 66141 0
[pid=17208/tid=17209] ppid=17206 vsize=284704 CPUtime=0.68 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 1039 0 0 0 68 0 0 0 25 0 4 0 651867735 291536896 2483 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=284704 CPUtime=0.69 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 1069 0 0 0 69 0 0 0 18 0 4 0 651867735 291536896 2483 33554432000 4194304 4650419 140736009518336 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=284704 CPUtime=0.69 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 908 0 0 0 69 0 0 0 18 0 4 0 651867735 291536896 2483 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284704

[startup+1.5011 s]
/proc/loadavg: 8.13 8.08 8.02 9/377 17212
/proc/meminfo: memFree=22451000/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=289748 CPUtime=5.96 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 8670 0 0 0 595 1 0 0 20 0 4 0 651867734 296701952 4863 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 72437 4863 393 112 0 67402 0
[pid=17208/tid=17209] ppid=17206 vsize=289748 CPUtime=1.46 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 2497 0 0 0 146 0 0 0 25 0 4 0 651867735 296701952 4863 33554432000 4194304 4650419 140736009518336 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=289748 CPUtime=1.49 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 1730 0 0 0 149 0 0 0 19 0 4 0 651867735 296701952 4863 33554432000 4194304 4650419 140736009518336 18446744073709551615 4310421 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=289748 CPUtime=1.49 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 1557 0 0 0 149 0 0 0 20 0 4 0 651867735 296701952 4863 33554432000 4194304 4650419 140736009518336 18446744073709551615 4333890 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 289748

[startup+3.10081 s]
/proc/loadavg: 8.13 8.08 8.02 9/377 17212
/proc/meminfo: memFree=22431828/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=291884 CPUtime=12.34 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 15020 0 0 0 1232 2 0 0 25 0 4 0 651867734 298889216 8853 33554432000 4194304 4650419 140736009518336 18446744073709551615 4333426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 72971 8853 393 112 0 67936 0
[pid=17208/tid=17209] ppid=17206 vsize=291884 CPUtime=3.05 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 3916 0 0 0 305 0 0 0 25 0 4 0 651867735 298889216 8853 33554432000 4194304 4650419 140736009518336 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=291884 CPUtime=3.09 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 3602 0 0 0 309 0 0 0 25 0 4 0 651867735 298889216 8853 33554432000 4194304 4650419 140736009518336 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=291884 CPUtime=3.09 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 3634 0 0 0 309 0 0 0 25 0 4 0 651867735 298889216 8853 33554432000 4194304 4650419 140736009518336 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 291884

[startup+6.30022 s]
/proc/loadavg: 8.12 8.08 8.02 9/377 17213
/proc/meminfo: memFree=22418820/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=301400 CPUtime=25.1 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 21031 0 0 0 2507 3 0 0 25 0 4 0 651867734 308633600 10246 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 75350 10246 393 112 0 70315 0
[pid=17208/tid=17209] ppid=17206 vsize=301400 CPUtime=6.22 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 5264 0 0 0 621 1 0 0 25 0 4 0 651867735 308633600 10246 33554432000 4194304 4650419 140736009518336 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=301400 CPUtime=6.29 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 5412 0 0 0 629 0 0 0 25 0 4 0 651867735 308633600 10246 33554432000 4194304 4650419 140736009518336 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=301400 CPUtime=6.28 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 5008 0 0 0 628 0 0 0 25 0 4 0 651867735 308633600 10246 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 301400

[startup+12.7011 s]
/proc/loadavg: 8.11 8.08 8.02 9/377 17213
/proc/meminfo: memFree=22405804/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=293132 CPUtime=50.63 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 34021 0 0 0 5057 6 0 0 25 0 4 0 651867734 300167168 14110 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 73283 14110 393 112 0 68248 0
[pid=17208/tid=17209] ppid=17206 vsize=293132 CPUtime=12.53 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 8522 0 0 0 1252 1 0 0 25 0 4 0 651867735 300167168 14110 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=293132 CPUtime=12.69 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 9446 0 0 0 1268 1 0 0 25 0 4 0 651867735 300167168 14110 33554432000 4194304 4650419 140736009518336 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=293132 CPUtime=12.69 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 8076 0 0 0 1268 1 0 0 25 0 4 0 651867735 300167168 14110 33554432000 4194304 4650419 140736009518336 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 293132

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

[startup+12.801 s]
/proc/loadavg: 8.11 8.08 8.02 9/377 17213
/proc/meminfo: memFree=22405804/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=293132 CPUtime=51.03 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 34095 0 0 0 5097 6 0 0 25 0 4 0 651867734 300167168 14184 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 73283 14184 393 112 0 68248 0
[pid=17208/tid=17209] ppid=17206 vsize=293132 CPUtime=12.63 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 8551 0 0 0 1262 1 0 0 25 0 4 0 651867735 300167168 14184 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=293132 CPUtime=12.79 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 9446 0 0 0 1278 1 0 0 25 0 4 0 651867735 300167168 14184 33554432000 4194304 4650419 140736009518336 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=293132 CPUtime=12.79 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 8099 0 0 0 1278 1 0 0 25 0 4 0 651867735 300167168 14184 33554432000 4194304 4650419 140736009518336 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 293132

[startup+16.0005 s]
/proc/loadavg: 8.10 8.07 8.02 9/377 17213
/proc/meminfo: memFree=22395888/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=283964 CPUtime=63.79 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 37692 0 0 0 6372 7 0 0 25 0 4 0 651867734 290779136 15405 33554432000 4194304 4650419 140736009518336 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 70991 15405 393 112 0 65956 0
[pid=17208/tid=17209] ppid=17206 vsize=283964 CPUtime=15.79 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 9350 0 0 0 1578 1 0 0 25 0 4 0 651867735 290779136 15405 33554432000 4194304 4650419 140736009518336 18446744073709551615 4476175 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=283964 CPUtime=15.99 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 10224 0 0 0 1598 1 0 0 25 0 4 0 651867735 290779136 15405 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=283964 CPUtime=15.98 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 8906 0 0 0 1597 1 0 0 25 0 4 0 651867735 290779136 15405 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.79
Current children cumulated vsize (KiB) 283964

[startup+17.6012 s]
/proc/loadavg: 8.10 8.07 8.02 9/377 17213
/proc/meminfo: memFree=22386708/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=293508 CPUtime=70.19 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 39979 0 0 0 7012 7 0 0 25 0 4 0 651867734 300552192 16471 33554432000 4194304 4650419 140736009518336 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 73377 16471 393 112 0 68342 0
[pid=17208/tid=17209] ppid=17206 vsize=293508 CPUtime=17.38 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 9883 0 0 0 1737 1 0 0 25 0 4 0 651867735 300552192 16475 33554432000 4194304 4650419 140736009518336 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=293508 CPUtime=17.6 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 10844 0 0 0 1759 1 0 0 25 0 4 0 651867735 300552192 16475 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=293508 CPUtime=17.6 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 9441 0 0 0 1758 2 0 0 25 0 4 0 651867735 300552192 16475 33554432000 4194304 4650419 140736009518336 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.19
Current children cumulated vsize (KiB) 293508

[startup+19.2009 s]
/proc/loadavg: 8.10 8.07 8.02 9/377 17213
/proc/meminfo: memFree=22384848/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=293668 CPUtime=76.55 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 42222 0 0 0 7647 8 0 0 25 0 4 0 651867734 300716032 16256 33554432000 4194304 4650419 140736009518336 18446744073709551615 4476288 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 73417 16256 393 112 0 68382 0
[pid=17208/tid=17209] ppid=17206 vsize=293668 CPUtime=18.96 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 10520 0 0 0 1894 2 0 0 25 0 4 0 651867735 300716032 16256 33554432000 4194304 4650419 140736009518336 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=293668 CPUtime=19.19 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 11445 0 0 0 1917 2 0 0 25 0 4 0 651867735 300716032 16256 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=293668 CPUtime=19.19 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 9631 0 0 0 1917 2 0 0 25 0 4 0 651867735 300716032 16256 33554432000 4194304 4650419 140736009518336 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.55
Current children cumulated vsize (KiB) 293668

[startup+19.6008 s]
/proc/loadavg: 8.10 8.07 8.02 9/377 17213
/proc/meminfo: memFree=22384848/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=293668 CPUtime=78.15 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 42466 0 0 0 7807 8 0 0 25 0 4 0 651867734 300716032 16500 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 73417 16500 393 112 0 68382 0
[pid=17208/tid=17209] ppid=17206 vsize=293668 CPUtime=19.36 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 10631 0 0 0 1934 2 0 0 25 0 4 0 651867735 300716032 16500 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=293668 CPUtime=19.59 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 11525 0 0 0 1957 2 0 0 25 0 4 0 651867735 300716032 16500 33554432000 4194304 4650419 140736009518336 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=293668 CPUtime=19.59 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 9631 0 0 0 1957 2 0 0 25 0 4 0 651867735 300716032 16500 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 78.15
Current children cumulated vsize (KiB) 293668

[startup+19.8008 s]
/proc/loadavg: 8.10 8.07 8.02 9/377 17213
/proc/meminfo: memFree=22385592/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=293668 CPUtime=78.96 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 42642 0 0 0 7888 8 0 0 25 0 4 0 651867734 300716032 16676 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 73417 16676 393 112 0 68382 0
[pid=17208/tid=17209] ppid=17206 vsize=293668 CPUtime=19.56 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 10683 0 0 0 1954 2 0 0 25 0 4 0 651867735 300716032 16681 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=293668 CPUtime=19.81 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 11571 0 0 0 1979 2 0 0 25 0 4 0 651867735 300716032 16681 33554432000 4194304 4650419 140736009518336 18446744073709551615 4313504 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=293668 CPUtime=19.8 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 9661 0 0 0 1978 2 0 0 25 0 4 0 651867735 300716032 16681 33554432000 4194304 4650419 140736009518336 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 78.96
Current children cumulated vsize (KiB) 293668

[startup+19.9137 s]
/proc/loadavg: 8.10 8.07 8.02 9/377 17213
/proc/meminfo: memFree=22385592/32951124 swapFree=67111348/67111528
[pid=17208] ppid=17206 vsize=293668 CPUtime=79.39 cores=0,2,4,6
/proc/17208/stat : 17208 (strangenight1-m) R 17206 17208 16711 0 -1 4202496 42726 0 0 0 7931 8 0 0 25 0 4 0 651867734 300716032 16760 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17208/statm: 73417 16760 393 112 0 68382 0
[pid=17208/tid=17209] ppid=17206 vsize=293668 CPUtime=19.66 cores=0,2,4,6
/proc/17208/task/17209/stat : 17209 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 10705 0 0 0 1964 2 0 0 25 0 4 0 651867735 300716032 16760 33554432000 4194304 4650419 140736009518336 18446744073709551615 4330510 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17208/tid=17210] ppid=17206 vsize=293668 CPUtime=19.91 cores=0,2,4,6
/proc/17208/task/17210/stat : 17210 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 11588 0 0 0 1989 2 0 0 25 0 4 0 651867735 300716032 16760 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17208/tid=17211] ppid=17206 vsize=293668 CPUtime=19.9 cores=0,2,4,6
/proc/17208/task/17211/stat : 17211 (strangenight1-m) R 17206 17208 16711 0 -1 4202560 9677 0 0 0 1988 2 0 0 25 0 4 0 651867735 300716032 16760 33554432000 4194304 4650419 140736009518336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 79.39
Current children cumulated vsize (KiB) 293668

Child status: 10
Real time (s): 19.9835
CPU time (s): 79.6649
CPU user time (s): 79.5769
CPU system time (s): 0.087986
CPU usage (%): 398.653
Max. virtual memory (cumulated for all children) (KiB): 310360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.5769
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42786
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= 214
involuntary context switches= 713

runsolver used 0.071989 second user time and 0.178972 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-14 21:51:40
IDJOB=3368773
IDBENCH=82782
IDSOLVER=1846
FILE ID=node139/3368773-1305402700
RUNJOBID= node139-1305401337-17026
PBS_JOBID= 13324464
Free space on /tmp= 73352 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S25975519-056.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368773-1305402700/watcher-3368773-1305402700 -o /tmp/evaluation-result-3368773-1305402700/solver-3368773-1305402700 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368773-1305402700.cnf

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

MD5SUM BENCH= e97f6275ab407a8de4fd3a3e9a04d03e
RANDOM SEED=653701373

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:      22464084 kB
Buffers:        297892 kB
Cached:        2890408 kB
SwapCached:          0 kB
Active:        8120784 kB
Inactive:      2060712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22464084 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6216 kB
Writeback:           0 kB
AnonPages:     6992928 kB
Mapped:          29408 kB
Slab:           203140 kB
PageTables:      38748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77024220 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 21:52:00