Trace number 3368366

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-st (fixed)UNSAT 88.0636 88.0677

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5654
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

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-3368366-1305379157.cnf'
0.00/0.00	c -- header says num vars:         136756
0.00/0.00	c -- header says num clauses:      905980
0.18/0.25	c -- clauses added:            0 learnts,       905980 normals,            0 xors
0.18/0.25	c -- vars added     136756
0.18/0.25	c Parsing time:  0.23 s
0.18/0.25	c  N st     0         0    136756    134065    771540         0   2447216         0   no data   no data
0.89/0.96	c asymm  cl-useful: 0/82/134065 lits-rem:0 time: 0.70
12.28/12.37	c Flit:     1 Blit:      0 bXBeca:    0 bXProp: 4602 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 11.23
12.39/12.44	c Replacing     4602 vars Replaced   133764 lits Time:     0.07 s 
12.39/12.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.49/12.54	c bin-w-bin subsume rem         1149 bins  time:  0.05 s
12.89/12.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.42 s
13.28/13.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15962 time:  0.35 s
13.38/13.44	c Removed useless bin:       0  fixed:     0  props:  20.01M  time:  0.13 s
14.30/14.33	c lits-rem:         0  cl-subs:    20043  v-elim:  44009  v-fix:    0  time:  0.88 s
15.09/15.13	c Finding binary XORs  T:     0.79 s  found:     124
15.09/15.15	c Replacing      124 vars Replaced     6083 lits Time:     0.03 s 
15.19/15.24	c Finding non-binary XORs:     0.06 s (found:      16, avg size: 3.0)
15.19/15.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15.29/15.35	c calculated reachability. Time: 0.10
15.29/15.37	c Calc default polars -  time:   0.02 s pos:   29545 undec:   50168 neg:   57043
15.29/15.37	c =========================================================================================
15.29/15.37	c types(t): F = full restart, N = normal restart
15.29/15.37	c types(t): S = simplification begin/end, E = solution found
15.29/15.37	c restart types(rt): st = static, dy = dynamic
15.29/15.37	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
15.29/15.37	c  B st     0         0     87894    137627    671055         0   2484267         0   no data   no data
20.99/21.01	c  N dy    18      4131     87891    137627    671199      3910   2484267    265148      6.75      7.17
27.98/28.03	c  N dy    36      8196     87891    137627    671350      7744   2484267    418909      6.36      6.84
34.58/34.60	c  N dy    55     12207     87891    137627    671431     11584   2484267    567465      6.35      6.75
41.58/41.62	c  N dy    83     16299     87891    137627    671475     15541   2484267    729509      6.53      7.05
48.48/48.53	c  N dy   110     20711     87891    137627    671498     10261   2484267    264398      6.61      6.99
54.78/54.87	c  N dy   138     24728     87890    137627    671515     14143   2484267    395939      6.74      7.16
55.38/55.46	c  F st   141     25000     87890    137627    671515     14409   2484267    407316      6.75   no data
65.90/65.94	c  N dy   147     30000     87889    137621    671005     19052   2483151    584794      6.75   no data
65.90/65.94	c  S st   147     30000     87889    137621    671005     19052   2483151    584794      6.75   no data
66.89/66.91	c  S st   147     30502     87889    137621    671235     19321   2483151    592849      6.75   no data
66.89/66.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
80.88/80.93	c Flit:   526 Blit:      2 bXBeca:    0 bXProp:  262 Bins:1386756 BRemL:  14451 BRemN:      0 P: 200.0M T: 13.89
80.88/80.93	c Cleaning up after failed var search:     0.00 s 
80.98/81.05	c Replacing      262 vars Replaced   149638 lits Time:     0.12 s 
81.08/81.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.29/81.37	c bin-w-bin subsume rem        37134 bins  time:  0.25 s
81.88/81.97	c subs with bin:      417  lits-rem:     56572  v-fix:    0  time:  0.61 s
82.08/82.12	c Subs w/ non-existent bins:      0 l-rem:      5 v-fix:     0 done:    360 time:  0.14 s
82.28/82.30	c Removed useless bin:      36  fixed:     0  props:  20.01M  time:  0.18 s
84.29/84.36	c lits-rem:     16652  cl-subs:    34623  v-elim:  58062  v-fix:    0  time:  2.05 s
84.39/84.44	c subs with bin:     1322  lits-rem:      1926  v-fix:    0  time:  0.06 s
84.49/84.54	c lits-rem:      1070  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  0.07 s
84.49/84.54	c Added XOR as norm:16
84.79/84.88	c asymm  cl-useful: 0/179/136437 lits-rem:0 time: 0.34
84.99/85.08	c calculated reachability. Time: 0.18
84.99/85.08	c  N dy   147     30502     29032    136437    675240      5450   2226853    575488      6.75   no data
85.80/85.87	c Finding binary XORs  T:     0.79 s  found:     129
88.00/88.02	c  E dy   155     33819     29003    136437    675344      8541   2226853    644134      6.61      3.81
88.00/88.02	c num threads              : 1          
88.00/88.02	c restarts                 : 155        
88.00/88.02	c dynamic restarts         : 143        
88.00/88.02	c static restarts          : 12         
88.00/88.02	c full restarts            : 1          
88.00/88.02	c total simplify time      : 0.84       
88.00/88.02	c learnts DL2              : 0          
88.00/88.02	c learnts size 2           : 2161271    
88.00/88.02	c learnts size 1           : 5299        (3.87      % of vars)
88.00/88.02	c filedLit time            : 25.13       (28.66     % time)
88.00/88.02	c v-elim SatELite          : 102071      (74.64     % vars)
88.00/88.02	c SatELite time            : 3.47        (3.95      % time)
88.00/88.02	c v-elim xor               : 0           (0.00      % vars)
88.00/88.02	c xor elim time            : 0.05        (0.05      % time)
88.00/88.02	c num binary xor trees     : 916        
88.00/88.02	c binxor trees' crown      : 5117        (5.59      leafs/tree)
88.00/88.02	c bin xor find time        : 1.58       
88.00/88.02	c OTF clause improved      : 887         (0.03      clauses/conflict)
88.00/88.02	c OTF impr. size diff      : 1088        (1.23       lits/clause)
88.00/88.02	c OTF cl watch-shrink      : 13123       (0.39      clauses/conflict)
88.00/88.02	c OTF cl watch-sh-lit      : 44548       (3.39       lits/clause)
88.00/88.02	c tried to recurMin cls    : 18885       (55.84      % of conflicts)
88.00/88.02	c updated cache            : 5731        (0.30       lits/tried recurMin)
88.00/88.02	c clauses over max glue    : 0           (0.00      % of all clauses)
88.00/88.02	c conflicts                : 33819       (385.75    / sec)
88.00/88.02	c decisions                : 60120       (5.41      % random)
88.00/88.02	c bogo-props               : 1645618071  (18770237.32 / sec)
88.00/88.02	c conflict literals        : 1290644     (41.90     % deleted)
88.00/88.02	c Memory used              : 1242.14     MB
88.00/88.02	c CPU time                 : 87.67       s
88.00/88.02	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-3368366-1305379157/watcher-3368366-1305379157 -o /tmp/evaluation-result-3368366-1305379157/solver-3368366-1305379157 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368366-1305379157.cnf 

