Trace number 3286898

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mtUNSAT 992.241 347.229

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.4606
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3286898-1304041262.cnf'
0.00/0.00	c -- header says num vars:         448370
0.00/0.00	c -- header says num clauses:     1130525
1.64/0.53	c -- clauses added:            0 learnts,      1130525 normals,            0 xors
1.64/0.53	c -- vars added     448370
1.64/0.53	c Parsing time:  1.69 s
1.64/0.53	c  N st     0         0    448370    376841    753682         0   2637887         0   no data   no data  --
1.64/1.04	c asymm  cl-useful: 0/543/373184 lits-rem:0 time: 2.00
39.47/9.96	c Flit:     0 Blit:   4740 bXBeca:    0 bXProp: 3414 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 35.41
39.87/10.00	c Cleaning up after failed var search:     0.13 s 
39.87/10.08	c Replacing     3415 vars Replaced    44395 lits Time:     0.27 s 
40.66/10.27	c bin-w-bin subsume rem            0 bins  time:  0.15 s
41.07/10.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.49 s
53.03/13.33	c Subs w/ non-existent bins:  32547 l-rem:  32547 v-fix:     0 done:  34651 time: 11.64 s
54.22/13.63	c Removed useless bin:      22  fixed:     0  props:  20.16M  time:  1.18 s
58.22/14.67	c lits-rem:         0  cl-subs:        0  v-elim: 145519  v-fix:    0  time:  4.12 s
58.62/14.73	c Finding binary XORs  T:     0.24 s  found:    1328
58.62/14.77	c Replacing     1328 vars Replaced    10706 lits Time:     0.14 s 
59.44/14.95	c Finding non-binary XORs:     0.52 s (found:   38452, avg size: 3.0)
59.44/14.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    418 locsubst:     0 time:   0.17
59.44/14.98	c Calc default polars -  time:   0.08 s pos:   34474 undec:  196756 neg:  217140
59.44/14.98	c =========================================================================================
59.44/14.98	c types(t): F = full restart, N = normal restart
59.44/14.98	c types(t): S = simplification begin/end, E = solution found
59.44/14.98	c restart types(rt): st = static, dy = dynamic
59.44/14.98	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
59.44/14.98	c  B st     0         0    289292    251825    329998         0   1530027         0   no data   no data  --
81.79/20.52	c Decided on static restart strategy
105.76/26.50	c  N st     8      4915    286778    251825    330157      4666   1530027   2968445   no data   no data  --
165.68/41.50	c  N st    10     11298    271693    220321    329508     10894   1416521   7173290   no data   no data  --
165.68/41.57	c Finding binary XORs  T:     0.27 s  found:    7599
167.28/41.96	c Replacing     8847 vars Replaced   143798 lits Time:     1.54 s 
281.13/70.42	c  N st    11     17042    262846    220321    306415     16521   1381133  14071062   no data   no data  --
281.93/70.64	c Finding binary XORs  T:     0.30 s  found:   22735
283.55/71.07	c Replacing    22737 vars Replaced   398545 lits Time:     1.70 s 
326.67/81.85	c  F st    12     25000    194855    143794    250938     14572   1010263   6247377   no data   no data  --
327.86/82.19	c  N st    12     25000    194855    143794    250938     14572   1010263   6247377   no data   no data  --
334.66/83.82	c Replacing     1872 vars Replaced    29215 lits Time:     0.55 s 
353.45/88.58	c Decided on static restart strategy
353.45/88.58	c  N st    18     30000    181670    126799    247001     19383    938458   7166537   no data   no data  --
353.45/88.58	c  S st    18     30000    181670    126799    247001     19383    938458   7166537   no data   no data  --
353.85/88.64	c Finding binary XORs  T:     0.21 s  found:    3799
355.03/88.90	c Replacing     3799 vars Replaced   118890 lits Time:     1.06 s 
359.42/90.10	c Replacing     4368 vars Replaced    57405 lits Time:     0.46 s 
359.82/90.19	c  S st    18     30502    160936    114867    221787     19706    852820   5885024   no data   no data  --
360.22/90.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.18
988.27/345.21	c Flit:   220 Blit:   1428 bXBeca:    0 bXProp: 25125 Bins:    695 BRemL:      1 BRemN:     23 P: 200.0M T: 627.28
988.27/345.25	c Cleaning up after failed var search:     0.09 s 
988.47/345.32	c Replacing    27664 vars Replaced   571847 lits Time:     0.11 s 
988.47/345.38	c bin-w-bin subsume rem           42 bins  time:  0.03 s
988.67/345.42	c subs with bin:        8  lits-rem:      1406  v-fix:    0  time:  0.09 s
989.07/345.63	c Subs w/ non-existent bins:      2 l-rem:    436 v-fix:     0 done:  20742 time:  0.42 s
989.27/345.70	c Removed useless bin:       0  fixed:     0  props:  20.00M  time:  0.13 s
991.27/346.70	c lits-rem:      4042  cl-subs:     6106  v-elim:  54490  v-fix:    0  time:  2.00 s
992.08/347.13	c asymm  cl-useful: 0/19891/20434 lits-rem:0 time: 0.85
992.08/347.13	c  N st    18     30502     27246     20434     43025     13385    174331    139633   no data   no data  --
992.08/347.13	c Following stats are for *FIRST FINISHED THREAD ONLY*
992.08/347.13	c num threads              : 4          
992.08/347.13	c restarts                 : 34         
992.08/347.13	c dynamic restarts         : 0          
992.08/347.13	c static restarts          : 34         
992.08/347.13	c full restarts            : 2          
992.08/347.13	c total simplify time      : 7.16       
992.08/347.13	c learnts DL2              : 0          
992.08/347.13	c learnts size 2           : 1022461    
992.08/347.13	c learnts size 1           : 149132      (33.26     % of vars)
992.08/347.13	c filedLit time            : 117.73      (11.89     % time)
992.08/347.13	c v-elim SatELite          : 218805      (48.80     % vars)
992.08/347.13	c SatELite time            : 33.44       (3.38      % time)
992.08/347.13	c v-elim xor               : 807         (0.18      % vars)
992.08/347.13	c xor elim time            : 0.47        (0.05      % time)
992.08/347.13	c num binary xor trees     : 5145       
992.08/347.13	c binxor trees' crown      : 73826       (14.35     leafs/tree)
992.08/347.13	c bin xor find time        : 1.27       
992.08/347.13	c OTF clause improved      : 12426       (0.11      clauses/conflict)
992.08/347.13	c OTF impr. size diff      : 12919       (1.04       lits/clause)
992.08/347.13	c OTF cl watch-shrink      : 6666        (0.06      clauses/conflict)
992.08/347.13	c OTF cl watch-sh-lit      : 9383        (1.41       lits/clause)
992.08/347.13	c tried to recurMin cls    : 11322       (10.27      % of conflicts)
992.08/347.13	c updated cache            : 0           (0.00       lits/tried recurMin)
992.08/347.13	c unit cls received        : 59          (0.04      % of units)
992.08/347.13	c unit cls sent            : 62651       (42.01     % of units)
992.08/347.13	c bin cls received         : 176413     
992.08/347.13	c bin cls sent             : 86750      
992.08/347.13	c clauses over max glue    : 0           (0.00      % of all clauses)
992.08/347.13	c conflicts                : 110212      (111.32    / sec)
992.08/347.13	c decisions                : 1479769     (1.10      % random)
992.08/347.13	c bogo-props               : 2328219367  (2351638.18 / sec)
992.08/347.13	c conflict literals        : 29378313    (3.54      % deleted)
992.08/347.13	c Memory used              : 2262.48     MB
992.08/347.13	c single-thread CPU time   : 990.04      s
992.08/347.13	c all-threads sum CPU time : 990.04      s
992.08/347.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: 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-3286898-1304041262/watcher-3286898-1304041262 -o /tmp/evaluation-result-3286898-1304041262/solver-3286898-1304041262 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3286898-1304041262.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: 7.99 7.94 7.90 5/180 32634
/proc/meminfo: memFree=16849944/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 412 0 0 0 1 0 0 0 22 0 4 0 515726781 52465664 352 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290991026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 12809 352 303 112 0 7774 0
[pid=32634/tid=32635] ppid=32632 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 515726781 52465664 352 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290991030 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 515726781 52465664 352 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290991026 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 515726781 52465664 352 33554432000 4194304 4650419 140737267266848 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0722159 s]
/proc/loadavg: 7.99 7.94 7.90 5/180 32634
/proc/meminfo: memFree=16849944/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=354344 CPUtime=0.25 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 35083 0 0 0 18 7 0 0 18 0 4 0 515726781 362848256 26446 33554432000 4194304 4650419 140737267266848 18446744073709551615 230808863159 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 88586 26472 344 112 0 83551 0
[pid=32634/tid=32635] ppid=32632 vsize=354344 CPUtime=0.05 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 8840 0 0 0 4 1 0 0 18 0 4 0 515726781 362848256 26497 33554432000 4194304 4650419 140737267266848 18446744073709551615 230808862912 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=354344 CPUtime=0.05 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 8497 0 0 0 4 1 0 0 18 0 4 0 515726781 362848256 26522 33554432000 4194304 4650419 140737267266848 18446744073709551615 230808863179 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=354344 CPUtime=0.05 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 8774 0 0 0 4 1 0 0 25 0 4 0 515726781 362848256 26546 33554432000 4194304 4650419 140737267266848 18446744073709551615 230808863076 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 354344

