Trace number 3370751

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-st (fixed)UNSAT 296.493 296.491

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer14.shuffled.cnf
MD5SUM1d9569aa70fee033c68469753053c259
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.403937
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses2130
Sum of the clauses size4500
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22100
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370751-1305396376.cnf'
0.00/0.01	c -- header says num vars:            300
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       300        30      2100         0      4500         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/30/30 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     30  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     130 undec:      30 neg:     140
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       270       403      1697         0      7560         0   no data   no data  --
0.03/0.04	c Decided on static restart strategy
0.03/0.10	c  N st     8      4916       270       403      1697      4687      7560    124327   no data   no data  --
0.19/0.28	c  N st    10     11299       270       403      1697      4269      7560    108964   no data   no data  --
0.39/0.48	c  N st    11     17042       270       403      1697      9641      7560    269179   no data   no data  --
0.69/0.78	c  F st    12     25001       270       403      1697     11888      7560    323258   no data   no data  --
0.69/0.78	c Found part        0 vars:        135 clauses:      1050 lits size:      3780
0.69/0.78	c Found part        1 vars:        135 clauses:      1050 lits size:      3780
0.69/0.78	c Found parts:          2 time: 0.00 s
0.69/0.78	c Solving part 0
0.69/0.79	c  N st     0         0       135       201       849         0      3780         0   no data   no data  --
0.69/0.79	c asymm  cl-useful: 0/201/201 lits-rem:0 time: 0.00
0.69/0.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.69/0.79	c Finding binary XORs  T:     0.00 s  found:       0
0.69/0.79	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.69/0.79	c calculated reachability. Time: 0.00
0.69/0.79	c Calc default polars -  time:   0.00 s pos:      71 undec:     165 neg:      64
0.69/0.79	c =========================================================================================
0.69/0.79	c types(t): F = full restart, N = normal restart
0.69/0.79	c types(t): S = simplification begin/end, E = solution found
0.69/0.79	c restart types(rt): st = static, dy = dynamic
0.69/0.79	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.79	c  B st     0         0       135       201       849         0      3780         0   no data   no data  --
0.79/0.82	c Decided on static restart strategy
0.89/0.90	c  N st     8      4914       135       201       849      4531      3780    127720   no data   no data  --
1.10/1.12	c  N st    10     11298       135       201       849      4091      3780    107579   no data   no data  --
1.29/1.34	c  N st    11     17041       135       201       849      9176      3780    270297   no data   no data  --
1.69/1.76	c  F st    12     25000       135       201       849     11327      3780    339545   no data   no data  --
1.69/1.76	c  N st    12     25000       135       201       849     11327      3780    339545   no data   no data  --
1.89/1.97	c Decided on static restart strategy
1.89/1.97	c  N st    18     30194       135       201       849      9909      3780    279805   no data   no data  --
2.28/2.30	c  N st    20     37304       135       201       849      9264      3780    246943   no data   no data  --
2.69/2.77	c  N st    21     43703       135       201       849     14803      3780    419309   no data   no data  --
3.58/3.66	c  N st    22     53302       135       201       849     14890      3780    409701   no data   no data  --
4.39/4.42	c  N st    23     67699       135       201       849     19522      3780    560864   no data   no data  --
5.59/5.66	c  F st    24     87502       135       201       849     16700      3780    466271   no data   no data  --
5.59/5.66	c  N st    24     87502       135       201       849     16700      3780    466271   no data   no data  --
5.89/5.98	c Decided on static restart strategy
6.09/6.14	c  N st    31     95543       135       201       849     12226      3780    315926   no data   no data  --
6.60/6.67	c  N st    33    106211       135       201       849     21719      3780    621081   no data   no data  --
7.09/7.13	c  N st    34    115809       135       201       849     17886      3780    493338   no data   no data  --
8.39/8.41	c  N st    35    130206       135       201       849     17156      3780    452546   no data   no data  --
9.79/9.83	c  N st    36    151801       135       201       849     22321      3780    618776   no data   no data  --
11.78/11.80	c  N st    37    184193       135       201       849     20155      3780    549424   no data   no data  --
16.08/16.17	c  N st    38    232781       135       201       850     29021      3780    824456   no data   no data  --
21.99/22.05	c  N st    39    305665       135       201       851     35264      3780    930967   no data   no data  --
21.99/22.09	c  F st    40    306251       135       201       851     35794      3780    948143   no data   no data  --
22.59/22.62	c Decided on static restart strategy
25.19/25.22	c  N st    50    334554       135       201       851     39129      3780   1037959   no data   no data  --
29.08/29.13	c  N st    52    370548       135       201       853     25438      3780    667479   no data   no data  --
32.18/32.24	c  N st    53    402940       135       201       854     30550      3780    822473   no data   no data  --
37.68/37.73	c  N st    54    451529       135       201       857     48556      3780   1274771   no data   no data  --
37.68/37.73	c Finding binary XORs  T:     0.00 s  found:       0
44.99/45.07	c  N st    55    524413       135       201       858     33813      3780    892382   no data   no data  --
57.88/57.91	c Finding binary XORs  T:     0.00 s  found:       0
58.38/58.45	c  N st    56    633737       134       201       843     40662      3738   1115996   no data   no data  --
78.10/78.17	c  N st    57    797721       134       201       843     59686      3738   1671498   no data   no data  --
114.88/114.99	c  N st    58   1043698       134       201       843     57546      3738   1615316   no data   no data  --
119.09/119.16	c  F st    59   1071876       134       201       845     41928      3738   1097056   no data   no data  --
119.09/119.16	c  N st    59   1071876       134       201       845     41928      3738   1097056   no data   no data  --
119.79/119.89	c Decided on static restart strategy
124.08/124.18	c  N st    69   1100184       133       201       847     67117      3738   1850767   no data   no data  --
130.69/130.77	c  N st    71   1136177       133       201       847     57891      3738   1570717   no data   no data  --
135.59/135.62	c  N st    72   1168571       133       201       847     44740      3738   1176152   no data   no data  --
144.59/144.64	c  N st    73   1217159       133       201       847     45803      3738   1202990   no data   no data  --
159.19/159.21	c Finding binary XORs  T:     0.00 s  found:       0
160.19/160.29	c  N st    74   1290041       132       198       819     45356      3630   1200485   no data   no data  --
179.30/179.31	c  N st    75   1399364       132       198       830     69995      3630   1977027   no data   no data  --
179.30/179.31	c Finding binary XORs  T:     0.00 s  found:       0
209.49/209.53	c  N st    76   1563351       132       198       833     78344      3630   2232477   no data   no data  --
223.39/223.44	c Finding binary XORs  T:     0.00 s  found:       0
258.19/258.22	c  N st    77   1809329       129       194       786     90527      3476   2585583   no data   no data  --
258.19/258.22	c Finding binary XORs  T:     0.00 s  found:       0
294.81/294.87	c Finding binary XORs  T:     0.00 s  found:       0
296.39/296.48	c  E st    78   1983289        91       165       607     24181      2419    389493   no data   no data  --
296.39/296.49	c num threads              : 1          
296.39/296.49	c restarts                 : 12         
296.39/296.49	c dynamic restarts         : 0          
296.39/296.49	c static restarts          : 12         
296.39/296.49	c full restarts            : 0          
296.39/296.49	c total simplify time      : 0.00       
296.39/296.49	c learnts DL2              : 0          
296.39/296.49	c learnts size 2           : 2100       
296.39/296.49	c learnts size 1           : 0           (0.00      % of vars)
296.39/296.49	c filedLit time            : 0.00        (0.00      % time)
296.39/296.49	c v-elim SatELite          : 30          (10.00     % vars)
296.39/296.49	c SatELite time            : 0.00        (0.00      % time)
296.39/296.49	c v-elim xor               : 0           (0.00      % vars)
296.39/296.49	c xor elim time            : 0.00        (0.00      % time)
296.39/296.49	c num binary xor trees     : 0          
296.39/296.49	c binxor trees' crown      : 0           (nan       leafs/tree)
296.39/296.49	c bin xor find time        : 0.00       
296.39/296.49	c OTF clause improved      : 1498        (0.06      clauses/conflict)
296.39/296.49	c OTF impr. size diff      : 1572        (1.05       lits/clause)
296.39/296.49	c OTF cl watch-shrink      : 16106       (0.64      clauses/conflict)
296.39/296.49	c OTF cl watch-sh-lit      : 38179       (2.37       lits/clause)
296.39/296.49	c tried to recurMin cls    : 1948        (7.79       % of conflicts)
296.39/296.49	c updated cache            : 0           (0.00       lits/tried recurMin)
296.39/296.49	c clauses over max glue    : 0           (0.00      % of all clauses)
296.39/296.49	c conflicts                : 25001       (84.40     / sec)
296.39/296.49	c decisions                : 30604       (0.00      % random)
296.39/296.49	c bogo-props               : 89781329    (303072.67 / sec)
296.39/296.49	c conflict literals        : 731261      (28.39     % deleted)
296.39/296.49	c Memory used              : 31.13       MB
296.39/296.49	c CPU time                 : 296.24      s
296.39/296.49	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-3370751-1305396376/watcher-3370751-1305396376 -o /tmp/evaluation-result-3370751-1305396376/solver-3370751-1305396376 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370751-1305396376.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: 1.47 2.69 3.39 5/307 2694
/proc/meminfo: memFree=15920528/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=11796 CPUtime=0 cores=5,7
/proc/2694/stat : 2694 (runsolver) R 2692 2694 1509 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 107247049 12079104 49 33554432000 4194304 5432360 140736080262480 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/2694/statm: 2949 49 30 303 0 2643 0