running on 2 cores: 4,6

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: 0.00 0.00 0.00 2/410 5418
/proc/meminfo: memFree=21449324/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=30752 CPUtime=0 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 1027 0 1 0 0 0 0 0 19 0 1 0 728146582 31490048 935 33554432000 4194304 4580011 140734111871296 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 7688 936 324 95 0 2670 0

[startup+0.0295061 s]
/proc/loadavg: 0.00 0.00 0.00 2/410 5418
/proc/meminfo: memFree=21449324/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=38420 CPUtime=0.01 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 2743 0 1 0 1 0 0 0 19 0 1 0 728146582 39342080 2437 33554432000 4194304 4580011 140734111871296 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 9605 2458 325 95 0 4587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 38420

[startup+0.100499 s]
/proc/loadavg: 0.00 0.00 0.00 2/410 5418
/proc/meminfo: memFree=21449324/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=54320 CPUtime=0.08 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 7819 0 1 0 8 0 0 0 19 0 1 0 728146582 55623680 6675 33554432000 4194304 4580011 140734111871296 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 13580 6679 325 95 0 8562 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54320

[startup+0.300528 s]
/proc/loadavg: 0.00 0.00 0.00 2/410 5418
/proc/meminfo: memFree=21449324/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=98088 CPUtime=0.29 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 20604 0 1 0 27 2 0 0 20 0 1 0 728146582 100442112 16225 33554432000 4194304 4580011 140734111871296 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 24522 16225 338 95 0 19504 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98088