[startup+0.101205 s]
/proc/loadavg: 7.99 7.94 7.90 5/180 32634
/proc/meminfo: memFree=16849944/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=372300 CPUtime=0.37 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 42949 0 0 0 28 9 0 0 18 0 4 0 515726781 381235200 34150 33554432000 4194304 4650419 140737267266848 18446744073709551615 4546036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 93075 34162 344 112 0 88040 0
[pid=32634/tid=32635] ppid=32632 vsize=372300 CPUtime=0.08 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 10760 0 0 0 7 1 0 0 18 0 4 0 515726781 381235200 34164 33554432000 4194304 4650419 140737267266848 18446744073709551615 4520154 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=372300 CPUtime=0.08 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 10519 0 0 0 6 2 0 0 18 0 4 0 515726781 381235200 34165 33554432000 4194304 4650419 140737267266848 18446744073709551615 4316404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=372300 CPUtime=0.08 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 10699 0 0 0 6 2 0 0 25 0 4 0 515726781 381235200 34169 33554432000 4194304 4650419 140737267266848 18446744073709551615 4372752 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 372300

[startup+0.315236 s]
/proc/loadavg: 7.99 7.94 7.90 5/180 32634
/proc/meminfo: memFree=16849944/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=614784 CPUtime=1.2 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 118850 0 0 0 96 24 0 0 18 0 4 0 515726781 629538816 100455 33554432000 4194304 4650419 140737267266848 18446744073709551615 230809208967 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 153696 100455 344 112 0 148661 0
[pid=32634/tid=32635] ppid=32632 vsize=614784 CPUtime=0.29 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) D 32632 32634 32317 0 -1 4202560 29463 0 0 0 24 5 0 0 18 0 4 0 515726781 629538816 100455 33554432000 4194304 4650419 140737267266848 18446744073709551615 4361571 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=614784 CPUtime=0.29 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) D 32632 32634 32317 0 -1 4202560 29550 0 0 0 23 6 0 0 18 0 4 0 515726781 629538816 100455 33554432000 4194304 4650419 140737267266848 18446744073709551615 4361571 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=614784 CPUtime=0.29 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) D 32632 32634 32317 0 -1 4202560 29604 0 0 0 23 6 0 0 18 0 4 0 515726781 629538816 99943 33554432000 4194304 4650419 140737267266848 18446744073709551615 4361571 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 614784

