Trace number 3367199

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 463.624 116.472

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.02439
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	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-3367199-1305394090.cnf'
0.00/0.01	c -- header says num vars:         350506
0.00/0.01	c -- header says num clauses:      878969
1.95/0.61	c -- clauses added:            0 learnts,       878969 normals,            0 xors
1.95/0.61	c -- vars added     350506
1.95/0.61	c Parsing time:  0.36 s
1.95/0.61	c  N st     0         0    350506    292989    585978         0   2050923         0   no data   no data
5.53/1.57	c asymm  cl-useful: 0/540/291176 lits-rem:0 time: 0.95
62.14/15.76	c Flit:     0 Blit:   4064 bXBeca:    0 bXProp: 3533 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 14.18
62.14/15.79	c Cleaning up after failed var search:     0.03 s 
62.57/15.86	c Replacing     3533 vars Replaced    45929 lits Time:     0.06 s 
62.91/15.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
63.31/16.01	c bin-w-bin subsume rem            0 bins  time:  0.03 s
63.70/16.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
72.07/18.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:  9356 done:  46860 time:  2.14 s
72.87/18.44	c Removed useless bin:     720  fixed:     0  props:  20.00M  time:  0.17 s
126.62/31.90	c lits-rem:         0  cl-subs:        1  v-elim: 113698  v-fix:    0  time: 13.27 s
126.62/31.96	c Finding binary XORs  T:     0.05 s  found:       1
127.02/32.00	c Replacing        1 vars Replaced       17 lits Time:     0.04 s 
127.02/32.05	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
127.02/32.05	c calculated reachability. Time: 0.00
127.02/32.07	c Calc default polars -  time:   0.02 s pos:    4633 undec:  134306 neg:  211567
127.02/32.07	c =========================================================================================
127.02/32.07	c types(t): F = full restart, N = normal restart
127.02/32.07	c types(t): S = simplification begin/end, E = solution found
127.02/32.07	c restart types(rt): st = static, dy = dynamic
127.02/32.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
127.02/32.07	c  B st     0         0    218040    162552    436657         0   1363793         0   no data   no data
200.40/50.43	c  N dy    11      5551    211068    156399    421901      4843   1314722   9191267     12.27     14.21
322.03/80.99	c  N dy    18     12158    190802    153338    430728     11156   1290296  18884749      9.49     10.02
323.23/81.22	c Finding binary XORs  T:     0.07 s  found:   27353
326.01/81.97	c Replacing    27353 vars Replaced  2509259 lits Time:     0.74 s 
375.07/94.21	c  N dy    27     17802    140178    100483    288798     16599    850179  17537709     12.46     13.31
428.09/107.54	c  N dy    35     24059    128382    100483    297816     13355    850179   7133824     11.56     12.32
432.88/108.75	c  F st    36     25000    127433    100483    297816     14275    850179   7424527     11.39     10.13
439.28/110.39	c Finding binary XORs  T:     0.06 s  found:   15267
440.45/110.61	c Replacing    15267 vars Replaced   288432 lits Time:     0.22 s 
455.61/114.41	c  N st    41     28300     98751     76184    203673     17228    608109   6804020     11.39   no data
463.18/116.38	c Following stats are for *FIRST FINISHED THREAD ONLY*
463.18/116.38	c num threads              : 4          
463.18/116.38	c restarts                 : 88         
463.18/116.38	c dynamic restarts         : 81         
463.18/116.38	c static restarts          : 7          
463.18/116.38	c full restarts            : 1          
463.18/116.38	c total simplify time      : 2.70       
463.18/116.38	c learnts DL2              : 0          
463.18/116.38	c learnts size 2           : 5237527    
463.18/116.38	c learnts size 1           : 221180      (63.10     % of vars)
463.18/116.38	c filedLit time            : 0.00        (0.00      % time)
463.18/116.38	c v-elim SatELite          : 0           (0.00      % vars)
463.18/116.38	c SatELite time            : 0.00        (0.00      % time)
463.18/116.38	c v-elim xor               : 0           (0.00      % vars)
463.18/116.38	c xor elim time            : 0.00        (0.00      % time)
463.18/116.38	c num binary xor trees     : 29641      
463.18/116.38	c binxor trees' crown      : 55909       (1.89      leafs/tree)
463.18/116.38	c bin xor find time        : 0.48       
463.18/116.38	c OTF clause improved      : 316         (0.01      clauses/conflict)
463.18/116.38	c OTF impr. size diff      : 29726       (94.07      lits/clause)
463.18/116.38	c OTF cl watch-shrink      : 8004        (0.32      clauses/conflict)
463.18/116.38	c OTF cl watch-sh-lit      : 264866      (33.09      lits/clause)
463.18/116.38	c tried to recurMin cls    : 16611       (66.31      % of conflicts)
463.18/116.38	c updated cache            : 128201      (7.72       lits/tried recurMin)
463.18/116.38	c unit cls recevied        : 25763       (11.65     % of units)
463.18/116.38	c unit cls sent            : 98323       (44.45     % of units)
463.18/116.38	c bin cls recevied         : 4599451    
463.18/116.38	c bin cls sent             : 930197     
463.18/116.38	c clauses over max glue    : 0           (0.00      % of all clauses)
463.18/116.38	c conflicts                : 25050       (216.07    / sec)
463.18/116.38	c decisions                : 375123      (1.04      % random)
463.18/116.38	c bogo-props               : 856972679   (7391813.58 / sec)
463.18/116.38	c conflict literals        : 26506032    (3.97      % deleted)
463.18/116.38	c Memory used              : 2240.87     MB
463.18/116.38	c single-thread CPU time   : 115.94      s
463.18/116.38	c all-threads sum CPU time : 461.95      s
463.18/116.38	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-3367199-1305394090/watcher-3367199-1305394090 -o /tmp/evaluation-result-3367199-1305394090/solver-3367199-1305394090 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367199-1305394090.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.91 7.65 6.91 5/369 4698
/proc/meminfo: memFree=16049220/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 408 0 0 0 0 0 0 0 23 0 4 0 729639722 52396032 348 33554432000 4194304 4580107 140734396629552 18446744073709551615 224284982257 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 12792 348 299 95 0 7774 0
[pid=4698/tid=4699] ppid=4696 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 729639723 52396032 348 33554432000 4194304 4580107 140734396629552 18446744073709551615 47410176841650 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 729639723 52396032 348 33554432000 4194304 4580107 140734396629552 18446744073709551615 47410176841648 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 729639723 52396032 348 33554432000 4194304 4580107 140734396629552 18446744073709551615 224284982257 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0210799 s]
/proc/loadavg: 7.91 7.65 6.91 5/369 4698
/proc/meminfo: memFree=16049220/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=257932 CPUtime=0.04 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) D 4696 4698 3827 0 -1 4202496 5565 0 0 0 3 1 0 0 18 0 4 0 729639722 264122368 4779 33554432000 4194304 4580107 140734396629552 18446744073709551615 4311330 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 66076 5794 334 95 0 61058 0
[pid=4698/tid=4699] ppid=4696 vsize=263788 CPUtime=0.01 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 1984 0 0 0 1 0 0 0 18 0 4 0 729639723 270118912 5795 33554432000 4194304 4580107 140734396629552 18446744073709551615 224284969095 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=262760 CPUtime=0.01 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) D 4696 4698 3827 0 -1 4202560 1979 0 0 0 1 0 0 0 18 0 4 0 729639723 269066240 5797 33554432000 4194304 4580107 140734396629552 18446744073709551615 4307191 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=262760 CPUtime=0 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) D 4696 4698 3827 0 -1 4202560 801 0 0 0 0 0 0 0 25 0 4 0 729639723 269066240 5540 33554432000 4194304 4580107 140734396629552 18446744073709551615 4307821 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 257932

