Trace number 3367033

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)UNSAT 167.57 49.1742

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
MD5SUM2b5c02650b763b7d13b77ce3fc61aa15
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.29735
Satisfiable
(Un)Satisfiability was proved
Number of variables116405
Number of clauses346850
Sum of the clauses size809314
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2231232
Number of clauses of size 3115616
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367033-1305394246.cnf'
0.00/0.01	c -- header says num vars:         116405
0.00/0.01	c -- header says num clauses:      346850
0.64/1.15	c -- clauses added:            0 learnts,       346850 normals,            0 xors
0.64/1.15	c -- vars added     116405
0.64/1.15	c Parsing time:  0.14 s
0.64/1.15	c  N st     0         0    116405    115616    231232         0    809312         0   no data   no data
0.64/1.15	c asymm  cl-useful: 0/41054/115615 lits-rem:0 time: 0.38
16.55/4.26	c Flit:   589 Blit:   2084 bXBeca:    0 bXProp: 12251 Bins:      0 BRemL:      0 BRemN:      0 P: 83.6M T:  3.65
16.55/4.28	c Cleaning up after failed var search:     0.01 s 
16.95/4.33	c Replacing    12251 vars Replaced   291825 lits Time:     0.05 s 
16.95/4.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.95/4.39	c bin-w-bin subsume rem         7956 bins  time:  0.02 s
17.34/4.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
18.14/4.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done: 101459 time:  0.23 s
18.54/4.78	c Removed useless bin:     855  fixed:     0  props:  20.00M  time:  0.11 s
20.50/5.22	c lits-rem:      1222  cl-subs:     7237  v-elim:  33819  v-fix:    0  time:  0.39 s
20.50/5.24	c Finding binary XORs  T:     0.02 s  found:       9
20.50/5.26	c Replacing        9 vars Replaced       70 lits Time:     0.02 s 
20.85/5.31	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
20.85/5.31	c calculated reachability. Time: 0.00
20.85/5.32	c Calc default polars -  time:   0.01 s pos:    1640 undec:   48877 neg:   65888
20.85/5.32	c =========================================================================================
20.85/5.32	c types(t): F = full restart, N = normal restart
20.85/5.32	c types(t): S = simplification begin/end, E = solution found
20.85/5.32	c restart types(rt): st = static, dy = dynamic
20.85/5.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
20.85/5.32	c  B st     0         0     67631     98068    134628         0    613445         0   no data   no data
27.24/6.90	c  N dy    15      4288     67631     98068    134981      3891    613423     26507      3.98      4.21
32.84/8.38	c  N dy    42      8410     67618     98068    136606      7725    613415     57866      4.15      4.39
37.65/9.52	c  N dy    64     12502     67612     98068    137654     11588    613408     88121      4.18      4.53
44.41/11.23	c  N dy    96     16852     67593     98068    137825     15716    613403    136777      4.46      4.81
50.81/12.84	c  N dy   131     20944     67581     98068    138334     10554    613401     63942      4.68      6.03
57.58/14.55	c Finding binary XORs  T:     0.02 s  found:     210
57.58/14.57	c  N dy   165     24982     67574     97756    139529     14447    611912    117401      4.85      7.49
57.58/14.58	c  F st   166     25002     67574     97756    139529     14466    611912    117578      4.85   no data
57.98/14.61	c Replacing      210 vars Replaced    29535 lits Time:     0.03 s 
60.76/15.34	c Found part    25163 vars:         11 clauses:        13 lits size:        32
60.76/15.34	c Found part    25164 vars:          4 clauses:         9 lits size:        23
60.76/15.34	c Found part    25177 vars:      67349 clauses:    232092 lits size:    611238
60.76/15.34	c Found parts:          3 time: 0.69 s
60.76/15.34	c Solving part 25164
61.15/15.41	c  N st     0         0         4         4         5         0        23         0   no data   no data
61.15/15.41	c asymm  cl-useful: 1/4/4 lits-rem:1 time: 0.00
61.15/15.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
61.15/15.41	c Finding binary XORs  T:     0.01 s  found:       0
61.15/15.41	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
61.15/15.41	c calculated reachability. Time: 0.00
61.15/15.41	c Calc default polars -  time:   0.00 s pos:       1 undec:  116401 neg:       3
61.15/15.41	c =========================================================================================
61.15/15.41	c types(t): F = full restart, N = normal restart
61.15/15.41	c types(t): S = simplification begin/end, E = solution found
61.15/15.41	c restart types(rt): st = static, dy = dynamic
61.15/15.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
61.15/15.41	c  B st     0         0         4         4         5         0        22         0   no data   no data
61.15/15.41	c  E st     1         0         0         4         5         0        22         0   no data   no data
61.15/15.42	c Verified 4 clauses.
61.15/15.42	c Verified 4 clauses.
61.15/15.42	c Solved part
61.15/15.42	c =========================================================================================
61.15/15.42	c Solving part 25163
61.15/15.47	c  N st     0         0        11         6         7         0        32         0   no data   no data
61.15/15.47	c asymm  cl-useful: 0/6/6 lits-rem:0 time: 0.00
61.15/15.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
61.15/15.48	c Finding binary XORs  T:     0.01 s  found:       0
61.15/15.48	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
61.15/15.48	c calculated reachability. Time: 0.00
61.15/15.48	c Calc default polars -  time:   0.00 s pos:       0 undec:  116397 neg:       8
61.15/15.48	c =========================================================================================
61.15/15.48	c types(t): F = full restart, N = normal restart
61.15/15.48	c types(t): S = simplification begin/end, E = solution found
61.15/15.48	c restart types(rt): st = static, dy = dynamic
61.15/15.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
61.15/15.48	c  B st     0         0        11         6         7         0        32         0   no data   no data
61.15/15.48	c  E st     1         0         0         6         7         0        32         0   no data   no data
61.15/15.48	c Verified 6 clauses.
61.15/15.48	c Verified 6 clauses.
61.15/15.48	c Solved part
61.15/15.48	c =========================================================================================
61.15/15.48	c Coming back to original instance
61.15/15.48	c =========================================================================================
70.73/17.81	c  N dy   172     30000     67349     97619    139040     19362    611236    287048      4.85   no data
70.73/17.81	c  S st   172     30000     67349     97619    139040     19362    611236    287048      4.85   no data
71.93/18.13	c  S st   172     30500     67349     97619    139087     19812    611236    290909      4.85   no data
71.93/18.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
97.87/24.65	c Flit:    30 Blit:    100 bXBeca:    0 bXProp:  460 Bins: 108401 BRemL:  30831 BRemN:    437 P: 85.3M T:  6.50
97.87/24.65	c Cleaning up after failed var search:     0.00 s 
98.27/24.70	c Replacing      460 vars Replaced    69323 lits Time:     0.05 s 
98.27/24.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
98.27/24.75	c bin-w-bin subsume rem         8055 bins  time:  0.02 s
98.67/24.80	c subs with bin:     3323  lits-rem:     16485  v-fix:    0  time:  0.05 s
99.09/25.00	c Subs w/ non-existent bins:   1627 l-rem:   2127 v-fix:     0 done:  66716 time:  0.20 s
99.86/25.15	c Removed useless bin:    2156  fixed:     0  props:  15.47M  time:  0.15 s
101.86/25.70	c lits-rem:      8352  cl-subs:    13046  v-elim:  44476  v-fix:    0  time:  0.53 s
102.26/25.72	c subs with bin:      418  lits-rem:      1324  v-fix:    0  time:  0.02 s
102.26/25.77	c lits-rem:       137  cl-subs:      730  v-elim:      0  v-fix:    0  time:  0.03 s
104.25/26.22	c asymm  cl-useful: 963/16431/96561 lits-rem:1110 time: 0.45
104.25/26.23	c calculated reachability. Time: 0.00
104.25/26.23	c  N dy   172     30500     22240     96512     67123      7922    451826    112964      4.85   no data
104.25/26.24	c Finding binary XORs  T:     0.01 s  found:      13
109.04/27.44	c  N dy   200     34558     22232     96512     67811     11891    451821    157556      4.97      6.93
111.44/28.08	c Finding binary XORs  T:     0.01 s  found:      23
113.82/28.64	c  N dy   236     38583     22230     96438    109867     15798    451453    301025      5.16      6.37
118.21/29.78	c  N dy   267     42671     22226     96438    109927     11321    451452    213668      5.28      7.70
121.80/30.69	c  S st   290     45750     22226     96438    109974     14317    451451    252033      5.32   no data
122.60/30.88	c  S st   290     46254     22226     96438    110011     14781    451451    256220      5.32   no data
123.00/30.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
133.78/33.70	c Flit:    18 Blit:     34 bXBeca:    0 bXProp:   96 Bins: 101451 BRemL:  53527 BRemN:    195 P: 33.5M T:  2.80
134.20/33.74	c Replacing      132 vars Replaced    18599 lits Time:     0.03 s 
134.20/33.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
134.20/33.79	c bin-w-bin subsume rem        11352 bins  time:  0.02 s
134.61/33.82	c subs with bin:     3275  lits-rem:     16815  v-fix:    0  time:  0.04 s
134.98/33.91	c Subs w/ non-existent bins:   3151 l-rem:  12234 v-fix:     0 done:  22027 time:  0.08 s
134.98/33.94	c Removed useless bin:     920  fixed:     0  props:   2.14M  time:  0.03 s
135.77/34.13	c lits-rem:      3487  cl-subs:     8014  v-elim:   5900  v-fix:    0  time:  0.19 s
135.77/34.16	c subs with bin:      254  lits-rem:       961  v-fix:    0  time:  0.02 s
136.17/34.20	c lits-rem:       157  cl-subs:      483  v-elim:      0  v-fix:    0  time:  0.03 s
136.17/34.25	c vivif2 --  cl tried    86026 cl shrink     7620 lits rem       8099 time: 0.05
136.17/34.27	c vivif2 --  cl tried    12478 cl shrink     2093 lits rem       3194 time: 0.02
138.17/34.75	c asymm  cl-useful: 0/14710/85592 lits-rem:0 time: 0.48
138.17/34.77	c calculated reachability. Time: 0.01
138.17/34.77	c  N dy   290     46254     16127     85592     84425     12405    360472    196760      5.32   no data
138.17/34.80	c Finding binary XORs  T:     0.03 s  found:      74
167.46/49.13	c Following stats are for *FIRST FINISHED THREAD ONLY*
167.46/49.13	c num threads              : 4          
167.46/49.13	c restarts                 : 339        
167.46/49.13	c dynamic restarts         : 327        
167.46/49.13	c static restarts          : 12         
167.46/49.13	c full restarts            : 1          
167.46/49.13	c total simplify time      : 0.11       
167.46/49.13	c learnts DL2              : 0          
167.46/49.13	c learnts size 2           : 442740     
167.46/49.13	c learnts size 1           : 3967        (3.41      % of vars)
167.46/49.13	c filedLit time            : 10.45       (21.51     % time)
167.46/49.13	c v-elim SatELite          : 78223       (67.20     % vars)
167.46/49.13	c SatELite time            : 1.26        (2.59      % time)
167.46/49.13	c v-elim xor               : 0           (0.00      % vars)
167.46/49.13	c xor elim time            : 0.02        (0.04      % time)
167.46/49.13	c num binary xor trees     : 3284       
167.46/49.13	c binxor trees' crown      : 13028       (3.97      leafs/tree)
167.46/49.13	c bin xor find time        : 0.08       
167.46/49.13	c OTF clause improved      : 600         (0.01      clauses/conflict)
167.46/49.13	c OTF impr. size diff      : 667         (1.11       lits/clause)
167.46/49.13	c OTF cl watch-shrink      : 16346       (0.31      clauses/conflict)
167.46/49.13	c OTF cl watch-sh-lit      : 27973       (1.71       lits/clause)
167.46/49.13	c tried to recurMin cls    : 0           (0.00       % of conflicts)
167.46/49.13	c updated cache            : 0           (nan        lits/tried recurMin)
167.46/49.13	c unit cls recevied        : 33          (0.83      % of units)
167.46/49.13	c unit cls sent            : 220         (5.55      % of units)
167.46/49.13	c bin cls recevied         : 87476      
167.46/49.13	c bin cls sent             : 70331      
167.46/49.13	c clauses over max glue    : 0           (0.00      % of all clauses)
167.46/49.13	c conflicts                : 52919       (1089.12   / sec)
167.46/49.13	c decisions                : 362964      (3.88      % random)
167.46/49.13	c bogo-props               : 625582338   (12875081.20 / sec)
167.46/49.13	c conflict literals        : 735867      (29.43     % deleted)
167.46/49.13	c Memory used              : 1128.77     MB
167.46/49.13	c single-thread CPU time   : 48.59       s
167.46/49.13	c all-threads sum CPU time : 166.75      s
167.46/49.13	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3367033-1305394246/watcher-3367033-1305394246 -o /tmp/evaluation-result-3367033-1305394246/solver-3367033-1305394246 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367033-1305394246.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.00 8.03 7.97 5/298 19695
/proc/meminfo: memFree=13325444/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 651023153 52396032 347 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099954 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 12792 347 299 95 0 7774 0
[pid=19695/tid=19696] ppid=19693 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 651023154 52396032 351 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099545 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651023154 52396032 351 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099958 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651023154 52396032 351 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099545 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0594871 s]
/proc/loadavg: 8.00 8.03 7.97 5/298 19695
/proc/meminfo: memFree=13325444/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=370428 CPUtime=0.16 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 13648 0 0 0 12 4 0 0 17 0 4 0 651023153 379318272 11572 33554432000 4194304 4580107 140736601650624 18446744073709551615 210204752415 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 92607 11672 337 95 0 87589 0
[pid=19695/tid=19696] ppid=19693 vsize=370428 CPUtime=0.04 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 3289 0 0 0 3 1 0 0 17 0 4 0 651023154 379318272 11687 33554432000 4194304 4580107 140736601650624 18446744073709551615 210204344431 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=370428 CPUtime=0.03 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) S 19693 19695 19034 0 -1 4202560 3722 0 0 0 2 1 0 0 18 0 4 0 651023154 379318272 11702 33554432000 4194304 4580107 140736601650624 18446744073709551615 210204752366 0 0 4096 2 18446604441772877056 0 0 -1 6 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=370428 CPUtime=0.03 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) S 19693 19695 19034 0 -1 4202560 3164 0 0 0 3 0 0 0 17 0 4 0 651023154 379318272 11719 33554432000 4194304 4580107 140736601650624 18446744073709551615 210204752366 0 0 4096 2 18446604441772877056 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 370428

