Trace number 3289243

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-Night2-stUNSAT 14.2208 14.221

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66183
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3289243-1303776589.cnf'
0.00/0.00	c -- header says num vars:          17298
0.00/0.00	c -- header says num clauses:       57292
0.00/0.02	c -- clauses added:            0 learnts,        57292 normals,            0 xors
0.00/0.02	c -- vars added      17298
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0     17298     26194     27671         0    137056         0   no data   no data
0.29/0.34	c asymm  cl-useful: 8/26194/26194 lits-rem:82 time: 0.32
0.79/0.87	c Flit:    56 Blit:   1670 bXBeca:    0 bXProp: 2814 Bins:      0 BRemL:      0 BRemN:      0 P: 11.3M T:  0.52
0.79/0.87	c Cleaning up after failed var search:     0.00 s 
0.79/0.88	c Replacing     2814 vars Replaced    74967 lits Time:     0.01 s 
0.79/0.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.79/0.88	c bin-w-bin subsume rem          461 bins  time:  0.00 s
0.79/0.89	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.00 s
0.89/0.90	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  11768 time:  0.01 s
0.89/0.91	c Removed useless bin:      37  fixed:     0  props:   1.53M  time:  0.01 s
0.89/0.95	c lits-rem:         0  cl-subs:      135  v-elim:   3922  v-fix:    0  time:  0.04 s
0.89/0.97	c Finding binary XORs  T:     0.02 s  found:      12
0.89/0.97	c Replacing       12 vars Replaced      159 lits Time:     0.00 s 
0.89/0.98	c Finding non-binary XORs:     0.01 s (found:    3486, avg size: 3.0)
0.89/0.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    540 locsubst:  2222 time:   0.00
0.89/0.98	c Replacing     1111 vars Replaced     6666 lits Time:     0.00 s 
0.89/0.99	c calculated reachability. Time: 0.00
0.89/0.99	c Calc default polars -  time:   0.00 s pos:     977 undec:   11143 neg:    5178
0.89/0.99	c =========================================================================================
0.89/0.99	c types(t): F = full restart, N = normal restart
0.89/0.99	c types(t): S = simplification begin/end, E = solution found
0.89/0.99	c restart types(rt): st = static, dy = dynamic
0.89/0.99	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.99	c  B st     0         0      6183     10001      8730         0     66186         0   no data   no data
1.10/1.19	c Decided on static restart strategy
1.39/1.47	c  N st     8      4917      6183     10001      8766      4714     66186    146658   no data   no data
2.10/2.11	c  N st    10     11302      6178     10001      8809      4641     66186    120917   no data   no data
2.89/2.92	c  N st    11     17045      6178     10001      8834     10255     66186    454524   no data   no data
3.89/3.91	c  F st    12     25001      6175     10001      8861     12666     66186    437766   no data   no data
3.89/3.92	c  N st    12     25001      6175      9997      8764     11347     66000    410899   no data   no data
4.39/4.46	c Decided on static restart strategy
4.39/4.46	c  N st    18     30001      6171      9997      8778     10304     66000    273679   no data   no data
4.39/4.46	c  S st    18     30001      6171      9997      8778     10304     66000    273679   no data   no data
4.49/4.54	c  S st    18     30504      6171      9997      8817     10762     66000    281636   no data   no data
4.49/4.55	c x-sub:  1111 x-cut:      0 vfix:      0 v-elim:    269 locsubst:     0 time:   0.01
4.69/4.77	c Flit:    72 Blit:      2 bXBeca:    0 bXProp:    8 Bins:  43244 BRemL:  19644 BRemN:      9 P:  4.5M T:  0.22
4.69/4.77	c Replacing        8 vars Replaced      582 lits Time:     0.00 s 
4.69/4.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.69/4.78	c bin-w-bin subsume rem          161 bins  time:  0.00 s
4.69/4.78	c subs with bin:      442  lits-rem:       363  v-fix:    0  time:  0.00 s
4.69/4.79	c Subs w/ non-existent bins:      0 l-rem:      8 v-fix:     0 done:   5814 time:  0.01 s
4.69/4.79	c Removed useless bin:      16  fixed:     0  props:   0.17M  time:  0.00 s
4.79/4.82	c lits-rem:       165  cl-subs:      142  v-elim:   1120  v-fix:    0  time:  0.02 s
4.79/4.82	c subs with bin:       25  lits-rem:       247  v-fix:    0  time:  0.00 s
4.79/4.83	c lits-rem:        82  cl-subs:      134  v-elim:      0  v-fix:    0  time:  0.01 s
4.89/4.91	c asymm  cl-useful: 153/9691/9691 lits-rem:593 time: 0.08
4.89/4.91	c calculated reachability. Time: 0.00
4.89/4.91	c  N st    18     30504      4694      9691     23677      2283     57350     69369   no data   no data
4.89/4.92	c Finding binary XORs  T:     0.01 s  found:       0
5.50/5.51	c  N st    20     37616      4694      9691     23681      5804     57350    145378   no data   no data
6.09/6.15	c  N st    21     44015      4694      9691     23681     12046     57350    357952   no data   no data
6.29/6.35	c  S st    22     45756      4692      9691     23683      7292     57350    179395   no data   no data
6.39/6.41	c  S st    22     46256      4692      9691     23690      7784     57350    187846   no data   no data
6.39/6.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    126 locsubst:     0 time:   0.00
6.50/6.53	c Flit:     8 Blit:      0 bXBeca:    0 bXProp:    1 Bins:   1579 BRemL:   7168 BRemN:     65 P:  2.3M T:  0.11
6.50/6.53	c Replacing        1 vars Replaced       17 lits Time:     0.00 s 
6.50/6.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.50/6.53	c bin-w-bin subsume rem          200 bins  time:  0.00 s
6.50/6.54	c subs with bin:       64  lits-rem:        25  v-fix:    0  time:  0.00 s
6.50/6.54	c Subs w/ non-existent bins:      0 l-rem:     24 v-fix:     0 done:   4557 time:  0.00 s
6.50/6.54	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
6.50/6.55	c lits-rem:         0  cl-subs:       33  v-elim:     19  v-fix:    0  time:  0.01 s
6.50/6.58	c subs with bin:      575  lits-rem:        91  v-fix:    0  time:  0.03 s
6.60/6.61	c lits-rem:       330  cl-subs:      462  v-elim:      0  v-fix:    0  time:  0.03 s
6.60/6.61	c vivif2 --  cl tried     9590 cl shrink       62 lits rem        171 time: 0.00
6.60/6.61	c vivif2 --  cl tried     6122 cl shrink      756 lits rem       3106 time: 0.00
6.69/6.70	c asymm  cl-useful: 66/9588/9588 lits-rem:189 time: 0.09
6.69/6.70	c calculated reachability. Time: 0.00
6.69/6.70	c  N st    22     46256      4538      9588     13058      6122     56058    127344   no data   no data
6.69/6.71	c Finding binary XORs  T:     0.01 s  found:       0
8.39/8.43	c  N st    23     60653      4538      9588     13059     11906     56058    305812   no data   no data
9.49/9.59	c  N st    24     69388      4538      9588     13063     10477     56058    233392   no data   no data
9.49/9.59	c  S st    24     69388      4538      9588     13063     10477     56058    233392   no data   no data
9.59/9.67	c  S st    24     69891      4537      9588     13069     10970     56058    241891   no data   no data
9.59/9.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     54 locsubst:     0 time:   0.00
9.69/9.77	c Flit:     7 Blit:      0 bXBeca:    0 bXProp:   16 Bins:    700 BRemL:    514 BRemN:      0 P:  2.4M T:  0.10
9.69/9.77	c Replacing       16 vars Replaced      331 lits Time:     0.00 s 
9.69/9.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.69/9.77	c bin-w-bin subsume rem           39 bins  time:  0.00 s
9.69/9.78	c subs with bin:       47  lits-rem:        31  v-fix:    0  time:  0.00 s
9.69/9.78	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:   4459 time:  0.00 s
9.69/9.78	c Removed useless bin:       0  fixed:     0  props:   0.13M  time:  0.00 s
9.69/9.79	c lits-rem:         3  cl-subs:       60  v-elim:     40  v-fix:    0  time:  0.01 s
9.80/9.83	c subs with bin:      156  lits-rem:       762  v-fix:    0  time:  0.03 s
9.80/9.87	c lits-rem:       551  cl-subs:      379  v-elim:      0  v-fix:    0  time:  0.04 s
9.80/9.87	c vivif2 --  cl tried     9438 cl shrink       34 lits rem         47 time: 0.00
9.80/9.88	c vivif2 --  cl tried    10350 cl shrink     1002 lits rem       3248 time: 0.01
9.89/9.97	c asymm  cl-useful: 375/9438/9438 lits-rem:1023 time: 0.08
9.89/9.97	c calculated reachability. Time: 0.00
9.89/9.97	c  N st    24     69891      4419      9163     11763     10350     54772    221393   no data   no data
12.49/12.52	c  F st    25     87500      4419      9163     11767     16118     54772    365941   no data   no data
12.49/12.53	c  N st    25     87500      4419      9161     11404     16109     54738    365167   no data   no data
12.49/12.54	c Finding binary XORs  T:     0.01 s  found:     109
12.49/12.55	c Replacing      109 vars Replaced     3933 lits Time:     0.01 s 
13.09/13.19	c Decided on static restart strategy
13.49/13.59	c  N st    32     95542      4302      9161     11202     23862     54520    565432   no data   no data
14.20/14.20	c  E st    34    100194      4274      9161     11230     16030     54520    317319   no data   no data
14.20/14.20	c num threads              : 1          
14.20/14.20	c restarts                 : 34         
14.20/14.20	c dynamic restarts         : 0          
14.20/14.20	c static restarts          : 34         
14.20/14.20	c full restarts            : 2          
14.20/14.20	c total simplify time      : 0.04       
14.20/14.20	c learnts DL2              : 0          
14.20/14.20	c learnts size 2           : 78613      
14.20/14.20	c learnts size 1           : 3139        (18.15     % of vars)
14.20/14.20	c filedLit time            : 0.95        (6.70      % time)
14.20/14.20	c v-elim SatELite          : 5101        (29.49     % vars)
14.20/14.20	c SatELite time            : 0.14        (1.00      % time)
14.20/14.20	c v-elim xor               : 989         (5.72      % vars)
14.20/14.20	c xor elim time            : 0.02        (0.13      % time)
14.20/14.20	c num binary xor trees     : 2002       
14.20/14.20	c binxor trees' crown      : 4071        (2.03      leafs/tree)
14.20/14.20	c bin xor find time        : 0.05       
14.20/14.20	c OTF clause improved      : 2966        (0.03      clauses/conflict)
14.20/14.20	c OTF impr. size diff      : 3808        (1.28       lits/clause)
14.20/14.20	c OTF cl watch-shrink      : 49401       (0.49      clauses/conflict)
14.20/14.20	c OTF cl watch-sh-lit      : 123047      (2.49       lits/clause)
14.20/14.20	c tried to recurMin cls    : 29331       (29.27      % of conflicts)
14.20/14.20	c updated cache            : 0           (0.00       lits/tried recurMin)
14.20/14.20	c clauses over max glue    : 0           (0.00      % of all clauses)
14.20/14.20	c conflicts                : 100194      (7068.44   / sec)
14.20/14.20	c decisions                : 139649      (4.29      % random)
14.20/14.20	c bogo-props               : 1110104139  (78315081.33 / sec)
14.20/14.20	c conflict literals        : 3475066     (35.95     % deleted)
14.20/14.20	c Memory used              : 82.23       MB
14.20/14.20	c CPU time                 : 14.17       s
14.20/14.20	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-3289243-1303776589/watcher-3289243-1303776589 -o /tmp/evaluation-result-3289243-1303776589/solver-3289243-1303776589 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3289243-1303776589.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.40 2.87 2.79 4/189 31530
/proc/meminfo: memFree=22123376/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=28312 CPUtime=0 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 2141 0 0 0 0 0 0 0 25 0 1 0 489261674 28991488 1846 33554432000 4194304 4627331 140733847616480 18446744073709551615 4357923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 7078 1855 320 106 0 2049 0