[startup+0.105298 s]
/proc/loadavg: 7.91 7.65 6.91 5/369 4698
/proc/meminfo: memFree=16049220/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=425388 CPUtime=0.33 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) S 4696 4698 3827 0 -1 4202496 38718 0 0 0 24 9 0 0 17 0 4 0 729639722 435597312 30808 33554432000 4194304 4580107 140734396629552 18446744073709551615 224285030894 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 106347 30808 337 95 0 101329 0
[pid=4698/tid=4699] ppid=4696 vsize=425388 CPUtime=0.07 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 8147 0 0 0 6 1 0 0 17 0 4 0 729639723 435597312 30808 33554432000 4194304 4580107 140734396629552 18446744073709551615 224285030943 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=425388 CPUtime=0.08 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) S 4696 4698 3827 0 -1 4202560 10228 0 0 0 6 2 0 0 17 0 4 0 729639723 435597312 30808 33554432000 4194304 4580107 140734396629552 18446744073709551615 224285030894 0 0 4096 2 18446604441418173120 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=425388 CPUtime=0.06 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) S 4696 4698 3827 0 -1 4202560 9147 0 0 0 4 2 0 0 17 0 4 0 729639723 435597312 30808 33554432000 4194304 4580107 140734396629552 18446744073709551615 224285030894 0 0 4096 2 18446604441418173120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 425388