[startup+0.104098 s]
/proc/loadavg: 8.00 8.03 7.97 5/298 19695
/proc/meminfo: memFree=13325444/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=396196 CPUtime=0.33 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 25344 0 0 0 25 8 0 0 17 0 4 0 651023153 405704704 21101 33554432000 4194304 4580107 140736601650624 18446744073709551615 4354920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 99049 21255 337 95 0 94031 0
[pid=19695/tid=19696] ppid=19693 vsize=396196 CPUtime=0.08 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 6530 0 0 0 6 2 0 0 17 0 4 0 651023154 405704704 21341 33554432000 4194304 4580107 140736601650624 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=396196 CPUtime=0.08 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) S 19693 19695 19034 0 -1 4202560 6741 0 0 0 5 3 0 0 17 0 4 0 651023154 405704704 21446 33554432000 4194304 4580107 140736601650624 18446744073709551615 210204752366 0 0 4096 2 18446604441772877056 0 0 -1 6 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=396196 CPUtime=0.07 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 5912 0 0 0 6 1 0 0 17 0 4 0 651023154 405704704 21631 33554432000 4194304 4580107 140736601650624 18446744073709551615 4511053 0 0 4096 2 18446604441772877056 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 396196

[startup+0.613472 s]
/proc/loadavg: 8.00 8.03 7.97 5/298 19695
/proc/meminfo: memFree=13325444/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=455148 CPUtime=4.41 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 57599 0 0 0 421 20 0 0 18 0 4 0 651023153 466071552 48168 33554432000 4194304 4580107 140736601650624 18446744073709551615 4289025 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 113787 48168 360 95 0 108769 0
[pid=19695/tid=19696] ppid=19693 vsize=455148 CPUtime=1.09 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 14921 0 0 0 104 5 0 0 19 0 4 0 651023154 466071552 48168 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=455148 CPUtime=1.09 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 14911 0 0 0 103 6 0 0 19 0 4 0 651023154 466071552 48168 33554432000 4194304 4580107 140736601650624 18446744073709551615 4292952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=455148 CPUtime=1.09 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 14139 0 0 0 105 4 0 0 18 0 4 0 651023154 466071552 48168 33554432000 4194304 4580107 140736601650624 18446744073709551615 4305984 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 455148