[startup+0.0385519 s]
/proc/loadavg: 1.47 2.69 3.39 5/307 2694
/proc/meminfo: memFree=15920528/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=30096 CPUtime=0.03 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 665 0 0 0 3 0 0 0 25 0 1 0 107247049 30818304 604 33554432000 4194304 4650387 140736915249936 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 7524 604 378 112 0 2489 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30096

[startup+0.100557 s]
/proc/loadavg: 1.47 2.69 3.39 5/307 2694
/proc/meminfo: memFree=15920528/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=30228 CPUtime=0.09 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 794 0 0 0 9 0 0 0 25 0 1 0 107247049 30953472 733 33554432000 4194304 4650387 140736915249936 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 7557 734 379 112 0 2522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30228

[startup+0.30051 s]
/proc/loadavg: 1.47 2.69 3.39 5/307 2694
/proc/meminfo: memFree=15920528/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=31288 CPUtime=0.29 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 1296 0 0 0 29 0 0 0 25 0 1 0 107247049 32038912 840 33554432000 4194304 4650387 140736915249936 18446744073709551615 4520077 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 7822 840 381 112 0 2787 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31288

[startup+0.700442 s]
/proc/loadavg: 1.47 2.69 3.39 5/307 2694
/proc/meminfo: memFree=15920528/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=31756 CPUtime=0.69 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 1844 0 0 0 69 0 0 0 25 0 1 0 107247049 32518144 1063 33554432000 4194304 4650387 140736915249936 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 7939 1063 381 112 0 2904 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31756