[startup+0.301184 s]
/proc/loadavg: 7.91 7.65 6.91 5/369 4698
/proc/meminfo: memFree=16049220/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=510920 CPUtime=0.98 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 85324 0 0 0 72 26 0 0 17 0 4 0 729639722 523182080 68891 33554432000 4194304 4580107 140734396629552 18446744073709551615 4311330 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 127730 69061 337 95 0 122712 0
[pid=4698/tid=4699] ppid=4696 vsize=510920 CPUtime=0.25 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 20012 0 0 0 19 6 0 0 17 0 4 0 729639723 523182080 69229 33554432000 4194304 4580107 140734396629552 18446744073709551615 224285030894 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=510920 CPUtime=0.23 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) S 4696 4698 3827 0 -1 4202560 22242 0 0 0 17 6 0 0 17 0 4 0 729639723 523182080 69517 33554432000 4194304 4580107 140734396629552 18446744073709551615 224285030894 0 0 4096 2 18446604441418173120 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=510920 CPUtime=0.23 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 21770 0 0 0 17 6 0 0 17 0 4 0 729639723 523182080 69694 33554432000 4194304 4580107 140734396629552 18446744073709551615 224284593154 0 0 4096 2 18446604441418173120 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 510920

[startup+1.11989 s]
/proc/loadavg: 7.91 7.65 6.91 5/369 4698
/proc/meminfo: memFree=16049220/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=817956 CPUtime=3.97 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 169212 0 0 0 346 51 0 0 18 0 4 0 729639722 837586944 135247 33554432000 4194304 4580107 140734396629552 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 204489 135247 359 95 0 199471 0
[pid=4698/tid=4699] ppid=4696 vsize=817956 CPUtime=0.99 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 40728 0 0 0 87 12 0 0 18 0 4 0 729639723 837586944 135247 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=817956 CPUtime=0.99 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 42837 0 0 0 86 13 0 0 18 0 4 0 729639723 837586944 135247 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=817956 CPUtime=0.97 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 41583 0 0 0 85 12 0 0 18 0 4 0 729639723 837586944 135247 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 817956