[startup+1.231 s]
/proc/loadavg: 7.99 7.94 7.90 5/180 32634
/proc/meminfo: memFree=16849944/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=906516 CPUtime=4.85 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 205260 0 0 0 445 40 0 0 19 0 4 0 515726781 928272384 161877 33554432000 4194304 4650419 140737267266848 18446744073709551615 4369972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 226629 161877 372 112 0 221594 0
[pid=32634/tid=32635] ppid=32632 vsize=906516 CPUtime=1.21 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 52283 0 0 0 111 10 0 0 19 0 4 0 515726781 928272384 161877 33554432000 4194304 4650419 140737267266848 18446744073709551615 4245185 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=906516 CPUtime=1.21 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 52215 0 0 0 110 11 0 0 19 0 4 0 515726781 928272384 161877 33554432000 4194304 4650419 140737267266848 18446744073709551615 4369342 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=906516 CPUtime=1.21 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 48484 0 0 0 112 9 0 0 19 0 4 0 515726781 928272384 161877 33554432000 4194304 4650419 140737267266848 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 906516

[startup+1.50095 s]
/proc/loadavg: 7.99 7.94 7.90 5/180 32634
/proc/meminfo: memFree=16849944/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=906516 CPUtime=5.93 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 205262 0 0 0 553 40 0 0 19 0 4 0 515726781 928272384 161879 33554432000 4194304 4650419 140737267266848 18446744073709551615 4369942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 226629 161879 372 112 0 221594 0
[pid=32634/tid=32635] ppid=32632 vsize=906516 CPUtime=1.48 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 52283 0 0 0 138 10 0 0 19 0 4 0 515726781 928272384 161879 33554432000 4194304 4650419 140737267266848 18446744073709551615 4370252 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=906516 CPUtime=1.48 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 52215 0 0 0 137 11 0 0 19 0 4 0 515726781 928272384 161879 33554432000 4194304 4650419 140737267266848 18446744073709551615 4370329 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=906516 CPUtime=1.48 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 48486 0 0 0 139 9 0 0 19 0 4 0 515726781 928272384 161879 33554432000 4194304 4650419 140737267266848 18446744073709551615 4364883 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 906516