[startup+0.035176 s]
/proc/loadavg: 2.40 2.87 2.79 4/189 31530
/proc/meminfo: memFree=22123376/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=37360 CPUtime=0.03 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 2912 0 0 0 3 0 0 0 25 0 1 0 489261674 38256640 2358 33554432000 4194304 4627331 140733847616480 18446744073709551615 4308243 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 9340 2358 343 106 0 4311 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 37360

[startup+0.101164 s]
/proc/loadavg: 2.40 2.87 2.79 4/189 31530
/proc/meminfo: memFree=22123376/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=37360 CPUtime=0.09 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 2912 0 0 0 9 0 0 0 25 0 1 0 489261674 38256640 2358 33554432000 4194304 4627331 140733847616480 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 9340 2358 343 106 0 4311 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37360

[startup+0.301124 s]
/proc/loadavg: 2.40 2.87 2.79 4/189 31530
/proc/meminfo: memFree=22123376/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=37360 CPUtime=0.29 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 2923 0 0 0 29 0 0 0 25 0 1 0 489261674 38256640 2369 33554432000 4194304 4627331 140733847616480 18446744073709551615 4308567 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 9340 2369 343 106 0 4311 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37360

[startup+0.701056 s]
/proc/loadavg: 2.40 2.87 2.79 4/189 31530
/proc/meminfo: memFree=22123376/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=52356 CPUtime=0.69 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 6673 0 0 0 69 0 0 0 25 0 1 0 489261674 53612544 6119 33554432000 4194304 4627331 140733847616480 18446744073709551615 4238386 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 13089 6119 347 106 0 8060 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52356