[startup+0.700449 s]
/proc/loadavg: 0.00 0.00 0.00 2/410 5418
/proc/meminfo: memFree=21449324/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=98088 CPUtime=0.69 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 20604 0 1 0 67 2 0 0 20 0 1 0 728146582 100442112 16225 33554432000 4194304 4580011 140734111871296 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 24522 16225 338 95 0 19504 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98088

[startup+1.50029 s]
/proc/loadavg: 0.00 0.00 0.00 2/411 5421
/proc/meminfo: memFree=21380192/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=127648 CPUtime=1.49 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 26855 0 1 0 146 3 0 0 23 0 1 0 728146582 130711552 22476 33554432000 4194304 4580011 140734111871296 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 31912 22476 340 95 0 26894 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127648

[startup+3.10103 s]
/proc/loadavg: 0.00 0.00 0.00 3/416 5429
/proc/meminfo: memFree=21234772/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=204860 CPUtime=3.08 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 41157 0 1 0 304 4 0 0 25 0 1 0 728146582 209776640 36778 33554432000 4194304 4580011 140734111871296 18446744073709551615 4292965 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 51215 36778 340 95 0 46197 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 204860

[startup+6.30035 s]
/proc/loadavg: 0.16 0.03 0.01 2/411 5446
/proc/meminfo: memFree=21204556/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=385684 CPUtime=6.29 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 74734 0 1 0 620 9 0 0 25 0 1 0 728146582 394940416 70355 33554432000 4194304 4580011 140734111871296 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 96421 70355 340 95 0 91403 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 385684

[startup+12.7002 s]
/proc/loadavg: 0.31 0.07 0.02 3/416 5456
/proc/meminfo: memFree=20874260/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=780260 CPUtime=12.69 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 153139 0 1 0 1249 20 0 0 25 0 1 0 728146582 798986240 148760 33554432000 4194304 4580011 140734111871296 18446744073709551615 4413539 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 195065 148760 353 95 0 190047 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 780260

[startup+25.501 s]
/proc/loadavg: 0.84 0.19 0.06 5/426 5476
/proc/meminfo: memFree=20335396/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=856492 CPUtime=25.49 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 165639 0 1 0 2527 22 0 0 25 0 1 0 728146582 877047808 161256 33554432000 4194304 4580011 140734111871296 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 214123 161256 365 95 0 209105 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 856492

[startup+51.1005 s]
/proc/loadavg: 1.99 0.51 0.17 5/426 5477
/proc/meminfo: memFree=19684128/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=835388 CPUtime=51.08 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 168754 0 1 0 5086 22 0 0 25 0 1 0 728146582 855437312 160326 33554432000 4194304 4580011 140734111871296 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 208847 160326 365 95 0 203829 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 835388

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

[startup+63.9003 s]
/proc/loadavg: 2.43 0.68 0.23 5/426 5477
/proc/meminfo: memFree=19652968/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=837612 CPUtime=63.89 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 169518 0 1 0 6366 23 0 0 25 0 1 0 728146582 857714688 161090 33554432000 4194304 4580011 140734111871296 18446744073709551615 4293936 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 209403 161090 366 95 0 204385 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 837612

[startup+76.7011 s]
/proc/loadavg: 2.67 0.79 0.27 5/426 5478
/proc/meminfo: memFree=19081200/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=1074612 CPUtime=76.69 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 219703 0 1 0 7639 30 0 0 25 0 1 0 728146582 1100402688 211275 33554432000 4194304 4580011 140734111871296 18446744073709551615 4294270 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 268653 211275 366 95 0 263635 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 1074612