[startup+3.10066 s]
/proc/loadavg: 7.99 7.95 7.91 9/184 32638
/proc/meminfo: memFree=16106528/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=906516 CPUtime=12.31 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 205420 0 0 0 1191 40 0 0 23 0 4 0 515726781 928272384 162037 33554432000 4194304 4650419 140737267266848 18446744073709551615 4369908 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 226629 162037 372 112 0 221594 0
[pid=32634/tid=32635] ppid=32632 vsize=906516 CPUtime=3.08 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 52283 0 0 0 298 10 0 0 24 0 4 0 515726781 928272384 162037 33554432000 4194304 4650419 140737267266848 18446744073709551615 4369077 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=906516 CPUtime=3.08 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 52215 0 0 0 297 11 0 0 23 0 4 0 515726781 928272384 162037 33554432000 4194304 4650419 140737267266848 18446744073709551615 4245055 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=906516 CPUtime=3.06 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 48643 0 0 0 297 9 0 0 23 0 4 0 515726781 928272384 162037 33554432000 4194304 4650419 140737267266848 18446744073709551615 4329327 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 906516

[startup+6.30107 s]
/proc/loadavg: 7.99 7.95 7.91 9/184 32639
/proc/meminfo: memFree=16035660/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=906516 CPUtime=25.09 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 206071 0 0 0 2468 41 0 0 25 0 4 0 515726781 928272384 162688 33554432000 4194304 4650419 140737267266848 18446744073709551615 4370329 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 226629 162688 372 112 0 221594 0
[pid=32634/tid=32635] ppid=32632 vsize=906516 CPUtime=6.28 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 52288 0 0 0 618 10 0 0 25 0 4 0 515726781 928272384 162688 33554432000 4194304 4650419 140737267266848 18446744073709551615 4245055 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=906516 CPUtime=6.27 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 52220 0 0 0 616 11 0 0 25 0 4 0 515726781 928272384 162688 33554432000 4194304 4650419 140737267266848 18446744073709551615 4370329 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=906516 CPUtime=6.24 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 49281 0 0 0 615 9 0 0 25 0 4 0 515726781 928272384 162688 33554432000 4194304 4650419 140737267266848 18446744073709551615 4314858 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 906516