[startup+1.25626 s]
/proc/loadavg: 8.00 8.03 7.97 5/298 19695
/proc/meminfo: memFree=13325444/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=455148 CPUtime=4.81 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 57621 0 0 0 461 20 0 0 19 0 4 0 651023153 466071552 48190 33554432000 4194304 4580107 140736601650624 18446744073709551615 4294160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 113787 48190 360 95 0 108769 0
[pid=19695/tid=19696] ppid=19693 vsize=455148 CPUtime=1.19 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 14925 0 0 0 114 5 0 0 19 0 4 0 651023154 466071552 48190 33554432000 4194304 4580107 140736601650624 18446744073709551615 4355224 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=455148 CPUtime=1.19 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 14916 0 0 0 113 6 0 0 19 0 4 0 651023154 466071552 48190 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293087 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=455148 CPUtime=1.19 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 14150 0 0 0 115 4 0 0 19 0 4 0 651023154 466071552 48190 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293241 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 455148

[startup+1.50022 s]
/proc/loadavg: 8.00 8.03 7.97 5/298 19695
/proc/meminfo: memFree=13325444/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=455148 CPUtime=5.78 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 57714 0 0 0 558 20 0 0 19 0 4 0 651023153 466071552 48283 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293048 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 113787 48283 360 95 0 108769 0
[pid=19695/tid=19696] ppid=19693 vsize=455148 CPUtime=1.43 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 14956 0 0 0 138 5 0 0 19 0 4 0 651023154 466071552 48283 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293073 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=455148 CPUtime=1.44 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 14923 0 0 0 138 6 0 0 19 0 4 0 651023154 466071552 48283 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293244 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=455148 CPUtime=1.43 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 14169 0 0 0 139 4 0 0 19 0 4 0 651023154 466071552 48283 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 455148