[startup+1.51382 s]
/proc/loadavg: 7.91 7.65 6.91 10/373 4702
/proc/meminfo: memFree=15507556/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=817956 CPUtime=5.53 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 169217 0 0 0 502 51 0 0 18 0 4 0 729639722 837586944 135252 33554432000 4194304 4580107 140734396629552 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 204489 135252 359 95 0 199471 0
[pid=4698/tid=4699] ppid=4696 vsize=817956 CPUtime=1.37 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 40728 0 0 0 125 12 0 0 18 0 4 0 729639723 837586944 135252 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=817956 CPUtime=1.38 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 42837 0 0 0 125 13 0 0 18 0 4 0 729639723 837586944 135252 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=817956 CPUtime=1.36 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 41588 0 0 0 124 12 0 0 18 0 4 0 729639723 837586944 135252 33554432000 4194304 4580107 140734396629552 18446744073709551615 4317040 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 817956

[startup+3.10056 s]
/proc/loadavg: 7.91 7.66 6.91 9/373 4702
/proc/meminfo: memFree=15486476/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=817956 CPUtime=11.87 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 174504 0 0 0 1135 52 0 0 21 0 4 0 729639722 837586944 140539 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 204489 140539 360 95 0 199471 0
[pid=4698/tid=4699] ppid=4696 vsize=817956 CPUtime=2.94 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 42674 0 0 0 282 12 0 0 21 0 4 0 729639723 837586944 140539 33554432000 4194304 4580107 140734396629552 18446744073709551615 4294245 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=817956 CPUtime=2.97 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 44898 0 0 0 284 13 0 0 21 0 4 0 729639723 837586944 140539 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=817956 CPUtime=2.95 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 41611 0 0 0 283 12 0 0 21 0 4 0 729639723 837586944 140539 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293295 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 817956

[startup+6.30103 s]
/proc/loadavg: 7.91 7.66 6.91 9/373 4702
/proc/meminfo: memFree=15485092/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=817956 CPUtime=24.63 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 175240 0 0 0 2411 52 0 0 25 0 4 0 729639722 837586944 140965 33554432000 4194304 4580107 140734396629552 18446744073709551615 4294277 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 204489 140965 360 95 0 199471 0
[pid=4698/tid=4699] ppid=4696 vsize=817956 CPUtime=6.1 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 42676 0 0 0 598 12 0 0 25 0 4 0 729639723 837586944 140965 33554432000 4194304 4580107 140734396629552 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=817956 CPUtime=6.17 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 44898 0 0 0 604 13 0 0 25 0 4 0 729639723 837586944 140965 33554432000 4194304 4580107 140734396629552 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=817956 CPUtime=6.15 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 42344 0 0 0 603 12 0 0 25 0 4 0 729639723 837586944 140965 33554432000 4194304 4580107 140734396629552 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 817956

[startup+12.701 s]
/proc/loadavg: 7.92 7.66 6.92 9/373 4702
/proc/meminfo: memFree=15478136/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=850772 CPUtime=50.16 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 176405 0 0 0 4963 53 0 0 25 0 4 0 729639722 871190528 142130 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 212693 142130 360 95 0 207675 0
[pid=4698/tid=4699] ppid=4696 vsize=850772 CPUtime=12.43 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 42686 0 0 0 1231 12 0 0 25 0 4 0 729639723 871190528 142130 33554432000 4194304 4580107 140734396629552 18446744073709551615 4289021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=850772 CPUtime=12.57 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 44909 0 0 0 1244 13 0 0 25 0 4 0 729639723 871190528 142130 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293158 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=850772 CPUtime=12.55 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 43480 0 0 0 1243 12 0 0 25 0 4 0 729639723 871190528 142130 33554432000 4194304 4580107 140734396629552 18446744073709551615 4317443 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 850772