[startup+12.7069 s]
/proc/loadavg: 8.07 7.96 7.91 9/184 32639
/proc/meminfo: memFree=15692768/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=1119728 CPUtime=50.65 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 268027 0 0 0 5010 55 0 0 21 0 4 0 515726781 1146601472 224640 33554432000 4194304 4650419 140737267266848 18446744073709551615 4550246 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 279932 224640 385 112 0 274897 0
[pid=32634/tid=32635] ppid=32632 vsize=1119728 CPUtime=12.68 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 71421 0 0 0 1252 16 0 0 21 0 4 0 515726781 1146601472 224640 33554432000 4194304 4650419 140737267266848 18446744073709551615 4447099 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=1119728 CPUtime=12.67 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 72083 0 0 0 1251 16 0 0 21 0 4 0 515726781 1146601472 224640 33554432000 4194304 4650419 140737267266848 18446744073709551615 4550228 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=1119728 CPUtime=12.62 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 52108 0 0 0 1252 10 0 0 25 0 4 0 515726781 1146601472 224640 33554432000 4194304 4650419 140737267266848 18446744073709551615 4333858 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1119728

[startup+25.5006 s]
/proc/loadavg: 8.15 7.98 7.92 9/184 32669
/proc/meminfo: memFree=16854620/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=1520164 CPUtime=101.77 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 350035 0 0 0 10073 104 0 0 25 0 4 0 515726781 1556647936 286623 33554432000 4194304 4650419 140737267266848 18446744073709551615 4314818 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 380041 286623 394 112 0 375006 0
[pid=32634/tid=32635] ppid=32632 vsize=1520164 CPUtime=25.47 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 99631 0 0 0 2510 37 0 0 25 0 4 0 515726781 1556647936 286623 33554432000 4194304 4650419 140737267266848 18446744073709551615 4363350 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=1520164 CPUtime=25.45 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 100058 0 0 0 2508 37 0 0 25 0 4 0 515726781 1556647936 286623 33554432000 4194304 4650419 140737267266848 18446744073709551615 4315103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=1520164 CPUtime=25.34 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 60252 0 0 0 2523 11 0 0 25 0 4 0 515726781 1556647936 286623 33554432000 4194304 4650419 140737267266848 18446744073709551615 4364883 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 1520164

[startup+51.1009 s]
/proc/loadavg: 7.74 7.90 7.89 9/184 32730
/proc/meminfo: memFree=16418396/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=1585708 CPUtime=204.05 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 378989 0 0 0 20286 119 0 0 25 0 4 0 515726781 1623764992 315577 33554432000 4194304 4650419 140737267266848 18446744073709551615 4315180 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 396427 315577 394 112 0 391392 0
[pid=32634/tid=32635] ppid=32632 vsize=1585708 CPUtime=51.07 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 104814 0 0 0 5068 39 0 0 25 0 4 0 515726781 1623764992 315577 33554432000 4194304 4650419 140737267266848 18446744073709551615 4315544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=1585708 CPUtime=51.06 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 107812 0 0 0 5065 41 0 0 25 0 4 0 515726781 1623764992 315577 33554432000 4194304 4650419 140737267266848 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=1585708 CPUtime=50.82 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 69085 0 0 0 5064 18 0 0 25 0 4 0 515726781 1623764992 315577 33554432000 4194304 4650419 140737267266848 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 1585708