[startup+3.10096 s]
/proc/loadavg: 8.00 8.03 7.97 9/302 19699
/proc/meminfo: memFree=13105436/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=460608 CPUtime=12.16 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 59573 0 0 0 1196 20 0 0 23 0 4 0 651023153 471662592 50142 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293280 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 115152 50142 361 95 0 110134 0
[pid=19695/tid=19696] ppid=19693 vsize=460608 CPUtime=3.04 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 15075 0 0 0 298 6 0 0 23 0 4 0 651023154 471662592 50142 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=460608 CPUtime=3.02 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 15022 0 0 0 296 6 0 0 23 0 4 0 651023154 471662592 50142 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=460608 CPUtime=3.03 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 15702 0 0 0 299 4 0 0 23 0 4 0 651023154 471662592 50142 33554432000 4194304 4580107 140736601650624 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 460608

[startup+6.31142 s]
/proc/loadavg: 8.00 8.03 7.97 10/302 19699
/proc/meminfo: memFree=12970664/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=522112 CPUtime=24.88 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 101012 0 0 0 2459 29 0 0 19 0 4 0 651023153 534642688 84661 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293268 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 130528 84661 381 95 0 125510 0
[pid=19695/tid=19696] ppid=19693 vsize=522112 CPUtime=6.23 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 28629 0 0 0 613 10 0 0 19 0 4 0 651023154 534642688 84661 33554432000 4194304 4580107 140736601650624 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=522112 CPUtime=6.18 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 29526 0 0 0 610 8 0 0 19 0 4 0 651023154 534642688 84661 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=522112 CPUtime=6.23 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 15850 0 0 0 619 4 0 0 25 0 4 0 651023154 534642688 84661 33554432000 4194304 4580107 140736601650624 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 522112