[startup+25.5009 s]
/proc/loadavg: 7.94 7.68 6.93 9/373 4702
/proc/meminfo: memFree=14959956/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=1556040 CPUtime=101.15 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 319442 0 0 0 10035 80 0 0 20 0 4 0 729639722 1593384960 282422 33554432000 4194304 4580107 140734396629552 18446744073709551615 4413640 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 389010 282423 375 95 0 383992 0
[pid=4698/tid=4699] ppid=4696 vsize=1556040 CPUtime=25.06 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 88060 0 0 0 2484 22 0 0 18 0 4 0 729639723 1593384960 282423 33554432000 4194304 4580107 140734396629552 18446744073709551615 4409864 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=1556040 CPUtime=25.36 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 93022 0 0 0 2515 21 0 0 22 0 4 0 729639723 1593384960 282423 33554432000 4194304 4580107 140734396629552 18446744073709551615 4399437 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=1556040 CPUtime=25.33 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 46956 0 0 0 2521 12 0 0 25 0 4 0 729639723 1593384960 282423 33554432000 4194304 4580107 140734396629552 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 1556040

[startup+51.1006 s]
/proc/loadavg: 8.15 7.75 6.98 9/373 4702
/proc/meminfo: memFree=14358728/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=2387728 CPUtime=203.19 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 486593 0 0 0 20203 116 0 0 25 0 4 0 729639722 2445033472 418241 33554432000 4194304 4580107 140734396629552 18446744073709551615 4306071 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 596932 418241 378 95 0 591914 0
[pid=4698/tid=4699] ppid=4696 vsize=2387728 CPUtime=50.61 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 138441 0 0 0 5026 35 0 0 25 0 4 0 729639723 2445033472 418241 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316636 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=2387728 CPUtime=50.66 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 146606 0 0 0 5034 32 0 0 25 0 4 0 729639723 2445033472 418241 33554432000 4194304 4580107 140734396629552 18446744073709551615 4317544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=2387728 CPUtime=50.94 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 57649 0 0 0 5080 14 0 0 25 0 4 0 729639723 2445033472 418241 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316629 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.19
Current children cumulated vsize (KiB) 2387728

[startup+102.301 s]
/proc/loadavg: 8.18 7.82 7.04 9/373 4704
/proc/meminfo: memFree=14133896/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=2477404 CPUtime=407.37 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 620731 0 0 0 40595 142 0 0 25 0 4 0 729639722 2536861696 476682 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316395 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 619351 476682 378 95 0 614333 0
[pid=4698/tid=4699] ppid=4696 vsize=2477404 CPUtime=101.8 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 154896 0 0 0 10142 38 0 0 25 0 4 0 729639723 2536861696 476682 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316636 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=2477404 CPUtime=101.27 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 174512 0 0 0 10089 38 0 0 25 0 4 0 729639723 2536861696 476682 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316717 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=2477404 CPUtime=102.11 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 121808 0 0 0 10187 24 0 0 25 0 4 0 729639723 2536861696 476683 33554432000 4194304 4580107 140734396629552 18446744073709551615 4319304 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.37
Current children cumulated vsize (KiB) 2477404

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

[startup+102.714 s]
/proc/loadavg: 8.16 7.82 7.04 9/373 4704
/proc/meminfo: memFree=14128316/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=2477404 CPUtime=409.01 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 621203 0 0 0 40759 142 0 0 25 0 4 0 729639722 2536861696 477154 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316819 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 619351 477154 378 95 0 614333 0
[pid=4698/tid=4699] ppid=4696 vsize=2477404 CPUtime=102.22 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 154978 0 0 0 10184 38 0 0 25 0 4 0 729639723 2536861696 477154 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316566 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=2477404 CPUtime=101.67 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 174676 0 0 0 10129 38 0 0 25 0 4 0 729639723 2536861696 477154 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=2477404 CPUtime=102.53 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 121921 0 0 0 10229 24 0 0 25 0 4 0 729639723 2536861696 477154 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 409.01
Current children cumulated vsize (KiB) 2477404

