Trace number 3175356

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-mtSAT 58.6951 14.7008

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1129651135-081.SATISFIABLE.cnf
MD5SUMf54f75ab88c77b4cc676aaab44569f75
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.002999
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.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-3175356-1304120746.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:      31 undec:       1 neg:      43
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4921        75      1597         0      4468      7985     76583   no data   no data  --
0.78/0.27	c  N st    10     11303        75      1597         0      4113      7985     57294   no data   no data  --
1.58/0.43	c  N st    11     17046        75      1597         0      9275      7985    141525   no data   no data  --
2.78/0.71	c  F st    12     25002        75      1597         0     11399      7985    172402   no data   no data  --
2.78/0.71	c  N st    12     25002        75      1597         0     11399      7985    172402   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st    18     30001        75      1597         0      9833      7985    145023   no data   no data  --
3.57/0.90	c  S st    18     30001        75      1597         0      9833      7985    145023   no data   no data  --
3.57/0.93	c  S st    18     30502        75      1597         0     10306      7985    153707   no data   no data  --
3.57/0.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.57/0.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.57/0.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.39/1.16	c lits-rem:      1789  cl-subs:     2628  v-elim:      0  v-fix:    0  time:  0.89 s
4.39/1.19	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.39/1.19	c calculated reachability. Time: 0.00
4.39/1.19	c  N st    18     30502        75      1597         0      7678      7985    112051   no data   no data  --
5.57/1.46	c  N st    20     37613        75      1597         0     14104      7985    224218   no data   no data  --
6.77/1.71	c  N st    21     44013        75      1597         0     12837      7985    192102   no data   no data  --
6.77/1.79	c  S st    22     45754        75      1597         0     14434      7985    219192   no data   no data  --
7.17/1.83	c  S st    22     46255        75      1597         0     14902      7985    227548   no data   no data  --
7.17/1.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.17/1.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.17/1.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.17/1.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.17/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.17/1.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.17/1.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.17/2.84	c lits-rem:      3116  cl-subs:     2399  v-elim:      0  v-fix:    0  time:  3.97 s
11.17/2.84	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.17/2.84	c vivif2 --  cl tried    12503 cl shrink        0 lits rem          0 time: 0.01
11.17/2.89	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
11.17/2.89	c calculated reachability. Time: 0.00
11.17/2.89	c  N st    22     46255        75      1597         0     12503      7985    185849   no data   no data  --
13.95/3.54	c  N st    23     60652        75      1597         0     17573      7985    260368   no data   no data  --
15.56/3.94	c  N st    24     69382        75      1597         0     16539      7985    236601   no data   no data  --
15.56/3.94	c  S st    24     69382        75      1597         0     16539      7985    236601   no data   no data  --
15.56/3.99	c  S st    24     69886        75      1597         0     17010      7985    245112   no data   no data  --
15.56/3.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.56/3.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.56/3.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.95/4.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.95/4.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.95/4.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.95/4.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.95/5.05	c lits-rem:      2615  cl-subs:     3337  v-elim:      0  v-fix:    0  time:  4.21 s
19.95/5.05	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.95/5.06	c vivif2 --  cl tried    13673 cl shrink        0 lits rem          0 time: 0.00
20.35/5.11	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
20.35/5.11	c calculated reachability. Time: 0.00
20.35/5.11	c  N st    24     69886        75      1597         0     13673      7985    191106   no data   no data  --
24.35/6.11	c  F st    25     87501        75      1597         0     19882      7985    288068   no data   no data  --
24.35/6.11	c  N st    25     87501        75      1597         0     19882      7985    288068   no data   no data  --
25.55/6.42	c Decided on static restart strategy
25.95/6.55	c  N st    32     95544        75      1597         0     16442      7985    226095   no data   no data  --
28.34/7.18	c  N st    34    104829        75      1597         0     13083      7985    163372   no data   no data  --
28.34/7.18	c  S st    34    104829        75      1597         0     13083      7985    163372   no data   no data  --
28.74/7.21	c  S st    34    105332        75      1597         0     13558      7985    172036   no data   no data  --
28.74/7.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.74/7.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.74/7.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.74/7.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.74/7.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.16/7.89	c lits-rem:       787  cl-subs:     1153  v-elim:      0  v-fix:    0  time:  2.68 s
31.16/7.89	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
31.16/7.89	c vivif2 --  cl tried    12405 cl shrink        0 lits rem          0 time: 0.01
31.53/7.94	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
31.53/7.95	c calculated reachability. Time: 0.00
31.53/7.95	c  N st    34    105332        75      1597         0     12405      7985    153980   no data   no data  --
33.93/8.54	c  N st    35    114930        75      1597         0     21004      7985    294536   no data   no data  --
37.53/9.44	c  N st    36    129328        75      1597         0     21400      7985    296348   no data   no data  --
43.52/10.93	c  N st    37    150923        75      1597         0     27287      7985    379873   no data   no data  --
45.51/11.40	c  S st    38    157999        75      1597         0     19276      7985    241101   no data   no data  --
45.51/11.45	c  S st    38    158499        75      1597         0     19741      7985    249652   no data   no data  --
45.51/11.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.51/11.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.51/11.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
45.51/11.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.51/11.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.51/11.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
45.51/11.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.50/12.46	c lits-rem:      1829  cl-subs:     2546  v-elim:      0  v-fix:    0  time:  3.96 s
49.50/12.46	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
49.50/12.46	c vivif2 --  cl tried    17195 cl shrink        0 lits rem          0 time: 0.01
49.90/12.53	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.28
49.90/12.53	c calculated reachability. Time: 0.00
49.90/12.53	c  N st    38    158499        75      1597         0     17195      7985    211371   no data   no data  --
58.29/14.68	c  E st    39    189358         0      1597         0     29770      7985    409911   no data   no data  --
58.29/14.69	c Verified 1597 clauses.
58.29/14.69	c Verified 1597 clauses.
58.29/14.69	c Following stats are for *FIRST FINISHED THREAD ONLY*
58.29/14.69	c num threads              : 4          
58.29/14.69	c restarts                 : 39         
58.29/14.69	c dynamic restarts         : 0          
58.29/14.69	c static restarts          : 39         
58.29/14.69	c full restarts            : 2          
58.29/14.69	c total simplify time      : 0.00       
58.29/14.69	c learnts DL2              : 0          
58.29/14.69	c learnts size 2           : 0          
58.29/14.69	c learnts size 1           : 0           (0.00      % of vars)
58.29/14.69	c filedLit time            : 0.07        (0.11      % time)
58.29/14.69	c v-elim SatELite          : 0           (0.00      % vars)
58.29/14.69	c SatELite time            : 15.59       (26.60     % time)
58.29/14.69	c v-elim xor               : 0           (0.00      % vars)
58.29/14.69	c xor elim time            : 0.01        (0.02      % time)
58.29/14.69	c num binary xor trees     : 0          
58.29/14.69	c binxor trees' crown      : 0           (nan       leafs/tree)
58.29/14.69	c bin xor find time        : 0.00       
58.29/14.69	c OTF clause improved      : 18339       (0.10      clauses/conflict)
58.29/14.69	c OTF impr. size diff      : 18529       (1.01       lits/clause)
58.29/14.69	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
58.29/14.69	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
58.29/14.69	c tried to recurMin cls    : 12651       (6.68       % of conflicts)
58.29/14.69	c updated cache            : 0           (0.00       lits/tried recurMin)
58.29/14.69	c unit cls received        : 0           (nan       % of units)
58.29/14.69	c unit cls sent            : 0           (nan       % of units)
58.29/14.69	c bin cls received         : 0          
58.29/14.69	c bin cls sent             : 0          
58.29/14.69	c clauses over max glue    : 0           (0.00      % of all clauses)
58.29/14.69	c conflicts                : 189358      (3229.93   / sec)
58.29/14.69	c decisions                : 210494      (1.38      % random)
58.29/14.69	c bogo-props               : 1822655915  (31089503.13 / sec)
58.29/14.69	c conflict literals        : 3169584     (15.98     % deleted)
58.29/14.69	c Memory used              : 307.71      MB
58.29/14.69	c single-thread CPU time   : 58.63       s
58.29/14.69	c all-threads sum CPU time : 58.63       s
58.29/14.69	s SATISFIABLE
58.29/14.69	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: 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-3175356-1304120746/watcher-3175356-1304120746 -o /tmp/evaluation-result-3175356-1304120746/solver-3175356-1304120746 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175356-1304120746.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.03 8.02 6.74 5/184 5614
/proc/meminfo: memFree=30684708/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=116772 CPUtime=0 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 446 0 0 0 0 0 0 0 25 0 4 0 523672444 119574528 374 33554432000 4194304 4650419 140735731897152 18446744073709551615 271550642670 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 61961 378 322 112 0 56926 0
[pid=5614/tid=5615] ppid=5612 vsize=248824 CPUtime=0 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 33 0 0 0 0 0 0 0 25 0 4 0 523672444 254795776 449 33554432000 4194304 4650419 140735731897152 18446744073709551615 271550198469 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=248816 CPUtime=0 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 38 0 0 0 0 0 0 0 25 0 4 0 523672444 254787584 456 33554432000 4194304 4650419 140735731897152 18446744073709551615 271550198469 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=257024 CPUtime=0 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 4 0 523672444 263192576 467 33554432000 4194304 4650419 140735731897152 18446744073709551615 271550537531 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.106912 s]
/proc/loadavg: 8.03 8.02 6.74 5/184 5614
/proc/meminfo: memFree=30684708/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=282232 CPUtime=0.4 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 1592 0 0 0 40 0 0 0 25 0 4 0 523672444 289005568 1478 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 70558 1478 391 112 0 65523 0
[pid=5614/tid=5615] ppid=5612 vsize=282232 CPUtime=0.1 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 318 0 0 0 10 0 0 0 25 0 4 0 523672444 289005568 1478 33554432000 4194304 4650419 140735731897152 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=282232 CPUtime=0.1 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 314 0 0 0 10 0 0 0 25 0 4 0 523672444 289005568 1478 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=282232 CPUtime=0.09 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 217 0 0 0 9 0 0 0 25 0 4 0 523672444 289005568 1478 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282232