[startup+12.7004 s]
/proc/loadavg: 8.00 8.03 7.97 9/302 19699
/proc/meminfo: memFree=12971064/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=529400 CPUtime=50.39 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 104400 0 0 0 5009 30 0 0 25 0 4 0 651023153 542105600 84083 33554432000 4194304 4580107 140736601650624 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 132350 84083 381 95 0 127332 0
[pid=19695/tid=19696] ppid=19693 vsize=529400 CPUtime=12.56 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 29008 0 0 0 1246 10 0 0 25 0 4 0 651023154 542105600 84083 33554432000 4194304 4580107 140736601650624 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=529400 CPUtime=12.57 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 30805 0 0 0 1249 8 0 0 25 0 4 0 651023154 542105600 84083 33554432000 4194304 4580107 140736601650624 18446744073709551615 4292913 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=529400 CPUtime=12.62 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 16335 0 0 0 1258 4 0 0 25 0 4 0 651023154 542105600 84083 33554432000 4194304 4580107 140736601650624 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 529400

[startup+25.5002 s]
/proc/loadavg: 8.00 8.02 7.97 9/302 19700
/proc/meminfo: memFree=12852900/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=694352 CPUtime=101.45 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 357117 0 0 0 10089 56 0 0 25 0 4 0 651023153 711016448 110268 33554432000 4194304 4580107 140736601650624 18446744073709551615 4489196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 173588 110268 384 95 0 168570 0
[pid=19695/tid=19696] ppid=19693 vsize=694352 CPUtime=25.23 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 95237 0 0 0 2507 16 0 0 25 0 4 0 651023154 711016448 110268 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=694352 CPUtime=25.37 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 93847 0 0 0 2522 15 0 0 25 0 4 0 651023154 711016448 110268 33554432000 4194304 4580107 140736601650624 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=694352 CPUtime=25.42 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 36350 0 0 0 2536 6 0 0 25 0 4 0 651023154 711016448 110269 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 694352

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