[startup+109.101 s]
/proc/loadavg: 8.15 7.82 7.05 9/373 4704
/proc/meminfo: memFree=14255416/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=2292224 CPUtime=434.47 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 711912 0 0 0 43296 151 0 0 25 0 4 0 729639722 2347237376 446427 33554432000 4194304 4580107 140734396629552 18446744073709551615 224284623498 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 573056 446461 379 95 0 568038 0
[pid=4698/tid=4699] ppid=4696 vsize=2292224 CPUtime=108.6 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 159723 0 0 0 10821 39 0 0 25 0 4 0 729639723 2347237376 446474 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=2292224 CPUtime=107.99 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 176806 0 0 0 10760 39 0 0 25 0 4 0 729639723 2347237376 446492 33554432000 4194304 4580107 140734396629552 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=2292224 CPUtime=108.91 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 129769 0 0 0 10865 26 0 0 25 0 4 0 729639723 2347237376 446510 33554432000 4194304 4580107 140734396629552 18446744073709551615 4317457 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 434.47
Current children cumulated vsize (KiB) 2292224

[startup+112.3 s]
/proc/loadavg: 8.15 7.82 7.05 9/373 4704
/proc/meminfo: memFree=14239172/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=2293508 CPUtime=447.23 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 769313 0 0 0 44566 157 0 0 25 0 4 0 729639722 2348552192 450277 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316651 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 573377 450277 379 95 0 568359 0
[pid=4698/tid=4699] ppid=4696 vsize=2293508 CPUtime=111.8 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 160617 0 0 0 11141 39 0 0 25 0 4 0 729639723 2348552192 450277 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316768 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=2293508 CPUtime=111.15 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 182664 0 0 0 11075 40 0 0 25 0 4 0 729639723 2348552192 450277 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=2293508 CPUtime=112.11 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 130983 0 0 0 11185 26 0 0 25 0 4 0 729639723 2348552192 450277 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293138 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 447.23
Current children cumulated vsize (KiB) 2293508

[startup+113.9 s]
/proc/loadavg: 8.14 7.83 7.05 9/373 4704
/proc/meminfo: memFree=14228384/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=2293508 CPUtime=453.61 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 771586 0 0 0 45203 158 0 0 25 0 4 0 729639722 2348552192 452239 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316446 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 573377 452239 379 95 0 568359 0
[pid=4698/tid=4699] ppid=4696 vsize=2293508 CPUtime=113.4 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 161130 0 0 0 11300 40 0 0 25 0 4 0 729639723 2348552192 452239 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316395 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=2293508 CPUtime=112.73 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 183030 0 0 0 11233 40 0 0 25 0 4 0 729639723 2348552192 452239 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316784 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=2293508 CPUtime=113.71 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 131363 0 0 0 11345 26 0 0 25 0 4 0 729639723 2348552192 452239 33554432000 4194304 4580107 140734396629552 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 453.61
Current children cumulated vsize (KiB) 2293508

[startup+115.501 s]
/proc/loadavg: 8.14 7.83 7.05 9/373 4704
/proc/meminfo: memFree=14222308/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=2293508 CPUtime=459.99 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 773841 0 0 0 45841 158 0 0 25 0 4 0 729639722 2348552192 454183 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293261 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 573377 454183 379 95 0 568359 0
[pid=4698/tid=4699] ppid=4696 vsize=2293508 CPUtime=115 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 161500 0 0 0 11460 40 0 0 25 0 4 0 729639723 2348552192 454183 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=2293508 CPUtime=114.31 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 183318 0 0 0 11391 40 0 0 25 0 4 0 729639723 2348552192 454183 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=2293508 CPUtime=115.31 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 131807 0 0 0 11505 26 0 0 25 0 4 0 729639723 2348552192 454183 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 459.99
Current children cumulated vsize (KiB) 2293508

[startup+115.914 s]
/proc/loadavg: 8.14 7.83 7.05 9/373 4704
/proc/meminfo: memFree=14218344/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=2293508 CPUtime=461.63 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 774126 0 0 0 46005 158 0 0 25 0 4 0 729639722 2348552192 454468 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316636 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 573377 454468 379 95 0 568359 0
[pid=4698/tid=4699] ppid=4696 vsize=2293508 CPUtime=115.42 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 161591 0 0 0 11502 40 0 0 25 0 4 0 729639723 2348552192 454468 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=2293508 CPUtime=114.71 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 183378 0 0 0 11431 40 0 0 25 0 4 0 729639723 2348552192 454468 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=2293508 CPUtime=115.72 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 131816 0 0 0 11546 26 0 0 25 0 4 0 729639723 2348552192 454468 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 461.63
Current children cumulated vsize (KiB) 2293508