[startup+0.200895 s]
/proc/loadavg: 8.03 8.02 6.74 5/184 5614
/proc/meminfo: memFree=30684708/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=283236 CPUtime=0.78 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 2239 0 0 0 78 0 0 0 25 0 4 0 523672444 290033664 1705 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 70809 1705 391 112 0 65774 0
[pid=5614/tid=5615] ppid=5612 vsize=283236 CPUtime=0.19 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 485 0 0 0 19 0 0 0 25 0 4 0 523672444 290033664 1705 33554432000 4194304 4650419 140735731897152 18446744073709551615 4328199 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=283236 CPUtime=0.19 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 479 0 0 0 19 0 0 0 25 0 4 0 523672444 290033664 1705 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=283236 CPUtime=0.19 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 376 0 0 0 19 0 0 0 25 0 4 0 523672444 290033664 1705 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283236

[startup+0.300878 s]
/proc/loadavg: 8.03 8.02 6.74 5/184 5614
/proc/meminfo: memFree=30684708/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=284008 CPUtime=1.18 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 2992 0 0 0 118 0 0 0 25 0 4 0 523672444 290824192 1824 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 71002 1824 391 112 0 65967 0
[pid=5614/tid=5615] ppid=5612 vsize=284008 CPUtime=0.29 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 665 0 0 0 29 0 0 0 25 0 4 0 523672444 290824192 1824 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=284008 CPUtime=0.29 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 668 0 0 0 29 0 0 0 25 0 4 0 523672444 290824192 1824 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=284008 CPUtime=0.29 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 570 0 0 0 29 0 0 0 25 0 4 0 523672444 290824192 1824 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284008