[startup+26.3011 s]
/proc/loadavg: 8.00 8.02 7.97 9/302 19700
/proc/meminfo: memFree=12831572/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=697008 CPUtime=104.65 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) R 19693 19695 19034 0 -1 4202496 361229 0 0 0 10408 57 0 0 25 0 4 0 651023153 713736192 112184 33554432000 4194304 4580107 140736601650624 18446744073709551615 4518611 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 174252 112184 384 95 0 169234 0
[pid=19695/tid=19696] ppid=19693 vsize=697008 CPUtime=26.02 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 95237 0 0 0 2586 16 0 0 25 0 4 0 651023154 713736192 112184 33554432000 4194304 4580107 140736601650624 18446744073709551615 4294160 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=697008 CPUtime=26.17 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 93853 0 0 0 2602 15 0 0 25 0 4 0 651023154 713736192 112184 33554432000 4194304 4580107 140736601650624 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=697008 CPUtime=26.22 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 36396 0 0 0 2616 6 0 0 25 0 4 0 651023154 713736192 112184 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 104.65
Current children cumulated vsize (KiB) 697008

[startup+39.101 s]
/proc/loadavg: 8.00 8.02 7.97 7/302 19700
/proc/meminfo: memFree=12555900/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=939264 CPUtime=147.45 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) S 19693 19695 19034 0 -1 4202496 424450 0 0 0 14674 71 0 0 25 0 4 0 651023153 961806336 164826 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 234816 164826 381 95 0 229798 0
[pid=19695/tid=19696] ppid=19693 vsize=939264 CPUtime=38.74 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 107466 0 0 0 3855 19 0 0 25 0 4 0 651023154 961806336 164826 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317074987 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=939264 CPUtime=34.82 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) S 19693 19695 19034 0 -1 4202560 106594 0 0 0 3464 18 0 0 25 0 4 0 651023154 961806336 164827 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446604441772877056 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=939264 CPUtime=39 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 69675 0 0 0 3887 13 0 0 25 0 4 0 651023154 961806336 164827 33554432000 4194304 4580107 140736601650624 18446744073709551615 210204308165 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 147.45
Current children cumulated vsize (KiB) 939264