[startup+1.50092 s]
/proc/loadavg: 2.40 2.87 2.79 5/190 31532
/proc/meminfo: memFree=22060996/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=60776 CPUtime=1.49 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 9055 0 0 0 148 1 0 0 25 0 1 0 489261674 62234624 8015 33554432000 4194304 4627331 140733847616480 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 15194 8015 374 106 0 10165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60776

[startup+3.10063 s]
/proc/loadavg: 2.53 2.89 2.79 5/190 31532
/proc/meminfo: memFree=21952492/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=61768 CPUtime=3.09 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 10297 0 0 0 308 1 0 0 25 0 1 0 489261674 63250432 8229 33554432000 4194304 4627331 140733847616480 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 15442 8229 374 106 0 10413 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61768

[startup+6.30106 s]
/proc/loadavg: 2.53 2.89 2.79 5/190 31532
/proc/meminfo: memFree=21656824/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=74348 CPUtime=6.29 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 12853 0 0 0 627 2 0 0 25 0 1 0 489261674 76132352 9627 33554432000 4194304 4627331 140733847616480 18446744073709551615 4308285 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 18587 9627 377 106 0 13558 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74348

[startup+12.7009 s]
/proc/loadavg: 2.76 2.92 2.81 5/190 31532
/proc/meminfo: memFree=21434648/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=84108 CPUtime=12.69 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 16226 0 0 0 1267 2 0 0 25 0 1 0 489261674 86126592 11475 33554432000 4194304 4627331 140733847616480 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 21027 11475 377 106 0 15998 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84108

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