[startup+1.50031 s]
/proc/loadavg: 1.47 2.69 3.39 5/308 2695
/proc/meminfo: memFree=15907888/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=56828 CPUtime=1.49 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 3147 0 0 0 149 0 0 0 18 0 1 0 107247049 58191872 2366 33554432000 4194304 4650387 140736915249936 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 14207 2366 382 112 0 9172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56828

[startup+3.10102 s]
/proc/loadavg: 1.47 2.69 3.39 5/308 2695
/proc/meminfo: memFree=15899580/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=66140 CPUtime=3.08 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 4565 0 0 0 308 0 0 0 21 0 1 0 107247049 67727360 2858 33554432000 4194304 4650387 140736915249936 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 16535 2858 382 112 0 11500 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 66140

[startup+6.30046 s]
/proc/loadavg: 1.67 2.71 3.40 5/308 2695
/proc/meminfo: memFree=15888288/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=66632 CPUtime=6.29 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 7482 0 0 0 628 1 0 0 25 0 1 0 107247049 68231168 3206 33554432000 4194304 4650387 140736915249936 18446744073709551615 4360433 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 16658 3206 382 112 0 11623 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66632

[startup+12.7003 s]
/proc/loadavg: 1.86 2.73 3.40 5/308 2695
/proc/meminfo: memFree=15875400/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=67256 CPUtime=12.68 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 12824 0 0 0 1267 1 0 0 25 0 1 0 107247049 68870144 4073 33554432000 4194304 4650387 140736915249936 18446744073709551615 4334210 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 16814 4073 382 112 0 11779 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 67256