[startup+45.5009 s]
/proc/loadavg: 7.69 7.96 7.95 7/302 19700
/proc/meminfo: memFree=12482920/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=1024384 CPUtime=160.26 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) S 19693 19695 19034 0 -1 4202496 443723 0 0 0 15951 75 0 0 25 0 4 0 651023153 1048969216 184099 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 256096 184099 381 95 0 251078 0
[pid=19695/tid=19696] ppid=19693 vsize=1024384 CPUtime=45.14 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 107466 0 0 0 4495 19 0 0 25 0 4 0 651023154 1048969216 184099 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317074987 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=1024384 CPUtime=34.82 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) S 19693 19695 19034 0 -1 4202560 106594 0 0 0 3464 18 0 0 25 0 4 0 651023154 1048969216 184099 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446604441772877056 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=1024384 CPUtime=45.41 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 88947 0 0 0 4524 17 0 0 25 0 4 0 651023154 1048969216 184099 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 160.26
Current children cumulated vsize (KiB) 1024384

[startup+47.1007 s]
/proc/loadavg: 7.69 7.96 7.95 7/302 19700
/proc/meminfo: memFree=12457748/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=1089920 CPUtime=163.45 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) S 19693 19695 19034 0 -1 4202496 446587 0 0 0 16270 75 0 0 25 0 4 0 651023153 1116078080 186963 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 272480 186963 381 95 0 267462 0
[pid=19695/tid=19696] ppid=19693 vsize=1089920 CPUtime=46.74 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 107466 0 0 0 4655 19 0 0 25 0 4 0 651023154 1116078080 186963 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317074987 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=1089920 CPUtime=34.82 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) S 19693 19695 19034 0 -1 4202560 106594 0 0 0 3464 18 0 0 25 0 4 0 651023154 1116078080 186963 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446604441772877056 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=1089920 CPUtime=47.01 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 91811 0 0 0 4683 18 0 0 25 0 4 0 651023154 1116078080 186963 33554432000 4194304 4580107 140736601650624 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 163.45
Current children cumulated vsize (KiB) 1089920

[startup+47.9005 s]
/proc/loadavg: 7.69 7.96 7.95 7/302 19700
/proc/meminfo: memFree=12457748/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=1155588 CPUtime=165.05 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) S 19693 19695 19034 0 -1 4202496 452073 0 0 0 16429 76 0 0 25 0 4 0 651023153 1183322112 192449 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 288897 192449 381 95 0 283879 0
[pid=19695/tid=19696] ppid=19693 vsize=1155588 CPUtime=47.54 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 107466 0 0 0 4735 19 0 0 25 0 4 0 651023154 1183322112 192449 33554432000 4194304 4580107 140736601650624 18446744073709551615 4205160 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=1155588 CPUtime=34.82 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) S 19693 19695 19034 0 -1 4202560 106594 0 0 0 3464 18 0 0 25 0 4 0 651023154 1183322112 192449 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446604441772877056 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=1155588 CPUtime=47.8 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 97297 0 0 0 4762 18 0 0 25 0 4 0 651023154 1183322112 192449 33554432000 4194304 4580107 140736601650624 18446744073709551615 4428012 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 165.05
Current children cumulated vsize (KiB) 1155588