[startup+102.3 s]
/proc/loadavg: 7.97 7.93 7.90 9/184 32761
/proc/meminfo: memFree=16290284/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=1693044 CPUtime=408.56 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 637264 0 0 0 40701 155 0 0 25 0 4 0 515726781 1733677056 331028 33554432000 4194304 4650419 140737267266848 18446744073709551615 4230556 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 423261 331028 396 112 0 418226 0
[pid=32634/tid=32635] ppid=32632 vsize=1693044 CPUtime=102.27 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 179277 0 0 0 10178 49 0 0 25 0 4 0 515726781 1733677056 331028 33554432000 4194304 4650419 140737267266848 18446744073709551615 4315168 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=1693044 CPUtime=102.26 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 231766 0 0 0 10170 56 0 0 25 0 4 0 515726781 1733677056 331028 33554432000 4194304 4650419 140737267266848 18446744073709551615 4315977 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=1693044 CPUtime=101.74 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 91665 0 0 0 10152 22 0 0 25 0 4 0 515726781 1733677056 331029 33554432000 4194304 4650419 140737267266848 18446744073709551615 4315965 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 1693044

[startup+162.307 s]
/proc/loadavg: 7.56 7.85 7.88 7/184 32763
/proc/meminfo: memFree=15334612/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=2297016 CPUtime=622.47 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 863035 0 0 0 62037 210 0 0 25 0 4 0 515726781 2352144384 473406 33554432000 4194304 4650419 140737267266848 18446744073709551615 4230557 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 574254 473406 396 112 0 569219 0
[pid=32634/tid=32635] ppid=32632 vsize=2297016 CPUtime=158.22 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 223841 0 0 0 15766 56 0 0 25 0 4 0 515726781 2352144384 473406 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=2297016 CPUtime=162.19 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 291150 0 0 0 16150 69 0 0 25 0 4 0 515726781 2352144384 473406 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290966048 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=2297016 CPUtime=139.75 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 213015 0 0 0 13918 57 0 0 25 0 4 0 515726781 2352144384 473406 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 622.47
Current children cumulated vsize (KiB) 2297016

[startup+222.301 s]
/proc/loadavg: 6.62 7.52 7.76 7/184 32764
/proc/meminfo: memFree=15147412/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=2309212 CPUtime=742.46 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 866084 0 0 0 74036 210 0 0 25 0 4 0 515726781 2364633088 476455 33554432000 4194304 4650419 140737267266848 18446744073709551615 4230695 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 577303 476455 396 112 0 572268 0
[pid=32634/tid=32635] ppid=32632 vsize=2309212 CPUtime=158.22 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 223841 0 0 0 15766 56 0 0 25 0 4 0 515726781 2364633088 476455 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=2309212 CPUtime=222.18 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 291150 0 0 0 22149 69 0 0 25 0 4 0 515726781 2364633088 476455 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290966212 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=2309212 CPUtime=139.75 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 213015 0 0 0 13918 57 0 0 25 0 4 0 515726781 2364633088 476455 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 742.46
Current children cumulated vsize (KiB) 2309212

[startup+282.301 s]
/proc/loadavg: 6.32 7.27 7.66 7/184 32766
/proc/meminfo: memFree=15102572/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=2309212 CPUtime=862.46 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 866084 0 0 0 86036 210 0 0 25 0 4 0 515726781 2364633088 476455 33554432000 4194304 4650419 140737267266848 18446744073709551615 4230702 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 577303 476455 396 112 0 572268 0
[pid=32634/tid=32635] ppid=32632 vsize=2309212 CPUtime=158.22 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 223841 0 0 0 15766 56 0 0 25 0 4 0 515726781 2364633088 476455 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=2309212 CPUtime=282.19 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 291150 0 0 0 28150 69 0 0 25 0 4 0 515726781 2364633088 476455 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290966212 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=2309212 CPUtime=139.75 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 213015 0 0 0 13918 57 0 0 25 0 4 0 515726781 2364633088 476455 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 862.46
Current children cumulated vsize (KiB) 2309212