[startup+25.5011 s]
/proc/loadavg: 2.33 2.79 3.41 5/308 2696
/proc/meminfo: memFree=15851188/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=68000 CPUtime=25.48 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 20712 0 0 0 2544 4 0 0 25 0 1 0 107247049 69632000 4784 33554432000 4194304 4650387 140736915249936 18446744073709551615 4365163 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 17000 4784 382 112 0 11965 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 68000

[startup+51.1006 s]
/proc/loadavg: 2.90 2.89 3.42 5/308 2697
/proc/meminfo: memFree=15836544/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=68988 CPUtime=51.09 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 34349 0 0 0 5102 7 0 0 25 0 1 0 107247049 70643712 5933 33554432000 4194304 4650387 140736915249936 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 17247 5933 382 112 0 12212 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68988

[startup+102.312 s]
/proc/loadavg: 3.60 3.07 3.46 5/308 2698
/proc/meminfo: memFree=15808860/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=70232 CPUtime=102.3 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 56032 0 0 0 10218 12 0 0 25 0 1 0 107247049 71917568 6761 33554432000 4194304 4650387 140736915249936 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 17558 6761 382 112 0 12523 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70232

[startup+162.301 s]
/proc/loadavg: 4.00 3.27 3.50 5/308 2699
/proc/meminfo: memFree=15765664/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=71044 CPUtime=162.29 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 75220 0 0 0 16212 17 0 0 25 0 1 0 107247049 72749056 7844 33554432000 4194304 4650387 140736915249936 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 17761 7844 382 112 0 12726 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 71044

[startup+222.3 s]
/proc/loadavg: 4.00 3.40 3.53 5/308 2701
/proc/meminfo: memFree=15721348/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=77884 CPUtime=222.29 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 87713 0 0 0 22207 22 0 0 25 0 1 0 107247049 79753216 11871 33554432000 4194304 4650387 140736915249936 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 19471 11871 382 112 0 14436 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77884

[startup+282.301 s]
/proc/loadavg: 4.06 3.52 3.56 5/308 2703
/proc/meminfo: memFree=15694384/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=98656 CPUtime=282.29 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 94715 0 0 0 28205 24 0 0 25 0 1 0 107247049 101023744 15647 33554432000 4194304 4650387 140736915249936 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 24664 15647 382 112 0 19629 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 98656

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

[startup+287.901 s]
/proc/loadavg: 4.05 3.53 3.56 5/308 2703
/proc/meminfo: memFree=15691284/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=98656 CPUtime=287.89 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 95467 0 0 0 28765 24 0 0 25 0 1 0 107247049 101023744 16399 33554432000 4194304 4650387 140736915249936 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 24664 16399 382 112 0 19629 0
Current children cumulated CPU time (s) 287.89
Current children cumulated vsize (KiB) 98656

[startup+291.1 s]
/proc/loadavg: 4.05 3.54 3.56 5/308 2703
/proc/meminfo: memFree=15690288/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=98804 CPUtime=291.09 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 97397 0 0 0 29084 25 0 0 25 0 1 0 107247049 101175296 15236 33554432000 4194304 4650387 140736915249936 18446744073709551615 4365329 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 24701 15236 382 112 0 19666 0
Current children cumulated CPU time (s) 291.09
Current children cumulated vsize (KiB) 98804