[startup+0.700804 s]
/proc/loadavg: 8.03 8.02 6.74 5/184 5614
/proc/meminfo: memFree=30684708/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=284568 CPUtime=2.78 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 4406 0 0 0 278 0 0 0 25 0 4 0 523672444 291397632 2434 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 71142 2434 391 112 0 66107 0
[pid=5614/tid=5615] ppid=5612 vsize=284568 CPUtime=0.69 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 1049 0 0 0 69 0 0 0 25 0 4 0 523672444 291397632 2434 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=284568 CPUtime=0.69 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 1006 0 0 0 69 0 0 0 25 0 4 0 523672444 291397632 2434 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=284568 CPUtime=0.69 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 899 0 0 0 69 0 0 0 25 0 4 0 523672444 291397632 2434 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284568

[startup+1.50066 s]
/proc/loadavg: 8.03 8.02 6.74 9/188 5618
/proc/meminfo: memFree=30669424/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=285640 CPUtime=5.97 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 8690 0 0 0 596 1 0 0 25 0 4 0 523672444 292495360 4459 33554432000 4194304 4650419 140735731897152 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 71410 4459 393 112 0 66375 0
[pid=5614/tid=5615] ppid=5612 vsize=285640 CPUtime=1.49 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 2405 0 0 0 149 0 0 0 25 0 4 0 523672444 292495360 4459 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=285640 CPUtime=1.49 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 1710 0 0 0 149 0 0 0 25 0 4 0 523672444 292495360 4459 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=285640 CPUtime=1.48 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 1547 0 0 0 148 0 0 0 25 0 4 0 523672444 292495360 4459 33554432000 4194304 4650419 140735731897152 18446744073709551615 4364788 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) 285640