[startup+342.301 s]
/proc/loadavg: 6.15 7.05 7.56 7/184 32767
/proc/meminfo: memFree=15024748/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=2309212 CPUtime=982.46 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 866085 0 0 0 98036 210 0 0 25 0 4 0 515726781 2364633088 476456 33554432000 4194304 4650419 140737267266848 18446744073709551615 4248968 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 577303 476456 396 112 0 572268 0
[pid=32634/tid=32635] ppid=32632 vsize=2309212 CPUtime=158.22 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 223841 0 0 0 15766 56 0 0 25 0 4 0 515726781 2364633088 476456 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=2309212 CPUtime=342.2 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 291150 0 0 0 34150 70 0 0 25 0 4 0 515726781 2364633088 476456 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290966059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=2309212 CPUtime=139.75 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 213015 0 0 0 13918 57 0 0 25 0 4 0 515726781 2364633088 476456 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 982.46
Current children cumulated vsize (KiB) 2309212

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

[startup+342.9 s]
/proc/loadavg: 6.15 7.05 7.56 7/184 300
/proc/meminfo: memFree=15024496/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=2309212 CPUtime=983.66 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 866085 0 0 0 98156 210 0 0 25 0 4 0 515726781 2364633088 476456 33554432000 4194304 4650419 140737267266848 18446744073709551615 4370329 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 577303 476456 396 112 0 572268 0
[pid=32634/tid=32635] ppid=32632 vsize=2309212 CPUtime=158.22 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 223841 0 0 0 15766 56 0 0 25 0 4 0 515726781 2364633088 476456 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=2309212 CPUtime=342.8 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 291150 0 0 0 34210 70 0 0 25 0 4 0 515726781 2364633088 476456 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290966212 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=2309212 CPUtime=139.75 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 213015 0 0 0 13918 57 0 0 25 0 4 0 515726781 2364633088 476456 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 983.66
Current children cumulated vsize (KiB) 2309212

[startup+344.501 s]
/proc/loadavg: 6.15 7.05 7.56 7/184 300
/proc/meminfo: memFree=15023876/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=2309212 CPUtime=986.87 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 866108 0 0 0 98477 210 0 0 25 0 4 0 515726781 2364633088 476479 33554432000 4194304 4650419 140737267266848 18446744073709551615 4370340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 577303 476479 396 112 0 572268 0
[pid=32634/tid=32635] ppid=32632 vsize=2309212 CPUtime=158.22 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 223841 0 0 0 15766 56 0 0 25 0 4 0 515726781 2364633088 476479 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=2309212 CPUtime=344.4 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 291150 0 0 0 34370 70 0 0 25 0 4 0 515726781 2364633088 476479 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290966212 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=2309212 CPUtime=139.75 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 213015 0 0 0 13918 57 0 0 25 0 4 0 515726781 2364633088 476479 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 986.87
Current children cumulated vsize (KiB) 2309212

[startup+346.101 s]
/proc/loadavg: 6.15 7.05 7.56 7/184 300
/proc/meminfo: memFree=15014812/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=2316780 CPUtime=990.07 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 868008 0 0 0 98796 211 0 0 25 0 4 0 515726781 2372382720 478379 33554432000 4194304 4650419 140737267266848 18446744073709551615 4438432 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 579195 478379 396 112 0 574160 0
[pid=32634/tid=32635] ppid=32632 vsize=2316780 CPUtime=158.22 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 223841 0 0 0 15766 56 0 0 25 0 4 0 515726781 2372382720 478379 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=2316780 CPUtime=346 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 291150 0 0 0 34530 70 0 0 25 0 4 0 515726781 2372382720 478379 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290966059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=2316780 CPUtime=139.75 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 213015 0 0 0 13918 57 0 0 25 0 4 0 515726781 2372382720 478379 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 990.07
Current children cumulated vsize (KiB) 2316780