[startup+294.301 s]
/proc/loadavg: 4.04 3.55 3.57 5/308 2703
/proc/meminfo: memFree=15682836/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=98804 CPUtime=294.3 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 97990 0 0 0 29405 25 0 0 25 0 1 0 107247049 101175296 15829 33554432000 4194304 4650387 140736915249936 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 24701 15829 382 112 0 19666 0
Current children cumulated CPU time (s) 294.3
Current children cumulated vsize (KiB) 98804

[startup+295.101 s]
/proc/loadavg: 4.04 3.55 3.57 5/308 2703
/proc/meminfo: memFree=15685812/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=98804 CPUtime=295.1 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 98037 0 0 0 29485 25 0 0 25 0 1 0 107247049 101175296 15876 33554432000 4194304 4650387 140736915249936 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 24701 15876 382 112 0 19666 0
Current children cumulated CPU time (s) 295.1
Current children cumulated vsize (KiB) 98804

[startup+295.911 s]
/proc/loadavg: 4.04 3.55 3.57 5/308 2703
/proc/meminfo: memFree=15684200/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=98804 CPUtime=295.91 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 98124 0 0 0 29566 25 0 0 25 0 1 0 107247049 101175296 15963 33554432000 4194304 4650387 140736915249936 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 24701 15963 382 112 0 19666 0
Current children cumulated CPU time (s) 295.91
Current children cumulated vsize (KiB) 98804

[startup+296.3 s]
/proc/loadavg: 4.04 3.55 3.57 5/308 2703
/proc/meminfo: memFree=15684200/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=98804 CPUtime=296.29 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 98158 0 0 0 29604 25 0 0 25 0 1 0 107247049 101175296 15997 33554432000 4194304 4650387 140736915249936 18446744073709551615 4366666 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 24701 15997 382 112 0 19666 0
Current children cumulated CPU time (s) 296.29
Current children cumulated vsize (KiB) 98804

[startup+296.4 s]
/proc/loadavg: 4.04 3.55 3.57 5/308 2703
/proc/meminfo: memFree=15684200/32950928 swapFree=67111364/67111528
[pid=2694] ppid=2692 vsize=98804 CPUtime=296.39 cores=5,7
/proc/2694/stat : 2694 (strangenight1-s) R 2692 2694 1509 0 -1 4202496 98160 0 0 0 29614 25 0 0 25 0 1 0 107247049 101175296 15999 33554432000 4194304 4650387 140736915249936 18446744073709551615 4313398 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2694/statm: 24701 15999 382 112 0 19666 0
Current children cumulated CPU time (s) 296.39
Current children cumulated vsize (KiB) 98804

Child status: 20
Real time (s): 296.491
CPU time (s): 296.493
CPU user time (s): 296.238
CPU system time (s): 0.254961
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 98804

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

runsolver used 0.872867 second user time and 1.9537 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 20:06:16
IDJOB=3370751
IDBENCH=87935
IDSOLVER=1847
FILE ID=node112/3370751-1305396376
RUNJOBID= node112-1305396369-2546
PBS_JOBID= 13324408
Free space on /tmp= 73544 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT02/industrial/aloul/Homer/homer14.shuffled.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370751-1305396376/watcher-3370751-1305396376 -o /tmp/evaluation-result-3370751-1305396376/solver-3370751-1305396376 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370751-1305396376.cnf

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

MD5SUM BENCH= 1d9569aa70fee033c68469753053c259
RANDOM SEED=1782394724

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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:     32950928 kB
MemFree:      15920808 kB
Buffers:        286120 kB
Cached:        2702920 kB
SwapCached:          0 kB
Active:       15114308 kB
Inactive:      1676444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15920808 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           25540 kB
Writeback:           0 kB
AnonPages:    13801328 kB
Mapped:          22612 kB
Slab:           133512 kB
PageTables:      43052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35120604 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= 73540 MiB
End job on node112 at 2011-05-14 20:11:13