[startup+48.7004 s]
/proc/loadavg: 7.69 7.96 7.95 7/302 19700
/proc/meminfo: memFree=12432336/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=1155852 CPUtime=166.65 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) S 19693 19695 19034 0 -1 4202496 461824 0 0 0 16588 77 0 0 25 0 4 0 651023153 1183592448 198250 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 288963 198250 381 95 0 283945 0
[pid=19695/tid=19696] ppid=19693 vsize=1155852 CPUtime=48.34 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 107466 0 0 0 4815 19 0 0 25 0 4 0 651023154 1183592448 198250 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317074987 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=1155852 CPUtime=34.82 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) S 19693 19695 19034 0 -1 4202560 106594 0 0 0 3464 18 0 0 25 0 4 0 651023154 1183592448 198250 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446604441772877056 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=1155852 CPUtime=48.61 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 107048 0 0 0 4841 20 0 0 25 0 4 0 651023154 1183592448 198250 33554432000 4194304 4580107 140736601650624 18446744073709551615 4293685 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 166.65
Current children cumulated vsize (KiB) 1155852

[startup+49.1003 s]
/proc/loadavg: 7.56 7.92 7.94 7/302 19700
/proc/meminfo: memFree=12403816/32951124 swapFree=63649232/67111528
[pid=19695] ppid=19693 vsize=1155852 CPUtime=167.46 cores=0,2,4,6
/proc/19695/stat : 19695 (strangenight2-m) S 19693 19695 19034 0 -1 4202496 461857 0 0 0 16669 77 0 0 25 0 4 0 651023153 1183592448 198283 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19695/statm: 288963 198283 381 95 0 283945 0
[pid=19695/tid=19696] ppid=19693 vsize=1155852 CPUtime=48.75 cores=0,2,4,6
/proc/19695/task/19696/stat : 19696 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 107466 0 0 0 4856 19 0 0 25 0 4 0 651023154 1183592448 198283 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317075140 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19695/tid=19697] ppid=19693 vsize=1155852 CPUtime=34.82 cores=0,2,4,6
/proc/19695/task/19697/stat : 19697 (strangenight2-m) S 19693 19695 19034 0 -1 4202560 106594 0 0 0 3464 18 0 0 25 0 4 0 651023154 1183592448 198283 33554432000 4194304 4580107 140736601650624 18446744073709551615 47884317099572 0 0 4096 2 18446604441772877056 0 0 -1 2 0 0 0
[pid=19695/tid=19698] ppid=19693 vsize=1155852 CPUtime=49.02 cores=0,2,4,6
/proc/19695/task/19698/stat : 19698 (strangenight2-m) R 19693 19695 19034 0 -1 4202560 107081 0 0 0 4882 20 0 0 25 0 4 0 651023154 1183592448 198283 33554432000 4194304 4580107 140736601650624 18446744073709551615 4290984 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 167.46
Current children cumulated vsize (KiB) 1155852

Child status: 20
Real time (s): 49.1742
CPU time (s): 167.57
CPU user time (s): 166.751
CPU system time (s): 0.818875
CPU usage (%): 340.767
Max. virtual memory (cumulated for all children) (KiB): 1155852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.751
system time used= 0.818875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461860
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= 21123
involuntary context switches= 777

runsolver used 0.144977 second user time and 0.310952 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 19:30:47
IDJOB=3367033
IDBENCH=82471
IDSOLVER=1844
FILE ID=node130/3367033-1305394246
RUNJOBID= node130-1305392555-19380
PBS_JOBID= 13324426
Free space on /tmp= 73408 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367033-1305394246/watcher-3367033-1305394246 -o /tmp/evaluation-result-3367033-1305394246/solver-3367033-1305394246 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367033-1305394246.cnf

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

MD5SUM BENCH= 2b5c02650b763b7d13b77ce3fc61aa15
RANDOM SEED=1950280476

node130.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.838
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.67
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.838
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.83
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.838
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.75
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.838
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.81
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.838
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.75
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.838
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.838
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.75
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13325724 kB
Buffers:        248028 kB
Cached:        3598580 kB
SwapCached:      10248 kB
Active:       15517112 kB
Inactive:      3809264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13325724 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           11552 kB
Writeback:           0 kB
AnonPages:    15477348 kB
Mapped:          13820 kB
Slab:           182468 kB
PageTables:      55060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 66642092 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= 73404 MiB
End job on node130 at 2011-05-14 19:31:36