[startup+13.5008 s]
/proc/loadavg: 2.76 2.92 2.81 5/190 31532
/proc/meminfo: memFree=21431548/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=84108 CPUtime=13.49 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 16398 0 0 0 1347 2 0 0 25 0 1 0 489261674 86126592 11647 33554432000 4194304 4627331 140733847616480 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 21027 11647 377 106 0 15998 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 84108

[startup+13.9007 s]
/proc/loadavg: 2.76 2.92 2.81 5/190 31532
/proc/meminfo: memFree=21431548/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=84196 CPUtime=13.89 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 16811 0 0 0 1386 3 0 0 25 0 1 0 489261674 86216704 11341 33554432000 4194304 4627331 140733847616480 18446744073709551615 4309228 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 21049 11341 377 106 0 16020 0
Current children cumulated CPU time (s) 13.89
Current children cumulated vsize (KiB) 84196

[startup+14.1007 s]
/proc/loadavg: 2.76 2.92 2.81 5/190 31532
/proc/meminfo: memFree=21431548/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=84196 CPUtime=14.09 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 16854 0 0 0 1406 3 0 0 25 0 1 0 489261674 86216704 11384 33554432000 4194304 4627331 140733847616480 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 21049 11384 377 106 0 16020 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 84196

[startup+14.2007 s]
/proc/loadavg: 2.76 2.92 2.81 5/190 31532
/proc/meminfo: memFree=21424232/32951124 swapFree=67051468/67111528
[pid=31530] ppid=31528 vsize=84196 CPUtime=14.2 cores=5,7
/proc/31530/stat : 31530 (strangenight2-s) R 31528 31530 31470 0 -1 4202496 16869 0 0 0 1417 3 0 0 25 0 1 0 489261674 86216704 11399 33554432000 4194304 4627331 140733847616480 18446744073709551615 4306520 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31530/statm: 21049 11399 377 106 0 16020 0
Current children cumulated CPU time (s) 14.2
Current children cumulated vsize (KiB) 84196

Child status: 20
Real time (s): 14.221
CPU time (s): 14.2208
CPU user time (s): 14.1858
CPU system time (s): 0.034994
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 93824

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

runsolver used 0.025996 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 02:09:49
IDJOB=3289243
IDBENCH=83118
IDSOLVER=1587
FILE ID=node101/3289243-1303776589
RUNJOBID= node101-1303776589-31491
PBS_JOBID= 13157199
Free space on /tmp= 71436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289243-1303776589/watcher-3289243-1303776589 -o /tmp/evaluation-result-3289243-1303776589/solver-3289243-1303776589 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3289243-1303776589.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=1901134394

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22120680 kB
Buffers:       2088208 kB
Cached:        8174212 kB
SwapCached:      33708 kB
Active:        6479508 kB
Inactive:      3877348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22120680 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           31636 kB
Writeback:           0 kB
AnonPages:       83016 kB
Mapped:           9424 kB
Slab:           407252 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   330020 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= 71428 MiB
End job on node101 at 2011-04-26 02:10:03