[startup+3.10037 s]
/proc/loadavg: 8.03 8.02 6.74 9/188 5618
/proc/meminfo: memFree=30649832/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=282632 CPUtime=12.36 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 15466 0 0 0 1234 2 0 0 25 0 4 0 523672444 289415168 8964 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 70658 8964 393 112 0 65623 0
[pid=5614/tid=5615] ppid=5612 vsize=282632 CPUtime=3.08 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 4196 0 0 0 308 0 0 0 25 0 4 0 523672444 289415168 8964 33554432000 4194304 4650419 140735731897152 18446744073709551615 4432396 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=282632 CPUtime=3.09 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 3645 0 0 0 308 1 0 0 25 0 4 0 523672444 289415168 8964 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=282632 CPUtime=3.07 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 3538 0 0 0 307 0 0 0 25 0 4 0 523672444 289415168 8964 33554432000 4194304 4650419 140735731897152 18446744073709551615 4364785 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) 282632

[startup+6.30079 s]
/proc/loadavg: 8.03 8.02 6.74 9/188 5618
/proc/meminfo: memFree=30653552/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=292140 CPUtime=25.15 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 21531 0 0 0 2511 4 0 0 25 0 4 0 523672444 299151360 10595 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 73035 10595 393 112 0 68000 0
[pid=5614/tid=5615] ppid=5612 vsize=292140 CPUtime=6.29 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 5514 0 0 0 628 1 0 0 25 0 4 0 523672444 299151360 10595 33554432000 4194304 4650419 140735731897152 18446744073709551615 4334880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=292140 CPUtime=6.29 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 5620 0 0 0 628 1 0 0 25 0 4 0 523672444 299151360 10595 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=292140 CPUtime=6.26 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 4833 0 0 0 626 0 0 0 25 0 4 0 523672444 299151360 10595 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 292140

[startup+12.7006 s]
/proc/loadavg: 8.03 8.02 6.75 9/188 5618
/proc/meminfo: memFree=30637464/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=305776 CPUtime=50.7 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 32355 0 0 0 5065 5 0 0 25 0 4 0 523672444 313114624 13231 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 76444 13231 393 112 0 71409 0
[pid=5614/tid=5615] ppid=5612 vsize=305776 CPUtime=12.69 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 8311 0 0 0 1268 1 0 0 25 0 4 0 523672444 313114624 13231 33554432000 4194304 4650419 140735731897152 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=305776 CPUtime=12.69 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 8593 0 0 0 1267 2 0 0 25 0 4 0 523672444 313114624 13231 33554432000 4194304 4650419 140735731897152 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=305776 CPUtime=12.62 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 7307 0 0 0 1262 0 0 0 25 0 4 0 523672444 313114624 13231 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 305776

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

[startup+12.8006 s]
/proc/loadavg: 8.03 8.02 6.75 9/188 5618
/proc/meminfo: memFree=30637464/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=305776 CPUtime=51.1 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 32450 0 0 0 5105 5 0 0 25 0 4 0 523672444 313114624 13326 33554432000 4194304 4650419 140735731897152 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 76444 13326 393 112 0 71409 0
[pid=5614/tid=5615] ppid=5612 vsize=305776 CPUtime=12.79 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 8335 0 0 0 1278 1 0 0 25 0 4 0 523672444 313114624 13326 33554432000 4194304 4650419 140735731897152 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=305776 CPUtime=12.79 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 8621 0 0 0 1277 2 0 0 25 0 4 0 523672444 313114624 13326 33554432000 4194304 4650419 140735731897152 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=305776 CPUtime=12.72 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 7323 0 0 0 1272 0 0 0 25 0 4 0 523672444 313114624 13326 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 305776

[startup+13.6005 s]
/proc/loadavg: 8.03 8.02 6.76 9/188 5618
/proc/meminfo: memFree=30635232/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=315036 CPUtime=54.3 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 34325 0 0 0 5424 6 0 0 25 0 4 0 523672444 322596864 14650 33554432000 4194304 4650419 140735731897152 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 78759 14650 393 112 0 73724 0
[pid=5614/tid=5615] ppid=5612 vsize=315036 CPUtime=13.59 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 8797 0 0 0 1358 1 0 0 25 0 4 0 523672444 322596864 14650 33554432000 4194304 4650419 140735731897152 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=315036 CPUtime=13.58 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 9467 0 0 0 1356 2 0 0 25 0 4 0 523672444 322596864 14650 33554432000 4194304 4650419 140735731897152 18446744073709551615 4439314 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=315036 CPUtime=13.51 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 7699 0 0 0 1351 0 0 0 25 0 4 0 523672444 322596864 14650 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 54.3
Current children cumulated vsize (KiB) 315036