[startup+83.1009 s]
/proc/loadavg: 2.78 0.84 0.29 5/426 5478
/proc/meminfo: memFree=18947156/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=1166460 CPUtime=83.09 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 240485 0 1 0 8276 33 0 0 25 0 1 0 728146582 1194455040 232057 33554432000 4194304 4580011 140734111871296 18446744073709551615 4406312 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 291615 232058 366 95 0 286597 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 1166460

[startup+86.3004 s]
/proc/loadavg: 2.88 0.90 0.31 5/426 5478
/proc/meminfo: memFree=18880696/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=1271952 CPUtime=86.29 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 252045 0 1 0 8595 34 0 0 25 0 1 0 728146582 1302478848 243593 33554432000 4194304 4580011 140734111871296 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 317988 243593 366 95 0 312970 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 1271952

[startup+87.1002 s]
/proc/loadavg: 2.88 0.90 0.31 5/426 5478
/proc/meminfo: memFree=18892104/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=1271952 CPUtime=87.09 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 252071 0 1 0 8675 34 0 0 25 0 1 0 728146582 1302478848 243619 33554432000 4194304 4580011 140734111871296 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 317988 243619 366 95 0 312970 0
Current children cumulated CPU time (s) 87.09
Current children cumulated vsize (KiB) 1271952

[startup+87.5012 s]
/proc/loadavg: 2.88 0.90 0.31 5/426 5478
/proc/meminfo: memFree=18892104/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=1271952 CPUtime=87.49 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 252090 0 1 0 8715 34 0 0 25 0 1 0 728146582 1302478848 243638 33554432000 4194304 4580011 140734111871296 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 317988 243638 366 95 0 312970 0
Current children cumulated CPU time (s) 87.49
Current children cumulated vsize (KiB) 1271952

[startup+87.9011 s]
/proc/loadavg: 2.88 0.90 0.31 5/426 5478
/proc/meminfo: memFree=18890740/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=1271952 CPUtime=87.89 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 252103 0 1 0 8755 34 0 0 25 0 1 0 728146582 1302478848 243651 33554432000 4194304 4580011 140734111871296 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 317988 243651 366 95 0 312970 0
Current children cumulated CPU time (s) 87.89
Current children cumulated vsize (KiB) 1271952

[startup+88.0161 s]
/proc/loadavg: 2.88 0.90 0.31 5/426 5478
/proc/meminfo: memFree=18890740/32950940 swapFree=67111356/67111528
[pid=5418] ppid=5416 vsize=1271952 CPUtime=88 cores=4,6
/proc/5418/stat : 5418 (strangenight2-s) R 5416 5418 5388 0 -1 4202496 252105 0 1 0 8766 34 0 0 25 0 1 0 728146582 1302478848 243653 33554432000 4194304 4580011 140734111871296 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5418/statm: 317988 243653 366 95 0 312970 0
Current children cumulated CPU time (s) 88
Current children cumulated vsize (KiB) 1271952

Child status: 20
Real time (s): 88.0677
CPU time (s): 88.0636
CPU user time (s): 87.6717
CPU system time (s): 0.39194
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 1271952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.6717
system time used= 0.39194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252118
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 109

runsolver used 0.328949 second user time and 0.877866 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-14 15:19:18
IDJOB=3368366
IDBENCH=20431
IDSOLVER=1845
FILE ID=node117/3368366-1305379157
RUNJOBID= node117-1305379154-5407
PBS_JOBID= 13324385
Free space on /tmp= 73400 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368366-1305379157/watcher-3368366-1305379157 -o /tmp/evaluation-result-3368366-1305379157/solver-3368366-1305379157 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368366-1305379157.cnf

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=1131469005

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21449480 kB
Buffers:        283128 kB
Cached:        2984092 kB
SwapCached:          0 kB
Active:        9317140 kB
Inactive:      1828668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21449480 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           22400 kB
Writeback:           0 kB
AnonPages:     7878512 kB
Mapped:          31492 kB
Slab:           244452 kB
PageTables:      44772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100413896 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= 73332 MiB
End job on node117 at 2011-05-14 15:20:46