[startup+116.301 s]
/proc/loadavg: 8.14 7.83 7.05 9/373 4704
/proc/meminfo: memFree=14218344/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=2294644 CPUtime=463.18 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) R 4696 4698 3827 0 -1 4202496 775543 0 0 0 46159 159 0 0 25 0 4 0 729639722 2349715456 455100 33554432000 4194304 4580107 140734396629552 18446744073709551615 4294148 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 573661 455100 379 95 0 568643 0
[pid=4698/tid=4699] ppid=4696 vsize=2294644 CPUtime=115.8 cores=0,2,4,6
/proc/4698/task/4699/stat : 4699 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 161646 0 0 0 11540 40 0 0 25 0 4 0 729639723 2349715456 455100 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=2294644 CPUtime=115.1 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 183487 0 0 0 11470 40 0 0 25 0 4 0 729639723 2349715456 455100 33554432000 4194304 4580107 140734396629552 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4698/tid=4701] ppid=4696 vsize=2294644 CPUtime=116.1 cores=0,2,4,6
/proc/4698/task/4701/stat : 4701 (strangenight2-m) R 4696 4698 3827 0 -1 4202560 132893 0 0 0 11584 26 0 0 25 0 4 0 729639723 2349715456 455100 33554432000 4194304 4580107 140734396629552 18446744073709551615 4293083 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 463.18
Current children cumulated vsize (KiB) 2294644

[startup+116.401 s]
/proc/loadavg: 8.14 7.83 7.05 9/373 4704
/proc/meminfo: memFree=14218344/32951124 swapFree=45193364/67111528
[pid=4698] ppid=4696 vsize=0 CPUtime=463.54 cores=0,2,4,6
/proc/4698/stat : 4698 (strangenight2-m) Z 4696 4698 3827 0 -1 4203548 775635 0 0 0 46194 160 0 0 25 0 2 0 729639722 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4698/statm: 0 0 0 0 0 0 0
[pid=4698/tid=4700] ppid=4696 vsize=0 CPUtime=115.2 cores=0,2,4,6
/proc/4698/task/4700/stat : 4700 (strangenight2-m) R 4696 4698 3827 0 -1 4203588 183518 0 0 0 11479 41 0 0 25 0 2 0 729639723 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 463.54
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 116.472
CPU time (s): 463.624
CPU user time (s): 461.948
CPU system time (s): 1.67574
CPU usage (%): 398.057
Max. virtual memory (cumulated for all children) (KiB): 2750728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 461.948
system time used= 1.67575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 775635
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= 34851
involuntary context switches= 2016

runsolver used 0.403938 second user time and 0.978851 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-14 19:28:11
IDJOB=3367199
IDBENCH=82444
IDSOLVER=1844
FILE ID=node118/3367199-1305394090
RUNJOBID= node118-1305393346-4473
PBS_JOBID= 13324422
Free space on /tmp= 73008 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367199-1305394090/watcher-3367199-1305394090 -o /tmp/evaluation-result-3367199-1305394090/solver-3367199-1305394090 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367199-1305394090.cnf

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=554557253

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16049384 kB
Buffers:        269180 kB
Cached:        4412132 kB
SwapCached:      22084 kB
Active:       14013400 kB
Inactive:      2578504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16049384 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           21512 kB
Writeback:           0 kB
AnonPages:    11901416 kB
Mapped:          15644 kB
Slab:           149064 kB
PageTables:      94876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91216948 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= 73004 MiB
End job on node118 at 2011-05-14 19:30:07