[startup+14.4063 s]
/proc/loadavg: 8.03 8.02 6.76 9/188 5618
/proc/meminfo: memFree=30630892/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=315092 CPUtime=57.52 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 35172 0 0 0 5746 6 0 0 25 0 4 0 523672444 322654208 14919 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 78773 14919 393 112 0 73738 0
[pid=5614/tid=5615] ppid=5612 vsize=315092 CPUtime=14.39 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 9001 0 0 0 1438 1 0 0 25 0 4 0 523672444 322654208 14919 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=315092 CPUtime=14.39 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 9481 0 0 0 1437 2 0 0 25 0 4 0 523672444 322654208 14919 33554432000 4194304 4650419 140735731897152 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=315092 CPUtime=14.31 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 7834 0 0 0 1431 0 0 0 25 0 4 0 523672444 322654208 14919 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 57.52
Current children cumulated vsize (KiB) 315092

[startup+14.6003 s]
/proc/loadavg: 8.03 8.02 6.76 9/188 5618
/proc/meminfo: memFree=30630892/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=315092 CPUtime=58.29 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) R 5612 5614 4943 0 -1 4202496 35422 0 0 0 5823 6 0 0 25 0 4 0 523672444 322654208 15168 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 78773 15168 393 112 0 73738 0
[pid=5614/tid=5615] ppid=5612 vsize=315092 CPUtime=14.59 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 9044 0 0 0 1458 1 0 0 25 0 4 0 523672444 322654208 15168 33554432000 4194304 4650419 140735731897152 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5614/tid=5616] ppid=5612 vsize=315092 CPUtime=14.58 cores=0,2,4,6
/proc/5614/task/5616/stat : 5616 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 9605 0 0 0 1456 2 0 0 25 0 4 0 523672444 322654208 15168 33554432000 4194304 4650419 140735731897152 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5614/tid=5617] ppid=5612 vsize=315092 CPUtime=14.5 cores=0,2,4,6
/proc/5614/task/5617/stat : 5617 (strangenight1-m) R 5612 5614 4943 0 -1 4202560 7861 0 0 0 1450 0 0 0 25 0 4 0 523672444 322654208 15168 33554432000 4194304 4650419 140735731897152 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 58.29
Current children cumulated vsize (KiB) 315092

[startup+14.7003 s]
/proc/loadavg: 8.03 8.02 6.76 9/188 5618
/proc/meminfo: memFree=30630892/32951124 swapFree=67111336/67111528
[pid=5614] ppid=5612 vsize=0 CPUtime=58.68 cores=0,2,4,6
/proc/5614/stat : 5614 (strangenight1-m) Z 5612 5614 4943 0 -1 4202524 35481 0 0 0 5862 6 0 0 25 0 2 0 523672444 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5614/statm: 0 0 0 0 0 0 0
[pid=5614/tid=5615] ppid=5612 vsize=0 CPUtime=14.68 cores=0,2,4,6
/proc/5614/task/5615/stat : 5615 (strangenight1-m) R 5612 5614 4943 0 -1 4203588 9061 0 0 0 1467 1 0 0 25 0 2 0 523672444 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.68
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 14.7008
CPU time (s): 58.6951
CPU user time (s): 58.6261
CPU system time (s): 0.068989
CPU usage (%): 399.265
Max. virtual memory (cumulated for all children) (KiB): 315092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.6261
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35481
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= 172
involuntary context switches= 1079

runsolver used 0.018997 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 01:45:46
IDJOB=3175356
IDBENCH=82974
IDSOLVER=1588
FILE ID=node133/3175356-1304120746
RUNJOBID= node133-1304119540-5467
PBS_JOBID= 13170705
Free space on /tmp= 71892 MiB

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

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

MD5SUM BENCH= f54f75ab88c77b4cc676aaab44569f75
RANDOM SEED=1525769841

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30684864 kB
Buffers:        505448 kB
Cached:        1058204 kB
SwapCached:        124 kB
Active:         429704 kB
Inactive:      1493148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30684864 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:            6340 kB
Writeback:           0 kB
AnonPages:      359364 kB
Mapped:          15536 kB
Slab:           280288 kB
PageTables:       5680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   591512 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71884 MiB
End job on node133 at 2011-04-30 01:46:00