[startup+346.901 s]
/proc/loadavg: 6.15 7.05 7.56 7/184 300
/proc/meminfo: memFree=15014812/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=2316780 CPUtime=991.67 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 868748 0 0 0 98956 211 0 0 25 0 4 0 515726781 2372382720 479119 33554432000 4194304 4650419 140737267266848 18446744073709551615 4370249 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 579195 479119 396 112 0 574160 0
[pid=32634/tid=32635] ppid=32632 vsize=2316780 CPUtime=158.22 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 223841 0 0 0 15766 56 0 0 25 0 4 0 515726781 2372382720 479119 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=2316780 CPUtime=346.8 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 291150 0 0 0 34610 70 0 0 25 0 4 0 515726781 2372382720 479119 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290966059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=2316780 CPUtime=139.75 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 213015 0 0 0 13918 57 0 0 25 0 4 0 515726781 2372382720 479119 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 991.67
Current children cumulated vsize (KiB) 2316780

[startup+347.107 s]
/proc/loadavg: 6.14 7.04 7.55 7/184 300
/proc/meminfo: memFree=15011216/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=2316780 CPUtime=992.08 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) R 32632 32634 32317 0 -1 4202496 868748 0 0 0 98997 211 0 0 25 0 4 0 515726781 2372382720 479119 33554432000 4194304 4650419 140737267266848 18446744073709551615 4371317 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 579195 479119 396 112 0 574160 0
[pid=32634/tid=32635] ppid=32632 vsize=2316780 CPUtime=158.22 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 223841 0 0 0 15766 56 0 0 25 0 4 0 515726781 2372382720 479119 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 4 0 0 0
[pid=32634/tid=32636] ppid=32632 vsize=2316780 CPUtime=347 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (strangenight1-m) R 32632 32634 32317 0 -1 4202560 291150 0 0 0 34630 70 0 0 25 0 4 0 515726781 2372382720 479119 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290966059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=2316780 CPUtime=139.75 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (strangenight1-m) S 32632 32634 32317 0 -1 4202560 213015 0 0 0 13918 57 0 0 25 0 4 0 515726781 2372382720 479119 33554432000 4194304 4650419 140737267266848 18446744073709551615 47646290990644 0 0 4096 2 18446604451968994048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 992.08
Current children cumulated vsize (KiB) 2316780

[startup+347.201 s]
/proc/loadavg: 6.14 7.04 7.55 7/184 300
/proc/meminfo: memFree=15011216/32951124 swapFree=67111528/67111528
[pid=32634] ppid=32632 vsize=0 CPUtime=992.21 cores=0,2,4,6
/proc/32634/stat : 32634 (strangenight1-m) Z 32632 32634 32317 0 -1 4203548 868751 0 0 0 99004 217 0 0 25 0 2 0 515726781 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32634/statm: 0 0 0 0 0 0 0
[pid=32634/tid=32635] ppid=32632 vsize=0 CPUtime=158.28 cores=0,2,4,6
/proc/32634/task/32635/stat : 32635 (strangenight1-m) R 32632 32634 32317 0 -1 4203588 223841 0 0 0 15766 62 0 0 18 0 2 0 515726781 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 992.21
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 347.229
CPU time (s): 992.241
CPU user time (s): 990.042
CPU system time (s): 2.19967
CPU usage (%): 285.76
Max. virtual memory (cumulated for all children) (KiB): 2316780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 990.041
system time used= 2.19966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 868751
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= 12235
involuntary context switches= 4212

runsolver used 0.546916 second user time and 1.22781 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 03:41:03
IDJOB=3286898
IDBENCH=82450
IDSOLVER=1588
FILE ID=node104/3286898-1304041262
RUNJOBID= node104-1304039974-32335
PBS_JOBID= 13170380
Free space on /tmp= 71512 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286898-1304041262/watcher-3286898-1304041262 -o /tmp/evaluation-result-3286898-1304041262/solver-3286898-1304041262 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3286898-1304041262.cnf

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=1077935665

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16850224 kB
Buffers:       2194984 kB
Cached:       11811360 kB
SwapCached:          0 kB
Active:        3786484 kB
Inactive:     11724932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16850224 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26712 kB
Writeback:           4 kB
AnonPages:     1503600 kB
Mapped:          15524 kB
Slab:           523128 kB
PageTables:       7924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1913296 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= 71504 MiB
End job on node104 at 2011-04-29 03:46:51